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

PackageTargetFallback and AssetTargetFallback cannot be used together #57

Closed JingYenLoh closed 6 years ago

JingYenLoh commented 6 years ago

Hi, I'm running .NET Core 2.0.0 stable. When I run dotnet restore on a freshly cloned project, I get the following error:

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

I tried deleting the PackageTargetFallback property from Vue2Spa.csproj as suggested in this post from stackoverflow and it works.

GuilhermeHideki commented 6 years ago

@MarkPieszak would you accept an PR addressing that?

MarkPieszak commented 6 years ago

Of course! @GuilhermeHideki I think someone just posted one via #59 We should be all set now!

Any other great PRs you have in mind, let me know!