Welcome to mirror list, hosted at ThFree Co, Russian Federation.

regression_749068.csproj « unregister « threadpool « threading « baseservices « tests « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 97f775ef72f025d455aa7cd8a9258bb82ccf5217 (plain)
1
2
3
4
5
6
7
8
9
10
11
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <CLRTestPriority>1</CLRTestPriority>
    <!-- Disable for GCStress due to test failure: https://github.com/dotnet/runtime/issues/37237 -->
    <GCStressIncompatible>true</GCStressIncompatible>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="regression_749068.cs" />
  </ItemGroup>
</Project>