We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07650ce commit d4cc824Copy full SHA for d4cc824
projects/client/RabbitMQ.Client/RabbitMQ.Client.csproj
@@ -51,10 +51,12 @@
51
52
<ItemGroup>
53
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" />
54
+ <!--
55
<PackageReference Include="NuGet.Build.Tasks.Pack" Version="5.4.0">
56
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
57
<PrivateAssets>all</PrivateAssets>
58
</PackageReference>
59
+ -->
60
</ItemGroup>
61
62
<ItemGroup Condition=" '$(Configuration)' == 'SignedRelease' ">
0 commit comments