Quantcast
Channel: Active questions tagged nuget-package - Stack Overflow
Viewing all articles
Browse latest Browse all 3067

Move Folder - csproj and Nuget

$
0
0

I have a nuget getting created and Content folder getting created in the nuget. I want my files to not be in Content folder but be in the Test folder in that nuget. (So, user won't see files by default.)

How Can I move files from ContentFolder to Test folder ?

My csproj has :

<ItemGroup><Protobuf Include="*.proto" GrpcServices="Both" /><Content Include="@(Protobuf)" />  // If I remove this line - Content folder disappers, but I want to keep this data into a Test folder in my nuget</ItemGroup>

Viewing all articles
Browse latest Browse all 3067

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>