added empty project

This commit is contained in:
Sem van der Hoeven
2020-09-29 17:37:55 +02:00
parent b1774ec39d
commit 90b3a130cc
3 changed files with 45 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>