File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
projects/client/RabbitMQ.Client Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
+ <PropertyGroup >
3
+ <NuGetBuildTasksPackTargets >junk-value-to-avoid-conflicts</NuGetBuildTasksPackTargets >
4
+ </PropertyGroup >
2
5
3
6
<PropertyGroup >
4
7
<Description >The RabbitMQ .NET client is the official client library for C# (and, implicitly, other .NET languages)</Description >
5
- <VersionPrefix >5.3.2 </VersionPrefix >
8
+ <VersionPrefix >5.0.0 </VersionPrefix >
6
9
<TargetFrameworks >net451;netstandard1.5</TargetFrameworks >
7
10
<NoWarn >$(NoWarn);CS1591</NoWarn >
8
11
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
41
44
<PropertyGroup Condition =" '$(Configuration)' == 'SignedRelease' " >
42
45
<DelaySign >true</DelaySign >
43
46
<OutputType >Library</OutputType >
47
+ <Optimize >true</Optimize >
44
48
<AssemblyOriginatorKeyFile >../../../rabbit.snk</AssemblyOriginatorKeyFile >
45
49
<SignAssembly >true</SignAssembly >
46
50
</PropertyGroup >
64
68
<PackageReference Include =" System.Threading.Timer" Version =" 4.3.0" />
65
69
</ItemGroup >
66
70
71
+ <ItemGroup >
72
+ <PackageReference Include =" NuGet.Build.Tasks.Pack" Version =" 4.0.0" PrivateAssets =" All" />
73
+ </ItemGroup >
67
74
</Project >
You can’t perform that action at this time.
0 commit comments