aboutsummaryrefslogtreecommitdiff
path: root/src/Web/DevHive.Web.Models/DevHive.Web.Models.csproj
blob: ca49b8ca0080b9261cfe140cce6d73a42c0ded43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>net5.0</TargetFramework>
  </PropertyGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\Common\DevHive.Common.Models\DevHive.Common.csproj" />
  </ItemGroup>

  <ItemGroup>
    <PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
  </ItemGroup>
</Project>