Skip to content

Commit

Permalink
Merge pull request #12 from Lombiq/issue/OSOE-76
Browse files Browse the repository at this point in the history
OSOE-76: Removing unneeded xunit.runner.visualstudio reference (this only needs to be there in the test projects)
  • Loading branch information
Piedone authored Feb 16, 2022
2 parents 0bf0d66 + 77b076f commit 8ae669c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Lombiq.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@
<PackageReference Include="Moq" Version="4.16.1" />
<PackageReference Include="Shouldly" Version="4.0.3" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Moq.AutoMock" Version="2.3.0" />
</ItemGroup>

Expand Down

0 comments on commit 8ae669c

Please sign in to comment.