HelloWorld.csproj 316 B

1234567891011
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <OutputPath>bin</OutputPath>
  5. <TargetFramework>netcoreapp3.0</TargetFramework>
  6. <DebugType>full</DebugType>
  7. <EnableSourceControlManagerQueries>false</EnableSourceControlManagerQueries>
  8. </PropertyGroup>
  9. </Project>