Skip to content

Instantly share code, notes, and snippets.

@ffMathy
Last active January 23, 2020 20:18
Show Gist options
  • Save ffMathy/e01549ac85b8280825b74a1261473e2b to your computer and use it in GitHub Desktop.
Save ffMathy/e01549ac85b8280825b74a1261473e2b to your computer and use it in GitHub Desktop.
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<!-- put these two properties next to the others in your property group -->
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment