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

Fix error NU1003 for .net core 2.0 #59

Closed dvdsantana closed 6 years ago

dvdsantana commented 6 years ago

Issue #57

Error message: error NU1003: PackageTargetFallback and AssetTargetFallback cannot be used together. Remove PackageTargetFallback(deprecated) references from the project environment.

See: https://stackoverflow.com/questions/45569378/upgrading-to-net-core-2-0-packagetargetfallback-and-assettargetfallback-cannot

MarkPieszak commented 6 years ago

Ahh thank you for this one didn't see it come up! @dvdsantana 👍👍