- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <OutputType>Exe</OutputType>
- <OutputPath>bin</OutputPath>
- <TargetFramework>netcoreapp3.0</TargetFramework>
- <DebugType>full</DebugType>
- <EnableSourceControlManagerQueries>false</EnableSourceControlManagerQueries>
- </PropertyGroup>
- </Project>
|