retypeapp-win-x64 3.6.0 → 3.6.3-preview
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/bin/BuildHost-net472/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.exe.config +56 -0
- package/bin/BuildHost-netcore/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.deps.json +268 -0
- package/bin/BuildHost-netcore/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll.config +599 -0
- package/bin/BuildHost-netcore/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.runtimeconfig.json +13 -0
- package/bin/retype.exe +0 -0
- package/package.json +1 -1
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Retype Software License Agreement
|
|
2
2
|
|
|
3
|
-
Version 3.6.
|
|
3
|
+
Version 3.6.3-preview
|
|
4
4
|
|
|
5
5
|
THIS DOCUMENT IS A LEGAL AGREEMENT (the "License Agreement") BETWEEN OBJECT.NET, INC. ("We," "Us")
|
|
6
6
|
AND YOU OR THE ORGANIZATION ON WHOSE BEHALF YOU ARE UNDERTAKING THE LICENSE DESCRIBED BELOW ("You",
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<configuration>
|
|
3
|
+
<startup>
|
|
4
|
+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
|
5
|
+
</startup>
|
|
6
|
+
<runtime>
|
|
7
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
8
|
+
<dependentAssembly>
|
|
9
|
+
<assemblyIdentity name="Microsoft.Build" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
10
|
+
<bindingRedirect oldVersion="0.0.0.0-15.1.0.0" newVersion="15.1.0.0" />
|
|
11
|
+
</dependentAssembly>
|
|
12
|
+
</assemblyBinding>
|
|
13
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
14
|
+
<dependentAssembly>
|
|
15
|
+
<assemblyIdentity name="Microsoft.Build.Framework" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
16
|
+
<bindingRedirect oldVersion="0.0.0.0-15.1.0.0" newVersion="15.1.0.0" />
|
|
17
|
+
</dependentAssembly>
|
|
18
|
+
</assemblyBinding>
|
|
19
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
20
|
+
<dependentAssembly>
|
|
21
|
+
<assemblyIdentity name="Microsoft.Build.Utilities.Core" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
22
|
+
<bindingRedirect oldVersion="0.0.0.0-15.1.0.0" newVersion="15.1.0.0" />
|
|
23
|
+
</dependentAssembly>
|
|
24
|
+
</assemblyBinding>
|
|
25
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
26
|
+
<dependentAssembly>
|
|
27
|
+
<assemblyIdentity name="Microsoft.Build.Tasks.Core" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
28
|
+
<bindingRedirect oldVersion="0.0.0.0-15.1.0.0" newVersion="15.1.0.0" />
|
|
29
|
+
</dependentAssembly>
|
|
30
|
+
</assemblyBinding>
|
|
31
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
32
|
+
<dependentAssembly>
|
|
33
|
+
<assemblyIdentity name="Microsoft.IO.Redist" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
|
34
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.1" newVersion="6.0.0.1" />
|
|
35
|
+
</dependentAssembly>
|
|
36
|
+
</assemblyBinding>
|
|
37
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
38
|
+
<dependentAssembly>
|
|
39
|
+
<assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
40
|
+
<bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
|
|
41
|
+
</dependentAssembly>
|
|
42
|
+
</assemblyBinding>
|
|
43
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
44
|
+
<dependentAssembly>
|
|
45
|
+
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
|
46
|
+
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
|
|
47
|
+
</dependentAssembly>
|
|
48
|
+
</assemblyBinding>
|
|
49
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
50
|
+
<dependentAssembly>
|
|
51
|
+
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
52
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
53
|
+
</dependentAssembly>
|
|
54
|
+
</assemblyBinding>
|
|
55
|
+
</runtime>
|
|
56
|
+
</configuration>
|
|
@@ -0,0 +1,268 @@
|
|
|
1
|
+
{
|
|
2
|
+
"runtimeTarget": {
|
|
3
|
+
"name": ".NETCoreApp,Version=v6.0",
|
|
4
|
+
"signature": ""
|
|
5
|
+
},
|
|
6
|
+
"compilationOptions": {},
|
|
7
|
+
"targets": {
|
|
8
|
+
".NETCoreApp,Version=v6.0": {
|
|
9
|
+
"Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost/4.13.0-3.25120.11": {
|
|
10
|
+
"dependencies": {
|
|
11
|
+
"Microsoft.Build.Locator": "1.6.10",
|
|
12
|
+
"Microsoft.CodeAnalysis.NetAnalyzers": "8.0.0-preview.23468.1",
|
|
13
|
+
"Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers": "3.3.4-beta1.22504.1",
|
|
14
|
+
"Microsoft.DotNet.XliffTasks": "9.0.0-beta.24076.5",
|
|
15
|
+
"Microsoft.VisualStudio.Threading.Analyzers": "17.13.2",
|
|
16
|
+
"Newtonsoft.Json": "13.0.3",
|
|
17
|
+
"RichCodeNav.EnvVarDump": "0.1.1643-alpha",
|
|
18
|
+
"Roslyn.Diagnostics.Analyzers": "3.11.0-beta1.24081.1",
|
|
19
|
+
"System.Collections.Immutable": "8.0.0",
|
|
20
|
+
"System.CommandLine": "2.0.0-beta4.24528.1"
|
|
21
|
+
},
|
|
22
|
+
"runtime": {
|
|
23
|
+
"Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll": {}
|
|
24
|
+
},
|
|
25
|
+
"resources": {
|
|
26
|
+
"cs/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": {
|
|
27
|
+
"locale": "cs"
|
|
28
|
+
},
|
|
29
|
+
"de/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": {
|
|
30
|
+
"locale": "de"
|
|
31
|
+
},
|
|
32
|
+
"es/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": {
|
|
33
|
+
"locale": "es"
|
|
34
|
+
},
|
|
35
|
+
"fr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": {
|
|
36
|
+
"locale": "fr"
|
|
37
|
+
},
|
|
38
|
+
"it/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": {
|
|
39
|
+
"locale": "it"
|
|
40
|
+
},
|
|
41
|
+
"ja/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": {
|
|
42
|
+
"locale": "ja"
|
|
43
|
+
},
|
|
44
|
+
"ko/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": {
|
|
45
|
+
"locale": "ko"
|
|
46
|
+
},
|
|
47
|
+
"pl/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": {
|
|
48
|
+
"locale": "pl"
|
|
49
|
+
},
|
|
50
|
+
"pt-BR/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": {
|
|
51
|
+
"locale": "pt-BR"
|
|
52
|
+
},
|
|
53
|
+
"ru/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": {
|
|
54
|
+
"locale": "ru"
|
|
55
|
+
},
|
|
56
|
+
"tr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": {
|
|
57
|
+
"locale": "tr"
|
|
58
|
+
},
|
|
59
|
+
"zh-Hans/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": {
|
|
60
|
+
"locale": "zh-Hans"
|
|
61
|
+
},
|
|
62
|
+
"zh-Hant/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": {
|
|
63
|
+
"locale": "zh-Hant"
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
"Microsoft.Build.Locator/1.6.10": {
|
|
68
|
+
"runtime": {
|
|
69
|
+
"lib/net6.0/Microsoft.Build.Locator.dll": {
|
|
70
|
+
"assemblyVersion": "1.0.0.0",
|
|
71
|
+
"fileVersion": "1.6.10.57384"
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
"Microsoft.CodeAnalysis.BannedApiAnalyzers/3.11.0-beta1.24081.1": {},
|
|
76
|
+
"Microsoft.CodeAnalysis.NetAnalyzers/8.0.0-preview.23468.1": {},
|
|
77
|
+
"Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers/3.3.4-beta1.22504.1": {},
|
|
78
|
+
"Microsoft.CodeAnalysis.PublicApiAnalyzers/3.11.0-beta1.24081.1": {},
|
|
79
|
+
"Microsoft.DotNet.XliffTasks/9.0.0-beta.24076.5": {},
|
|
80
|
+
"Microsoft.VisualStudio.Threading.Analyzers/17.13.2": {},
|
|
81
|
+
"Newtonsoft.Json/13.0.3": {
|
|
82
|
+
"runtime": {
|
|
83
|
+
"lib/net6.0/Newtonsoft.Json.dll": {
|
|
84
|
+
"assemblyVersion": "13.0.0.0",
|
|
85
|
+
"fileVersion": "13.0.3.27908"
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
"RichCodeNav.EnvVarDump/0.1.1643-alpha": {},
|
|
90
|
+
"Roslyn.Diagnostics.Analyzers/3.11.0-beta1.24081.1": {
|
|
91
|
+
"dependencies": {
|
|
92
|
+
"Microsoft.CodeAnalysis.BannedApiAnalyzers": "3.11.0-beta1.24081.1",
|
|
93
|
+
"Microsoft.CodeAnalysis.PublicApiAnalyzers": "3.11.0-beta1.24081.1"
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
"System.Collections.Immutable/8.0.0": {
|
|
97
|
+
"dependencies": {
|
|
98
|
+
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
|
|
99
|
+
},
|
|
100
|
+
"runtime": {
|
|
101
|
+
"lib/net6.0/System.Collections.Immutable.dll": {
|
|
102
|
+
"assemblyVersion": "8.0.0.0",
|
|
103
|
+
"fileVersion": "8.0.23.53103"
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
"System.CommandLine/2.0.0-beta4.24528.1": {
|
|
108
|
+
"dependencies": {
|
|
109
|
+
"System.Memory": "4.5.5"
|
|
110
|
+
},
|
|
111
|
+
"runtime": {
|
|
112
|
+
"lib/netstandard2.0/System.CommandLine.dll": {
|
|
113
|
+
"assemblyVersion": "2.0.0.0",
|
|
114
|
+
"fileVersion": "2.0.24.52801"
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
"resources": {
|
|
118
|
+
"lib/netstandard2.0/cs/System.CommandLine.resources.dll": {
|
|
119
|
+
"locale": "cs"
|
|
120
|
+
},
|
|
121
|
+
"lib/netstandard2.0/de/System.CommandLine.resources.dll": {
|
|
122
|
+
"locale": "de"
|
|
123
|
+
},
|
|
124
|
+
"lib/netstandard2.0/es/System.CommandLine.resources.dll": {
|
|
125
|
+
"locale": "es"
|
|
126
|
+
},
|
|
127
|
+
"lib/netstandard2.0/fr/System.CommandLine.resources.dll": {
|
|
128
|
+
"locale": "fr"
|
|
129
|
+
},
|
|
130
|
+
"lib/netstandard2.0/it/System.CommandLine.resources.dll": {
|
|
131
|
+
"locale": "it"
|
|
132
|
+
},
|
|
133
|
+
"lib/netstandard2.0/ja/System.CommandLine.resources.dll": {
|
|
134
|
+
"locale": "ja"
|
|
135
|
+
},
|
|
136
|
+
"lib/netstandard2.0/ko/System.CommandLine.resources.dll": {
|
|
137
|
+
"locale": "ko"
|
|
138
|
+
},
|
|
139
|
+
"lib/netstandard2.0/pl/System.CommandLine.resources.dll": {
|
|
140
|
+
"locale": "pl"
|
|
141
|
+
},
|
|
142
|
+
"lib/netstandard2.0/pt-BR/System.CommandLine.resources.dll": {
|
|
143
|
+
"locale": "pt-BR"
|
|
144
|
+
},
|
|
145
|
+
"lib/netstandard2.0/ru/System.CommandLine.resources.dll": {
|
|
146
|
+
"locale": "ru"
|
|
147
|
+
},
|
|
148
|
+
"lib/netstandard2.0/tr/System.CommandLine.resources.dll": {
|
|
149
|
+
"locale": "tr"
|
|
150
|
+
},
|
|
151
|
+
"lib/netstandard2.0/zh-Hans/System.CommandLine.resources.dll": {
|
|
152
|
+
"locale": "zh-Hans"
|
|
153
|
+
},
|
|
154
|
+
"lib/netstandard2.0/zh-Hant/System.CommandLine.resources.dll": {
|
|
155
|
+
"locale": "zh-Hant"
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
},
|
|
159
|
+
"System.Memory/4.5.5": {},
|
|
160
|
+
"System.Runtime.CompilerServices.Unsafe/6.0.0": {}
|
|
161
|
+
}
|
|
162
|
+
},
|
|
163
|
+
"libraries": {
|
|
164
|
+
"Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost/4.13.0-3.25120.11": {
|
|
165
|
+
"type": "project",
|
|
166
|
+
"serviceable": false,
|
|
167
|
+
"sha512": ""
|
|
168
|
+
},
|
|
169
|
+
"Microsoft.Build.Locator/1.6.10": {
|
|
170
|
+
"type": "package",
|
|
171
|
+
"serviceable": true,
|
|
172
|
+
"sha512": "sha512-DJhCkTGqy1LMJzEmG/2qxRTMHwdPc3WdVoGQI5o5mKHVo4dsHrCMLIyruwU/NSvPNSdvONlaf7jdFXnAMuxAuA==",
|
|
173
|
+
"path": "microsoft.build.locator/1.6.10",
|
|
174
|
+
"hashPath": "microsoft.build.locator.1.6.10.nupkg.sha512"
|
|
175
|
+
},
|
|
176
|
+
"Microsoft.CodeAnalysis.BannedApiAnalyzers/3.11.0-beta1.24081.1": {
|
|
177
|
+
"type": "package",
|
|
178
|
+
"serviceable": true,
|
|
179
|
+
"sha512": "sha512-DH6L3rsbjppLrHM2l2/NKbnMaYd0NFHx2pjZaFdrVcRkONrV3i9FHv6Id8Dp6/TmjhXQsJVJJFbhhjkpuP1xxg==",
|
|
180
|
+
"path": "microsoft.codeanalysis.bannedapianalyzers/3.11.0-beta1.24081.1",
|
|
181
|
+
"hashPath": "microsoft.codeanalysis.bannedapianalyzers.3.11.0-beta1.24081.1.nupkg.sha512"
|
|
182
|
+
},
|
|
183
|
+
"Microsoft.CodeAnalysis.NetAnalyzers/8.0.0-preview.23468.1": {
|
|
184
|
+
"type": "package",
|
|
185
|
+
"serviceable": true,
|
|
186
|
+
"sha512": "sha512-ZhIvyxmUCqb8OiU/VQfxfuAmIB4lQsjqhMVYKeoyxzSI+d7uR5Pzx3ZKoaIhPizQ15wa4lnyD6wg3TnSJ6P4LA==",
|
|
187
|
+
"path": "microsoft.codeanalysis.netanalyzers/8.0.0-preview.23468.1",
|
|
188
|
+
"hashPath": "microsoft.codeanalysis.netanalyzers.8.0.0-preview.23468.1.nupkg.sha512"
|
|
189
|
+
},
|
|
190
|
+
"Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers/3.3.4-beta1.22504.1": {
|
|
191
|
+
"type": "package",
|
|
192
|
+
"serviceable": true,
|
|
193
|
+
"sha512": "sha512-2XRlqPAzVke7Sb80+UqaC7o57OwfK+tIr+aIOxrx41RWDMeR2SBUW7kL4sd6hfLFfBNsLo3W5PT+UwfvwPaOzA==",
|
|
194
|
+
"path": "microsoft.codeanalysis.performancesensitiveanalyzers/3.3.4-beta1.22504.1",
|
|
195
|
+
"hashPath": "microsoft.codeanalysis.performancesensitiveanalyzers.3.3.4-beta1.22504.1.nupkg.sha512"
|
|
196
|
+
},
|
|
197
|
+
"Microsoft.CodeAnalysis.PublicApiAnalyzers/3.11.0-beta1.24081.1": {
|
|
198
|
+
"type": "package",
|
|
199
|
+
"serviceable": true,
|
|
200
|
+
"sha512": "sha512-3bYGBihvoNO0rhCOG1U9O50/4Q8suZ+glHqQLIAcKvnodSnSW+dYWYzTNb1UbS8pUS8nAUfxSFMwuMup/G5DtQ==",
|
|
201
|
+
"path": "microsoft.codeanalysis.publicapianalyzers/3.11.0-beta1.24081.1",
|
|
202
|
+
"hashPath": "microsoft.codeanalysis.publicapianalyzers.3.11.0-beta1.24081.1.nupkg.sha512"
|
|
203
|
+
},
|
|
204
|
+
"Microsoft.DotNet.XliffTasks/9.0.0-beta.24076.5": {
|
|
205
|
+
"type": "package",
|
|
206
|
+
"serviceable": true,
|
|
207
|
+
"sha512": "sha512-UCm6/kW8+BMSjIUJv4Ep/HkB9MTj95o9uTt3IGqUclAuAqJDqE25YFzV2qi1CrUtu0RRSIUAv9GTs1O35mZ7/A==",
|
|
208
|
+
"path": "microsoft.dotnet.xlifftasks/9.0.0-beta.24076.5",
|
|
209
|
+
"hashPath": "microsoft.dotnet.xlifftasks.9.0.0-beta.24076.5.nupkg.sha512"
|
|
210
|
+
},
|
|
211
|
+
"Microsoft.VisualStudio.Threading.Analyzers/17.13.2": {
|
|
212
|
+
"type": "package",
|
|
213
|
+
"serviceable": true,
|
|
214
|
+
"sha512": "sha512-Qcd8IlaTXZVq3wolBnzby1P7kWihdWaExtD8riumiKuG1sHa8EgjV/o70TMjTaeUMhomBbhfdC9OPwAHoZfnjQ==",
|
|
215
|
+
"path": "microsoft.visualstudio.threading.analyzers/17.13.2",
|
|
216
|
+
"hashPath": "microsoft.visualstudio.threading.analyzers.17.13.2.nupkg.sha512"
|
|
217
|
+
},
|
|
218
|
+
"Newtonsoft.Json/13.0.3": {
|
|
219
|
+
"type": "package",
|
|
220
|
+
"serviceable": true,
|
|
221
|
+
"sha512": "sha512-mbJSvHfRxfX3tR/U6n1WU+mWHXswYc+SB/hkOpx8yZZe68hNZGfymJu0cjsaJEkVzCMqePiU6LdIyogqfIn7kg==",
|
|
222
|
+
"path": "newtonsoft.json/13.0.3",
|
|
223
|
+
"hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
|
|
224
|
+
},
|
|
225
|
+
"RichCodeNav.EnvVarDump/0.1.1643-alpha": {
|
|
226
|
+
"type": "package",
|
|
227
|
+
"serviceable": true,
|
|
228
|
+
"sha512": "sha512-JYCyCxU/KrMUECak2zZoAL+e5lpefBz3Y+qudqUH5n4HLFq+pdju3V0642MWo6WGRtDcAAz7mVdIyfBuqI8DuA==",
|
|
229
|
+
"path": "richcodenav.envvardump/0.1.1643-alpha",
|
|
230
|
+
"hashPath": "richcodenav.envvardump.0.1.1643-alpha.nupkg.sha512"
|
|
231
|
+
},
|
|
232
|
+
"Roslyn.Diagnostics.Analyzers/3.11.0-beta1.24081.1": {
|
|
233
|
+
"type": "package",
|
|
234
|
+
"serviceable": true,
|
|
235
|
+
"sha512": "sha512-reHqZCDKifA+DURcL8jUfYkMGL4FpgNt5LI0uWTS6IpM8kKVbu/kO8byZsqfhBu4wUzT3MBDcoMfzhZPdENIpg==",
|
|
236
|
+
"path": "roslyn.diagnostics.analyzers/3.11.0-beta1.24081.1",
|
|
237
|
+
"hashPath": "roslyn.diagnostics.analyzers.3.11.0-beta1.24081.1.nupkg.sha512"
|
|
238
|
+
},
|
|
239
|
+
"System.Collections.Immutable/8.0.0": {
|
|
240
|
+
"type": "package",
|
|
241
|
+
"serviceable": true,
|
|
242
|
+
"sha512": "sha512-AurL6Y5BA1WotzlEvVaIDpqzpIPvYnnldxru8oXJU2yFxFUy3+pNXjXd1ymO+RA0rq0+590Q8gaz2l3Sr7fmqg==",
|
|
243
|
+
"path": "system.collections.immutable/8.0.0",
|
|
244
|
+
"hashPath": "system.collections.immutable.8.0.0.nupkg.sha512"
|
|
245
|
+
},
|
|
246
|
+
"System.CommandLine/2.0.0-beta4.24528.1": {
|
|
247
|
+
"type": "package",
|
|
248
|
+
"serviceable": true,
|
|
249
|
+
"sha512": "sha512-Xt8tsSU8yd0ZpbT9gl5DAwkMYWLo8PV1fq2R/belrUbHVVOIKqhLfbWksbdknUDpmzMHZenBtD6AGAp9uJTa2w==",
|
|
250
|
+
"path": "system.commandline/2.0.0-beta4.24528.1",
|
|
251
|
+
"hashPath": "system.commandline.2.0.0-beta4.24528.1.nupkg.sha512"
|
|
252
|
+
},
|
|
253
|
+
"System.Memory/4.5.5": {
|
|
254
|
+
"type": "package",
|
|
255
|
+
"serviceable": true,
|
|
256
|
+
"sha512": "sha512-XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==",
|
|
257
|
+
"path": "system.memory/4.5.5",
|
|
258
|
+
"hashPath": "system.memory.4.5.5.nupkg.sha512"
|
|
259
|
+
},
|
|
260
|
+
"System.Runtime.CompilerServices.Unsafe/6.0.0": {
|
|
261
|
+
"type": "package",
|
|
262
|
+
"serviceable": true,
|
|
263
|
+
"sha512": "sha512-1AVzAb5OxJNvJLnOADtexNmWgattm2XVOT3TjQTN7Dd4SqoSwai1CsN2fth42uQldJSQdz/sAec0+TzxBFgisw==",
|
|
264
|
+
"path": "system.runtime.compilerservices.unsafe/6.0.0",
|
|
265
|
+
"hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
}
|
|
@@ -0,0 +1,599 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<configuration>
|
|
3
|
+
<runtime>
|
|
4
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
5
|
+
<dependentAssembly>
|
|
6
|
+
<assemblyIdentity name="Microsoft.Build" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
7
|
+
<bindingRedirect oldVersion="0.0.0.0-15.1.0.0" newVersion="15.1.0.0" />
|
|
8
|
+
</dependentAssembly>
|
|
9
|
+
</assemblyBinding>
|
|
10
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
11
|
+
<dependentAssembly>
|
|
12
|
+
<assemblyIdentity name="Microsoft.Build.Framework" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
13
|
+
<bindingRedirect oldVersion="0.0.0.0-15.1.0.0" newVersion="15.1.0.0" />
|
|
14
|
+
</dependentAssembly>
|
|
15
|
+
</assemblyBinding>
|
|
16
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
17
|
+
<dependentAssembly>
|
|
18
|
+
<assemblyIdentity name="Microsoft.Build.Utilities.Core" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
19
|
+
<bindingRedirect oldVersion="0.0.0.0-15.1.0.0" newVersion="15.1.0.0" />
|
|
20
|
+
</dependentAssembly>
|
|
21
|
+
</assemblyBinding>
|
|
22
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
23
|
+
<dependentAssembly>
|
|
24
|
+
<assemblyIdentity name="Microsoft.Build.Tasks.Core" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
25
|
+
<bindingRedirect oldVersion="0.0.0.0-15.1.0.0" newVersion="15.1.0.0" />
|
|
26
|
+
</dependentAssembly>
|
|
27
|
+
</assemblyBinding>
|
|
28
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
29
|
+
<dependentAssembly>
|
|
30
|
+
<assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
31
|
+
<bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
|
|
32
|
+
</dependentAssembly>
|
|
33
|
+
</assemblyBinding>
|
|
34
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
35
|
+
<dependentAssembly>
|
|
36
|
+
<assemblyIdentity name="Microsoft.VisualBasic.Core" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
37
|
+
<bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="11.0.0.0" />
|
|
38
|
+
</dependentAssembly>
|
|
39
|
+
</assemblyBinding>
|
|
40
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
41
|
+
<dependentAssembly>
|
|
42
|
+
<assemblyIdentity name="Microsoft.Win32.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
43
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
44
|
+
</dependentAssembly>
|
|
45
|
+
</assemblyBinding>
|
|
46
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
47
|
+
<dependentAssembly>
|
|
48
|
+
<assemblyIdentity name="Microsoft.Win32.Registry" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
49
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
50
|
+
</dependentAssembly>
|
|
51
|
+
</assemblyBinding>
|
|
52
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
53
|
+
<dependentAssembly>
|
|
54
|
+
<assemblyIdentity name="System.Collections.Concurrent" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
55
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
56
|
+
</dependentAssembly>
|
|
57
|
+
</assemblyBinding>
|
|
58
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
59
|
+
<dependentAssembly>
|
|
60
|
+
<assemblyIdentity name="System.Collections.NonGeneric" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
61
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
62
|
+
</dependentAssembly>
|
|
63
|
+
</assemblyBinding>
|
|
64
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
65
|
+
<dependentAssembly>
|
|
66
|
+
<assemblyIdentity name="System.Collections.Specialized" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
67
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
68
|
+
</dependentAssembly>
|
|
69
|
+
</assemblyBinding>
|
|
70
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
71
|
+
<dependentAssembly>
|
|
72
|
+
<assemblyIdentity name="System.Collections" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
73
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
74
|
+
</dependentAssembly>
|
|
75
|
+
</assemblyBinding>
|
|
76
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
77
|
+
<dependentAssembly>
|
|
78
|
+
<assemblyIdentity name="System.ComponentModel.Annotations" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
79
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
80
|
+
</dependentAssembly>
|
|
81
|
+
</assemblyBinding>
|
|
82
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
83
|
+
<dependentAssembly>
|
|
84
|
+
<assemblyIdentity name="System.ComponentModel.EventBasedAsync" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
85
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
86
|
+
</dependentAssembly>
|
|
87
|
+
</assemblyBinding>
|
|
88
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
89
|
+
<dependentAssembly>
|
|
90
|
+
<assemblyIdentity name="System.ComponentModel.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
91
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
92
|
+
</dependentAssembly>
|
|
93
|
+
</assemblyBinding>
|
|
94
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
95
|
+
<dependentAssembly>
|
|
96
|
+
<assemblyIdentity name="System.ComponentModel.TypeConverter" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
97
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
98
|
+
</dependentAssembly>
|
|
99
|
+
</assemblyBinding>
|
|
100
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
101
|
+
<dependentAssembly>
|
|
102
|
+
<assemblyIdentity name="System.ComponentModel" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
103
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
104
|
+
</dependentAssembly>
|
|
105
|
+
</assemblyBinding>
|
|
106
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
107
|
+
<dependentAssembly>
|
|
108
|
+
<assemblyIdentity name="System.Console" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
109
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
110
|
+
</dependentAssembly>
|
|
111
|
+
</assemblyBinding>
|
|
112
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
113
|
+
<dependentAssembly>
|
|
114
|
+
<assemblyIdentity name="System.Data.Common" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
115
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
116
|
+
</dependentAssembly>
|
|
117
|
+
</assemblyBinding>
|
|
118
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
119
|
+
<dependentAssembly>
|
|
120
|
+
<assemblyIdentity name="System.Diagnostics.Contracts" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
121
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
122
|
+
</dependentAssembly>
|
|
123
|
+
</assemblyBinding>
|
|
124
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
125
|
+
<dependentAssembly>
|
|
126
|
+
<assemblyIdentity name="System.Diagnostics.FileVersionInfo" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
127
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
128
|
+
</dependentAssembly>
|
|
129
|
+
</assemblyBinding>
|
|
130
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
131
|
+
<dependentAssembly>
|
|
132
|
+
<assemblyIdentity name="System.Diagnostics.Process" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
133
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
134
|
+
</dependentAssembly>
|
|
135
|
+
</assemblyBinding>
|
|
136
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
137
|
+
<dependentAssembly>
|
|
138
|
+
<assemblyIdentity name="System.Diagnostics.StackTrace" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
139
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
140
|
+
</dependentAssembly>
|
|
141
|
+
</assemblyBinding>
|
|
142
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
143
|
+
<dependentAssembly>
|
|
144
|
+
<assemblyIdentity name="System.Diagnostics.TextWriterTraceListener" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
145
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
146
|
+
</dependentAssembly>
|
|
147
|
+
</assemblyBinding>
|
|
148
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
149
|
+
<dependentAssembly>
|
|
150
|
+
<assemblyIdentity name="System.Diagnostics.TraceSource" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
151
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
152
|
+
</dependentAssembly>
|
|
153
|
+
</assemblyBinding>
|
|
154
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
155
|
+
<dependentAssembly>
|
|
156
|
+
<assemblyIdentity name="System.Diagnostics.Tracing" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
157
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
158
|
+
</dependentAssembly>
|
|
159
|
+
</assemblyBinding>
|
|
160
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
161
|
+
<dependentAssembly>
|
|
162
|
+
<assemblyIdentity name="System.Drawing.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
163
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
164
|
+
</dependentAssembly>
|
|
165
|
+
</assemblyBinding>
|
|
166
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
167
|
+
<dependentAssembly>
|
|
168
|
+
<assemblyIdentity name="System.IO.Compression.ZipFile" publicKeyToken="b77a5c561934e089" culture="neutral" />
|
|
169
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
170
|
+
</dependentAssembly>
|
|
171
|
+
</assemblyBinding>
|
|
172
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
173
|
+
<dependentAssembly>
|
|
174
|
+
<assemblyIdentity name="System.IO.Compression" publicKeyToken="b77a5c561934e089" culture="neutral" />
|
|
175
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
176
|
+
</dependentAssembly>
|
|
177
|
+
</assemblyBinding>
|
|
178
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
179
|
+
<dependentAssembly>
|
|
180
|
+
<assemblyIdentity name="System.IO.FileSystem.AccessControl" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
181
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
182
|
+
</dependentAssembly>
|
|
183
|
+
</assemblyBinding>
|
|
184
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
185
|
+
<dependentAssembly>
|
|
186
|
+
<assemblyIdentity name="System.IO.FileSystem.DriveInfo" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
187
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
188
|
+
</dependentAssembly>
|
|
189
|
+
</assemblyBinding>
|
|
190
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
191
|
+
<dependentAssembly>
|
|
192
|
+
<assemblyIdentity name="System.IO.FileSystem.Watcher" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
193
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
194
|
+
</dependentAssembly>
|
|
195
|
+
</assemblyBinding>
|
|
196
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
197
|
+
<dependentAssembly>
|
|
198
|
+
<assemblyIdentity name="System.IO.IsolatedStorage" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
199
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
200
|
+
</dependentAssembly>
|
|
201
|
+
</assemblyBinding>
|
|
202
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
203
|
+
<dependentAssembly>
|
|
204
|
+
<assemblyIdentity name="System.IO.MemoryMappedFiles" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
205
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
206
|
+
</dependentAssembly>
|
|
207
|
+
</assemblyBinding>
|
|
208
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
209
|
+
<dependentAssembly>
|
|
210
|
+
<assemblyIdentity name="System.IO.Pipes.AccessControl" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
211
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
212
|
+
</dependentAssembly>
|
|
213
|
+
</assemblyBinding>
|
|
214
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
215
|
+
<dependentAssembly>
|
|
216
|
+
<assemblyIdentity name="System.IO.Pipes" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
217
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
218
|
+
</dependentAssembly>
|
|
219
|
+
</assemblyBinding>
|
|
220
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
221
|
+
<dependentAssembly>
|
|
222
|
+
<assemblyIdentity name="System.Linq.Expressions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
223
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
224
|
+
</dependentAssembly>
|
|
225
|
+
</assemblyBinding>
|
|
226
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
227
|
+
<dependentAssembly>
|
|
228
|
+
<assemblyIdentity name="System.Linq.Parallel" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
229
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
230
|
+
</dependentAssembly>
|
|
231
|
+
</assemblyBinding>
|
|
232
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
233
|
+
<dependentAssembly>
|
|
234
|
+
<assemblyIdentity name="System.Linq.Queryable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
235
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
236
|
+
</dependentAssembly>
|
|
237
|
+
</assemblyBinding>
|
|
238
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
239
|
+
<dependentAssembly>
|
|
240
|
+
<assemblyIdentity name="System.Linq" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
241
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
242
|
+
</dependentAssembly>
|
|
243
|
+
</assemblyBinding>
|
|
244
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
245
|
+
<dependentAssembly>
|
|
246
|
+
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
|
247
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
248
|
+
</dependentAssembly>
|
|
249
|
+
</assemblyBinding>
|
|
250
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
251
|
+
<dependentAssembly>
|
|
252
|
+
<assemblyIdentity name="System.Net.HttpListener" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
|
253
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
254
|
+
</dependentAssembly>
|
|
255
|
+
</assemblyBinding>
|
|
256
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
257
|
+
<dependentAssembly>
|
|
258
|
+
<assemblyIdentity name="System.Net.Mail" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
|
259
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
260
|
+
</dependentAssembly>
|
|
261
|
+
</assemblyBinding>
|
|
262
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
263
|
+
<dependentAssembly>
|
|
264
|
+
<assemblyIdentity name="System.Net.NameResolution" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
265
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
266
|
+
</dependentAssembly>
|
|
267
|
+
</assemblyBinding>
|
|
268
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
269
|
+
<dependentAssembly>
|
|
270
|
+
<assemblyIdentity name="System.Net.NetworkInformation" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
271
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
272
|
+
</dependentAssembly>
|
|
273
|
+
</assemblyBinding>
|
|
274
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
275
|
+
<dependentAssembly>
|
|
276
|
+
<assemblyIdentity name="System.Net.Ping" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
277
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
278
|
+
</dependentAssembly>
|
|
279
|
+
</assemblyBinding>
|
|
280
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
281
|
+
<dependentAssembly>
|
|
282
|
+
<assemblyIdentity name="System.Net.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
283
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
284
|
+
</dependentAssembly>
|
|
285
|
+
</assemblyBinding>
|
|
286
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
287
|
+
<dependentAssembly>
|
|
288
|
+
<assemblyIdentity name="System.Net.Requests" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
289
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
290
|
+
</dependentAssembly>
|
|
291
|
+
</assemblyBinding>
|
|
292
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
293
|
+
<dependentAssembly>
|
|
294
|
+
<assemblyIdentity name="System.Net.Security" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
295
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
296
|
+
</dependentAssembly>
|
|
297
|
+
</assemblyBinding>
|
|
298
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
299
|
+
<dependentAssembly>
|
|
300
|
+
<assemblyIdentity name="System.Net.ServicePoint" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
|
301
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
302
|
+
</dependentAssembly>
|
|
303
|
+
</assemblyBinding>
|
|
304
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
305
|
+
<dependentAssembly>
|
|
306
|
+
<assemblyIdentity name="System.Net.Sockets" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
307
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
308
|
+
</dependentAssembly>
|
|
309
|
+
</assemblyBinding>
|
|
310
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
311
|
+
<dependentAssembly>
|
|
312
|
+
<assemblyIdentity name="System.Net.WebClient" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
|
313
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
314
|
+
</dependentAssembly>
|
|
315
|
+
</assemblyBinding>
|
|
316
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
317
|
+
<dependentAssembly>
|
|
318
|
+
<assemblyIdentity name="System.Net.WebHeaderCollection" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
319
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
320
|
+
</dependentAssembly>
|
|
321
|
+
</assemblyBinding>
|
|
322
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
323
|
+
<dependentAssembly>
|
|
324
|
+
<assemblyIdentity name="System.Net.WebProxy" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
|
325
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
326
|
+
</dependentAssembly>
|
|
327
|
+
</assemblyBinding>
|
|
328
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
329
|
+
<dependentAssembly>
|
|
330
|
+
<assemblyIdentity name="System.Net.WebSockets.Client" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
331
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
332
|
+
</dependentAssembly>
|
|
333
|
+
</assemblyBinding>
|
|
334
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
335
|
+
<dependentAssembly>
|
|
336
|
+
<assemblyIdentity name="System.Net.WebSockets" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
337
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
338
|
+
</dependentAssembly>
|
|
339
|
+
</assemblyBinding>
|
|
340
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
341
|
+
<dependentAssembly>
|
|
342
|
+
<assemblyIdentity name="System.Numerics.Vectors" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
343
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
344
|
+
</dependentAssembly>
|
|
345
|
+
</assemblyBinding>
|
|
346
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
347
|
+
<dependentAssembly>
|
|
348
|
+
<assemblyIdentity name="System.ObjectModel" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
349
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
350
|
+
</dependentAssembly>
|
|
351
|
+
</assemblyBinding>
|
|
352
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
353
|
+
<dependentAssembly>
|
|
354
|
+
<assemblyIdentity name="System.Reflection.Emit.ILGeneration" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
355
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
356
|
+
</dependentAssembly>
|
|
357
|
+
</assemblyBinding>
|
|
358
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
359
|
+
<dependentAssembly>
|
|
360
|
+
<assemblyIdentity name="System.Reflection.Emit.Lightweight" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
361
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
362
|
+
</dependentAssembly>
|
|
363
|
+
</assemblyBinding>
|
|
364
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
365
|
+
<dependentAssembly>
|
|
366
|
+
<assemblyIdentity name="System.Reflection.Emit" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
367
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
368
|
+
</dependentAssembly>
|
|
369
|
+
</assemblyBinding>
|
|
370
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
371
|
+
<dependentAssembly>
|
|
372
|
+
<assemblyIdentity name="System.Reflection.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
373
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
374
|
+
</dependentAssembly>
|
|
375
|
+
</assemblyBinding>
|
|
376
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
377
|
+
<dependentAssembly>
|
|
378
|
+
<assemblyIdentity name="System.Resources.Writer" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
379
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
380
|
+
</dependentAssembly>
|
|
381
|
+
</assemblyBinding>
|
|
382
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
383
|
+
<dependentAssembly>
|
|
384
|
+
<assemblyIdentity name="System.Runtime.CompilerServices.VisualC" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
385
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
386
|
+
</dependentAssembly>
|
|
387
|
+
</assemblyBinding>
|
|
388
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
389
|
+
<dependentAssembly>
|
|
390
|
+
<assemblyIdentity name="System.Runtime.InteropServices.RuntimeInformation" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
391
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
392
|
+
</dependentAssembly>
|
|
393
|
+
</assemblyBinding>
|
|
394
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
395
|
+
<dependentAssembly>
|
|
396
|
+
<assemblyIdentity name="System.Runtime.InteropServices" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
397
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
398
|
+
</dependentAssembly>
|
|
399
|
+
</assemblyBinding>
|
|
400
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
401
|
+
<dependentAssembly>
|
|
402
|
+
<assemblyIdentity name="System.Runtime.Numerics" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
403
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
404
|
+
</dependentAssembly>
|
|
405
|
+
</assemblyBinding>
|
|
406
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
407
|
+
<dependentAssembly>
|
|
408
|
+
<assemblyIdentity name="System.Runtime.Serialization.Formatters" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
409
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
410
|
+
</dependentAssembly>
|
|
411
|
+
</assemblyBinding>
|
|
412
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
413
|
+
<dependentAssembly>
|
|
414
|
+
<assemblyIdentity name="System.Runtime.Serialization.Json" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
415
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
416
|
+
</dependentAssembly>
|
|
417
|
+
</assemblyBinding>
|
|
418
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
419
|
+
<dependentAssembly>
|
|
420
|
+
<assemblyIdentity name="System.Runtime.Serialization.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
421
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
422
|
+
</dependentAssembly>
|
|
423
|
+
</assemblyBinding>
|
|
424
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
425
|
+
<dependentAssembly>
|
|
426
|
+
<assemblyIdentity name="System.Runtime.Serialization.Xml" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
427
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
428
|
+
</dependentAssembly>
|
|
429
|
+
</assemblyBinding>
|
|
430
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
431
|
+
<dependentAssembly>
|
|
432
|
+
<assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
433
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
434
|
+
</dependentAssembly>
|
|
435
|
+
</assemblyBinding>
|
|
436
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
437
|
+
<dependentAssembly>
|
|
438
|
+
<assemblyIdentity name="System.Security.AccessControl" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
439
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
440
|
+
</dependentAssembly>
|
|
441
|
+
</assemblyBinding>
|
|
442
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
443
|
+
<dependentAssembly>
|
|
444
|
+
<assemblyIdentity name="System.Security.Claims" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
445
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
446
|
+
</dependentAssembly>
|
|
447
|
+
</assemblyBinding>
|
|
448
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
449
|
+
<dependentAssembly>
|
|
450
|
+
<assemblyIdentity name="System.Security.Cryptography.Algorithms" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
451
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
452
|
+
</dependentAssembly>
|
|
453
|
+
</assemblyBinding>
|
|
454
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
455
|
+
<dependentAssembly>
|
|
456
|
+
<assemblyIdentity name="System.Security.Cryptography.Cng" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
457
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
458
|
+
</dependentAssembly>
|
|
459
|
+
</assemblyBinding>
|
|
460
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
461
|
+
<dependentAssembly>
|
|
462
|
+
<assemblyIdentity name="System.Security.Cryptography.Csp" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
463
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
464
|
+
</dependentAssembly>
|
|
465
|
+
</assemblyBinding>
|
|
466
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
467
|
+
<dependentAssembly>
|
|
468
|
+
<assemblyIdentity name="System.Security.Cryptography.Encoding" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
469
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
470
|
+
</dependentAssembly>
|
|
471
|
+
</assemblyBinding>
|
|
472
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
473
|
+
<dependentAssembly>
|
|
474
|
+
<assemblyIdentity name="System.Security.Cryptography.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
475
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
476
|
+
</dependentAssembly>
|
|
477
|
+
</assemblyBinding>
|
|
478
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
479
|
+
<dependentAssembly>
|
|
480
|
+
<assemblyIdentity name="System.Security.Cryptography.X509Certificates" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
481
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
482
|
+
</dependentAssembly>
|
|
483
|
+
</assemblyBinding>
|
|
484
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
485
|
+
<dependentAssembly>
|
|
486
|
+
<assemblyIdentity name="System.Security.Principal.Windows" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
487
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
488
|
+
</dependentAssembly>
|
|
489
|
+
</assemblyBinding>
|
|
490
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
491
|
+
<dependentAssembly>
|
|
492
|
+
<assemblyIdentity name="System.Text.Encoding.Extensions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
493
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
494
|
+
</dependentAssembly>
|
|
495
|
+
</assemblyBinding>
|
|
496
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
497
|
+
<dependentAssembly>
|
|
498
|
+
<assemblyIdentity name="System.Text.RegularExpressions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
499
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
500
|
+
</dependentAssembly>
|
|
501
|
+
</assemblyBinding>
|
|
502
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
503
|
+
<dependentAssembly>
|
|
504
|
+
<assemblyIdentity name="System.Threading.Overlapped" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
505
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
506
|
+
</dependentAssembly>
|
|
507
|
+
</assemblyBinding>
|
|
508
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
509
|
+
<dependentAssembly>
|
|
510
|
+
<assemblyIdentity name="System.Threading.Tasks.Parallel" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
511
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
512
|
+
</dependentAssembly>
|
|
513
|
+
</assemblyBinding>
|
|
514
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
515
|
+
<dependentAssembly>
|
|
516
|
+
<assemblyIdentity name="System.Threading.Thread" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
517
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
518
|
+
</dependentAssembly>
|
|
519
|
+
</assemblyBinding>
|
|
520
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
521
|
+
<dependentAssembly>
|
|
522
|
+
<assemblyIdentity name="System.Threading.ThreadPool" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
523
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
524
|
+
</dependentAssembly>
|
|
525
|
+
</assemblyBinding>
|
|
526
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
527
|
+
<dependentAssembly>
|
|
528
|
+
<assemblyIdentity name="System.Threading" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
529
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
530
|
+
</dependentAssembly>
|
|
531
|
+
</assemblyBinding>
|
|
532
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
533
|
+
<dependentAssembly>
|
|
534
|
+
<assemblyIdentity name="System.Transactions.Local" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
|
535
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
536
|
+
</dependentAssembly>
|
|
537
|
+
</assemblyBinding>
|
|
538
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
539
|
+
<dependentAssembly>
|
|
540
|
+
<assemblyIdentity name="System.Web.HttpUtility" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
|
541
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
542
|
+
</dependentAssembly>
|
|
543
|
+
</assemblyBinding>
|
|
544
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
545
|
+
<dependentAssembly>
|
|
546
|
+
<assemblyIdentity name="System.Xml.ReaderWriter" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
547
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
548
|
+
</dependentAssembly>
|
|
549
|
+
</assemblyBinding>
|
|
550
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
551
|
+
<dependentAssembly>
|
|
552
|
+
<assemblyIdentity name="System.Xml.XDocument" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
553
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
554
|
+
</dependentAssembly>
|
|
555
|
+
</assemblyBinding>
|
|
556
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
557
|
+
<dependentAssembly>
|
|
558
|
+
<assemblyIdentity name="System.Xml.XPath.XDocument" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
559
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
560
|
+
</dependentAssembly>
|
|
561
|
+
</assemblyBinding>
|
|
562
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
563
|
+
<dependentAssembly>
|
|
564
|
+
<assemblyIdentity name="System.Xml.XPath" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
565
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
566
|
+
</dependentAssembly>
|
|
567
|
+
</assemblyBinding>
|
|
568
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
569
|
+
<dependentAssembly>
|
|
570
|
+
<assemblyIdentity name="System.Xml.XmlSerializer" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
571
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
572
|
+
</dependentAssembly>
|
|
573
|
+
</assemblyBinding>
|
|
574
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
575
|
+
<dependentAssembly>
|
|
576
|
+
<assemblyIdentity name="netstandard" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
|
577
|
+
<bindingRedirect oldVersion="0.0.0.0-2.1.0.0" newVersion="2.1.0.0" />
|
|
578
|
+
</dependentAssembly>
|
|
579
|
+
</assemblyBinding>
|
|
580
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
581
|
+
<dependentAssembly>
|
|
582
|
+
<assemblyIdentity name="System.Configuration.ConfigurationManager" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
|
583
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
584
|
+
</dependentAssembly>
|
|
585
|
+
</assemblyBinding>
|
|
586
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
587
|
+
<dependentAssembly>
|
|
588
|
+
<assemblyIdentity name="System.Security.Cryptography.Xml" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
|
589
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
590
|
+
</dependentAssembly>
|
|
591
|
+
</assemblyBinding>
|
|
592
|
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
593
|
+
<dependentAssembly>
|
|
594
|
+
<assemblyIdentity name="System.CodeDom" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
|
595
|
+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
596
|
+
</dependentAssembly>
|
|
597
|
+
</assemblyBinding>
|
|
598
|
+
</runtime>
|
|
599
|
+
</configuration>
|
package/bin/retype.exe
CHANGED
|
Binary file
|