Skip to content

Commit

Permalink
Update dotnet monorepo to v7.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 8, 2023
1 parent 55042fc commit 5a3c5cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/cli/src/Worms.Cli.Resources/Worms.Cli.Resources.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageReference Include="System.IO.Abstractions" Version="19.2.29" />
<PackageReference Include="Magick.NET-Q8-AnyCPU" Version="13.2.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="7.0.0" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.Extensions" Version="7.0.9" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.Extensions" Version="7.0.10" />
<PackageReference Include="RestSharp" Version="110.2.0" />
<PackageReference Include="Serilog" Version="3.0.1" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/cli/src/Worms/worms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="Autofac" Version="7.0.1" />
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="CredentialManagement.Standard" Version="1.0.4" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.Extensions" Version="7.0.9" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.Extensions" Version="7.0.10" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
<PackageReference Include="Octokit" Version="7.1.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/hub/src/Worms.Gateway/Worms.Gateway.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Dapper" Version="2.0.143"/>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.9"/>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.10"/>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="5.1.0"/>
<PackageReference Include="Npgsql" Version="7.0.4"/>
</ItemGroup>
Expand Down

0 comments on commit 5a3c5cd

Please sign in to comment.