We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a23aa1 commit 8ab9871Copy full SHA for 8ab9871
docs/fundamentals/snippets/custom-urls/AspireApp.Api/AspireApp.Api.csproj
@@ -7,8 +7,8 @@
7
</PropertyGroup>
8
9
<ItemGroup>
10
- <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.8" />
11
- <PackageReference Include="Scalar.AspNetCore" Version="2.7.2" />
+ <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.9" />
+ <PackageReference Include="Scalar.AspNetCore" Version="2.8.0" />
12
</ItemGroup>
13
14
</Project>
docs/fundamentals/snippets/custom-urls/AspireApp.AppHost/AspireApp.AppHost.csproj
@@ -11,7 +11,7 @@
- <PackageReference Include="Aspire.Hosting.AppHost" Version="9.4.1" />
+ <PackageReference Include="Aspire.Hosting.AppHost" Version="9.4.2" />
15
16
17
0 commit comments