@@ -42,20 +42,20 @@ 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.41.0 .0" ) ,
46- CreateAssembly ( "netstandard2.0" , "Azure.Identity" , "1.12 .0.0" ) ,
45+ CreateAssembly ( "netstandard2.0" , "Azure.Core" , "1.44.1 .0" ) ,
46+ CreateAssembly ( "netstandard2.0" , "Azure.Identity" , "1.13 .0.0" ) ,
4747 CreateAssembly ( "netstandard2.0" , "Azure.Identity.Broker" , "1.1.0.0" ) ,
48- CreateAssembly ( "netstandard2.0" , "Microsoft.Bcl.AsyncInterfaces" , "1 .0.0.0" ) ,
48+ CreateAssembly ( "netstandard2.0" , "Microsoft.Bcl.AsyncInterfaces" , "6 .0.0.0" ) ,
4949 CreateAssembly ( "netstandard2.0" , "Microsoft.Identity.Client" , "4.65.0.0" ) ,
5050 CreateAssembly ( "netstandard2.0" , "Microsoft.Identity.Client.Extensions.Msal" , "4.65.0.0" ) ,
5151 CreateAssembly ( "netstandard2.0" , "Microsoft.Identity.Client.Broker" , "4.65.0.0" ) ,
5252 CreateAssembly ( "netstandard2.0" , "Microsoft.Identity.Client.NativeInterop" , "0.16.2.0" ) ,
5353 CreateAssembly ( "netstandard2.0" , "Microsoft.IdentityModel.Abstractions" , "6.35.0.0" ) ,
54- CreateAssembly ( "netstandard2.0" , "System.ClientModel" , "1.0 .0.0" ) ,
55- CreateAssembly ( "netstandard2.0" , "System.Memory.Data" , "1 .0.2 .0" ) ,
56- CreateAssembly ( "netstandard2.0" , "System.Text.Json" , "4 .0.1.2 " ) ,
54+ 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 " ) ,
5757 CreateAssembly ( "netstandard2.0" , "System.Buffers" , "4.0.3.0" ) . WithWindowsPowerShell ( ) ,
58- CreateAssembly ( "netstandard2.0" , "System.Memory" , "4.0.1.1 " ) . WithWindowsPowerShell ( ) ,
58+ CreateAssembly ( "netstandard2.0" , "System.Memory" , "4.0.1.2 " ) . WithWindowsPowerShell ( ) ,
5959 CreateAssembly ( "netstandard2.0" , "System.Net.Http.WinHttpHandler" , "4.0.4.0" ) . WithWindowsPowerShell ( ) ,
6060 CreateAssembly ( "netstandard2.0" , "System.Private.ServiceModel" , "4.7.0.0" ) . WithWindowsPowerShell ( ) ,
6161 CreateAssembly ( "netstandard2.0" , "System.Security.AccessControl" , "4.1.3.0" ) . WithWindowsPowerShell ( ) ,
@@ -70,8 +70,8 @@ public static void Initialize(string rootPath, IConditionalAssemblyContext conte
7070 CreateAssembly ( "netfx" , "System.Reflection.DispatchProxy" , "4.0.4.0" ) . WithWindowsPowerShell ( ) ,
7171 CreateAssembly ( "netfx" , "System.Runtime.CompilerServices.Unsafe" , "6.0.0.0" ) . WithWindowsPowerShell ( ) ,
7272 CreateAssembly ( "netfx" , "System.Security.Cryptography.Cng" , "4.3.0.0" ) . WithWindowsPowerShell ( ) ,
73- CreateAssembly ( "netfx" , "System.Security.Cryptography.ProtectedData" , "4.5.0 .0" ) . WithWindowsPowerShell ( ) ,
74- CreateAssembly ( "netfx" , "System.Text.Encodings.Web" , "4 .0.5.1 " ) . WithWindowsPowerShell ( ) ,
73+ CreateAssembly ( "netfx" , "System.Security.Cryptography.ProtectedData" , "4.0.3 .0" ) . WithWindowsPowerShell ( ) ,
74+ CreateAssembly ( "netfx" , "System.Text.Encodings.Web" , "6 .0.0.0 " ) . WithWindowsPowerShell ( ) ,
7575 CreateAssembly ( "netfx" , "System.Xml.ReaderWriter" , "4.1.0.0" ) . WithWindowsPowerShell ( ) ,
7676 #endregion
7777 } ;
0 commit comments