|
1 | | -<Project Sdk="Microsoft.NET.Sdk"> |
2 | | - |
3 | | - <PropertyGroup> |
4 | | - <IsPackable>false</IsPackable> |
5 | | - <MinVerSkip>true</MinVerSkip> |
6 | | - <Copyright>Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries.</Copyright> |
7 | | - <Authors>Broadcom</Authors> |
8 | | - <Company>Broadcom Inc. and/or its subsidiaries.</Company> |
9 | | - <TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks> |
10 | | - </PropertyGroup> |
11 | | - |
12 | | - <ItemGroup> |
13 | | - <PackageReference Include="AltCover" /> |
14 | | - <PackageReference Include="AmqpNetLite" /> |
15 | | - <PackageReference Include="Microsoft.NET.Test.Sdk" /> |
16 | | - <PackageReference Include="RabbitMQ.Client" /> |
17 | | - <PackageReference Include="System.IO.Hashing" /> |
18 | | - <PackageReference Include="xunit" /> |
19 | | - <PackageReference Include="xunit.runner.visualstudio"> |
20 | | - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
21 | | - <PrivateAssets>all</PrivateAssets> |
22 | | - </PackageReference> |
23 | | - <PackageReference Include="Xunit.SkippableFact" /> |
24 | | - <PackageReference Include="coverlet.collector"> |
25 | | - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
26 | | - <PrivateAssets>all</PrivateAssets> |
27 | | - </PackageReference> |
28 | | - </ItemGroup> |
29 | | - |
30 | | - <ItemGroup> |
31 | | - <ProjectReference Include="..\RabbitMQ.Stream.Client\RabbitMQ.Stream.Client.csproj" /> |
32 | | - </ItemGroup> |
33 | | - |
34 | | - <ItemGroup> |
35 | | - <Content Include="xunit.runner.json" CopyToOutputDirectory="PreserveNewest" /> |
36 | | - </ItemGroup> |
37 | | - |
38 | | - <ItemGroup> |
39 | | - <None Include="Resources\**" CopyToOutputDirectory="PreserveNewest" LinkBase="TestFiles\" /> |
40 | | - </ItemGroup> |
41 | | - |
42 | | -</Project> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
| 2 | + |
| 3 | + <PropertyGroup> |
| 4 | + <IsPackable>false</IsPackable> |
| 5 | + <MinVerSkip>true</MinVerSkip> |
| 6 | + <Copyright>Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries.</Copyright> |
| 7 | + <Authors>Broadcom</Authors> |
| 8 | + <Company>Broadcom Inc. and/or its subsidiaries.</Company> |
| 9 | + <TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks> |
| 10 | + </PropertyGroup> |
| 11 | + |
| 12 | + <ItemGroup> |
| 13 | + <PackageReference Include="AltCover" /> |
| 14 | + <PackageReference Include="AmqpNetLite" /> |
| 15 | + <PackageReference Include="Microsoft.NET.Test.Sdk" /> |
| 16 | + <PackageReference Include="RabbitMQ.Client" /> |
| 17 | + <PackageReference Include="System.IO.Hashing" /> |
| 18 | + <PackageReference Include="xunit" /> |
| 19 | + <PackageReference Include="xunit.runner.visualstudio"> |
| 20 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 21 | + <PrivateAssets>all</PrivateAssets> |
| 22 | + </PackageReference> |
| 23 | + <PackageReference Include="Xunit.SkippableFact" /> |
| 24 | + <PackageReference Include="coverlet.collector"> |
| 25 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 26 | + <PrivateAssets>all</PrivateAssets> |
| 27 | + </PackageReference> |
| 28 | + </ItemGroup> |
| 29 | + |
| 30 | + <ItemGroup> |
| 31 | + <ProjectReference Include="..\RabbitMQ.Stream.Client\RabbitMQ.Stream.Client.csproj" /> |
| 32 | + </ItemGroup> |
| 33 | + |
| 34 | + <ItemGroup> |
| 35 | + <Content Include="xunit.runner.json" CopyToOutputDirectory="PreserveNewest" /> |
| 36 | + </ItemGroup> |
| 37 | + |
| 38 | + <ItemGroup> |
| 39 | + <None Include="Resources\**" CopyToOutputDirectory="PreserveNewest" LinkBase="TestFiles\" /> |
| 40 | + </ItemGroup> |
| 41 | + |
| 42 | +</Project> |
0 commit comments