diff --git a/csharpcore-Verify.xunit/GildedRose/GildedRose.csproj b/csharpcore-Verify.xunit/GildedRose/GildedRose.csproj index 405ad28f..808ef6c9 100644 --- a/csharpcore-Verify.xunit/GildedRose/GildedRose.csproj +++ b/csharpcore-Verify.xunit/GildedRose/GildedRose.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net7.0 GildedRoseKata.Program diff --git a/csharpcore-Verify.xunit/GildedRoseTests/GildedRoseTests.csproj b/csharpcore-Verify.xunit/GildedRoseTests/GildedRoseTests.csproj index aac4b17b..d08b584b 100644 --- a/csharpcore-Verify.xunit/GildedRoseTests/GildedRoseTests.csproj +++ b/csharpcore-Verify.xunit/GildedRoseTests/GildedRoseTests.csproj @@ -1,7 +1,7 @@  - net6.0 + net7.0 false diff --git a/csharpcore-Verify.xunit/global.json b/csharpcore-Verify.xunit/global.json new file mode 100644 index 00000000..7cd6a1f4 --- /dev/null +++ b/csharpcore-Verify.xunit/global.json @@ -0,0 +1,7 @@ +{ + "sdk": { + "version": "7.0.0", + "rollForward": "latestMajor", + "allowPrerelease": true + } +} \ No newline at end of file