Skip to content

Commit 92be019

Browse files
authored
Modification to stop the UWP project producing a build error due to the lack of Microsoft.Bcl.Build.
1 parent 83a33bc commit 92be019

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Mobile/eShopOnContainers/eShopOnContainers.Windows/eShopOnContainers.Windows.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<FileAlignment>512</FileAlignment>
1919
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
2020
<PackageCertificateKeyFile>Windows_TemporaryKey.pfx</PackageCertificateKeyFile>
21+
<SkipValidatePackageReferences>true</SkipValidatePackageReferences>
2122
</PropertyGroup>
2223
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
2324
<DebugSymbols>true</DebugSymbols>
@@ -183,4 +184,4 @@
183184
<VisualStudioVersion>14.0</VisualStudioVersion>
184185
</PropertyGroup>
185186
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
186-
</Project>
187+
</Project>

0 commit comments

Comments
 (0)