Skip to content

Instantly share code, notes, and snippets.

@seesharprun
Created August 3, 2022 17:03
Show Gist options
  • Save seesharprun/028b68faf01c4993ebffdde23984da79 to your computer and use it in GitHub Desktop.
Save seesharprun/028b68faf01c4993ebffdde23984da79 to your computer and use it in GitHub Desktop.
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>
Console.WriteLine("Hello, App!");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment