From 97e5816f17ad98f0a36b049fe2017d1bee807c7d Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Mon, 29 Jan 2024 07:13:56 +0000 Subject: [PATCH] chore(deps): update dotnet monorepo Signed-off-by: noreply@rainote.dev --- Continuity.AuthServer/Continuity.AuthServer.csproj | 10 +++++----- Wonderking/Wonderking.csproj | 2 +- global.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Continuity.AuthServer/Continuity.AuthServer.csproj b/Continuity.AuthServer/Continuity.AuthServer.csproj index 5dbd6a9..d70f256 100644 --- a/Continuity.AuthServer/Continuity.AuthServer.csproj +++ b/Continuity.AuthServer/Continuity.AuthServer.csproj @@ -61,11 +61,11 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Wonderking/Wonderking.csproj b/Wonderking/Wonderking.csproj index a5c947d..1bc2280 100644 --- a/Wonderking/Wonderking.csproj +++ b/Wonderking/Wonderking.csproj @@ -22,7 +22,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/global.json b/global.json index f7fb55b..76d4763 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.100", + "version": "8.0.101", "rollForward": "latestMinor", "allowPrerelease": false }