Gismatullin.ISEbd-21.STO.Co.../ServiceStation/ServiceStationContracts/ServiceStationContracts.csproj

18 lines
441 B
XML
Raw Normal View History

2024-04-30 01:49:32 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2024-08-15 15:59:47 +04:00
<ItemGroup>
<PackageReference Include="PdfSharp.MigraDoc.Standard" Version="1.51.15" />
</ItemGroup>
2024-04-30 18:44:37 +04:00
<ItemGroup>
<ProjectReference Include="..\ServiceStationDataModels\ServiceStationDataModels.csproj" />
</ItemGroup>
2024-04-30 01:49:32 +04:00
</Project>