persistence/DD.Persistence.Repository/DD.Persistence.Repository.csproj
Olga Nemt 76e9f56107
Some checks failed
Unit tests / test (push) Failing after 1m7s
Миграция с .net 8 на .net 9.
Обновлены все зависимости
2024-12-24 11:45:42 +05:00

20 lines
562 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Mapster" Version="7.4.0" />
<PackageReference Include="UuidExtensions" Version="1.2.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DD.Persistence.Database\DD.Persistence.Database.csproj" />
<ProjectReference Include="..\DD.Persistence\DD.Persistence.csproj" />
</ItemGroup>
</Project>