-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathParamore.Darker.Tests.csproj
More file actions
26 lines (26 loc) · 1.5 KB
/
Paramore.Darker.Tests.csproj
File metadata and controls
26 lines (26 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netcoreapp2.2</TargetFrameworks>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Paramore.Darker.AspNetCore\Paramore.Darker.AspNetCore.csproj" />
<ProjectReference Include="..\..\src\Paramore.Darker.LightInject\Paramore.Darker.LightInject.csproj" />
<ProjectReference Include="..\..\src\Paramore.Darker.Policies\Paramore.Darker.Policies.csproj" />
<ProjectReference Include="..\..\src\Paramore.Darker.QueryLogging\Paramore.Darker.QueryLogging.csproj" />
<ProjectReference Include="..\..\src\Paramore.Darker.SimpleInjector\Paramore.Darker.SimpleInjector.csproj" />
<ProjectReference Include="..\..\src\Paramore.Darker.Testing\Paramore.Darker.Testing.csproj" />
<ProjectReference Include="..\..\src\Paramore.Darker\Paramore.Darker.csproj" />
<ProjectReference Include="..\Paramore.Darker.Testing.Ports\Paramore.Darker.Testing.Ports.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Moq" Version="4.14.2" />
<PackageReference Include="Shouldly" Version="3.0.2" />
</ItemGroup>
</Project>