PIbd-22_Isaeva_A.I._FishFac.../FishFactoryContracts/FishFactoryContracts.csproj

21 lines
606 B
XML
Raw Normal View History

2024-02-05 19:09:54 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2024-05-12 12:56:51 +04:00
<TargetFramework>net8.0</TargetFramework>
2024-02-05 19:09:54 +04:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Platforms>AnyCPU;x86</Platforms>
</PropertyGroup>
2024-06-18 15:56:18 +04:00
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Unity" Version="5.11.7" />
<PackageReference Include="Unity.Microsoft.Logging" Version="5.11.1" />
</ItemGroup>
2024-02-05 19:09:54 +04:00
<ItemGroup>
<ProjectReference Include="..\FishFactoryDataModels\FishFactoryDataModel.csproj" />
</ItemGroup>
</Project>