CHECKPOINT B4 .net5 test migrate

This commit is contained in:
2020-09-24 14:05:39 +00:00
parent 3a69c557fd
commit 28d8a50757

View File

@@ -44,11 +44,7 @@
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUi" Version="5.6.1" />
</ItemGroup>
<!-- <Target Name="CopyCustomContent" AfterTargets="AfterBuild">
<Copy SourceFiles=".\resource\de.json;.\resource\en.json;.\resource\es.json;.\resource\fr.json" DestinationFolder="$(OutDir)\resource" />
</Target> -->
<ItemGroup>
<ItemGroup>
<Content Include=".\resource\*.*">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>