TrilonIO / aspnetcore-Vue-starter

*NEW* Asp.net Core & Vue.js (ES6) SPA Starter kit - Vuex, webpack, Web API, Docker, and more! By @TrilonIO
https://www.trilon.io
MIT License
1.21k stars 266 forks source link

what is the correct way to add new NuGet packages? #35

Closed LookRain closed 7 years ago

LookRain commented 7 years ago

I tried to install NuGet packages by right clicking on Dependencies inside VS2017, the error shown is: Error Package restore failed. Rolling back package changes for 'Vue2Spa'.

I also tried to add the dependency inside the 'Vue2Spa.csproj' file. This method worked but I feel it is still not the best way to do it.

I could not find any other information elsewhere, so I'm here asking what is the best way to add new NuGet packages? Thanks.

MarkPieszak commented 7 years ago

Did you ever get this working? It might be totally different now with dotnet core 2.0. Closing this out, but let me know!