This commit is contained in:
2020-06-17 21:03:51 +02:00
commit 2997ab7c7e
20 changed files with 466 additions and 0 deletions

15
Mino.Api/Mino.Api.csproj Normal file
View File

@@ -0,0 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
<PublishSingleFile>true</PublishSingleFile>
<PublishTrimmed>true</PublishTrimmed>
</PropertyGroup>
<ItemGroup>
<Folder Include="Database" />
</ItemGroup>
</Project>