зеркало из https://github.com/Azure/azure-amqp.git
563f7d9605
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
.github | ||
api | ||
src | ||
test | ||
.gitattributes | ||
.gitignore | ||
35MSSharedLib1024.snk | ||
LICENSE.txt | ||
SECURITY.md | ||
amqp.sln | ||
build.ps1 | ||
contribute.md | ||
icon.png | ||
nuget.config | ||
readme.md |
readme.md
Microsoft Azure AMQP for .Net
This repository contains the source code for the Microsoft Azure AMQP for C# implementation.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
Build
- In Visual Studio
- Open the solution
amqp.sln
and build. Visual Studio 2019 is required.
- Open the solution
- dotnet
- The project targets netstandard2.0, so dotnet commands can be used to build the library cross platform.
dotnet build -p:Version=3.0.0 src\Microsoft.Azure.Amqp.csproj