PIbd-23_Firsov_KA_SUBD/Hotel/HotelMongoDB/HotelMongoDB.csproj
2024-05-29 17:06:07 +04:00

19 lines
479 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MongoDB.Bson" Version="2.25.0" />
<PackageReference Include="MongoDB.Driver" Version="2.25.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\HotelAbstractions\HotelAbstractions.csproj" />
</ItemGroup>
</Project>