2024-04-30 23:40:05 +04:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\ServiceStationContracts\ServiceStationContracts.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2024-08-12 18:10:41 +04:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="OfficePackage\Implements\" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2024-04-30 23:40:05 +04:00
|
|
|
|
</Project>
|