Skip to content

Commit

Permalink
(GH-14) Upgrade Cake.Core reference to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
augustoproiete committed Mar 9, 2021
1 parent 459b88c commit e021c0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Cake.ISO.Tests/Cake.ISO.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
<ProjectReference Include="..\..\src\Cake.ISO\Cake.ISO.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Cake.Core" Version="0.33.0" />
<PackageReference Include="Cake.Testing" Version="0.33.0" />
<PackageReference Include="Cake.Core" Version="1.0.0" />
<PackageReference Include="Cake.Testing" Version="1.0.0" />
<PackageReference Include="Moq" Version="4.8.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.6.1" />
<PackageReference Include="xunit.analyzers" Version="0.9.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.ISO/Cake.ISO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<SourceAnalysisTreatErrorsAsWarnings>False</SourceAnalysisTreatErrorsAsWarnings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Cake.Core" Version="0.33.0" PrivateAssets="All" />
<PackageReference Include="Cake.Core" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="DiscUtils.Core" Version="0.15.1-ci0007" />
<PackageReference Include="DiscUtils.Iso9660" Version="0.15.1-ci0007" />
<PackageReference Include="DiscUtils.Streams" Version="0.15.1-ci0007" />
Expand Down

0 comments on commit e021c0e

Please sign in to comment.