Skip to content

Instantly share code, notes, and snippets.

@andrewleader
Created December 10, 2020 16:46
Show Gist options
  • Save andrewleader/8811c935451ac6e87b7004da4b6056ba to your computer and use it in GitHub Desktop.
Save andrewleader/8811c935451ac6e87b7004da4b6056ba to your computer and use it in GitHub Desktop.
Using new TFM's to target Windows
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows10.0.19041.0</TargetFramework>
<UseWPF>true</UseWPF>
</PropertyGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment