13 lines
285 B
XML
13 lines
285 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<BaseOutputPath>..\..\Persistence\bin\</BaseOutputPath>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\Persistence\Persistence.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|