@@ -52,8 +52,8 @@ public static void Initialize(string rootPath, IConditionalAssemblyContext conte
52
52
CreateAssembly ( "netstandard2.0" , "Microsoft.Identity.Client.NativeInterop" , "0.16.2.0" ) ,
53
53
CreateAssembly ( "netstandard2.0" , "Microsoft.IdentityModel.Abstractions" , "6.35.0.0" ) ,
54
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" ) ,
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
57
57
CreateAssembly ( "netstandard2.0" , "System.Buffers" , "4.0.3.0" ) . WithWindowsPowerShell ( ) ,
58
58
CreateAssembly ( "netstandard2.0" , "System.Memory" , "4.0.1.2" ) . WithWindowsPowerShell ( ) ,
59
59
CreateAssembly ( "netstandard2.0" , "System.Net.Http.WinHttpHandler" , "4.0.4.0" ) . WithWindowsPowerShell ( ) ,
@@ -71,7 +71,7 @@ public static void Initialize(string rootPath, IConditionalAssemblyContext conte
71
71
CreateAssembly ( "netfx" , "System.Runtime.CompilerServices.Unsafe" , "6.0.0.0" ) . WithWindowsPowerShell ( ) ,
72
72
CreateAssembly ( "netfx" , "System.Security.Cryptography.Cng" , "4.3.0.0" ) . WithWindowsPowerShell ( ) ,
73
73
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
75
75
CreateAssembly ( "netfx" , "System.Xml.ReaderWriter" , "4.1.0.0" ) . WithWindowsPowerShell ( ) ,
76
76
#endregion
77
77
} ;
0 commit comments