-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathAzureDevOpsComponent.Infrastructure.RestApi.IntegrationTests.csproj
More file actions
39 lines (34 loc) · 1.81 KB
/
AzureDevOpsComponent.Infrastructure.RestApi.IntegrationTests.csproj
File metadata and controls
39 lines (34 loc) · 1.81 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>
<AssemblyName>AlmOps.AzureDevOpsComponent.Infrastructure.RestApi.IntegrationTests</AssemblyName>
<RootNamespace>AlmOps.AzureDevOpsComponent.Infrastructure.RestApi.IntegrationTests</RootNamespace>
<ProjectGuid>{ED040615-CB13-4DF5-9D0B-33BF464F8F36}</ProjectGuid>
<IsPackable>false</IsPackable>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoFixture" Version="4.18.1" />
<PackageReference Include="Bogus" Version="35.6.3" />
<PackageReference Include="FluentAssertions" Version="8.3.0" />
<PackageReference Include="JunitXml.TestLogger" Version="6.1.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.5" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.5" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="6.0.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\AzureDevOpsComponent.Infrastructure.RestApi\AzureDevOpsComponent.Infrastructure.RestApi.csproj" />
</ItemGroup>
</Project>