Ensure iOS project builds in VS Mac by adding SkipValidatePackageReferences entry to .csproj.
This commit is contained in:
parent
c551d1fcf9
commit
8908cecd6e
@ -13,6 +13,7 @@
|
|||||||
<AssemblyName>eShopOnContainersiOS</AssemblyName>
|
<AssemblyName>eShopOnContainersiOS</AssemblyName>
|
||||||
<NuGetPackageImportStamp>
|
<NuGetPackageImportStamp>
|
||||||
</NuGetPackageImportStamp>
|
</NuGetPackageImportStamp>
|
||||||
|
<SkipValidatePackageReferences>true</SkipValidatePackageReferences>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
|
||||||
<DebugSymbols>true</DebugSymbols>
|
<DebugSymbols>true</DebugSymbols>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user