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 3b84090 commit 016cf87Copy full SHA for 016cf87
1 file changed
examples/CloudShop/CloudShop.ApiService/CloudShop.ApiService.csproj
@@ -10,11 +10,11 @@
10
</ItemGroup>
11
12
<ItemGroup>
13
- <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.1" />
+ <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.3" />
14
<PackageReference Include="Aspire.Npgsql.EntityFrameworkCore.PostgreSQL" Version="13.1.1" />
15
<PackageReference Include="Aspire.StackExchange.Redis" Version="13.1.1" />
16
<PackageReference Include="Aspire.RabbitMQ.Client.v7" Version="9.5.2" />
17
- <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.1" />
+ <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.3" />
18
19
20
</Project>
0 commit comments