Skip to content

Commit

Permalink
Bump cake dependencies to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Insire committed Nov 20, 2021
1 parent 8c7eb76 commit e2c9ee7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cake/Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@

<ItemGroup>
<PackageReference Include="Cake.Codecov" Version="1.0.1" />
<PackageReference Include="Cake.Frosting" Version="1.2.0" />
<PackageReference Include="Cake.GitVersioning" Version="3.4.240" />
<PackageReference Include="Cake.Frosting" Version="1.3.0" />
<PackageReference Include="Cake.GitVersioning" Version="3.4.244" />
<PackageReference Include="Cake.Incubator" Version="6.0.0" />
<PackageReference Include="Codecov" Version="1.13.0" />
<PackageReference Include="GitVersion.CommandLine" Version="5.7.0">
<PackageReference Include="GitVersion.CommandLine" Version="5.8.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.CodeCoverage" Version="16.11.0" />
<PackageReference Include="Microsoft.CodeCoverage" Version="17.0.0" />
<PackageReference Include="NUnit.ConsoleRunner" Version="3.12.0" />
<PackageReference Include="ReportGenerator" Version="4.8.13" />
<PackageReference Include="ReportGenerator" Version="5.0.0" />
</ItemGroup>
</Project>

0 comments on commit e2c9ee7

Please sign in to comment.