Ensure iOS project builds in VS Mac by adding SkipValidatePackageReferences entry to .csproj.

This commit is contained in:
David Britch 2017-05-24 14:17:37 +01:00
parent c551d1fcf9
commit 8908cecd6e

View File

@ -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>