build: use x64 platform for *Telemetry projects (#2895)

This commit is contained in:
Andrey Nekrasov
2020-05-12 15:27:19 +03:00
committed by GitHub
parent 3e9face818
commit 69cde6092b
3 changed files with 12 additions and 8 deletions

View File

@@ -2,6 +2,8 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Platforms>x64</Platforms>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<ItemGroup>