Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Commit

Permalink
Bump Cake from 1.0.0 to 2.0.0 (#255)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pascal Berger <pascal.berger@gmail.com>
  • Loading branch information
dependabot[bot] and pascalberger committed Dec 8, 2021
1 parent 9e26e7c commit 3aa018a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Expand Up @@ -9,10 +9,10 @@ updates:
ignore:
- dependency-name: Cake.Core
versions:
- "> 1.0.0, < 2"
- "(,3.0)"
- dependency-name: Cake.Testing
versions:
- "> 1.0.0, < 2"
- "(,3.0)"
- dependency-name: Cake.Issues
versions:
- "> 1.0.0, < 2"
Expand Down
Expand Up @@ -25,8 +25,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="Cake.Core" Version="1.0.0" />
<PackageReference Include="Cake.Testing" Version="1.0.0" />
<PackageReference Include="Cake.Core" Version="2.0.0" />
<PackageReference Include="Cake.Testing" Version="2.0.0" />
<PackageReference Include="Cake.Issues" Version="1.0.0" />
<PackageReference Include="Cake.Issues.Testing" Version="1.0.0" />
<PackageReference Include="Shouldly" Version="4.0.3" />
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.Issues.MsBuild/Cake.Issues.MsBuild.csproj
Expand Up @@ -19,7 +19,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Cake.Core" Version="1.0.0" />
<PackageReference Include="Cake.Core" Version="2.0.0" />
<PackageReference Include="Cake.Issues" Version="1.0.0" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 3aa018a

Please sign in to comment.