Skip to content

Instantly share code, notes, and snippets.

@brettrowberry
Last active December 3, 2020 21:00
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 brettrowberry/3928fae0f52395d87543b8acd6538a8e to your computer and use it in GitHub Desktop.
Save brettrowberry/3928fae0f52395d87543b8acd6538a8e to your computer and use it in GitHub Desktop.
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<NoWarn>0025;</NoWarn>
</PropertyGroup>
<ItemGroup>
<Compile Include="FsAdvent2020.fs" />
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment