Skip to content

Fix web project build with dotnet build command#108

Open
kirill-d-lappo wants to merge 3 commits intoAspNetMonsters:masterfrom
kirill-d-lappo:fix/web-project-build
Open

Fix web project build with dotnet build command#108
kirill-d-lappo wants to merge 3 commits intoAspNetMonsters:masterfrom
kirill-d-lappo:fix/web-project-build

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