C#C
C#2y ago
MrScautHD

How can i save `Textures, Shaders...` in my nuget packet?

Hello, i try to save my textures and shaders in my nuget packet but it wont work that i what i tried:

  <ItemGroup>
    <Content Include="content/**/*" Pack="true">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Content>
  </ItemGroup>
Was this page helpful?