Skip to content

Instantly share code, notes, and snippets.

@kant2002
Created January 19, 2024 16:54
Show Gist options
  • Save kant2002/60829d4c44d4775e59eeb7ccd5c5b839 to your computer and use it in GitHub Desktop.
Save kant2002/60829d4c44d4775e59eeb7ccd5c5b839 to your computer and use it in GitHub Desktop.
What MSBuild do
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>_6___targets</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment