Merge pull request #12792 from jellyfin/renovate/dotnet-monorepo

Update dotnet monorepo
This commit is contained in:
Bond-009 2024-11-15 18:34:52 +01:00 committed by Bond_009
parent 8bee67f1f8
commit f47d2c1f1a
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"isRoot": true, "isRoot": true,
"tools": { "tools": {
"dotnet-ef": { "dotnet-ef": {
"version": "8.0.8", "version": "8.0.11",
"commands": [ "commands": [
"dotnet-ef" "dotnet-ef"
] ]

View File

@ -1,6 +1,6 @@
{ {
"sdk": { "sdk": {
"version": "8.0.0", "version": "8.0.404",
"rollForward": "latestMinor" "rollForward": "latestMinor"
} }
} }