I created an ASP.NET MVC 4.5 application.
Now I want to change packages.config to mypackages1.config. A simple renaming of the file.
I edited .csproj file and renamed as mentioned.
I renamed packages.config file as mentioned.
I edited repositories.config and made changes as mentioned.
But, when I issued Install-Package somepackage, it created a new packages.config file.
Is there a way I can rename my packages.config file? I don't yet have .nuget folder in my solution.