Added csproj and sln

This commit is contained in:
Jeff Lewis
2021-03-01 13:37:39 -07:00
parent 787e7a40ff
commit 814eb92bb1
2 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
</Project>