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 6e045f4 commit 5066c83Copy full SHA for 5066c83
src/libraries/tests.proj
@@ -283,9 +283,6 @@
283
284
<!-- Issue: https://github.com/dotnet/runtime/issues/52393 -->
285
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Runtime/tests/System.Runtime.Tests.csproj" />
286
-
287
- <!-- Issue: https://github.com/dotnet/runtime/issues/51961 -->
288
- <ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Text.Json/tests/System.Text.Json.Tests/System.Text.Json.Tests.csproj" />
289
</ItemGroup>
290
291
<ItemGroup Condition="'$(TargetOS)' == 'Browser' and '$(BuildAOTTestsOnHelix)' == 'true' and '$(RunDisabledWasmTests)' != 'true'">
0 commit comments