Workaround issue caused by importing Internal.AspNetCore.Sdk into KoreBuild (#178)
This commit is contained in:
parent
7b2825a40b
commit
584b36318e
|
|
@ -1,6 +1,11 @@
|
||||||
<Project>
|
<Project>
|
||||||
<Import Project="common.props" />
|
<Import Project="common.props" />
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<!-- remove package references that don't belong in KoreBuild -->
|
||||||
|
<PackageReference Remove="Internal.AspNetCore.Sdk" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<!-- Project for building the Runtime Store -->
|
<!-- Project for building the Runtime Store -->
|
||||||
<MetaPackagePath>$(RepositoryRoot)src\Microsoft.AspNetCore.RuntimeStore\</MetaPackagePath>
|
<MetaPackagePath>$(RepositoryRoot)src\Microsoft.AspNetCore.RuntimeStore\</MetaPackagePath>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue