Update dotnet monorepo

This commit is contained in:
renovate[bot] 2024-11-13 18:05:16 +00:00 committed by GitHub
parent 53683809d9
commit 16bc1ebc8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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"
} }
} }