-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathServiceControl.Transports.IBMMQ.Tests.csproj
More file actions
32 lines (27 loc) · 1.33 KB
/
ServiceControl.Transports.IBMMQ.Tests.csproj
File metadata and controls
32 lines (27 loc) · 1.33 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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\ServiceControl.Transports.IBMMQ\ServiceControl.Transports.IBMMQ.csproj" />
<!-- Needed to bring the dependencies that the transport plugin excludes -->
<ProjectReference Include="..\ServiceControl.Transports\ServiceControl.Transports.csproj" />
<ProjectReference Include="..\TestHelper\TestHelper.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="GitHubActionsTestLogger" />
<PackageReference Include="Microsoft.Extensions.TimeProvider.Testing" />
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="NServiceBus.AcceptanceTesting" />
<PackageReference Include="NServiceBus.Persistence.NonDurable" />
<PackageReference Include="NUnit" />
<PackageReference Include="NUnit.Analyzers" />
<PackageReference Include="NUnit3TestAdapter" />
<PackageReference Include="Particular.Approvals" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\ServiceControl.Transports.Tests\*.cs" LinkBase="Shared" />
<Compile Remove="..\ServiceControl.Transports.Tests\TransportManifestLibraryTests.cs" />
<Compile Remove="..\ServiceControl.Transports.Tests\TestsFilter.cs" />
</ItemGroup>
</Project>