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

@@ -1,6 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Platforms>x64</Platforms>
<PlatformTarget>x64</PlatformTarget>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>