Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit 196996c

Browse files
authored
Update dependencies (#664)
* Bump Microsoft.NET.Test.Sdk from 15.6.2 to 16.0.1 (#663) Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 15.6.2 to 16.0.1. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](microsoft/vstest@v15.6.2...v16.0.1) Signed-off-by: dependabot[bot] <[email protected]> * Bump System.Diagnostics.DiagnosticSource from 4.4.1 to 4.5.1 (#662) Bumps [System.Diagnostics.DiagnosticSource](https://github.com/dotnet/corefx) from 4.4.1 to 4.5.1. - [Release notes](https://github.com/dotnet/corefx/releases) - [Commits](https://github.com/dotnet/corefx/commits) Signed-off-by: dependabot[bot] <[email protected]> * Bump WindowsAzure.ServiceBus from 4.1.2 to 5.1.0 (#661) Bumps WindowsAzure.ServiceBus from 4.1.2 to 5.1.0. Signed-off-by: dependabot[bot] <[email protected]> * Bump ApprovalUtilities from 3.0.18 to 3.0.21 (#660) Bumps [ApprovalUtilities](https://github.com/approvals/ApprovalTests.Net) from 3.0.18 to 3.0.21. - [Release notes](https://github.com/approvals/ApprovalTests.Net/releases) - [Commits](https://github.com/approvals/ApprovalTests.Net/commits) Signed-off-by: dependabot[bot] <[email protected]> * Bump ApprovalTests from 3.0.18 to 3.0.21 (#659) Bumps [ApprovalTests](https://github.com/approvals/ApprovalTests.Net) from 3.0.18 to 3.0.21. - [Release notes](https://github.com/approvals/ApprovalTests.Net/releases) - [Commits](https://github.com/approvals/ApprovalTests.Net/commits) Signed-off-by: dependabot[bot] <[email protected]>
1 parent edecadd commit 196996c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/Microsoft.Azure.ServiceBus/Microsoft.Azure.ServiceBus.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<PackageReference Include="Microsoft.Azure.Amqp" Version="[2.4.1, 3.0.0)" />
3131
<PackageReference Include="Microsoft.Azure.Services.AppAuthentication" Version="[1.0.1, 2.0.0)" />
3232
<PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory" Version="[3.17.2, 5.0.0)" />
33-
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.4.1" />
33+
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.5.1" />
3434
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="[5.2.2, 6.0.0)" />
3535
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-18618-05" PrivateAssets="All" />
3636
</ItemGroup>

test/Microsoft.Azure.ServiceBus.UnitTests/Microsoft.Azure.ServiceBus.UnitTests.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@
3636
<compile Remove="..\..\test\Microsoft.Azure.ServiceBus.UnitTests\Diagnostics\SubscriptionClientDiagnosticsTests.cs" />
3737
</ItemGroup>
3838
<ItemGroup>
39-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.6.2" />
39+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.1" />
4040
<PackageReference Include="System.Net.WebSockets.Client" Version="4.3.2" />
4141
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
4242
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
4343
<PackageReference Include="xunit" Version="2.4.1" />
4444
<PackageReference Include="PublicApiGenerator" Version="8.1.0" />
45-
<PackageReference Include="ApprovalTests" Version="3.0.18" NoWarn="NU1701" />
46-
<PackageReference Include="ApprovalUtilities" Version="3.0.18" NoWarn="NU1701" />
45+
<PackageReference Include="ApprovalTests" Version="3.0.21" NoWarn="NU1701" />
46+
<PackageReference Include="ApprovalUtilities" Version="3.0.21" NoWarn="NU1701" />
4747
<PackageReference Include="Microsoft.Extensions.PlatformAbstractions" Version="1.1.0" />
4848
</ItemGroup>
4949

@@ -56,7 +56,7 @@
5656
</ItemGroup>
5757

5858
<ItemGroup Condition="'$(TargetFramework)' == 'net461'">
59-
<PackageReference Include="WindowsAzure.ServiceBus" Version="4.1.2" />
59+
<PackageReference Include="WindowsAzure.ServiceBus" Version="5.1.0" />
6060
</ItemGroup>
6161

6262

0 commit comments

Comments
 (0)