Commit 1cf9e6af authored by Nick Craver's avatar Nick Craver

Cleanup tests .csproj

parent 00496f64
......@@ -13,6 +13,7 @@
<ItemGroup>
<None Update="*.json" CopyToOutputDirectory="Always" />
<EmbeddedResource Include="*Config.json" />
<None Update="redislabs_ca.pem" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
<ItemGroup>
......@@ -30,10 +31,4 @@
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<ItemGroup>
<None Update="redislabs_ca.pem">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment