14 lines
493 B
XML
14 lines
493 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.1</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\RIZO_Application.Models\RIZO_Application.Models.csproj" />
|
|
<ProjectReference Include="..\..\..\RIZO_Application.Repository\RIZO_Application.Repository.csproj" />
|
|
<ProjectReference Include="..\RIZO_Application.Services.Interfaces\RIZO_Application.Services.Interfaces.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|