Case_accounting/CaseAccounting/CaseAccountingContracts/CaseAccountingContracts.csproj

18 lines
432 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>
2023-05-19 18:09:36 +04:00
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CaseAccountingDataModels\CaseAccountingDataModels.csproj" />
</ItemGroup>
2023-03-26 17:34:02 +04:00
</Project>