Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
- Updated Microsoft.AspNetCore.Authentication.JwtBearer package from version 8.0.6 to 8.0.7
- Updated Microsoft.AspNetCore.SignalR.Protocols.MessagePack package from version 8.0.6 to 8.0.7
- Updated Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson package from version 8.0.6 to 8.0.7
- Updated Microsoft.EntityFrameworkCore.Design package from version 8.0.6 to 8.0.7
  • Loading branch information
SakuraIsayeki committed Jul 19, 2024
1 parent 19f498f commit 18a2157
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions WowsKarma.Api/WowsKarma.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
<PackageReference Include="Mapster.DependencyInjection" Version="1.0.1" />
<PackageReference Include="Mapster.EFCore" Version="5.1.1" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.6" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="8.0.6" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson" Version="8.0.6" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.7" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="8.0.7" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson" Version="8.0.7" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.6">
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.7">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 18a2157

Please sign in to comment.