-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathServiceBus.CompressionPlugin.Tests.csproj
More file actions
30 lines (24 loc) · 1.12 KB
/
ServiceBus.CompressionPlugin.Tests.csproj
File metadata and controls
30 lines (24 loc) · 1.12 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">
<PropertyGroup>
<TargetFrameworks>netcoreapp3.0;net461</TargetFrameworks>
<RootNamespace>ServiceBus.CompressionPlugin.Tests</RootNamespace>
<Optimize>false</Optimize>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\ServiceBus.CompressionPlugin\ServiceBus.CompressionPlugin.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.0-beta2-build3683" />
</ItemGroup>
<ItemGroup Label="API Approvals">
<PackageReference Include="PublicApiGenerator" Version="10.2.0" />
<PackageReference Include="Newtonsoft.Json" Version="[12.0.1, 13.0.0)" />
<None Remove="ApprovalFiles\ApiApprovals.CompressionPlugin.received.txt" />
</ItemGroup>
<ItemGroup Label="Force the latest of the transitive dependency">
<PackageReference Include="Microsoft.Azure.ServiceBus" Version="3.2.1" />
</ItemGroup>
</Project>