diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json
index 9975824..f5c726b 100644
--- a/.config/dotnet-tools.json
+++ b/.config/dotnet-tools.json
@@ -3,14 +3,14 @@
"isRoot": true,
"tools": {
"dotnet-ef": {
- "version": "10.0.8",
+ "version": "10.0.9",
"commands": [
"dotnet-ef"
],
"rollForward": false
},
"aspire.cli": {
- "version": "13.4.2",
+ "version": "13.4.3",
"commands": [
"aspire"
],
diff --git a/Directory.Packages.props b/Directory.Packages.props
index ae2d55c..e935864 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -5,37 +5,37 @@
true
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
+
+
+
-
+
\ No newline at end of file
diff --git a/global.json b/global.json
index 1ce6df9..2790ff1 100644
--- a/global.json
+++ b/global.json
@@ -4,7 +4,7 @@
"rollForward": "latestFeature"
},
"msbuild-sdks": {
- "Aspire.AppHost.Sdk": "13.4.2"
+ "Aspire.AppHost.Sdk": "13.4.3"
},
"test": {
"runner": "Microsoft.Testing.Platform"