Skip to content
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

Fix web project build with dotnet build command #108

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Fix web project build with dotnet build command #108

wants to merge 3 commits into from

Conversation

kirill-d-lappo
Copy link
Contributor

@kirill-d-lappo kirill-d-lappo commented Oct 27, 2018

Web project can't be built with dotnet build command, which doesn't allow to use dotnet ef commands when migrating database

PackageTargetFallback - dotnet build returns

C:\workspace\github.com\kira-lappo\AlpineSkiHouse\src\AlpineSkiHouse.Web\AlpineSkiHouse.Web.csproj : error NU1003: PackageTargetFallback and AssetTargetFallback cannot be used together. Remove PackageTargetFallback(deprecated) references from the project environment.

Solution - remove PackageTargetFallback from namespace AlpineSkiHouse.Web.csproj

@kirill-d-lappo kirill-d-lappo changed the title Fix/web project build Fix web project build with dotnet build command Oct 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant