Skip to content

Commit a2cc99d

Browse files
committed
Allow tests to be run from Visual Studio.
1 parent ee4eff6 commit a2cc99d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/SideBySide/SideBySide.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
2626
<PackageReference Include="xunit" Version="2.3.0-beta5-build3769" />
2727
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.0-beta5-build3769" />
28+
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.0-beta5-build3769" />
2829
<!--app packages-->
2930
<PackageReference Include="Dapper" Version="1.50.2" />
3031
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="1.1.1" />

0 commit comments

Comments
 (0)