diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index f6b4238..3c07153 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -10,7 +10,7 @@ "rollForward": false }, "aspire.cli": { - "version": "13.4.6", + "version": "13.5.1", "commands": [ "aspire" ], diff --git a/Directory.Packages.props b/Directory.Packages.props index 11f6642..fc8084e 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -5,13 +5,13 @@ true - - - - - - - + + + + + + + @@ -41,12 +41,12 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/global.json b/global.json index aaae688..e1fb83e 100644 --- a/global.json +++ b/global.json @@ -4,7 +4,7 @@ "rollForward": "latestFeature" }, "msbuild-sdks": { - "Aspire.AppHost.Sdk": "13.4.6" + "Aspire.AppHost.Sdk": "13.5.1" }, "test": { "runner": "Microsoft.Testing.Platform"