GeekTrack/4.Software/TestGeekTrackSDK/TestGeekTrack/TestGeekTrack.csproj

10 lines
208 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>
</Project>