Skip to content

Commit 0413d3f

Browse files
committed
Updated FCS to latest
1 parent 14e4134 commit 0413d3f

7 files changed

+2970
-1971
lines changed

lib/fcs/FSharp.Compiler.Service.deps.json

Lines changed: 42 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,18 @@
77
"targets": {
88
".NETStandard,Version=v2.0": {},
99
".NETStandard,Version=v2.0/": {
10-
"FSharp.Compiler.Service/43.7.300-dev": {
10+
"FSharp.Compiler.Service/43.8.100-dev": {
1111
"dependencies": {
12-
"FSharp.Core": "7.0.300-dev",
13-
"FSharp.DependencyManager.Nuget": "7.0.300-dev",
14-
"Microsoft.DotNet.XliffTasks": "1.0.0-beta.22513.1",
15-
"Microsoft.SourceLink.AzureRepos.Git": "1.2.0-beta-22518-02",
16-
"Microsoft.SourceLink.GitHub": "1.2.0-beta-22518-02",
12+
"FSharp.Core": "8.0.100-dev",
13+
"FSharp.DependencyManager.Nuget": "8.0.100-dev",
14+
"Microsoft.DotNet.XliffTasks": "1.0.0-beta.23426.1",
1715
"NETStandard.Library": "2.0.3",
1816
"System.Buffers": "4.5.1",
19-
"System.Collections.Immutable": "6.0.0",
20-
"System.Diagnostics.DiagnosticSource": "6.0.0",
17+
"System.Collections.Immutable": "7.0.0",
18+
"System.Diagnostics.DiagnosticSource": "7.0.2",
2119
"System.Memory": "4.5.5",
2220
"System.Reflection.Emit": "4.7.0",
23-
"System.Reflection.Metadata": "6.0.1",
21+
"System.Reflection.Metadata": "7.0.0",
2422
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
2523
},
2624
"runtime": {
@@ -68,22 +66,8 @@
6866
}
6967
}
7068
},
71-
"Microsoft.Build.Tasks.Git/1.2.0-beta-22518-02": {},
72-
"Microsoft.DotNet.XliffTasks/1.0.0-beta.22513.1": {},
69+
"Microsoft.DotNet.XliffTasks/1.0.0-beta.23426.1": {},
7370
"Microsoft.NETCore.Platforms/1.1.0": {},
74-
"Microsoft.SourceLink.AzureRepos.Git/1.2.0-beta-22518-02": {
75-
"dependencies": {
76-
"Microsoft.Build.Tasks.Git": "1.2.0-beta-22518-02",
77-
"Microsoft.SourceLink.Common": "1.2.0-beta-22518-02"
78-
}
79-
},
80-
"Microsoft.SourceLink.Common/1.2.0-beta-22518-02": {},
81-
"Microsoft.SourceLink.GitHub/1.2.0-beta-22518-02": {
82-
"dependencies": {
83-
"Microsoft.Build.Tasks.Git": "1.2.0-beta-22518-02",
84-
"Microsoft.SourceLink.Common": "1.2.0-beta-22518-02"
85-
}
86-
},
8771
"NETStandard.Library/2.0.3": {
8872
"dependencies": {
8973
"Microsoft.NETCore.Platforms": "1.1.0"
@@ -97,27 +81,27 @@
9781
}
9882
}
9983
},
100-
"System.Collections.Immutable/6.0.0": {
84+
"System.Collections.Immutable/7.0.0": {
10185
"dependencies": {
10286
"System.Memory": "4.5.5",
10387
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
10488
},
10589
"runtime": {
10690
"lib/netstandard2.0/System.Collections.Immutable.dll": {
107-
"assemblyVersion": "6.0.0.0",
108-
"fileVersion": "6.0.21.52210"
91+
"assemblyVersion": "7.0.0.0",
92+
"fileVersion": "7.0.22.51805"
10993
}
11094
}
11195
},
112-
"System.Diagnostics.DiagnosticSource/6.0.0": {
96+
"System.Diagnostics.DiagnosticSource/7.0.2": {
11397
"dependencies": {
11498
"System.Memory": "4.5.5",
11599
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
116100
},
117101
"runtime": {
118102
"lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll": {
119-
"assemblyVersion": "6.0.0.0",
120-
"fileVersion": "6.0.21.52210"
103+
"assemblyVersion": "7.0.0.0",
104+
"fileVersion": "7.0.423.11508"
121105
}
122106
}
123107
},
@@ -161,14 +145,15 @@
161145
}
162146
}
163147
},
164-
"System.Reflection.Metadata/6.0.1": {
148+
"System.Reflection.Metadata/7.0.0": {
165149
"dependencies": {
166-
"System.Collections.Immutable": "6.0.0"
150+
"System.Collections.Immutable": "7.0.0",
151+
"System.Memory": "4.5.5"
167152
},
168153
"runtime": {
169154
"lib/netstandard2.0/System.Reflection.Metadata.dll": {
170-
"assemblyVersion": "6.0.0.0",
171-
"fileVersion": "6.0.322.12309"
155+
"assemblyVersion": "7.0.0.0",
156+
"fileVersion": "7.0.22.51805"
172157
}
173158
}
174159
},
@@ -180,7 +165,7 @@
180165
}
181166
}
182167
},
183-
"FSharp.Core/7.0.300-dev": {
168+
"FSharp.Core/8.0.100-dev": {
184169
"runtime": {
185170
"FSharp.Core.dll": {}
186171
},
@@ -226,11 +211,11 @@
226211
}
227212
}
228213
},
229-
"FSharp.DependencyManager.Nuget/7.0.300-dev": {
214+
"FSharp.DependencyManager.Nuget/8.0.100-dev": {
230215
"dependencies": {
231-
"FSharp.Core": "7.0.300-dev",
216+
"FSharp.Core": "8.0.100-dev",
232217
"System.Reflection.Emit": "4.7.0",
233-
"System.Reflection.Metadata": "6.0.1",
218+
"System.Reflection.Metadata": "7.0.0",
234219
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
235220
},
236221
"runtime": {
@@ -281,24 +266,17 @@
281266
}
282267
},
283268
"libraries": {
284-
"FSharp.Compiler.Service/43.7.300-dev": {
269+
"FSharp.Compiler.Service/43.8.100-dev": {
285270
"type": "project",
286271
"serviceable": false,
287272
"sha512": ""
288273
},
289-
"Microsoft.Build.Tasks.Git/1.2.0-beta-22518-02": {
274+
"Microsoft.DotNet.XliffTasks/1.0.0-beta.23426.1": {
290275
"type": "package",
291276
"serviceable": true,
292-
"sha512": "sha512-+eQBlD52h/xiCbmWCeeLTnw599RqTkWJ/WKadRolvYoo3Vxz8/egIqdOaHLAu3dvccSYTcltqagBYrYnnwAwqg==",
293-
"path": "microsoft.build.tasks.git/1.2.0-beta-22518-02",
294-
"hashPath": "microsoft.build.tasks.git.1.2.0-beta-22518-02.nupkg.sha512"
295-
},
296-
"Microsoft.DotNet.XliffTasks/1.0.0-beta.22513.1": {
297-
"type": "package",
298-
"serviceable": true,
299-
"sha512": "sha512-7MfwZXG878da4m05oge5Gi9zgTwAUW5NINDDkOBflkZf4rCZXyrPP57BvKpuRW765UzJ/C6gx6J4wVJc3vbvhg==",
300-
"path": "microsoft.dotnet.xlifftasks/1.0.0-beta.22513.1",
301-
"hashPath": "microsoft.dotnet.xlifftasks.1.0.0-beta.22513.1.nupkg.sha512"
277+
"sha512": "sha512-XS628H3vIhZR2KSlnt4Gz8UOq2Af8U5q5Iypfxk/HmBS/bU0r0qNHldAblwvxIuvJL1X797qZwTXwdtRPNj02A==",
278+
"path": "microsoft.dotnet.xlifftasks/1.0.0-beta.23426.1",
279+
"hashPath": "microsoft.dotnet.xlifftasks.1.0.0-beta.23426.1.nupkg.sha512"
302280
},
303281
"Microsoft.NETCore.Platforms/1.1.0": {
304282
"type": "package",
@@ -307,27 +285,6 @@
307285
"path": "microsoft.netcore.platforms/1.1.0",
308286
"hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
309287
},
310-
"Microsoft.SourceLink.AzureRepos.Git/1.2.0-beta-22518-02": {
311-
"type": "package",
312-
"serviceable": true,
313-
"sha512": "sha512-zD1v/X3AWm9K+AWskLCdR2aXZ3h4jcKPUoxQWTiJt+uGkOUNXVOEB+OGcBTkzE+shqrhpQKHkHeAqr943sVlKw==",
314-
"path": "microsoft.sourcelink.azurerepos.git/1.2.0-beta-22518-02",
315-
"hashPath": "microsoft.sourcelink.azurerepos.git.1.2.0-beta-22518-02.nupkg.sha512"
316-
},
317-
"Microsoft.SourceLink.Common/1.2.0-beta-22518-02": {
318-
"type": "package",
319-
"serviceable": true,
320-
"sha512": "sha512-FHujdrmp5iLqkxRGXho2HB6GAgmwwGeWZshL6ev0lA1OQx0M3GB26BuZEq38wXMyP30Bn1OYGIlL2LJQzUbbow==",
321-
"path": "microsoft.sourcelink.common/1.2.0-beta-22518-02",
322-
"hashPath": "microsoft.sourcelink.common.1.2.0-beta-22518-02.nupkg.sha512"
323-
},
324-
"Microsoft.SourceLink.GitHub/1.2.0-beta-22518-02": {
325-
"type": "package",
326-
"serviceable": true,
327-
"sha512": "sha512-zOA29A2i/9W4UBFQu4y8ZovKwb0l+0qN8eEj9WrlHg1djBhMUuBes0ddS71q6s9O/MGarUDM+/XfsZRJ94hKbg==",
328-
"path": "microsoft.sourcelink.github/1.2.0-beta-22518-02",
329-
"hashPath": "microsoft.sourcelink.github.1.2.0-beta-22518-02.nupkg.sha512"
330-
},
331288
"NETStandard.Library/2.0.3": {
332289
"type": "package",
333290
"serviceable": true,
@@ -342,19 +299,19 @@
342299
"path": "system.buffers/4.5.1",
343300
"hashPath": "system.buffers.4.5.1.nupkg.sha512"
344301
},
345-
"System.Collections.Immutable/6.0.0": {
302+
"System.Collections.Immutable/7.0.0": {
346303
"type": "package",
347304
"serviceable": true,
348-
"sha512": "sha512-l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==",
349-
"path": "system.collections.immutable/6.0.0",
350-
"hashPath": "system.collections.immutable.6.0.0.nupkg.sha512"
305+
"sha512": "sha512-dQPcs0U1IKnBdRDBkrCTi1FoajSTBzLcVTpjO4MBCMC7f4pDOIPzgBoX8JjG7X6uZRJ8EBxsi8+DR1JuwjnzOQ==",
306+
"path": "system.collections.immutable/7.0.0",
307+
"hashPath": "system.collections.immutable.7.0.0.nupkg.sha512"
351308
},
352-
"System.Diagnostics.DiagnosticSource/6.0.0": {
309+
"System.Diagnostics.DiagnosticSource/7.0.2": {
353310
"type": "package",
354311
"serviceable": true,
355-
"sha512": "sha512-frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
356-
"path": "system.diagnostics.diagnosticsource/6.0.0",
357-
"hashPath": "system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512"
312+
"sha512": "sha512-hYr3I9N9811e0Bjf2WNwAGGyTuAFbbTgX1RPLt/3Wbm68x3IGcX5Cl75CMmgT6WlNwLQ2tCCWfqYPpypjaf2xA==",
313+
"path": "system.diagnostics.diagnosticsource/7.0.2",
314+
"hashPath": "system.diagnostics.diagnosticsource.7.0.2.nupkg.sha512"
358315
},
359316
"System.Memory/4.5.5": {
360317
"type": "package",
@@ -384,12 +341,12 @@
384341
"path": "system.reflection.emit.ilgeneration/4.7.0",
385342
"hashPath": "system.reflection.emit.ilgeneration.4.7.0.nupkg.sha512"
386343
},
387-
"System.Reflection.Metadata/6.0.1": {
344+
"System.Reflection.Metadata/7.0.0": {
388345
"type": "package",
389346
"serviceable": true,
390-
"sha512": "sha512-III/lNMSn0ZRBuM9m5Cgbiho5j81u0FAEagFX5ta2DKbljZ3T0IpD8j+BIiHQPeKqJppWS9bGEp6JnKnWKze0g==",
391-
"path": "system.reflection.metadata/6.0.1",
392-
"hashPath": "system.reflection.metadata.6.0.1.nupkg.sha512"
347+
"sha512": "sha512-MclTG61lsD9sYdpNz9xsKBzjsmsfCtcMZYXz/IUr2zlhaTaABonlr1ESeompTgM+Xk+IwtGYU7/voh3YWB/fWw==",
348+
"path": "system.reflection.metadata/7.0.0",
349+
"hashPath": "system.reflection.metadata.7.0.0.nupkg.sha512"
393350
},
394351
"System.Runtime.CompilerServices.Unsafe/6.0.0": {
395352
"type": "package",
@@ -398,12 +355,12 @@
398355
"path": "system.runtime.compilerservices.unsafe/6.0.0",
399356
"hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
400357
},
401-
"FSharp.Core/7.0.300-dev": {
358+
"FSharp.Core/8.0.100-dev": {
402359
"type": "project",
403360
"serviceable": false,
404361
"sha512": ""
405362
},
406-
"FSharp.DependencyManager.Nuget/7.0.300-dev": {
363+
"FSharp.DependencyManager.Nuget/8.0.100-dev": {
407364
"type": "project",
408365
"serviceable": false,
409366
"sha512": ""
577 KB
Binary file not shown.

0 commit comments

Comments
 (0)