Skip to content

Commit

Permalink
(GH-13) Build against Cake 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Mar 7, 2018
1 parent ee0fb20 commit 86c9c44
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Cake.Issues.Testing/Cake.Issues.Testing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Cake.Core" Version="0.22.0" />
<PackageReference Include="Cake.Core" Version="0.26.0" />
<PackageReference Include="Desktop.Analyzers" Version="1.1.0" />
<PackageReference Include="Microsoft.AnalyzerPowerPack" Version="1.1.0" />
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="1.1.0" />
Expand Down
4 changes: 2 additions & 2 deletions src/Cake.Issues.Tests/Cake.Issues.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
<PackageReference Include="Cake.Core" Version="0.22.0" />
<PackageReference Include="Cake.Testing" Version="0.22.0" />
<PackageReference Include="Cake.Core" Version="0.26.0" />
<PackageReference Include="Cake.Testing" Version="0.26.0" />
<PackageReference Include="Shouldly" Version="2.8.3" />
<PackageReference Include="StyleCop.Analyzers" Version="1.0.2" />
<PackageReference Include="xunit" Version="2.3.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.Issues/Cake.Issues.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Cake.Core" Version="0.22.0" />
<PackageReference Include="Cake.Core" Version="0.26.0" />
<PackageReference Include="Desktop.Analyzers" Version="1.1.0" />
<PackageReference Include="Microsoft.AnalyzerPowerPack" Version="1.1.0" />
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="1.1.0" />
Expand Down

0 comments on commit 86c9c44

Please sign in to comment.