From a78778435b2705bba5b60e2401a042679d75b7ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 04:47:45 +0000 Subject: [PATCH] [deps]: Update dotnet monorepo to v9 --- global.json | 2 +- src/App/App.csproj | 2 +- src/Core/Core.csproj | 4 ++-- test/Core.Test/Core.Test.csproj | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/global.json b/global.json index 6c72f9c3d..1cfa06822 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.402", + "version": "9.0.101", "rollForward": "disable" } } \ No newline at end of file diff --git a/src/App/App.csproj b/src/App/App.csproj index 900e5e048..b47f87bc3 100644 --- a/src/App/App.csproj +++ b/src/App/App.csproj @@ -85,7 +85,7 @@ - + diff --git a/src/Core/Core.csproj b/src/Core/Core.csproj index 3f880f911..9deb27a57 100644 --- a/src/Core/Core.csproj +++ b/src/Core/Core.csproj @@ -28,13 +28,13 @@ - + - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/test/Core.Test/Core.Test.csproj b/test/Core.Test/Core.Test.csproj index 3e99ced0e..b0c05694d 100644 --- a/test/Core.Test/Core.Test.csproj +++ b/test/Core.Test/Core.Test.csproj @@ -13,7 +13,7 @@ - + all