diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-11-13 18:05:16 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-13 18:05:16 +0000 |
| commit | 16bc1ebc8b390f41d3f706050bf73a1e1f948378 (patch) | |
| tree | 17ec6a2658c5b9fcfb50c9ce9dcd4987005f9a36 | |
| parent | 53683809d94cae373882d59e8b6761c517e0af1d (diff) | |
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" } } |
