Skip to content

Commit 05b3225

Browse files
committed
PR review changes
1 parent 0d8c111 commit 05b3225

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

projects/client/RabbitMQ.Client/RabbitMQ.Client.csproj

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2+
23
<PropertyGroup>
3-
<VersionPrefix>6.0.0</VersionPrefix>
44
<TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
55
<NoWarn>$(NoWarn);CS1591</NoWarn>
66
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
@@ -10,10 +10,8 @@
1010
<Copyright>Copyright © 2007-2020 VMware, Inc. or its affiliates.</Copyright>
1111
<Description>The RabbitMQ .NET client is the official client library for C# (and, implicitly, other .NET languages)</Description>
1212
<EmbedUntrackedSources>true</EmbedUntrackedSources>
13-
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
1413
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1514
<PackageIcon>icon.png</PackageIcon>
16-
<PackageLicense>https://www.rabbitmq.com/dotnet.html</PackageLicense>
1715
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1816
<PackageProjectUrl>https://www.rabbitmq.com/dotnet.html</PackageProjectUrl>
1917
<PackageTags>rabbitmq, amqp</PackageTags>
@@ -28,9 +26,10 @@
2826
<SignAssembly>true</SignAssembly>
2927
<MinVerTagPrefix>v</MinVerTagPrefix>
3028
<MinVerVerbosity>detailed</MinVerVerbosity>
31-
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
32-
<Copyright>Copyright © 2007-2020 VMware, Inc. or its affiliates.</Copyright>
29+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
30+
<PackageOutputPath>..\..\..\packages</PackageOutputPath>
3331
</PropertyGroup>
32+
3433
<ItemGroup>
3534
<Compile Include="..\..\..\gensrc\autogenerated-api-0-9-1.cs" />
3635
<None Remove="icon.png" />
@@ -44,10 +43,8 @@
4443
</None>
4544
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" />
4645
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
47-
<PackageReference Include="MinVer" Version="2.2.0">
48-
<PrivateAssets>all</PrivateAssets>
49-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
50-
</PackageReference>
46+
<PackageReference Include="MinVer" Version="2.2.0" PrivateAssets="All" />
5147
<PackageReference Include="System.Memory" Version="4.5.3" />
5248
</ItemGroup>
49+
5350
</Project>

0 commit comments

Comments
 (0)