Setup initial solution structure fo application

This commit is contained in:
Giovani
2019-04-19 22:00:29 +00:00
parent 68dffc8922
commit 3ed561ba0a
9 changed files with 112 additions and 46 deletions

View File

@@ -0,0 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Folder Include="Domain\Interfaces\" />
<Folder Include="Repositories\" />
</ItemGroup>
</Project>