From 1c4beb18dd6e1afe811368b494a42a8ee8b25f75 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Tue, 14 Nov 2023 19:12:08 +0000 Subject: [PATCH] chore(deps): update dotnet monorepo to v8 Signed-off-by: noreply@rainote.dev --- Server/Server.csproj | 20 ++++++++++---------- global.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Server/Server.csproj b/Server/Server.csproj index 0dfbb16..a43a423 100644 --- a/Server/Server.csproj +++ b/Server/Server.csproj @@ -63,16 +63,16 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - - + + + + + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/global.json b/global.json index 7fd6a2a..34fe4d4 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "7.0.404", + "version": "8.0.100", "rollForward": "latestMajor", "allowPrerelease": true }