Skip to content

Commit

Permalink
Bump Cake.MinVer.Tests dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
augustoproiete committed Mar 16, 2021
1 parent 29dc4cc commit 407c37c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test/Cake.MinVer.Tests/Cake.MinVer.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,19 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Cake.Core" Version="1.0.0" />
<PackageReference Include="Cake.Common" Version="1.0.0" />
<PackageReference Include="Cake.Testing" Version="1.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.0" />

<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1" />
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="16.9.1" />
<PackageReference Include="Verify.Xunit" Version="11.0.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="1.3.0">
<PackageReference Include="coverlet.collector" Version="3.0.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit 407c37c

Please sign in to comment.