DB/BusinessLogic/BusinessLogic.csproj

18 lines
452 B
XML
Raw Normal View History

2023-05-03 21:14:23 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2023-05-04 21:53:02 +04:00
<ItemGroup>
<PackageReference Include="System.Configuration.ConfigurationManager" Version="7.0.0" />
</ItemGroup>
2023-05-03 21:14:23 +04:00
<ItemGroup>
<ProjectReference Include="..\TransportGuideContracts\TransportGuideContracts.csproj" />
</ItemGroup>
</Project>