Skip to content

Commit

Permalink
build(deps/api): Update dependencies
Browse files Browse the repository at this point in the history
- Updated Azure.Storage.Blobs package version to 12.20.0-beta.1
- Updated DSharpPlus package version to 4.4.6
- Added ExpressionDebugger package with version 2.2.1
- Updated Microsoft.AspNetCore.Authentication.JwtBearer package version to 8.0.1
  • Loading branch information
SakuraIsayeki committed Jan 11, 2024
1 parent 89de921 commit 006ff2e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions WowsKarma.Api/WowsKarma.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>preview</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>

<Version>0.17.2</Version>
<ProductVersion>0.17.2</ProductVersion>
<Authors>Sakura Akeno Isayeki</Authors>
Expand All @@ -23,8 +25,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Storage.Blobs" Version="12.19.1" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.20.0-beta.1" />
<PackageReference Include="DSharpPlus" Version="4.4.6" />
<PackageReference Include="ExpressionDebugger" Version="2.2.1" />
<PackageReference Include="FlexLabs.EntityFrameworkCore.Upsert" Version="8.0.0" />
<PackageReference Include="Hangfire.AspNetCore" Version="1.8.7" />
<PackageReference Include="Hangfire.PostgreSql" Version="1.20.5" />
Expand All @@ -34,7 +37,7 @@
<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="7.0.13" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.1" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="8.0.1" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson" Version="8.0.1" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0">
Expand Down

0 comments on commit 006ff2e

Please sign in to comment.