Answers for ".net core copy directory to output"

C#
0

.net core copy directory to output

<ItemGroup>
  <None Include="$(SolutionDir)config\**" 
        CopyToOutputDirectory="PreserveNewest"
        LinkBase="config\" />
</ItemGroup>
Posted by: Guest on July-15-2020

C# Answers by Framework

Browse Popular Code Answers by Language