Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Make sure TRAMS test project runs in Visual Studio
Browse files Browse the repository at this point in the history
We need the `xunit.runner.visualstudio` package to run tests in Visual Studio. 

We've already included in most of the test projects, but it's missing in the TRAMS tests.
  • Loading branch information
jkempster34 committed Apr 12, 2022
1 parent 5e15727 commit 16617c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Data.TRAMS.Tests/Data.TRAMS.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Include="Moq" Version="4.17.2" />
<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>
</ItemGroup>

</Project>

0 comments on commit 16617c9

Please sign in to comment.