Workaround issue caused by importing Internal.AspNetCore.Sdk into KoreBuild (#178)

This commit is contained in:
Nate McMaster 2017-06-26 19:07:36 -07:00 committed by GitHub
parent 7b2825a40b
commit 584b36318e
1 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,11 @@
<Project>
<Import Project="common.props" />
<ItemGroup>
<!-- remove package references that don't belong in KoreBuild -->
<PackageReference Remove="Internal.AspNetCore.Sdk" />
</ItemGroup>
<PropertyGroup>
<!-- Project for building the Runtime Store -->
<MetaPackagePath>$(RepositoryRoot)src\Microsoft.AspNetCore.RuntimeStore\</MetaPackagePath>