Skip to content

Instantly share code, notes, and snippets.

@renatogroffe
Last active April 16, 2023 22:39
Show Gist options
  • Save renatogroffe/d1d41bdcd58a77b451af982f481335ba to your computer and use it in GitHub Desktop.
Save renatogroffe/d1d41bdcd58a77b451af982f481335ba to your computer and use it in GitHub Desktop.
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.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