From 90846c04b8588d72a6224b4d426821fefb80b3fc Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Tue, 14 Nov 2023 17:59:02 +0000 Subject: [PATCH] chore(deps): update dotnet monorepo Signed-off-by: noreply@rainote.dev --- Server/Server.csproj | 17 ++++++----------- global.json | 8 ++++---- 2 files changed, 10 insertions(+), 15 deletions(-) diff --git a/Server/Server.csproj b/Server/Server.csproj index 854ccf5..0dfbb16 100644 --- a/Server/Server.csproj +++ b/Server/Server.csproj @@ -6,8 +6,9 @@ warnings Linux Server - 12 + default true + net8.0;net7.0 true strict Timothy (RaiNote) Schenk @@ -19,7 +20,6 @@ True LICENSE latest-recommended - net8.0 @@ -55,7 +55,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -63,13 +63,9 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - + + + @@ -93,7 +89,6 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - diff --git a/global.json b/global.json index f7fb55b..7fd6a2a 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "sdk": { - "version": "8.0.100", - "rollForward": "latestMinor", - "allowPrerelease": false + "version": "7.0.404", + "rollForward": "latestMajor", + "allowPrerelease": true } -} +} \ No newline at end of file