Skip to content

Commit

Permalink
Bump Erlang version, add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebakken committed Mar 15, 2024
1 parent a7d8ba3 commit 8157a4e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/windows/versions.json
@@ -1,4 +1,4 @@
{
"erlang": "26.2.2",
"erlang": "26.2.3",
"rabbitmq": "3.13.0"
}
8 changes: 8 additions & 0 deletions projects/RabbitMQ.Client/RabbitMQ.Client.csproj
Expand Up @@ -62,10 +62,18 @@
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" />
<PackageReference Include="MinVer" Version="5.0.0" PrivateAssets="all" />
<!--
Note: do NOT upgrade this dependency unless necessary
See https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1481#pullrequestreview-1847905299
-->
<PackageReference Include="System.IO.Pipelines" Version="7.0.0" />
</ItemGroup>

<ItemGroup Condition="$(TargetFramework) == 'netstandard2.0'">
<!--
Note: do NOT upgrade these dependencies unless necessary
See https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1481#pullrequestreview-1847905299
-->
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="7.0.2" />
<PackageReference Include="System.Memory" Version="4.5.5" />
<PackageReference Include="System.Threading.Channels" Version="7.0.0" />
Expand Down

0 comments on commit 8157a4e

Please sign in to comment.