web-app-template/backend/app/app.Share.Common/app.Share.Common.csproj

12 lines
259 B
XML
Raw Normal View History

2022-02-20 13:43:25 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\app.Share.Common.Interface\app.Share.Common.Interface.csproj" />
</ItemGroup>
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
</Project>