blob: 7f3f577b586664fcd48dc891a515457a6b1ca866 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Common\DevHive.Common\DevHive.Common.csproj" />
<ProjectReference Include="..\..\Common\DevHive.Common.Models\DevHive.Common.Models.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
<PackageReference Include="SonarAnalyzer.CSharp" Version="8.18.0.27296" />
</ItemGroup>
</Project>
|