diff --git a/NCsvPerf.Test/NCsvPerf.Test.csproj b/NCsvPerf.Test/NCsvPerf.Test.csproj index 05db579..8739bd5 100644 --- a/NCsvPerf.Test/NCsvPerf.Test.csproj +++ b/NCsvPerf.Test/NCsvPerf.Test.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 false Knapcode.NCsvPerf.Test true diff --git a/NCsvPerf/NCsvPerf.csproj b/NCsvPerf/NCsvPerf.csproj index 7c26575..2810131 100644 --- a/NCsvPerf/NCsvPerf.csproj +++ b/NCsvPerf/NCsvPerf.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 Knapcode.NCsvPerf true ENABLE_STRING_POOLING diff --git a/global.json b/global.json index 739dced..789bff3 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "7.0.202", + "version": "8.0.100", "rollForward": "latestFeature", "allowPrerelease": false }