Skip to content

Commit 8157a4e

Browse files
committed
Bump Erlang version, add comment
1 parent a7d8ba3 commit 8157a4e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.ci/windows/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"erlang": "26.2.2",
2+
"erlang": "26.2.3",
33
"rabbitmq": "3.13.0"
44
}

projects/RabbitMQ.Client/RabbitMQ.Client.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,18 @@
6262
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="all" />
6363
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" />
6464
<PackageReference Include="MinVer" Version="5.0.0" PrivateAssets="all" />
65+
<!--
66+
Note: do NOT upgrade this dependency unless necessary
67+
See https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1481#pullrequestreview-1847905299
68+
-->
6569
<PackageReference Include="System.IO.Pipelines" Version="7.0.0" />
6670
</ItemGroup>
6771

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

0 commit comments

Comments
 (0)