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>
|
||||
<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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue