Skip to content

Commit 6f1e943

Browse files
authored
Merge pull request #121 from lkosson/multitarget
Multitarget both .NET 8 and .NET 9 (#120)
2 parents 5199674 + 00e30ef commit 6f1e943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Meshtastic/Meshtastic.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net9.0</TargetFramework>
3+
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
44
<ImplicitUsings>enable</ImplicitUsings>
55
<Nullable>enable</Nullable>
66
<RootNamespace>Meshtastic</RootNamespace>

0 commit comments

Comments
 (0)