aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2024-11-15 18:34:52 +0100
committerGitHub <noreply@github.com>2024-11-15 18:34:52 +0100
commit6e022465e9cf4bf399860dcd05a975c8fa6f6233 (patch)
tree48021af514c6da6f9beb903c5559a508b975d9e9
parent1be18114a9a9c49744e86b9d64ed6e249d3c4aac (diff)
parent16bc1ebc8b390f41d3f706050bf73a1e1f948378 (diff)
Merge pull request #12792 from jellyfin/renovate/dotnet-monorepo
Update dotnet monorepo
-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"
}
}