From 394349b326d032f4032382ed9599ea872a4baaf5 Mon Sep 17 00:00:00 2001 From: nil4 Date: Wed, 13 Nov 2024 07:58:20 +0100 Subject: [PATCH] Upgrade to .NET 9 --- Bindings/dotnet/RoyalApps.RoyalVNCKit.native/native.pkgproj | 2 +- .../RoyalApps.RoyalVNCKit/nuget/RoyalApps.RoyalVNCKit.nuspec | 4 ++-- Bindings/dotnet/TestAOT/TestAOT.csproj | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Bindings/dotnet/RoyalApps.RoyalVNCKit.native/native.pkgproj b/Bindings/dotnet/RoyalApps.RoyalVNCKit.native/native.pkgproj index a7252cc3..0bd16477 100644 --- a/Bindings/dotnet/RoyalApps.RoyalVNCKit.native/native.pkgproj +++ b/Bindings/dotnet/RoyalApps.RoyalVNCKit.native/native.pkgproj @@ -1,5 +1,5 @@ - net8.0 + net9.0 diff --git a/Bindings/dotnet/RoyalApps.RoyalVNCKit/nuget/RoyalApps.RoyalVNCKit.nuspec b/Bindings/dotnet/RoyalApps.RoyalVNCKit/nuget/RoyalApps.RoyalVNCKit.nuspec index 7d65fd6f..ebb4ef36 100644 --- a/Bindings/dotnet/RoyalApps.RoyalVNCKit/nuget/RoyalApps.RoyalVNCKit.nuspec +++ b/Bindings/dotnet/RoyalApps.RoyalVNCKit/nuget/RoyalApps.RoyalVNCKit.nuspec @@ -13,7 +13,7 @@ RoyalApps RoyalVNCKit VNC .NET - + @@ -25,6 +25,6 @@ - + diff --git a/Bindings/dotnet/TestAOT/TestAOT.csproj b/Bindings/dotnet/TestAOT/TestAOT.csproj index 49b131f0..90445425 100644 --- a/Bindings/dotnet/TestAOT/TestAOT.csproj +++ b/Bindings/dotnet/TestAOT/TestAOT.csproj @@ -2,7 +2,7 @@ Exe - net8.0 + net9.0 $(NETCoreSdkRuntimeIdentifier) enable true