Skip to content

Commit

Permalink
Update test project dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz committed Jan 12, 2021
1 parent 70e4feb commit 8868feb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MoreLinq.Test/MoreLinq.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="coverlet.msbuild" Version="2.9.0">
<PackageReference Include="coverlet.msbuild" Version="3.0.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand All @@ -33,8 +33,8 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="NUnit" Version="3.12.0" />
<PackageReference Include="NUnitLite" Version="3.12.0" />
<PackageReference Include="NUnit" Version="3.13.0" />
<PackageReference Include="NUnitLite" Version="3.13.0" />
<PackageReference Include="System.Reactive" Version="3.1.1" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
Expand Down

0 comments on commit 8868feb

Please sign in to comment.