aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/dotnet-tools.json2
-rw-r--r--global.json2
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"
}
}