Skip to content

Commit

Permalink
Merge pull request #577 from TheEadie/renovate/dotnet-monorepo
Browse files Browse the repository at this point in the history
Update dotnet monorepo to v7.0.9
  • Loading branch information
TheEadie committed Jul 12, 2023
2 parents 56b1d4a + fbaae48 commit 0c9a7b5
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.1.3" />
<PackageReference Include="Microsoft.Extensions.Http" Version="7.0.0" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.Extensions" Version="7.0.8" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.Extensions" Version="7.0.9" />
<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.8" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.Extensions" Version="7.0.9" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
<PackageReference Include="Octokit" Version="7.0.1" />
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 @@ -5,7 +5,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Dapper" Version="2.0.143" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.8" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.9" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="5.1.0" />
<PackageReference Include="Npgsql" Version="7.0.4" />
</ItemGroup>
Expand Down

0 comments on commit 0c9a7b5

Please sign in to comment.