Skip to content

Instantly share code, notes, and snippets.

@MartinZikmund
Created December 2, 2021 13:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MartinZikmund/85a4bce3c5ae75d7a8604254454ccd3e to your computer and use it in GitHub Desktop.
Save MartinZikmund/85a4bce3c5ae75d7a8604254454ccd3e to your computer and use it in GitHub Desktop.
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<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