We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a33bc commit 92be019Copy full SHA for 92be019
1 file changed
src/Mobile/eShopOnContainers/eShopOnContainers.Windows/eShopOnContainers.Windows.csproj
@@ -18,6 +18,7 @@
18
<FileAlignment>512</FileAlignment>
19
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
20
<PackageCertificateKeyFile>Windows_TemporaryKey.pfx</PackageCertificateKeyFile>
21
+ <SkipValidatePackageReferences>true</SkipValidatePackageReferences>
22
</PropertyGroup>
23
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
24
<DebugSymbols>true</DebugSymbols>
@@ -183,4 +184,4 @@
183
184
<VisualStudioVersion>14.0</VisualStudioVersion>
185
186
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
-</Project>
187
+</Project>
0 commit comments