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

Project changes to sync with aspnet/JavaScriptServices templates #20

Closed anderly closed 7 years ago

anderly commented 7 years ago
vip32 commented 7 years ago

Hi @anderly ,

I would advise not to provide any backward support, VS2017/msbuild is the way forward and the only platform that will get 'real' .net core support by MS. we should not make this more complex than needed. xproj + project.json are history.

will you provide a PR for the others points (so we will not work one the same again), otherwise i can work on it.

anderly commented 7 years ago

Ok, @vip32, I updated the list above and dropped the xproj and project.json. Yes, I can provide a PR for these.

anderly commented 7 years ago

@vip32, @MarkPieszak you guys cool with the other proposed changes listed above?

MarkPieszak commented 7 years ago

Everything looks great to me Adam! 👍 👍 Yeah I was going to upgrade the .NET & Angular solution I have as well to csproj after Steve updated his. I supposed VS2015 is history now!

anderly commented 7 years ago

Ok, I added these changes to PR #17.