@@ -42,7 +42,7 @@ public static void Initialize(string rootPath, IConditionalAssemblyContext conte
42
42
// todo: add a tool to update assembly versions after replacing the assemblies. (Can it support newly introduced assemblies?)
43
43
// todo: consider moving the list to a standalone config file
44
44
#region AssemblyList
45
- CreateAssembly ( "netcoreapp2.1" , "Azure.Core" , "1.25 .0.0" ) . WithPowerShellCore ( ) ,
45
+ CreateAssembly ( "netcoreapp2.1" , "Azure.Core" , "1.28 .0.0" ) . WithPowerShellCore ( ) ,
46
46
CreateAssembly ( "netcoreapp2.1" , "Microsoft.Identity.Client" , "4.49.1.0" ) . WithPowerShellCore ( ) ,
47
47
CreateAssembly ( "netcoreapp3.1" , "Microsoft.Identity.Client.Extensions.Msal" , "2.23.0.0" ) . WithPowerShellCore ( ) ,
48
48
@@ -64,7 +64,7 @@ public static void Initialize(string rootPath, IConditionalAssemblyContext conte
64
64
CreateAssembly ( "netstandard2.0" , "System.ServiceModel.Primitives" , "4.7.0.0" ) . WithWindowsPowerShell ( ) ,
65
65
CreateAssembly ( "netstandard2.0" , "System.Threading.Tasks.Extensions" , "4.2.0.1" ) . WithWindowsPowerShell ( ) ,
66
66
67
- CreateAssembly ( "netfx" , "Azure.Core" , "1.25 .0.0" ) . WithWindowsPowerShell ( ) ,
67
+ CreateAssembly ( "netfx" , "Azure.Core" , "1.28 .0.0" ) . WithWindowsPowerShell ( ) ,
68
68
CreateAssembly ( "netfx" , "Microsoft.Identity.Client" , "4.49.1.0" ) . WithWindowsPowerShell ( ) ,
69
69
CreateAssembly ( "netfx" , "Microsoft.Identity.Client.Extensions.Msal" , "2.23.0.0" ) . WithWindowsPowerShell ( ) ,
70
70
CreateAssembly ( "netfx" , "Newtonsoft.Json" , "12.0.0.0" ) . WithWindowsPowerShell ( ) ,
0 commit comments