Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save renatogroffe/d4e3334fcf6193fde4e873eb45a9bd97 to your computer and use it in GitHub Desktop.
Save renatogroffe/d4e3334fcf6193fde4e873eb45a9bd97 to your computer and use it in GitHub Desktop.
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>preview</LangVersion>
</PropertyGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment