Skip to content

Commit

Permalink
RequiresProcessIsolation in Runtime_100437 (dotnet#100605)
Browse files Browse the repository at this point in the history
  • Loading branch information
VSadov authored Apr 4, 2024
1 parent 95b67ed commit 01f039c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<!-- uses WaitForPendingFinalizers -->
<RequiresProcessIsolation>true</RequiresProcessIsolation>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
</ItemGroup>
Expand Down

0 comments on commit 01f039c

Please sign in to comment.