Remove 'AnyCPU' build configuration (#5999)

This commit is contained in:
Enrico Giordani
2020-08-17 20:17:16 +02:00
committed by GitHub
parent 0b3826d2dd
commit 8bf730baae
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Platforms>AnyCPU;x64</Platforms>
<Platforms>x64</Platforms>
<Version>$(Version).0</Version>
<Authors>Microsoft Corporation</Authors>
<Product>PowerToys</Product>

View File

@@ -5,7 +5,7 @@
<IsPackable>false</IsPackable>
<Platforms>AnyCPU;x64</Platforms>
<Platforms>x64</Platforms>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">