From 054da34a92db5d4affb8954b5b47a2b378608515 Mon Sep 17 00:00:00 2001 From: emily Date: Wed, 7 Dec 2022 08:23:51 +0100 Subject: [PATCH] update .net version --- csharpcore-Verify.xunit/GildedRose/GildedRose.csproj | 2 +- .../GildedRoseTests/GildedRoseTests.csproj | 2 +- csharpcore-Verify.xunit/global.json | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 csharpcore-Verify.xunit/global.json 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