diff options
| author | Bond-009 <bond.009@outlook.com> | 2024-11-15 18:34:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-15 18:34:52 +0100 |
| commit | 6e022465e9cf4bf399860dcd05a975c8fa6f6233 (patch) | |
| tree | 48021af514c6da6f9beb903c5559a508b975d9e9 | |
| parent | 1be18114a9a9c49744e86b9d64ed6e249d3c4aac (diff) | |
| parent | 16bc1ebc8b390f41d3f706050bf73a1e1f948378 (diff) | |
Merge pull request #12792 from jellyfin/renovate/dotnet-monorepo
Update dotnet monorepo
| -rw-r--r-- | .config/dotnet-tools.json | 2 | ||||
| -rw-r--r-- | global.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index a3847dcdf..02afa3f07 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 dbf2988d5..c9b932026 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.0", + "version": "8.0.404", "rollForward": "latestMinor" } } |
