aboutsummaryrefslogtreecommitdiff
path: root/src/Data/DevHive.Data.Tests/DevHive.Data.Tests.csproj
blob: 46c7b83bab11511d3ac7593e5b8e1e61d71d1844 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>net5.0</TargetFramework>
    <IsPackable>false</IsPackable>
  </PropertyGroup>
  <ItemGroup>
    <PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="5.0.3"/>
    <PackageReference Include="Moq" Version="4.16.1"/>
    <PackageReference Include="NUnit" Version="3.13.1"/>
    <PackageReference Include="NUnit3TestAdapter" Version="3.17.0"/>
    <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1"/>
    <PackageReference Include="SonarAnalyzer.CSharp" Version="8.18.0.27296"/>
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\DevHive.Data\DevHive.Data.csproj"/>
  </ItemGroup>
  <PropertyGroup>
    <EnableNETAnalyzers>true</EnableNETAnalyzers>
    <AnalysisLevel>latest</AnalysisLevel>
  </PropertyGroup>
</Project>