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

Commit

Permalink
Update Cake.Issues to 4.0.0-beta0001 (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger authored Dec 10, 2023
1 parent 940163e commit e35ca74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Cake.Issues" Version="3.0.0" />
<PackageReference Include="Cake.Issues.PullRequests" Version="3.0.0" />
<PackageReference Include="Cake.Issues.Testing" Version="3.0.0" />
<PackageReference Include="Cake.Issues" Version="4.0.0-beta0001" />
<PackageReference Include="Cake.Issues.PullRequests" Version="4.0.0-beta0001" />
<PackageReference Include="Cake.Issues.Testing" Version="4.0.0-beta0001" />
<PackageReference Include="Cake.Testing" Version="4.0.0" />
<PackageReference Include="Cake.AzureDevOps" Version="4.0.0-beta0001" />
<PackageReference Include="NSubstitute" Version="5.1.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ See the Project Site for an overview of the whole ecosystem of addins for workin

<ItemGroup>
<PackageReference Include="Cake.Core" Version="4.0.0" PrivateAssets="All" />
<PackageReference Include="Cake.Issues" Version="3.0.0" PrivateAssets="All" />
<PackageReference Include="Cake.Issues.PullRequests" Version="3.0.0" PrivateAssets="All" />
<PackageReference Include="Cake.Issues" Version="4.0.0-beta0001" PrivateAssets="All" />
<PackageReference Include="Cake.Issues.PullRequests" Version="4.0.0-beta0001" PrivateAssets="All" />
<PackageReference Include="Cake.AzureDevOps" Version="4.0.0-beta0001" PrivateAssets="All" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit e35ca74

Please sign in to comment.