Skip to content

Commit

Permalink
Upgrade to .NET 9
Browse files Browse the repository at this point in the history
  • Loading branch information
nil4 committed Nov 13, 2024
1 parent 036a132 commit 394349b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project Sdk="Microsoft.Build.NoTargets/3.7.56">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<tags>RoyalApps RoyalVNCKit VNC .NET</tags>
<repository type="git" url="https://github.com/royalapplications/royalvnc.git" commit="$NUGET_GIT_COMMIT$" />
<dependencies>
<group targetFramework="net8.0">
<group targetFramework="net9.0">
<dependency id="RoyalApps.RoyalVNCKit.native.linux-arm64" version="$NUGET_VERSION$" />
<dependency id="RoyalApps.RoyalVNCKit.native.linux-x64" version="$NUGET_VERSION$" />
<dependency id="RoyalApps.RoyalVNCKit.native.osx" version="$NUGET_VERSION$" />
Expand All @@ -25,6 +25,6 @@
<files>
<file src="README.md" target="/README.md" />
<file src="..\RoyalApps_1024.png" target="/RoyalApps_1024.png" />
<file src="bin\Release\RoyalApps.RoyalVNCKit.dll" target="/lib/net8.0/RoyalApps.RoyalVNCKit.dll" />
<file src="bin\Release\RoyalApps.RoyalVNCKit.dll" target="/lib/net9.0/RoyalApps.RoyalVNCKit.dll" />
</files>
</package>
2 changes: 1 addition & 1 deletion Bindings/dotnet/TestAOT/TestAOT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<RuntimeIdentifier Condition="'$(RuntimeIdentifier)' == ''">$(NETCoreSdkRuntimeIdentifier)</RuntimeIdentifier>
<Nullable>enable</Nullable>
<PublishAot>true</PublishAot>
Expand Down

0 comments on commit 394349b

Please sign in to comment.