diff --git a/Fronter.NET.Tests/Fronter.Tests.csproj b/Fronter.NET.Tests/Fronter.Tests.csproj index cc11b335..52e39927 100644 --- a/Fronter.NET.Tests/Fronter.Tests.csproj +++ b/Fronter.NET.Tests/Fronter.Tests.csproj @@ -1,7 +1,7 @@ - net9.0 + net10.0 enable false diff --git a/Fronter.NET/Fronter.csproj b/Fronter.NET/Fronter.csproj index f09cb11f..4000444f 100644 --- a/Fronter.NET/Fronter.csproj +++ b/Fronter.NET/Fronter.csproj @@ -1,7 +1,7 @@ WinExe - net9.0 + net10.0 preview win-x64;osx-arm64;linux-x64 enable diff --git a/Fronter.NET/Properties/PublishProfiles/linux-x64.pubxml b/Fronter.NET/Properties/PublishProfiles/linux-x64.pubxml index a8321a39..a3fc8e17 100644 --- a/Fronter.NET/Properties/PublishProfiles/linux-x64.pubxml +++ b/Fronter.NET/Properties/PublishProfiles/linux-x64.pubxml @@ -8,7 +8,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. Any CPU Release FileSystem - net9.0 + net10.0 linux-x64 true true diff --git a/Fronter.NET/Properties/PublishProfiles/osx-arm64.pubxml b/Fronter.NET/Properties/PublishProfiles/osx-arm64.pubxml index 78d4e6cf..dc55aa2f 100644 --- a/Fronter.NET/Properties/PublishProfiles/osx-arm64.pubxml +++ b/Fronter.NET/Properties/PublishProfiles/osx-arm64.pubxml @@ -8,7 +8,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. Any CPU Release FileSystem - net9.0 + net10.0 osx-arm64 true true diff --git a/Fronter.NET/Properties/PublishProfiles/osx-x64.pubxml b/Fronter.NET/Properties/PublishProfiles/osx-x64.pubxml index a12b5ab7..a6e3778e 100644 --- a/Fronter.NET/Properties/PublishProfiles/osx-x64.pubxml +++ b/Fronter.NET/Properties/PublishProfiles/osx-x64.pubxml @@ -8,7 +8,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. Any CPU Release FileSystem - net9.0 + net10.0 osx-x64 true true diff --git a/Fronter.NET/Properties/PublishProfiles/win-x64.pubxml b/Fronter.NET/Properties/PublishProfiles/win-x64.pubxml index 0e5a051c..c2b73c97 100644 --- a/Fronter.NET/Properties/PublishProfiles/win-x64.pubxml +++ b/Fronter.NET/Properties/PublishProfiles/win-x64.pubxml @@ -8,7 +8,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. Any CPU Release FileSystem - net9.0 + net10.0 true win-x64 true diff --git a/global.json b/global.json index 40af5fe6..48b30cd3 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "sdk": { - "version": "9.0.200", - "allowPrerelease": true, + "version": "10.0.100", + "allowPrerelease": false, "rollForward": "latestMinor" } }