Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any way to recreate packages.config file?

I accidentally missed to upload to source control NuGet packages.config file and it got deleted somehow :(

Is there any way to recreate it?

like image 545
StackOverflower Avatar asked Nov 28 '13 23:11

StackOverflower


1 Answers

An easier way will be just go to Nuget and reinstall the packages. It will create the package.config file

like image 169
Quantbuff Avatar answered Dec 21 '22 00:12

Quantbuff