Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit caec7eb

Browse files
committed
Add reference to System.Runtime.Extensions project in Debug tests
Needed to avoid problematic reference to the Runtime.Extensions Nuget package pulled in by the xunit beta
1 parent 80cc5d1 commit caec7eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/System.Diagnostics.Debug/tests/System.Diagnostics.Debug.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<Name>System.Diagnostics.Debug</Name>
2525
</ProjectReference>
2626
<ProjectReference Include="..\..\System.Runtime\src\System.Runtime.CoreCLR.csproj" />
27+
<ProjectReference Include="..\..\System.Runtime.Extensions\src\System.Runtime.Extensions.CoreCLR.csproj" />
2728
</ItemGroup>
2829
<ItemGroup>
2930
<None Include="project.json" />

0 commit comments

Comments
 (0)