-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathServiceControl.Transports.Tests.csproj
More file actions
27 lines (23 loc) · 1.11 KB
/
ServiceControl.Transports.Tests.csproj
File metadata and controls
27 lines (23 loc) · 1.11 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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\ServiceControl.Transports.Learning\ServiceControl.Transports.Learning.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.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" />
<PackageReference Include="PublicApiGenerator" />
<PackageReference Include="System.Reflection.MetadataLoadContext" />
</ItemGroup>
</Project>