Skip to content

Commit cce4843

Browse files
teo-tsirpanismichaelklishin
authored andcommitted
Clean-up the library's project file.
1 parent 47fa1f5 commit cce4843

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

projects/RabbitMQ.Client/RabbitMQ.Client.csproj

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@
1212
<EmbedUntrackedSources>true</EmbedUntrackedSources>
1313
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1414
<PackageIcon>icon.png</PackageIcon>
15-
<PackageLicenseFile>LICENSE</PackageLicenseFile>
15+
<PackageLicenseExpression>Apache-2.0 OR MPL-2.0</PackageLicenseExpression>
1616
<PackageProjectUrl>https://www.rabbitmq.com/dotnet.html</PackageProjectUrl>
1717
<PackageTags>rabbitmq, amqp</PackageTags>
1818
<Product>RabbitMQ</Product>
1919
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2020
<IncludeSymbols>true</IncludeSymbols>
2121
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
22-
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
2322
<AssemblyOriginatorKeyFile>../rabbit.snk</AssemblyOriginatorKeyFile>
2423
<SignAssembly>true</SignAssembly>
2524
<MinVerTagPrefix>v</MinVerTagPrefix>
@@ -48,7 +47,6 @@
4847
<ItemGroup>
4948
<None Remove="icon.png" />
5049
<Content Include="icon.png" PackagePath="" />
51-
<None Include="..\..\LICENSE" Pack="true" PackagePath="" />
5250
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
5351
<_Parameter1>Unit, PublicKey=00240000048000009400000006020000002400005253413100040000010001008d20ec856aeeb8c3153a77faa2d80e6e43b5db93224a20cc7ae384f65f142e89730e2ff0fcc5d578bbe96fa98a7196c77329efdee4579b3814c0789e5a39b51df6edd75b602a33ceabdfcf19a3feb832f31d8254168cd7ba5700dfbca301fbf8db614ba41ba18474de0a5f4c2d51c995bc3636c641c8cbe76f45717bfcb943b5</_Parameter1>
5452
</AssemblyAttribute>
@@ -61,9 +59,12 @@
6159
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" />
6260
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
6361
<PackageReference Include="MinVer" Version="2.4.0" PrivateAssets="All" />
64-
<PackageReference Include="System.Memory" Version="4.5.4" />
6562
<PackageReference Include="System.Threading.Channels" Version="5.0.0" />
66-
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="5.0.3" />
63+
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="5.0.3" PrivateAssets="All" />
64+
</ItemGroup>
65+
66+
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' != '.NETCoreApp'">
67+
<PackageReference Include="System.Memory" Version="4.5.4" />
6768
</ItemGroup>
6869

6970
</Project>

0 commit comments

Comments
 (0)