diff --git a/ShapeSifter.Test/ShapeSifter.Test.fsproj b/ShapeSifter.Test/ShapeSifter.Test.fsproj index e93ebf0..576bfe4 100644 --- a/ShapeSifter.Test/ShapeSifter.Test.fsproj +++ b/ShapeSifter.Test/ShapeSifter.Test.fsproj @@ -1,7 +1,7 @@ - net8.0 + net10.0 5 true @@ -18,14 +18,11 @@ - - - - - - - - + + + + + diff --git a/global.json b/global.json index 610260c..34cc7a1 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.400", - "rollForward": "latestMajor" + "version": "10.0.300", + "rollForward": "latestFeature" } }