Skip to content

Commit

Permalink
Update dotnet monorepo to v7.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 10, 2023
1 parent dcbdf6a commit 74f033e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Worms.Cli.Resources/Worms.Cli.Resources.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PackageReference Include="System.IO.Abstractions" Version="19.2.69" />
<PackageReference Include="Magick.NET-Q8-AnyCPU" Version="13.3.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="7.0.0" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.Extensions" Version="7.0.11" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.Extensions" Version="7.0.12" />
<PackageReference Include="RestSharp" Version="110.2.0" />
<PackageReference Include="Serilog" Version="3.0.1" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Worms.Cli/Worms.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageReference Include="Autofac" Version="7.1.0" />
<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.11" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.Extensions" Version="7.0.12" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
<PackageReference Include="Octokit" Version="8.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/Worms.Hub.Gateway/Worms.Hub.Gateway.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Dapper" Version="2.1.4"/>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.11"/>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.12"/>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="5.1.0"/>
<PackageReference Include="Npgsql" Version="7.0.6"/>
</ItemGroup>
Expand Down

0 comments on commit 74f033e

Please sign in to comment.