Case_accounting/CaseAccounting/CaseAccountingContracts/CaseAccountingContracts.csproj

14 lines
334 B
XML
Raw Normal View History

2023-03-26 20:08:05 +04:00
<Project Sdk="Microsoft.NET.Sdk">
2023-03-26 17:34:02 +04:00
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\CaseAccountingDataModels\CaseAccountingDataModels.csproj" />
</ItemGroup>
2023-03-26 17:34:02 +04:00
</Project>