Skip to content

Commit

Permalink
Upgrade Azure.Core to 1.25.0 (Azure#19431)
Browse files Browse the repository at this point in the history
  • Loading branch information
dingmeng-xue authored Sep 15, 2022
1 parent 49d670e commit 43856f3
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public static class CustomAssemblyResolver
private static IDictionary<string, Version> NetFxPreloadAssemblies =
new Dictionary<string, Version>(StringComparer.InvariantCultureIgnoreCase)
{
{"Azure.Core", new Version("1.24.0.0")},
{"Azure.Core", new Version("1.25.0.0")},
{"Microsoft.Bcl.AsyncInterfaces", new Version("1.1.1.0")},
{"Microsoft.Identity.Client", new Version("4.39.0.0") },
{"Microsoft.Identity.Client.Extensions.Msal", new Version("2.19.3.0") },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ static AzAssemblyLoadContextInitializer()
//TODO: Generate assembly version info into AzSharedAssemblies.json during build
var azSharedAssemblies = new Dictionary<string, Version>()
{
{"Azure.Core", new Version("1.24.0.0")},
{"Azure.Core", new Version("1.25.0.0")},
{"Azure.Identity", new Version("1.6.0.0")},
{"Microsoft.Bcl.AsyncInterfaces", new Version("1.1.1.0")},
{"Microsoft.Identity.Client", new Version("4.39.0.0") },
Expand Down
Binary file modified src/lib/NetCorePreloadAssemblies/Azure.Core.dll
Binary file not shown.
Binary file modified src/lib/NetFxPreloadAssemblies/Azure.Core.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion tools/Common.Netcore.Dependencies.targets
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackageReference Include="Microsoft.Azure.PowerShell.Common.Share" Version="1.3.61-preview"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Azure.Core" Version="1.24.0"/>
<PackageReference Include="Azure.Core" Version="1.25.0"/>
</ItemGroup>
<ItemGroup Condition="'$(IsTestProject)' != 'true'">
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.12.0">
Expand Down

0 comments on commit 43856f3

Please sign in to comment.