Skip to content

Instantly share code, notes, and snippets.

@richlander
Created December 4, 2018 16:14
Show Gist options
  • Select an option

  • Save richlander/8d9a767b8fa86cbaa613ff225af24b4a to your computer and use it in GitHub Desktop.

Select an option

Save richlander/8d9a767b8fa86cbaa613ff225af24b4a to your computer and use it in GitHub Desktop.
Minimal .NET Core Application
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
</PropertyGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment