@@ -22,11 +22,13 @@ public static class DotNetConstants
22
22
public static string [ ] FrameworkReferences = new [ ]
23
23
{
24
24
"Microsoft.CSharp" ,
25
+ "Microsoft.Net.Http.Headers" ,
25
26
"Microsoft.VisualBasic" ,
26
27
"Microsoft.Win32.Primitives" ,
27
28
"Microsoft.Win32.Registry" ,
28
29
"mscorlib" ,
29
30
"netstandard" ,
31
+ "SOS.NETCore" ,
30
32
"System" ,
31
33
"System.AppContext" ,
32
34
"System.Buffers" ,
@@ -37,20 +39,27 @@ public static class DotNetConstants
37
39
"System.Collections.Specialized" ,
38
40
"System.ComponentModel" ,
39
41
"System.ComponentModel.Annotations" ,
40
- "System.ComponentModel.Composition" ,
41
42
"System.ComponentModel.DataAnnotations" ,
42
43
"System.ComponentModel.EventBasedAsync" ,
43
44
"System.ComponentModel.Primitives" ,
44
45
"System.ComponentModel.TypeConverter" ,
46
+ "System.Composition.AttributedModel" ,
47
+ "System.Composition.Convention" ,
48
+ "System.Composition.Hosting" ,
49
+ "System.Composition.Runtime" ,
50
+ "System.Composition.TypedParts" ,
45
51
"System.Configuration" ,
52
+ "System.Configuration.ConfigurationManager" ,
46
53
"System.Console" ,
47
54
"System.Core" ,
48
55
"System.Data" ,
49
56
"System.Data.Common" ,
57
+ "System.Data.SqlClient" ,
50
58
"System.Diagnostics.Contracts" ,
51
59
"System.Diagnostics.Debug" ,
52
60
"System.Diagnostics.DiagnosticSource" ,
53
61
"System.Diagnostics.FileVersionInfo" ,
62
+ "System.Diagnostics.PerformanceCounter" ,
54
63
"System.Diagnostics.Process" ,
55
64
"System.Diagnostics.StackTrace" ,
56
65
"System.Diagnostics.TextWriterTraceListener" ,
@@ -63,8 +72,12 @@ public static class DotNetConstants
63
72
"System.Globalization" ,
64
73
"System.Globalization.Calendars" ,
65
74
"System.Globalization.Extensions" ,
75
+ "System.IdentityModel.Tokens.Jwt" ,
76
+ "System.Interactive.Async" ,
66
77
"System.IO" ,
78
+ "System.IO.Abstractions" ,
67
79
"System.IO.Compression" ,
80
+ "System.IO.Compression.Brotli" ,
68
81
"System.IO.Compression.FileSystem" ,
69
82
"System.IO.Compression.ZipFile" ,
70
83
"System.IO.FileSystem" ,
@@ -74,14 +87,18 @@ public static class DotNetConstants
74
87
"System.IO.FileSystem.Watcher" ,
75
88
"System.IO.IsolatedStorage" ,
76
89
"System.IO.MemoryMappedFiles" ,
90
+ "System.IO.Pipelines" ,
77
91
"System.IO.Pipes" ,
92
+ "System.IO.Pipes.AccessControl" ,
78
93
"System.IO.UnmanagedMemoryStream" ,
79
94
"System.Linq" ,
80
95
"System.Linq.Expressions" ,
81
96
"System.Linq.Parallel" ,
82
97
"System.Linq.Queryable" ,
98
+ "System.Memory" ,
83
99
"System.Net" ,
84
100
"System.Net.Http" ,
101
+ "System.Net.Http.Formatting" ,
85
102
"System.Net.HttpListener" ,
86
103
"System.Net.Mail" ,
87
104
"System.Net.NameResolution" ,
@@ -97,6 +114,7 @@ public static class DotNetConstants
97
114
"System.Net.WebProxy" ,
98
115
"System.Net.WebSockets" ,
99
116
"System.Net.WebSockets.Client" ,
117
+ "System.Net.WebSockets.WebSocketProtocol" ,
100
118
"System.Numerics" ,
101
119
"System.Numerics.Vectors" ,
102
120
"System.ObjectModel" ,
@@ -105,6 +123,10 @@ public static class DotNetConstants
105
123
"System.Private.Uri" ,
106
124
"System.Private.Xml" ,
107
125
"System.Private.Xml.Linq" ,
126
+ "System.Reactive.Core" ,
127
+ "System.Reactive.Interfaces" ,
128
+ "System.Reactive.Linq" ,
129
+ "System.Reactive.PlatformServices" ,
108
130
"System.Reflection" ,
109
131
"System.Reflection.DispatchProxy" ,
110
132
"System.Reflection.Emit" ,
@@ -118,6 +140,7 @@ public static class DotNetConstants
118
140
"System.Resources.ResourceManager" ,
119
141
"System.Resources.Writer" ,
120
142
"System.Runtime" ,
143
+ "System.Runtime.CompilerServices.Unsafe" ,
121
144
"System.Runtime.CompilerServices.VisualC" ,
122
145
"System.Runtime.Extensions" ,
123
146
"System.Runtime.Handles" ,
@@ -139,17 +162,25 @@ public static class DotNetConstants
139
162
"System.Security.Cryptography.Csp" ,
140
163
"System.Security.Cryptography.Encoding" ,
141
164
"System.Security.Cryptography.OpenSsl" ,
165
+ "System.Security.Cryptography.Pkcs" ,
142
166
"System.Security.Cryptography.Primitives" ,
167
+ "System.Security.Cryptography.ProtectedData" ,
143
168
"System.Security.Cryptography.X509Certificates" ,
169
+ "System.Security.Cryptography.Xml" ,
170
+ "System.Security.Permissions" ,
144
171
"System.Security.Principal" ,
145
172
"System.Security.Principal.Windows" ,
146
173
"System.Security.SecureString" ,
147
174
"System.ServiceModel.Web" ,
148
175
"System.ServiceProcess" ,
176
+ "System.Spatial" ,
149
177
"System.Text.Encoding" ,
178
+ "System.Text.Encoding.CodePages" ,
150
179
"System.Text.Encoding.Extensions" ,
180
+ "System.Text.Encodings.Web" ,
151
181
"System.Text.RegularExpressions" ,
152
182
"System.Threading" ,
183
+ "System.Threading.Channels" ,
153
184
"System.Threading.Overlapped" ,
154
185
"System.Threading.Tasks" ,
155
186
"System.Threading.Tasks.Dataflow" ,
@@ -173,6 +204,7 @@ public static class DotNetConstants
173
204
"System.Xml.XmlSerializer" ,
174
205
"System.Xml.XPath" ,
175
206
"System.Xml.XPath.XDocument" ,
207
+ "System.Xml.XPath.XmlDocument" ,
176
208
"WindowsBase"
177
209
} ;
178
210
}
0 commit comments