Skip to content

Instantly share code, notes, and snippets.

@tonysneed
Created December 4, 2021 16:36
Embed
What would you like to do?
NuGet v6 Files
<ItemGroup>
<Content Include="CodeTemplates/**/*.*" Pack="true" PackagePath="contentFiles/CodeTemplates">
<PackageCopyToOutput>true</PackageCopyToOutput>
</Content>
</ItemGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment