From f47d2c1f1ab668f835c3061cd498909ab6128b3b Mon Sep 17 00:00:00 2001 From: Bond-009 Date: Fri, 15 Nov 2024 18:34:52 +0100 Subject: [PATCH] Merge pull request #12792 from jellyfin/renovate/dotnet-monorepo Update dotnet monorepo --- .config/dotnet-tools.json | 2 +- global.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index a3847dcdfb..02afa3f072 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "dotnet-ef": { - "version": "8.0.8", + "version": "8.0.11", "commands": [ "dotnet-ef" ] diff --git a/global.json b/global.json index dbf2988d57..c9b932026e 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.0", + "version": "8.0.404", "rollForward": "latestMinor" } }