Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created April 11, 2022 22:02
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/c16a1fdb225f04a232784bd7e556860f to your computer and use it in GitHub Desktop.
Save bjoerntx/c16a1fdb225f04a232784bd7e556860f to your computer and use it in GitHub Desktop.
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
<EnableUnsafeBinaryFormatterInDesigntimeLicenseContextSerialization>true</EnableUnsafeBinaryFormatterInDesigntimeLicenseContextSerialization>
</PropertyGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment