You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In an instance of Visual Studio that has ShoelaceMVC installed, generate a new project from the template.
Build the project.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: