Skip to content

Commit c8f1447

Browse files
authored
Upgrade Azure.Core to 1.16.0 (#15437)
1 parent 89fa7d8 commit c8f1447

File tree

5 files changed

+3
-2
lines changed

5 files changed

+3
-2
lines changed

src/Accounts/Accounts/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
## Upcoming Release
2222
* Disabled context auto saving when token cache persistence fails on Windows and macOS
2323
* Upgraded Microsoft.ApplicationInsights from 2.4.0 to 2.12.0
24+
* Updated Azure.Core to 1.16.0
2425

2526
## Version 2.5.1
2627
* Fixed access error when subscripiton has no `Tags` property [#15425].

src/Accounts/Authentication/Utilities/CustomAssemblyResolver.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public static class CustomAssemblyResolver
2424
private static IDictionary<string, Version> NetFxPreloadAssemblies =
2525
new Dictionary<string, Version>(StringComparer.InvariantCultureIgnoreCase)
2626
{
27-
{"Azure.Core", new Version("1.14.0.0")},
27+
{"Azure.Core", new Version("1.16.0.0")},
2828
{"Microsoft.Bcl.AsyncInterfaces", new Version("1.0.0.0")},
2929
{"Microsoft.Identity.Client", new Version("4.30.1.0") },
3030
{"Microsoft.Identity.Client.Extensions.Msal", new Version("2.18.4.0") },
19.5 KB
Binary file not shown.
19.5 KB
Binary file not shown.

tools/Common.Netcore.Dependencies.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PackageReference Include="Microsoft.Azure.PowerShell.Common.Share" Version="1.3.40-preview"/>
2222
</ItemGroup>
2323
<ItemGroup>
24-
<PackageReference Include="Azure.Core" Version="1.14.0"/>
24+
<PackageReference Include="Azure.Core" Version="1.16.0"/>
2525
</ItemGroup>
2626
<ItemGroup Condition="'$(IsTestProject)' != 'true'">
2727
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.12.0">

0 commit comments

Comments
 (0)