-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPathfinderHonorManager.Tests.csproj
More file actions
39 lines (34 loc) · 1.64 KB
/
PathfinderHonorManager.Tests.csproj
File metadata and controls
39 lines (34 loc) · 1.64 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
27
28
29
30
31
32
33
34
35
36
37
38
39
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<IsPackable>false</IsPackable>
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
<IsPublishable>false</IsPublishable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="coverlet.msbuild" Version="6.0.4">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="FluentValidation" Version="11.11.0" />
<PackageReference Include="Moq" Version="4.20.72" />
<PackageReference Include="NUnit" Version="4.3.2" />
<PackageReference Include="NUnit3TestAdapter" Version="5.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageReference Include="Microsoft.Data.Sqlite.Core" Version="9.0.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.3" />
<PackageReference Include="FluentValidation.Validators.UnitTestExtension" Version="1.11.0.2" />
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="11.11.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PathfinderHonorManager\PathfinderHonorManager.csproj" />
</ItemGroup>
<ItemGroup>
<None Remove="FluentValidation.DependencyInjectionExtensions" />
<None Remove="StrykerOutput\2023-03-20.19-48-01\" />
</ItemGroup>
<ItemGroup>
<Folder Include="StrykerOutput\2023-03-20.19-48-01\" />
</ItemGroup>
</Project>