Skip to content

Commit 113ab03

Browse files
authored
Merge pull request #396 from json-api-dotnet/fix/#347
fix(#347): parallel tests were stomping each other
2 parents 468b761 + 9388683 commit 113ab03

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: test/UnitTests/UnitTests.csproj

+5
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,9 @@
1414
<PackageReference Include="Moq" Version="$(MoqVersion)" />
1515
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="2.0.2" />
1616
</ItemGroup>
17+
<ItemGroup>
18+
<None Update="xunit.runner.json">
19+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
20+
</None>
21+
</ItemGroup>
1722
</Project>

0 commit comments

Comments
 (0)