feat(*): Add base project

This commit is contained in:
Josh Creek
2021-08-29 22:24:52 +01:00
parent 6e5c07e5be
commit 7ba33b2ecf
2 changed files with 32 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
</Project>