2024-04-17 13:24:01 +04:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-04-17 15:10:57 +04:00
|
|
|
<ProjectReference Include="..\ServiceStationDataModels\ServiceStationDataModels.csproj" />
|
2024-04-17 13:24:01 +04:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|