@@ -45,32 +45,32 @@ public static void Initialize(string rootPath, IConditionalAssemblyContext conte
4545 CreateAssembly ( "net45" , "Newtonsoft.Json" , "13.0.0.0" ) . WithWindowsPowerShell ( ) ,
4646 CreateAssembly ( "net46" , "System.Numerics.Vectors" , "4.1.4.0" ) . WithWindowsPowerShell ( ) ,
4747 CreateAssembly ( "net46" , "System.Xml.ReaderWriter" , "4.1.0.0" ) . WithWindowsPowerShell ( ) ,
48+ CreateAssembly ( "net461" , "System.Diagnostics.DiagnosticSource" , "6.0.0.1" ) . WithWindowsPowerShell ( ) ,
4849 CreateAssembly ( "net461" , "System.Reflection.DispatchProxy" , "4.0.4.0" ) . WithWindowsPowerShell ( ) ,
4950 CreateAssembly ( "net461" , "System.Runtime.CompilerServices.Unsafe" , "6.0.0.0" ) . WithWindowsPowerShell ( ) ,
5051 CreateAssembly ( "net461" , "System.Security.Cryptography.ProtectedData" , "4.0.3.0" ) . WithWindowsPowerShell ( ) ,
51- CreateAssembly ( "net462" , "System.Diagnostics.DiagnosticSource" , "8.0.0.1" ) . WithWindowsPowerShell ( ) ,
52- CreateAssembly ( "net462" , "System.Text.Encodings.Web" , "8.0.0.0" ) . WithWindowsPowerShell ( ) ,
52+ CreateAssembly ( "net461" , "System.Text.Encodings.Web" , "6.0.0.1" ) . WithWindowsPowerShell ( ) ,
5353 CreateAssembly ( "net47" , "System.Security.Cryptography.Cng" , "4.3.0.0" ) . WithWindowsPowerShell ( ) ,
54- CreateAssembly ( "netstandard2.0" , "Azure.Core" , "1.47.3 .0" ) ,
54+ CreateAssembly ( "netstandard2.0" , "Azure.Core" , "1.45.0 .0" ) ,
5555 CreateAssembly ( "netstandard2.0" , "Azure.Identity.Broker" , "1.1.0.0" ) ,
5656 CreateAssembly ( "netstandard2.0" , "Azure.Identity" , "1.13.0.0" ) ,
57- CreateAssembly ( "netstandard2.0" , "Microsoft.Bcl.AsyncInterfaces" , "8 .0.0.0" ) ,
57+ CreateAssembly ( "netstandard2.0" , "Microsoft.Bcl.AsyncInterfaces" , "6 .0.0.0" ) ,
5858 CreateAssembly ( "netstandard2.0" , "Microsoft.Identity.Client.Broker" , "4.65.0.0" ) ,
5959 CreateAssembly ( "netstandard2.0" , "Microsoft.Identity.Client" , "4.65.0.0" ) ,
6060 CreateAssembly ( "netstandard2.0" , "Microsoft.Identity.Client.Extensions.Msal" , "4.65.0.0" ) ,
6161 CreateAssembly ( "netstandard2.0" , "Microsoft.Identity.Client.NativeInterop" , "0.16.2.0" ) ,
6262 CreateAssembly ( "netstandard2.0" , "Microsoft.IdentityModel.Abstractions" , "6.35.0.0" ) ,
6363 CreateAssembly ( "netstandard2.0" , "System.Buffers" , "4.0.3.0" ) . WithWindowsPowerShell ( ) ,
64- CreateAssembly ( "netstandard2.0" , "System.ClientModel" , "1.6 .1.0" ) ,
65- CreateAssembly ( "netstandard2.0" , "System.Memory.Data" , "8 .0.0.1" ) ,
64+ CreateAssembly ( "netstandard2.0" , "System.ClientModel" , "1.2 .1.0" ) ,
65+ CreateAssembly ( "netstandard2.0" , "System.Memory.Data" , "6 .0.0.1" ) ,
6666 CreateAssembly ( "netstandard2.0" , "System.Memory" , "4.0.1.2" ) . WithWindowsPowerShell ( ) ,
6767 CreateAssembly ( "netstandard2.0" , "System.Net.Http.WinHttpHandler" , "4.0.4.0" ) . WithWindowsPowerShell ( ) ,
6868 CreateAssembly ( "netstandard2.0" , "System.Private.ServiceModel" , "4.7.0.0" ) . WithWindowsPowerShell ( ) ,
6969 CreateAssembly ( "netstandard2.0" , "System.Security.AccessControl" , "4.1.3.0" ) . WithWindowsPowerShell ( ) ,
7070 CreateAssembly ( "netstandard2.0" , "System.Security.Permissions" , "4.0.3.0" ) . WithWindowsPowerShell ( ) ,
7171 CreateAssembly ( "netstandard2.0" , "System.Security.Principal.Windows" , "4.1.3.0" ) . WithWindowsPowerShell ( ) ,
7272 CreateAssembly ( "netstandard2.0" , "System.ServiceModel.Primitives" , "4.7.0.0" ) . WithWindowsPowerShell ( ) ,
73- CreateAssembly ( "netstandard2.0" , "System.Text.Json" , "8 .0.0.0" ) ,
73+ CreateAssembly ( "netstandard2.0" , "System.Text.Json" , "6 .0.0.0" ) ,
7474 CreateAssembly ( "netstandard2.0" , "System.Threading.Tasks.Extensions" , "4.2.0.1" ) . WithWindowsPowerShell ( ) ,
7575 #endregion
7676 } ;
0 commit comments