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 048e1a3 commit c78d9faCopy full SHA for c78d9fa
src/libraries/tests.proj
@@ -84,6 +84,8 @@ Roslyn4.0.Tests.csproj" />
84
<!-- Issue: https://github.com/dotnet/runtime/issues/53281 -->
85
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Net.WebSockets.Client\tests\System.Net.WebSockets.Client.Tests.csproj" />
86
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Runtime.InteropServices\tests\DllImportGenerator.UnitTests\DllImportGenerator.Unit.Tests.csproj" />
87
+ <!-- Issue: https://github.com/dotnet/runtime/issues/63723 -->
88
+ <ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Drawing.Common\tests\System.Drawing.Common.Tests.csproj" />
89
</ItemGroup>
90
91
<ItemGroup Condition="'$(TargetOS)' == 'Android'">
0 commit comments