Skip to content

Commit f7f6ec3

Browse files
Added <TestTfmsInParallel>false</TestTfmsInParallel>
1 parent dce336d commit f7f6ec3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/CommunityToolkit.Maui.UnitTests/CommunityToolkit.Maui.UnitTests.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>$(NetVersion)</TargetFramework>
55
<OutputType>exe</OutputType>
66
<IsPackable>false</IsPackable>
77
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
88
<CompilerGeneratedFilesOutputPath>$(BaseIntermediateOutputPath)\GF</CompilerGeneratedFilesOutputPath>
9+
<TestTfmsInParallel>false</TestTfmsInParallel>
910
</PropertyGroup>
1011

1112
<ItemGroup>

0 commit comments

Comments
 (0)