Skip to content

Commit 7754c7f

Browse files
authored
Upgrade Azure.Core to 1.41.0 (#25599)
1 parent 6981fa4 commit 7754c7f

File tree

4 files changed

+3
-2
lines changed

4 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
@@ -19,6 +19,7 @@
1919
-->
2020

2121
## Upcoming Release
22+
* Upgraded Azure.Core to 1.41.0 to include the fix for `BearerTokenAuthenticationPolicy`
2223
* Removed the informational table about selected context to avoid duplication with output table.
2324

2425
## Version 3.0.2

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.40.0.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", "1.0.0.0"),

src/lib/netstandard2.0/Azure.Core.dll

-8 Bytes
Binary file not shown.

tools/Common.Netcore.Dependencies.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
2323
</ItemGroup>
2424
<ItemGroup>
25-
<PackageReference Include="Azure.Core" Version="1.40.0"/>
25+
<PackageReference Include="Azure.Core" Version="1.41.0"/>
2626
</ItemGroup>
2727
<ItemGroup Condition="'$(IsTestProject)' != 'true'">
2828
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.18.0">

0 commit comments

Comments
 (0)