HelloWorld.csproj 203 B

123456789
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <OutputPath>bin</OutputPath>
  5. <TargetFramework>netcoreapp3.0</TargetFramework>
  6. </PropertyGroup>
  7. </Project>