Skip to content

Commit 856921b

Browse files
isra-felYeming Liu
andauthored
Update dependencies for storage sdk (#27435)
Co-authored-by: Yeming Liu <[email protected]>
1 parent c1f136e commit 856921b

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

src/Accounts/AssemblyLoading/ConditionalAssemblyProvider.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ public static void Initialize(string rootPath, IConditionalAssemblyContext conte
5252
CreateAssembly("netstandard2.0", "Microsoft.Identity.Client.NativeInterop", "0.16.2.0"),
5353
CreateAssembly("netstandard2.0", "Microsoft.IdentityModel.Abstractions", "6.35.0.0"),
5454
CreateAssembly("netstandard2.0", "System.ClientModel", "1.1.0.0"),
55-
CreateAssembly("netstandard2.0", "System.Memory.Data", "6.0.0.0"),
56-
CreateAssembly("netstandard2.0", "System.Text.Json", "6.0.0.0"),
55+
CreateAssembly("netstandard2.0", "System.Memory.Data", "6.0.0.1"), // 6.0.1
56+
CreateAssembly("netstandard2.0", "System.Text.Json", "6.0.0.0"), // 6.0.11
5757
CreateAssembly("netstandard2.0", "System.Buffers", "4.0.3.0").WithWindowsPowerShell(),
5858
CreateAssembly("netstandard2.0", "System.Memory", "4.0.1.2").WithWindowsPowerShell(),
5959
CreateAssembly("netstandard2.0", "System.Net.Http.WinHttpHandler", "4.0.4.0").WithWindowsPowerShell(),
@@ -71,7 +71,7 @@ public static void Initialize(string rootPath, IConditionalAssemblyContext conte
7171
CreateAssembly("netfx", "System.Runtime.CompilerServices.Unsafe", "6.0.0.0").WithWindowsPowerShell(),
7272
CreateAssembly("netfx", "System.Security.Cryptography.Cng", "4.3.0.0").WithWindowsPowerShell(),
7373
CreateAssembly("netfx", "System.Security.Cryptography.ProtectedData", "4.0.3.0").WithWindowsPowerShell(),
74-
CreateAssembly("netfx", "System.Text.Encodings.Web", "6.0.0.0").WithWindowsPowerShell(),
74+
CreateAssembly("netfx", "System.Text.Encodings.Web", "6.0.0.1").WithWindowsPowerShell(), // net461, 6.0.1
7575
CreateAssembly("netfx", "System.Xml.ReaderWriter", "4.1.0.0").WithWindowsPowerShell(),
7676
#endregion
7777
};
1.2 KB
Binary file not shown.
1.19 KB
Binary file not shown.
32 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)