initial commit for API

This commit is contained in:
Volodymyr Smirnov
2020-10-22 22:20:21 +03:00
parent ed674e7f87
commit 46d696cdb1
11 changed files with 189 additions and 0 deletions

View File

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