-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXtremeIdiots.Portal.Repository.Api.IntegrationTests.V2.csproj
More file actions
30 lines (26 loc) · 1.3 KB
/
XtremeIdiots.Portal.Repository.Api.IntegrationTests.V2.csproj
File metadata and controls
30 lines (26 loc) · 1.3 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
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<RootNamespace>XtremeIdiots.Portal.Repository.Api.IntegrationTests.V2</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<UserSecretsId>fab79524-6a90-4509-8038-43d521d09b42</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.V2\XtremeIdiots.Portal.Repository.Api.V2.csproj" />
</ItemGroup>
</Project>