feat(aihit): init + docker + cicd

This commit is contained in:
Mikhail Kuznetsov
2024-01-31 12:26:43 +10:00
parent 56e8477bf1
commit 2fa4d52e72
23 changed files with 450 additions and 20 deletions

View File

@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\PARR.BLL\PARR.BLL.csproj" />
</ItemGroup>
</Project>