aboutsummaryrefslogtreecommitdiff
path: root/src/Web/DevHive.Web.Models/DevHive.Web.Models.csproj
blob: 0462967e3f2c415ed2d87b3a23ef9ab4a5dc7ee7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>net5.0</TargetFramework>
  </PropertyGroup>

  <ItemGroup>
  </ItemGroup>

  <ItemGroup>
    <ProjectReference Include="..\..\Common\DevHive.Common.Models\DevHive.Common.csproj" />
  </ItemGroup>

</Project>