From 7ab39f2267bfc406cf197a3db364f7a95921a9c5 Mon Sep 17 00:00:00 2001 From: Nice3point Date: Fri, 16 Dec 2022 23:10:06 +0300 Subject: [PATCH] .Net 7 upgrade --- Build/Build.csproj | 2 +- global.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Build/Build.csproj b/Build/Build.csproj index 6c184d091..b9953f6f5 100644 --- a/Build/Build.csproj +++ b/Build/Build.csproj @@ -3,7 +3,7 @@ Exe CS0649;CS0169 true - net6.0 + net7.0 .. .. 1 diff --git a/global.json b/global.json index d8366ba95..a6e7dc6c3 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "6.0.0", + "version": "7.0.0", "rollForward": "latestMinor" } } \ No newline at end of file