2024-04-30 00:49:32 +03:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2024-04-30 01:41:35 +03:00
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\SericeStationDataModels\ServiceStationDataModels.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2024-04-30 00:49:32 +03:00
|
|
|
</Project>
|