@@ -43,11 +43,14 @@ public static void Initialize(string rootPath, IConditionalAssemblyContext conte
4343 // todo: consider moving the list to a standalone config file
4444 #region AssemblyList
4545 CreateAssembly ( "netcoreapp2.1" , "Azure.Core" , "1.25.0.0" ) . WithPowerShellCore ( ) ,
46- CreateAssembly ( "netcoreapp2.1" , "Microsoft.Identity.Client" , "4.46.2 .0" ) . WithPowerShellCore ( ) ,
46+ CreateAssembly ( "netcoreapp2.1" , "Microsoft.Identity.Client" , "4.49.1 .0" ) . WithPowerShellCore ( ) ,
4747 CreateAssembly ( "netcoreapp3.1" , "Microsoft.Identity.Client.Extensions.Msal" , "2.23.0.0" ) . WithPowerShellCore ( ) ,
4848
4949 CreateAssembly ( "netstandard2.0" , "Azure.Identity" , "1.6.1.0" ) ,
50+ CreateAssembly ( "netstandard2.0" , "Azure.Identity.BrokeredAuthentication" , "1.0.0.0" ) ,
5051 CreateAssembly ( "netstandard2.0" , "Microsoft.Bcl.AsyncInterfaces" , "1.0.0.0" ) ,
52+ CreateAssembly ( "netstandard2.0" , "Microsoft.Identity.Client.Broker" , "4.49.1.0" ) ,
53+ CreateAssembly ( "netstandard2.0" , "Microsoft.Identity.Client.NativeInterop" , "0.13.3.0" ) ,
5154 CreateAssembly ( "netstandard2.0" , "Microsoft.IdentityModel.Abstractions" , "6.22.1.0" ) ,
5255 CreateAssembly ( "netstandard2.0" , "System.Memory.Data" , "1.0.2.0" ) ,
5356 CreateAssembly ( "netstandard2.0" , "System.Text.Json" , "4.0.1.2" ) ,
@@ -62,7 +65,7 @@ public static void Initialize(string rootPath, IConditionalAssemblyContext conte
6265 CreateAssembly ( "netstandard2.0" , "System.Threading.Tasks.Extensions" , "4.2.0.1" ) . WithWindowsPowerShell ( ) ,
6366
6467 CreateAssembly ( "netfx" , "Azure.Core" , "1.25.0.0" ) . WithWindowsPowerShell ( ) ,
65- CreateAssembly ( "netfx" , "Microsoft.Identity.Client" , "4.46.2 .0" ) . WithWindowsPowerShell ( ) ,
68+ CreateAssembly ( "netfx" , "Microsoft.Identity.Client" , "4.49.1 .0" ) . WithWindowsPowerShell ( ) ,
6669 CreateAssembly ( "netfx" , "Microsoft.Identity.Client.Extensions.Msal" , "2.23.0.0" ) . WithWindowsPowerShell ( ) ,
6770 CreateAssembly ( "netfx" , "Newtonsoft.Json" , "12.0.0.0" ) . WithWindowsPowerShell ( ) ,
6871 CreateAssembly ( "netfx" , "System.Diagnostics.DiagnosticSource" , "4.0.4.0" ) . WithWindowsPowerShell ( ) ,
0 commit comments