blob: 11d95aa4d79a4efbe2155e4405c62431fd4a388c (
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>
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
<PackageReference Include="SonarAnalyzer.CSharp" Version="8.18.0.27296" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Common\DevHive.Common.Models\DevHive.Common.csproj" />
</ItemGroup>
</Project>
|