Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Last active May 6, 2022 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 bjoerntx/a157a5134189e39151e625f55388b64f to your computer and use it in GitHub Desktop.
Save bjoerntx/a157a5134189e39151e625f55388b64f to your computer and use it in GitHub Desktop.
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
<EnableUnsafeBinaryFormatterInDesigntimeLicenseContextSerialization>true</EnableUnsafeBinaryFormatterInDesigntimeLicenseContextSerialization>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment