I made a Razor class library project as following in .NET 5.0
I want to make a NuGet package with the Areas folder inside it
So that whenever this package is installed, the whole folder with all its files in the destination will be copied with the same name.
How to pack the whole Areas folder via dotnet pack command?



没有评论:
发表评论