Skip to content

Instantly share code, notes, and snippets.

@richlander
Last active September 28, 2023 19:38
Show Gist options
  • Save richlander/12659eb4cb011d69295401118a794e43 to your computer and use it in GitHub Desktop.
Save richlander/12659eb4cb011d69295401118a794e43 to your computer and use it in GitHub Desktop.
.NET Core WinForms App
<ProjectSdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup>
</Project>
@qwell
Copy link

qwell commented Jan 30, 2019

You've got a small typo on the first line, which I've fixed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment