We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c7d78a commit 92b1837Copy full SHA for 92b1837
eng/SendToHelix.proj
@@ -15,8 +15,12 @@
15
<EnableXUnitReporter>true</EnableXUnitReporter>
16
</PropertyGroup>
17
18
+ <ItemGroup>
19
<ProjectReference Include="..\src\System.Private.ServiceModel\tools\SelfHostedCoreWcfService\SelfHostedCoreWCFService.csproj" />
20
+ </ItemGroup>
21
22
+
23
24
<ItemGroup>
25
<XUnitProject Include="..\src\System.Private.ServiceModel\tests\Scenarios\**\*.IntegrationTests.csproj">
26
<TargetFramework>$(XUnitPublishTargetFramework)</TargetFramework>
0 commit comments