Skip to content

Commit c67cb6d

Browse files
committed
Try adding another runner
1 parent ba6aa63 commit c67cb6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Razor/test/Microsoft.VisualStudio.Razor.IntegrationTests/Microsoft.VisualStudio.Razor.IntegrationTests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
import the package ourselves, but as an implicit definition to stop Nuget complaining.
4646
TL;DR: MSBuild was designed to cause pain.
4747
-->
48+
<PackageReference Include="xunit.runner.console" Version="$(XUnitRunnerConsoleVersion)" IsImplicitlyDefined="true" PrivateAssets="all" Publish="true"/>
4849
<PackageReference Include="xunit.runner.visualstudio" Version="$(XUnitRunnerVisualStudioVersion)" IsImplicitlyDefined="true" PrivateAssets="all" Publish="true"/>
4950
</ItemGroup>
5051

0 commit comments

Comments
 (0)