diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 9975824..cdff004 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.11", "commands": [ "dotnet-ef" ], "rollForward": false }, "aspire.cli": { - "version": "13.4.2", + "version": "13.5.2", "commands": [ "aspire" ], diff --git a/Directory.Packages.props b/Directory.Packages.props index ae2d55c..d61fc48 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -10,32 +10,32 @@ - + - - - - - - - - - - - + + + + + + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - - - - - - - - + + + + + + + + \ No newline at end of file diff --git a/global.json b/global.json index 1ce6df9..5c7b62a 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.5.2" }, "test": { "runner": "Microsoft.Testing.Platform"