-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duplicate Targetframework attribute #90
Comments
I've the same issue:
|
Can you give it a shot with the latest published dotnet template (1.0.2) dotnet new -i aspnetcore-vuejs (should be 1.0.2 now), this one has dotnet 2.1x SDK, that might be what's causing the issue! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure if this is an issue of the template or of dotnet.
Error description
I'm trying to run the application under Ubuntu 16.04 and am getting the following error when building the application the second time. I tried deleting the
obj
andbin
folders, but the error persists.When building and running the first time all works fine. The error doesn't occur on windows at all only on ubuntu.
Steps to reproduce
dotnet new vuejs
dotnet restore
npm install
npm run install
dotnet run
dotnet run
(second time)Environment
Running
dotnet --info
:The text was updated successfully, but these errors were encountered: