Skip to content

Commit

Permalink
Misc updates
Browse files Browse the repository at this point in the history
* Bump RabbitMQ version for Win32 testing
* Bump some NuGet packages
* Set `ReleaseVersion` to `7.0` because that is the next major. Not sure what `ReleaseVersion` actually does, however 🤔
  • Loading branch information
lukebakken committed Apr 3, 2023
1 parent 9c993d5 commit 3eec3e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion projects/RabbitMQ.Client/RabbitMQ.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<PackageOutputPath>..\..\packages</PackageOutputPath>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<ReleaseVersion>8.0</ReleaseVersion>
<ReleaseVersion>7.0</ReleaseVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(CONCOURSE_CI_BUILD)' == 'true'">
Expand Down
6 changes: 3 additions & 3 deletions projects/Unit/Unit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AssemblyOriginatorKeyFile>../rabbit.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<LangVersion>latest</LangVersion>
<ReleaseVersion>8.0</ReleaseVersion>
<ReleaseVersion>7.0</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand All @@ -20,13 +20,13 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="PublicApiGenerator" Version="10.3.0" />
<PackageReference Include="PublicApiGenerator" Version="11.0.0" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Verify.Xunit" Version="19.10.0" />
<PackageReference Include="Verify.Xunit" Version="19.11.2" />
<PackageReference Include="Xunit.SkippableFact" Version="1.4.13" />
</ItemGroup>

Expand Down

0 comments on commit 3eec3e6

Please sign in to comment.