Skip to content

Commit

Permalink
Reverted NUnit to 3.7.1 also in other projects
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelTroka committed Nov 19, 2017
1 parent a5d8de1 commit 5508978
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" Condition="'$(TargetFramework)' != 'net40'" />
<PackageReference Include="Moq" Version="4.7.145" Condition="'$(TargetFramework)' != 'net40'" />
<PackageReference Include="Moq" Version="4.2.1510.2205" Condition="'$(TargetFramework)' == 'net40'" />
<PackageReference Include="NUnit" Version="3.9.0" />
<PackageReference Include="NUnit" Version="3.7.1" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\SharedAssemblyInfo.cs" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
Expand Down
2 changes: 1 addition & 1 deletion Computator.NET.Core.Tests/Computator.NET.Core.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<PackageReference Include="Moq" Version="4.7.145" Condition="'$(TargetFramework)' != 'net40'" />
<PackageReference Include="Moq" Version="4.2.1510.2205" Condition="'$(TargetFramework)' == 'net40'" />
<PackageReference Include="MathNet.Numerics" Version="3.20.0" />
<PackageReference Include="NUnit" Version="3.9.0" />
<PackageReference Include="NUnit" Version="3.7.1" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\SharedAssemblyInfo.cs" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
Expand Down

0 comments on commit 5508978

Please sign in to comment.