diff --git a/global.json b/global.json index ae519a2..13ea0e1 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { "rollForward": "feature", - "version": "9.0.304" + "version": "10.0.*" } -} \ No newline at end of file +} diff --git a/samples/ConsoleApp/ConsoleApp.csproj b/samples/ConsoleApp/ConsoleApp.csproj index 5aec0b3..a825900 100644 --- a/samples/ConsoleApp/ConsoleApp.csproj +++ b/samples/ConsoleApp/ConsoleApp.csproj @@ -2,7 +2,7 @@ Exe - net8.0 + net10.0 false enable diff --git a/source/PlainBytes.System.Extensions/PlainBytes.System.Extensions.csproj b/source/PlainBytes.System.Extensions/PlainBytes.System.Extensions.csproj index 733ec5a..e27478b 100644 --- a/source/PlainBytes.System.Extensions/PlainBytes.System.Extensions.csproj +++ b/source/PlainBytes.System.Extensions/PlainBytes.System.Extensions.csproj @@ -1,7 +1,7 @@  - net8.0;net9.0 + net8.0;net9.0;net10.0 enable true True @@ -32,4 +32,4 @@ - \ No newline at end of file + diff --git a/tests/PlainBytes.System.Extensions.Tests/PlainBytes.System.Extensions.Tests.csproj b/tests/PlainBytes.System.Extensions.Tests/PlainBytes.System.Extensions.Tests.csproj index fc4252c..4a10f7c 100644 --- a/tests/PlainBytes.System.Extensions.Tests/PlainBytes.System.Extensions.Tests.csproj +++ b/tests/PlainBytes.System.Extensions.Tests/PlainBytes.System.Extensions.Tests.csproj @@ -1,7 +1,7 @@ - + - net9.0 + net10.0 false