From 08437c7b3f19adcde1ca931e431756ae159f4354 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 | 6 +++--- global.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Server/Server.csproj b/Server/Server.csproj index cfa8679..0dfbb16 100644 --- a/Server/Server.csproj +++ b/Server/Server.csproj @@ -63,9 +63,9 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + diff --git a/global.json b/global.json index ad3eb2c..7fd6a2a 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "7.0.403", + "version": "7.0.404", "rollForward": "latestMajor", "allowPrerelease": true }