Skip to content

Commit 43856f3

Browse files
authored
Upgrade Azure.Core to 1.25.0 (#19431)
1 parent 49d670e commit 43856f3

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

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.24.0.0")},
27+
{"Azure.Core", new Version("1.25.0.0")},
2828
{"Microsoft.Bcl.AsyncInterfaces", new Version("1.1.1.0")},
2929
{"Microsoft.Identity.Client", new Version("4.39.0.0") },
3030
{"Microsoft.Identity.Client.Extensions.Msal", new Version("2.19.3.0") },

src/Accounts/AuthenticationAssemblyLoadContext/AzAssemblyLoadContextInitializer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ static AzAssemblyLoadContextInitializer()
3131
//TODO: Generate assembly version info into AzSharedAssemblies.json during build
3232
var azSharedAssemblies = new Dictionary<string, Version>()
3333
{
34-
{"Azure.Core", new Version("1.24.0.0")},
34+
{"Azure.Core", new Version("1.25.0.0")},
3535
{"Azure.Identity", new Version("1.6.0.0")},
3636
{"Microsoft.Bcl.AsyncInterfaces", new Version("1.1.1.0")},
3737
{"Microsoft.Identity.Client", new Version("4.39.0.0") },
54.5 KB
Binary file not shown.
54 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.61-preview"/>
2222
</ItemGroup>
2323
<ItemGroup>
24-
<PackageReference Include="Azure.Core" Version="1.24.0"/>
24+
<PackageReference Include="Azure.Core" Version="1.25.0"/>
2525
</ItemGroup>
2626
<ItemGroup Condition="'$(IsTestProject)' != 'true'">
2727
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.12.0">

0 commit comments

Comments
 (0)