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

Cleanup tests .csproj

parent 00496f64
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
<ItemGroup> <ItemGroup>
<None Update="*.json" CopyToOutputDirectory="Always" /> <None Update="*.json" CopyToOutputDirectory="Always" />
<EmbeddedResource Include="*Config.json" /> <EmbeddedResource Include="*Config.json" />
<None Update="redislabs_ca.pem" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
...@@ -30,10 +31,4 @@ ...@@ -30,10 +31,4 @@
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' "> <ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
<Reference Include="Microsoft.CSharp" /> <Reference Include="Microsoft.CSharp" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Update="redislabs_ca.pem">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project> </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