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.22k stars 266 forks source link

Use AspNetCore.All metapackage #64

Closed nbarbettini closed 6 years ago

nbarbettini commented 6 years ago

Using the Microsoft.AspNetCore.All metapackage makes it easier to keep all the ASP.NET Core packages up to date (and synchronized in versions). It also cuts down on the need to manually hunt for ASP.NET Core packages when you're adding features to a project.

I also bumped the version to 2.0.3. 👍

MarkPieszak commented 6 years ago

Great idea, thank you!