Skip to content

Commit

Permalink
refactor: Upgrade package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sabihoshi committed Jan 11, 2022
1 parent de3016e commit 3b0e8be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Zhongli.Bot/Zhongli.Bot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
<PackageReference Include="Hangfire.Core" Version="1.7.28" />
<PackageReference Include="Hangfire.PostgreSql" Version="1.9.5" />
<PackageReference Include="Humanizer.Core" Version="2.13.14" />
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="9.0.0" />
<PackageReference Include="MediatR" Version="10.0.1" />
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="10.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="6.0.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion Zhongli.Services/Zhongli.Services.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageReference Include="Hangfire.Core" Version="1.7.28" />
<PackageReference Include="Humanizer.Core" Version="2.13.14" />
<PackageReference Include="Mapster" Version="7.2.0" />
<PackageReference Include="MediatR" Version="9.0.0" />
<PackageReference Include="MediatR" Version="10.0.1" />
<PackageReference Include="Microsoft.CodeAnalysis.Scripting" Version="4.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="6.0.1" />
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" />
Expand Down

0 comments on commit 3b0e8be

Please sign in to comment.