Skip to content

Commit

Permalink
Merge pull request #96 from rabbitmq/rabbitmq-amqp-dotnet-client-95
Browse files Browse the repository at this point in the history
Implement support for connecting to cluster
  • Loading branch information
lukebakken authored Nov 25, 2024
2 parents f57ae22 + 0adb380 commit 181f5cb
Show file tree
Hide file tree
Showing 32 changed files with 590 additions and 501 deletions.
6 changes: 6 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/rabbitmq/rabbitmq-amqp-dotnet-client</RepositoryUrl>
<!--
NOTE: un-comment this if it appears that connections or other entities that should be unique
are created at the same time. .NET 9 runs parallel test suites per-TFM
https://github.com/dotnet/sdk/issues/39470
<TestTfmsInParallel>false</TestTfmsInParallel>
-->
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<LangVersion>default</LangVersion>
</PropertyGroup>
Expand Down
3 changes: 2 additions & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1594
-->
<PackageVersion Include="System.Runtime.CompilerServices.Unsafe" Version="6.1.0" />
<PackageVersion Include="Microsoft.Bcl.HashCode" Version="6.0.0" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFrameworkIdentifier)'=='.NETFramework'">
<GlobalPackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" />
Expand All @@ -38,4 +39,4 @@
<GlobalPackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
<GlobalPackageReference Include="MinVer" Version="6.0.0" />
</ItemGroup>
</Project>
</Project>
Loading

0 comments on commit 181f5cb

Please sign in to comment.