I created an ASP.NET MVC 4.5 application.
Now I want to change package.config to mypackages1.config. Simple file renaming.
I edited the .csproj file and renamed it. I renamed the package.config file as indicated.
I edited repositories.config and made the changes as mentioned.
But when I released the install-Package somepackage package, it created a new package.config file.
Is there a way to rename the package.config file? I don't have a .nuget folder yet in my solution.
user900360
source share