Answers for ".net core copy file in folder to root"

C#
0

.net core copy file in folder to root

<ContentWithTargetPath Include="lib\some_file.dat">
  <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  <TargetPath>some_file.dat</TargetPath>
</ContentWithTargetPath>
Posted by: Guest on January-23-2020

C# Answers by Framework

Browse Popular Code Answers by Language