Files
ServicesCallService/WebMVC/WebMVC.csproj
2020-10-19 12:55:29 -04:00

13 lines
325 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\RepositoryLibrary\RepositoryLibrary.csproj" />
<ProjectReference Include="..\SharedLibrary\SharedLibrary.csproj" />
</ItemGroup>
</Project>