Skip to content

Commit

Permalink
fix(tests) Tests run now on Visual Studio
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-garcia committed Apr 9, 2018
1 parent 8e29517 commit d573a42
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
<Reference Include="Microsoft.CSharp" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' != 'net35' and '$(TargetFramework)' != 'net40'">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="CsQuery" Version="1.3.4" />
<PackageReference Include="Nancy" Version="1.4.3" />
Expand Down
4 changes: 4 additions & 0 deletions src/tests/SharpRaven.UnitTests/SharpRaven.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
<Reference Include="Microsoft.CSharp" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' != 'net35' and '$(TargetFramework)' != 'net40'">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="6.0.8" />
<PackageReference Include="NSubstitute" Version="1.8.0.0" />
Expand Down

0 comments on commit d573a42

Please sign in to comment.