Then in my package csproj file i have this ```xml ...
# package-development
c
Then in my package csproj file i have this
Copy code
xml
  <ItemGroup>
    <Content Include="App_Plugins\MyPackage\**" ExcludeFromSingleFile="true" CopyToPublishDirectory="Always" />
    <None Include="buildTransitive\**" Pack="true" PackagePath="buildTransitive" />
  </ItemGroup>