We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e81ca5 commit 2d1e29bCopy full SHA for 2d1e29b
1 file changed
src/tests/JIT/Regression/JitBlue/Runtime_72845/Runtime_72845.fsproj
@@ -1,12 +1,11 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<OutputType>Exe</OutputType>
4
- </PropertyGroup>
5
- <PropertyGroup>
6
<NoStandardLib>True</NoStandardLib>
7
<Noconfig>True</Noconfig>
8
<Optimize>True</Optimize>
9
<TargetFramework>$(NetCoreAppToolCurrent)</TargetFramework>
+ <GCStressIncompatible>True</GCStressIncompatible>
10
</PropertyGroup>
11
<ItemGroup>
12
<Compile Include="Runtime_72845.fs" />
0 commit comments