File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
+
2
3
<PropertyGroup >
3
4
<TargetFramework >netcoreapp3.1</TargetFramework >
4
5
<OutputType >Exe</OutputType >
9
10
<GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
10
11
<GenerateAssemblyCopyrightAttribute >false</GenerateAssemblyCopyrightAttribute >
11
12
</PropertyGroup >
13
+
12
14
<ItemGroup >
13
15
<Compile Include =" ..\RabbitMQ.Client\src\client\api\AmqpTimestamp.cs;..\RabbitMQ.Client\src\client\api\IBasicConsumer.cs;..\RabbitMQ.Client\src\client\api\IBasicProperties.cs;..\RabbitMQ.Client\src\client\api\IContentHeader.cs;..\RabbitMQ.Client\src\client\api\IModel.cs;..\RabbitMQ.Client\src\client\api\PublicationAddress.cs;..\RabbitMQ.Client\src\client\api\IBasicPublishBatch.cs;..\RabbitMQ.Client\src\client\api\BasicGetResult.cs;..\RabbitMQ.Client\src\client\api\QueueDeclareOk.cs;..\RabbitMQ.Client\src\client\api\ShutdownEventArgs.cs;..\RabbitMQ.Client\src\client\api\ShutdownInitiator.cs;..\RabbitMQ.Client\src\client\events\BasicReturnEventArgs.cs;..\RabbitMQ.Client\src\client\events\BasicAckEventArgs.cs;..\RabbitMQ.Client\src\client\events\BasicNackEventArgs.cs;..\RabbitMQ.Client\src\client\events\CallbackExceptionEventArgs.cs;..\RabbitMQ.Client\src\client\events\ConsumerEventArgs.cs;..\RabbitMQ.Client\src\client\events\FlowControlEventArgs.cs;..\RabbitMQ.Client\src\client\impl\IFullModel.cs" />
14
16
</ItemGroup >
17
+
15
18
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
+
2
3
<PropertyGroup >
3
4
<Description >The RabbitMQ .NET client is the official client library for C# (and, implicitly, other .NET languages)</Description >
4
5
<VersionPrefix >6.0.0</VersionPrefix >
25
26
<AssemblyOriginatorKeyFile >../rabbit.snk</AssemblyOriginatorKeyFile >
26
27
<SignAssembly >true</SignAssembly >
27
28
</PropertyGroup >
29
+
28
30
<ItemGroup >
29
31
<Compile Remove =" build\**\*" />
30
32
<Compile Include =" ..\..\..\gensrc\autogenerated-api-0-9-1.cs" Exclude =" build\**\*;bin\**;obj\**;**\*.xproj;packages\**" />
31
33
</ItemGroup >
34
+
32
35
<ItemGroup >
33
36
<None Include =" icon.png" >
34
37
<Pack >True</Pack >
35
38
<PackagePath ></PackagePath >
36
39
</None >
37
40
</ItemGroup >
41
+
38
42
<PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
39
43
<DefineConstants >$(DefineConstants);CORECLR</DefineConstants >
40
44
</PropertyGroup >
45
+
41
46
<ItemGroup >
42
47
<PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.0" PrivateAssets =" All" />
43
48
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
44
49
<PackageReference Include =" System.Memory" Version =" 4.5.3" />
45
50
</ItemGroup >
51
+
46
52
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
+
2
3
<PropertyGroup >
3
4
<TargetFramework >netcoreapp3.1</TargetFramework >
4
5
<GenerateAssemblyTitleAttribute >false</GenerateAssemblyTitleAttribute >
10
11
<AssemblyOriginatorKeyFile >../rabbit.snk</AssemblyOriginatorKeyFile >
11
12
<SignAssembly >true</SignAssembly >
12
13
</PropertyGroup >
14
+
13
15
<ItemGroup >
14
16
<ProjectReference Include =" ../RabbitMQ.Client/RabbitMQ.Client.csproj" />
15
17
</ItemGroup >
18
+
16
19
<ItemGroup >
17
20
<PackageReference Include =" ApprovalTests" Version =" 4.4.0" />
18
21
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.2.0" />
19
22
<PackageReference Include =" NUnit" Version =" 3.12.0" />
20
23
<PackageReference Include =" NUnit3TestAdapter" Version =" 3.15.1" />
21
24
<PackageReference Include =" PublicApiGenerator" Version =" 10.0.2" />
22
25
</ItemGroup >
26
+
23
27
<PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.1' " >
24
28
<DefineConstants >$(DefineConstants);CORECLR</DefineConstants >
25
29
</PropertyGroup >
30
+
26
31
</Project >
You can’t perform that action at this time.
0 commit comments