2023-03-31 20:13:22 +04:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2023-03-31 20:21:07 +04:00
|
|
|
<ItemGroup>
|
|
|
|
<Folder Include="Implements\" />
|
|
|
|
<Folder Include="OfficePackage\" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2023-04-01 09:53:30 +04:00
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\BankYouBankruptContracts\BankYouBankruptContracts.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2023-03-31 20:13:22 +04:00
|
|
|
</Project>
|