Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #107 from pascalberger/feature/cake-issues-1-0
Browse files Browse the repository at this point in the history
(GH-106) Build against Cake.Issues 1.0.0 Beta 1
  • Loading branch information
pascalberger authored Feb 17, 2021
2 parents 9688ba9 + b2f9455 commit 47abc54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Cake.Issues">
<Version>0.9.0</Version>
<Version>1.0.0-beta0001</Version>
</PackageReference>
<PackageReference Include="Cake.Issues.Testing">
<Version>0.9.0</Version>
<Version>1.0.0-beta0001</Version>
</PackageReference>
<PackageReference Include="Cake.Testing">
<Version>1.0.0</Version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<Version>1.0.0</Version>
</PackageReference>
<PackageReference Include="Cake.Issues">
<Version>0.9.0</Version>
<Version>1.0.0-beta0001</Version>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers">
<Version>3.3.1</Version>
Expand Down

0 comments on commit 47abc54

Please sign in to comment.