Skip to content

Instantly share code, notes, and snippets.

@renatogroffe
Created June 15, 2025 11:36
Show Gist options
  • Save renatogroffe/18aeae84e19fb2e4f7c5cdc14f712d97 to your computer and use it in GitHub Desktop.
Save renatogroffe/18aeae84e19fb2e4f7c5cdc14f712d97 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