We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 468b761 + 9388683 commit 113ab03Copy full SHA for 113ab03
test/UnitTests/UnitTests.csproj
@@ -14,4 +14,9 @@
14
<PackageReference Include="Moq" Version="$(MoqVersion)" />
15
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="2.0.2" />
16
</ItemGroup>
17
+ <ItemGroup>
18
+ <None Update="xunit.runner.json">
19
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
20
+ </None>
21
+ </ItemGroup>
22
</Project>
0 commit comments