Skip to content

Commit bf8c062

Browse files
committed
Revert "Upgraded Azure.Core to 1.44.1. (#26427)"
This reverts commit 25e08be.
1 parent 46f9e71 commit bf8c062

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

src/Accounts/AssemblyLoading/ConditionalAssemblyProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public static void Initialize(string rootPath, IConditionalAssemblyContext conte
4242
// todo: add a tool to update assembly versions after replacing the assemblies. (Can it support newly introduced assemblies?)
4343
// todo: consider moving the list to a standalone config file
4444
#region AssemblyList
45-
CreateAssembly("netstandard2.0", "Azure.Core", "1.44.1.0"),
45+
CreateAssembly("netstandard2.0", "Azure.Core", "1.41.0.0"),
4646
CreateAssembly("netstandard2.0", "Azure.Identity", "1.12.0.0"),
4747
CreateAssembly("netstandard2.0", "Azure.Identity.Broker", "1.1.0.0"),
4848
CreateAssembly("netstandard2.0", "Microsoft.Bcl.AsyncInterfaces", "6.0.0.0"),
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)