-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXtremeIdiots.Portal.Repository.Api.IntegrationTests.Legacy.csproj
More file actions
33 lines (29 loc) · 1.72 KB
/
XtremeIdiots.Portal.Repository.Api.IntegrationTests.Legacy.csproj
File metadata and controls
33 lines (29 loc) · 1.72 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
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<RootNamespace>XtremeIdiots.Portal.Repository.Api.Client.IntegrationTests</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<UserSecretsId>d1839e5f-0d9d-44e7-8172-68d0d1db85a6</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.15" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.15" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.5.1" />
<PackageReference Include="Moq" Version="4.20.72" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="10.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\XtremeIdiots.Portal.Repository.Api.V1\XtremeIdiots.Portal.Repository.Api.V1.csproj" />
<ProjectReference Include="..\XtremeIdiots.Portal.Repository.Api.Client.V1\XtremeIdiots.Portal.Repository.Api.Client.V1.csproj" />
<ProjectReference Include="..\XtremeIdiots.Portal.Repository.Abstractions.V1\XtremeIdiots.Portal.Repository.Abstractions.V1.csproj" />
<ProjectReference Include="..\XtremeIdiots.Portal.Repository.Api.IntegrationTests.V1\XtremeIdiots.Portal.Repository.Api.IntegrationTests.V1.csproj" />
</ItemGroup>
</Project>