Is there a way to get nuget to pick up the readme.txt file included in .csproj using the “nuget package” so that when the package is installed, the readme.txt file automatically opens in VS?
When I create nuspec manually and listed readme.txt in this section, so that the readme.txt file is at the same level as the nuspec file, it runs nuget pack on nuspec.
When using the nuget package in .csproj, although the behavior is such that the readme file of the project is included in the "Content" folder instead. In this case, is there a way to get the nuget package to include the readme file in the partition, so that it behaves identically to creating nuspec manually and adding the readme.txt file to the root of the folder
nuget
Abhijeet patel
source share