Remove a RequiresProcessIsolation which is not required. (#85606)
authorZoltan Varga <vargaz@gmail.com>
Mon, 1 May 2023 22:14:38 +0000 (00:14 +0200)
committerGitHub <noreply@github.com>
Mon, 1 May 2023 22:14:38 +0000 (00:14 +0200)
src/tests/JIT/Regression/JitBlue/Runtime_82535/Runtime_82535.csproj

index 310a81f802b2e2e707b17bc2182ed2259744727b..23a7bac808073e7d6a973748dc0ab637eac9c5be 100644 (file)
@@ -1,8 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
-    <OutputType>Exe</OutputType>
+    <OutputType>Library</OutputType>
     <Optimize>True</Optimize>
-    <RequiresProcessIsolation>true</RequiresProcessIsolation>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />