|
7 | 7 | "targets": { |
8 | 8 | ".NETStandard,Version=v2.0": {}, |
9 | 9 | ".NETStandard,Version=v2.0/": { |
10 | | - "FSharp.Compiler.Service/43.9.200-dev": { |
| 10 | + "FSharp.Compiler.Service/43.9.300-dev": { |
11 | 11 | "dependencies": { |
12 | | - "FSharp.Core": "9.0.200-dev", |
13 | | - "FSharp.DependencyManager.Nuget": "9.0.200-dev", |
14 | | - "Microsoft.DotNet.XliffTasks": "9.0.0-beta.24462.3", |
| 12 | + "FSharp.Core": "9.0.300-dev", |
| 13 | + "FSharp.DependencyManager.Nuget": "9.0.300-dev", |
| 14 | + "Microsoft.DotNet.XliffTasks": "9.0.0-beta.25058.5", |
15 | 15 | "NETStandard.Library": "2.0.3", |
16 | | - "System.Buffers": "4.5.1", |
| 16 | + "System.Buffers": "4.6.0", |
17 | 17 | "System.Collections.Immutable": "8.0.0", |
18 | 18 | "System.Diagnostics.DiagnosticSource": "8.0.0", |
19 | 19 | "System.Memory": "4.5.5", |
20 | 20 | "System.Reflection.Emit": "4.7.0", |
21 | 21 | "System.Reflection.Metadata": "8.0.0", |
22 | | - "System.Runtime.CompilerServices.Unsafe": "6.0.0", |
| 22 | + "System.Runtime.CompilerServices.Unsafe": "6.1.0", |
23 | 23 | "optimization.linux-arm64.MIBC.Runtime": "1.0.0-prerelease.24462.2", |
24 | 24 | "optimization.linux-x64.MIBC.Runtime": "1.0.0-prerelease.24462.2", |
25 | 25 | "optimization.windows_nt-arm64.MIBC.Runtime": "1.0.0-prerelease.24462.2", |
|
71 | 71 | } |
72 | 72 | } |
73 | 73 | }, |
74 | | - "Microsoft.DotNet.XliffTasks/9.0.0-beta.24462.3": {}, |
| 74 | + "Microsoft.DotNet.XliffTasks/9.0.0-beta.25058.5": {}, |
75 | 75 | "Microsoft.NETCore.Platforms/1.1.0": {}, |
76 | 76 | "NETStandard.Library/2.0.3": { |
77 | 77 | "dependencies": { |
|
83 | 83 | "optimization.windows_nt-arm64.MIBC.Runtime/1.0.0-prerelease.24462.2": {}, |
84 | 84 | "optimization.windows_nt-x64.MIBC.Runtime/1.0.0-prerelease.24462.2": {}, |
85 | 85 | "optimization.windows_nt-x86.MIBC.Runtime/1.0.0-prerelease.24462.2": {}, |
86 | | - "System.Buffers/4.5.1": { |
| 86 | + "System.Buffers/4.6.0": { |
87 | 87 | "runtime": { |
88 | 88 | "lib/netstandard2.0/System.Buffers.dll": { |
89 | | - "assemblyVersion": "4.0.3.0", |
90 | | - "fileVersion": "4.6.28619.1" |
| 89 | + "assemblyVersion": "4.0.2.0", |
| 90 | + "fileVersion": "4.600.24.56208" |
91 | 91 | } |
92 | 92 | } |
93 | 93 | }, |
94 | 94 | "System.Collections.Immutable/8.0.0": { |
95 | 95 | "dependencies": { |
96 | 96 | "System.Memory": "4.5.5", |
97 | | - "System.Runtime.CompilerServices.Unsafe": "6.0.0" |
| 97 | + "System.Runtime.CompilerServices.Unsafe": "6.1.0" |
98 | 98 | }, |
99 | 99 | "runtime": { |
100 | 100 | "lib/netstandard2.0/System.Collections.Immutable.dll": { |
|
106 | 106 | "System.Diagnostics.DiagnosticSource/8.0.0": { |
107 | 107 | "dependencies": { |
108 | 108 | "System.Memory": "4.5.5", |
109 | | - "System.Runtime.CompilerServices.Unsafe": "6.0.0" |
| 109 | + "System.Runtime.CompilerServices.Unsafe": "6.1.0" |
110 | 110 | }, |
111 | 111 | "runtime": { |
112 | 112 | "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll": { |
|
117 | 117 | }, |
118 | 118 | "System.Memory/4.5.5": { |
119 | 119 | "dependencies": { |
120 | | - "System.Buffers": "4.5.1", |
| 120 | + "System.Buffers": "4.6.0", |
121 | 121 | "System.Numerics.Vectors": "4.4.0", |
122 | | - "System.Runtime.CompilerServices.Unsafe": "6.0.0" |
| 122 | + "System.Runtime.CompilerServices.Unsafe": "6.1.0" |
123 | 123 | }, |
124 | 124 | "runtime": { |
125 | 125 | "lib/netstandard2.0/System.Memory.dll": { |
|
167 | 167 | } |
168 | 168 | } |
169 | 169 | }, |
170 | | - "System.Runtime.CompilerServices.Unsafe/6.0.0": { |
| 170 | + "System.Runtime.CompilerServices.Unsafe/6.1.0": { |
171 | 171 | "runtime": { |
172 | 172 | "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": { |
173 | 173 | "assemblyVersion": "6.0.0.0", |
174 | | - "fileVersion": "6.0.21.52210" |
| 174 | + "fileVersion": "6.100.24.56208" |
175 | 175 | } |
176 | 176 | } |
177 | 177 | }, |
178 | | - "FSharp.Core/9.0.200-dev": { |
| 178 | + "FSharp.Core/9.0.300-dev": { |
179 | 179 | "dependencies": { |
180 | 180 | "optimization.linux-arm64.MIBC.Runtime": "1.0.0-prerelease.24462.2", |
181 | 181 | "optimization.linux-x64.MIBC.Runtime": "1.0.0-prerelease.24462.2", |
|
185 | 185 | }, |
186 | 186 | "runtime": { |
187 | 187 | "FSharp.Core.dll": { |
188 | | - "assemblyVersion": "9.0.200-dev", |
| 188 | + "assemblyVersion": "9.0.300-dev", |
189 | 189 | "fileVersion": "42.42.42.42424" |
190 | 190 | } |
191 | 191 | }, |
|
231 | 231 | } |
232 | 232 | } |
233 | 233 | }, |
234 | | - "FSharp.DependencyManager.Nuget/9.0.200-dev": { |
| 234 | + "FSharp.DependencyManager.Nuget/9.0.300-dev": { |
235 | 235 | "dependencies": { |
236 | | - "FSharp.Core": "9.0.200-dev", |
| 236 | + "FSharp.Core": "9.0.300-dev", |
237 | 237 | "System.Reflection.Emit": "4.7.0", |
238 | 238 | "System.Reflection.Metadata": "8.0.0", |
239 | | - "System.Runtime.CompilerServices.Unsafe": "6.0.0", |
| 239 | + "System.Runtime.CompilerServices.Unsafe": "6.1.0", |
240 | 240 | "optimization.linux-arm64.MIBC.Runtime": "1.0.0-prerelease.24462.2", |
241 | 241 | "optimization.linux-x64.MIBC.Runtime": "1.0.0-prerelease.24462.2", |
242 | 242 | "optimization.windows_nt-arm64.MIBC.Runtime": "1.0.0-prerelease.24462.2", |
|
245 | 245 | }, |
246 | 246 | "runtime": { |
247 | 247 | "FSharp.DependencyManager.Nuget.dll": { |
248 | | - "assemblyVersion": "9.0.200-dev", |
| 248 | + "assemblyVersion": "9.0.300-dev", |
249 | 249 | "fileVersion": "42.42.42.42424" |
250 | 250 | } |
251 | 251 | }, |
|
294 | 294 | } |
295 | 295 | }, |
296 | 296 | "libraries": { |
297 | | - "FSharp.Compiler.Service/43.9.200-dev": { |
| 297 | + "FSharp.Compiler.Service/43.9.300-dev": { |
298 | 298 | "type": "project", |
299 | 299 | "serviceable": false, |
300 | 300 | "sha512": "" |
301 | 301 | }, |
302 | | - "Microsoft.DotNet.XliffTasks/9.0.0-beta.24462.3": { |
| 302 | + "Microsoft.DotNet.XliffTasks/9.0.0-beta.25058.5": { |
303 | 303 | "type": "package", |
304 | 304 | "serviceable": true, |
305 | | - "sha512": "sha512-nvLDQGv1fufauDNemRIJtdWAhhx0K/6X1US+6MU/38thDS5hHbrKegSC6fuIkAEvAOMZDqmkjZFzelZdsrfXrg==", |
306 | | - "path": "microsoft.dotnet.xlifftasks/9.0.0-beta.24462.3", |
307 | | - "hashPath": "microsoft.dotnet.xlifftasks.9.0.0-beta.24462.3.nupkg.sha512" |
| 305 | + "sha512": "sha512-jG0YhwaxOBdIPx8xFjQtjRHwxaq/Gk1WN1YGWmeZr1y7Wlx2N3hr8RNVQN5OJnmp9HxMPApH/g4+p7n9Ww2UbA==", |
| 306 | + "path": "microsoft.dotnet.xlifftasks/9.0.0-beta.25058.5", |
| 307 | + "hashPath": "microsoft.dotnet.xlifftasks.9.0.0-beta.25058.5.nupkg.sha512" |
308 | 308 | }, |
309 | 309 | "Microsoft.NETCore.Platforms/1.1.0": { |
310 | 310 | "type": "package", |
|
355 | 355 | "path": "optimization.windows_nt-x86.mibc.runtime/1.0.0-prerelease.24462.2", |
356 | 356 | "hashPath": "optimization.windows_nt-x86.mibc.runtime.1.0.0-prerelease.24462.2.nupkg.sha512" |
357 | 357 | }, |
358 | | - "System.Buffers/4.5.1": { |
| 358 | + "System.Buffers/4.6.0": { |
359 | 359 | "type": "package", |
360 | 360 | "serviceable": true, |
361 | | - "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==", |
362 | | - "path": "system.buffers/4.5.1", |
363 | | - "hashPath": "system.buffers.4.5.1.nupkg.sha512" |
| 361 | + "sha512": "sha512-lN6tZi7Q46zFzAbRYXTIvfXcyvQQgxnY7Xm6C6xQ9784dEL1amjM6S6Iw4ZpsvesAKnRVsM4scrDQaDqSClkjA==", |
| 362 | + "path": "system.buffers/4.6.0", |
| 363 | + "hashPath": "system.buffers.4.6.0.nupkg.sha512" |
364 | 364 | }, |
365 | 365 | "System.Collections.Immutable/8.0.0": { |
366 | 366 | "type": "package", |
|
411 | 411 | "path": "system.reflection.metadata/8.0.0", |
412 | 412 | "hashPath": "system.reflection.metadata.8.0.0.nupkg.sha512" |
413 | 413 | }, |
414 | | - "System.Runtime.CompilerServices.Unsafe/6.0.0": { |
| 414 | + "System.Runtime.CompilerServices.Unsafe/6.1.0": { |
415 | 415 | "type": "package", |
416 | 416 | "serviceable": true, |
417 | | - "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", |
418 | | - "path": "system.runtime.compilerservices.unsafe/6.0.0", |
419 | | - "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512" |
| 417 | + "sha512": "sha512-5o/HZxx6RVqYlhKSq8/zronDkALJZUT2Vz0hx43f0gwe8mwlM0y2nYlqdBwLMzr262Bwvpikeb/yEwkAa5PADg==", |
| 418 | + "path": "system.runtime.compilerservices.unsafe/6.1.0", |
| 419 | + "hashPath": "system.runtime.compilerservices.unsafe.6.1.0.nupkg.sha512" |
420 | 420 | }, |
421 | | - "FSharp.Core/9.0.200-dev": { |
| 421 | + "FSharp.Core/9.0.300-dev": { |
422 | 422 | "type": "project", |
423 | 423 | "serviceable": false, |
424 | 424 | "sha512": "" |
425 | 425 | }, |
426 | | - "FSharp.DependencyManager.Nuget/9.0.200-dev": { |
| 426 | + "FSharp.DependencyManager.Nuget/9.0.300-dev": { |
427 | 427 | "type": "project", |
428 | 428 | "serviceable": false, |
429 | 429 | "sha512": "" |
|
0 commit comments