RyannosaurusRex/Shoelace-MVC

NuGet packages aren't restored in project made from template.

RyannosaurusRex opened this issue · 0 comments

  1. In an instance of Visual Studio that has ShoelaceMVC installed, generate a new project from the template.
  2. Build the project.
  3. Notice that the NuGet packages are not properly retrieved, so the build is broken.

the packages.config file correctly has a list of all packages that are required and should get pulled in. If possible, this needs to be fixed so users aren't required to manually install all the NuGet package versions in the list.