Explorar o código

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

Update dotnet monorepo
Bond-009 hai 6 meses
pai
achega
f47d2c1f1a
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      .config/dotnet-tools.json
  2. 1 1
      global.json

+ 1 - 1
.config/dotnet-tools.json

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

+ 1 - 1
global.json

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