Files
MireaBackend/SqlData/Migrations/SqliteMigrations/SqliteMigrations.csproj
Polianin Nikita 104a1cff41
Some checks failed
.NET Test Pipeline / build (push) Failing after 22s
Build and Deploy Docker Container / build-and-deploy (push) Failing after 2m16s
build: update ref
2025-05-16 02:07:30 +03:00

12 lines
241 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<BaseOutputPath>..\..\Persistence\bin\</BaseOutputPath>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Persistence\Persistence.csproj" />
</ItemGroup>
</Project>