Skip to content

Commit 01f039c

Browse files
authored
RequiresProcessIsolation in Runtime_100437 (#100605)
1 parent 95b67ed commit 01f039c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/tests/JIT/Regression/JitBlue/Runtime_100437/Runtime_100437.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<!-- uses WaitForPendingFinalizers -->
4+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
5+
</PropertyGroup>
26
<ItemGroup>
37
<Compile Include="$(MSBuildProjectName).cs" />
48
</ItemGroup>

0 commit comments

Comments
 (0)