Skip to content

Commit 1e6291c

Browse files
Merged PR 5382: Add missing dependency
Add missing dependency
1 parent eeb0cfa commit 1e6291c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/hosting/hosting.tests.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
22

33
<Import Project="../Test.Common.props"/>
44

@@ -20,6 +20,7 @@
2020
<!-- The version of Microsoft.PowerShell.SDK should be the version we are releasing, so the tests use the correct SDK before publishing to NuGet.org -->
2121
<PackageReference Include="Microsoft.PowerShell.SDK" Version="6.2.0-preview.1" />
2222
<PackageReference Include="Xunit.SkippableFact" Version="1.3.6" />
23+
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" />
2324
</ItemGroup>
2425

2526
</Project>

0 commit comments

Comments
 (0)