Skip to content

Commit c10310c

Browse files
author
IntelliFactory CI
committed
Version 10.0.0.647
1 parent 0422780 commit c10310c

File tree

1 file changed

+34
-20
lines changed

1 file changed

+34
-20
lines changed

paket.lock

Lines changed: 34 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ NUGET
2424
Microsoft.AspNetCore.Hosting.Server.Abstractions (2.0)
2525
Microsoft.AspNetCore.Http.Features (>= 2.0)
2626
Microsoft.Extensions.Configuration.Abstractions (>= 2.0)
27+
Microsoft.AspNetCore.Html.Abstractions (2.0)
28+
System.Text.Encodings.Web (>= 4.4)
2729
Microsoft.AspNetCore.Http.Abstractions (2.0)
2830
Microsoft.AspNetCore.Http.Features (>= 2.0)
2931
System.Text.Encodings.Web (>= 4.4)
@@ -34,6 +36,8 @@ NUGET
3436
Microsoft.Net.Http.Headers (>= 2.0)
3537
Microsoft.AspNetCore.Routing.Abstractions (2.0)
3638
Microsoft.AspNetCore.Http.Abstractions (>= 2.0)
39+
Microsoft.Bcl.AsyncInterfaces (8.0) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (== netstandard2.0)
40+
System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< netstandard2.1)) (== netstandard2.0)
3741
Microsoft.Extensions.Configuration.Abstractions (2.0)
3842
Microsoft.Extensions.Primitives (>= 2.0)
3943
Microsoft.Extensions.DependencyInjection.Abstractions (2.0)
@@ -83,7 +87,7 @@ NUGET
8387
runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3)
8488
runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3)
8589
runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3)
86-
System.Buffers (4.4)
90+
System.Buffers (4.5.1)
8791
System.Collections (4.3)
8892
Microsoft.NETCore.Platforms (>= 1.1)
8993
Microsoft.NETCore.Targets (>= 1.1)
@@ -158,10 +162,10 @@ NUGET
158162
System.Resources.ResourceManager (>= 4.3)
159163
System.Runtime (>= 4.3)
160164
System.Runtime.Extensions (>= 4.3)
161-
System.Memory (4.5.3) - restriction: || (&& (== net8.0) (< netcoreapp2.1)) (== netstandard2.0)
162-
System.Buffers (>= 4.4) - restriction: || (&& (== net8.0) (>= monotouch)) (&& (== net8.0) (>= net461)) (&& (== net8.0) (< netcoreapp2.0)) (&& (== net8.0) (< netstandard1.1)) (&& (== net8.0) (< netstandard2.0)) (&& (== net8.0) (>= xamarinios)) (&& (== net8.0) (>= xamarinmac)) (&& (== net8.0) (>= xamarintvos)) (&& (== net8.0) (>= xamarinwatchos)) (== netstandard2.0)
163-
System.Numerics.Vectors (>= 4.4) - restriction: || (&& (== net8.0) (>= net461)) (&& (== net8.0) (< netcoreapp2.0)) (== netstandard2.0)
164-
System.Runtime.CompilerServices.Unsafe (>= 4.5.2) - restriction: || (&& (== net8.0) (>= monotouch)) (&& (== net8.0) (>= net461)) (&& (== net8.0) (< netcoreapp2.0)) (&& (== net8.0) (< netcoreapp2.1)) (&& (== net8.0) (< netstandard1.1)) (&& (== net8.0) (< netstandard2.0)) (&& (== net8.0) (>= uap10.1)) (&& (== net8.0) (>= xamarinios)) (&& (== net8.0) (>= xamarinmac)) (&& (== net8.0) (>= xamarintvos)) (&& (== net8.0) (>= xamarinwatchos)) (== netstandard2.0)
165+
System.Memory (4.5.5) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (== netstandard2.0)
166+
System.Buffers (>= 4.5.1) - restriction: || (&& (== net8.0) (>= monotouch)) (&& (== net8.0) (>= net461)) (&& (== net8.0) (< netcoreapp2.0)) (&& (== net8.0) (< netstandard1.1)) (&& (== net8.0) (< netstandard2.0)) (&& (== net8.0) (>= xamarinios)) (&& (== net8.0) (>= xamarinmac)) (&& (== net8.0) (>= xamarintvos)) (&& (== net8.0) (>= xamarinwatchos)) (== netstandard2.0)
167+
System.Numerics.Vectors (>= 4.4) - restriction: || (&& (== net8.0) (< netcoreapp2.0)) (== netstandard2.0)
168+
System.Runtime.CompilerServices.Unsafe (>= 4.5.3) - restriction: || (&& (== net8.0) (>= monotouch)) (&& (== net8.0) (>= net461)) (&& (== net8.0) (< netcoreapp2.0)) (&& (== net8.0) (< netcoreapp2.1)) (&& (== net8.0) (< netstandard1.1)) (&& (== net8.0) (< netstandard2.0)) (&& (== net8.0) (>= uap10.1)) (&& (== net8.0) (>= xamarinios)) (&& (== net8.0) (>= xamarinmac)) (&& (== net8.0) (>= xamarintvos)) (&& (== net8.0) (>= xamarinwatchos)) (== netstandard2.0)
165169
System.Net.Http (4.3.2)
166170
Microsoft.NETCore.Platforms (>= 1.1)
167171
runtime.native.System (>= 4.3)
@@ -194,7 +198,7 @@ NUGET
194198
Microsoft.NETCore.Targets (>= 1.1)
195199
System.Runtime (>= 4.3)
196200
System.Runtime.Handles (>= 4.3)
197-
System.Numerics.Vectors (4.4) - restriction: || (&& (== net8.0) (>= net461)) (&& (== net8.0) (< netcoreapp2.0)) (== netstandard2.0)
201+
System.Numerics.Vectors (4.4) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< netcoreapp2.0)) (== netstandard2.0)
198202
System.Reflection (4.3)
199203
Microsoft.NETCore.Platforms (>= 1.1)
200204
Microsoft.NETCore.Targets (>= 1.1)
@@ -217,7 +221,7 @@ NUGET
217221
System.Runtime (4.3)
218222
Microsoft.NETCore.Platforms (>= 1.1)
219223
Microsoft.NETCore.Targets (>= 1.1)
220-
System.Runtime.CompilerServices.Unsafe (4.5.2)
224+
System.Runtime.CompilerServices.Unsafe (6.0)
221225
System.Runtime.Extensions (4.3)
222226
Microsoft.NETCore.Platforms (>= 1.1)
223227
Microsoft.NETCore.Targets (>= 1.1)
@@ -358,7 +362,17 @@ NUGET
358362
Microsoft.NETCore.Targets (>= 1.1)
359363
System.Runtime (>= 4.3)
360364
System.Text.Encoding (>= 4.3)
361-
System.Text.Encodings.Web (4.4)
365+
System.Text.Encodings.Web (8.0)
366+
System.Buffers (>= 4.5.1) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (== netstandard2.0)
367+
System.Memory (>= 4.5.5) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (== netstandard2.0)
368+
System.Runtime.CompilerServices.Unsafe (>= 6.0) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (&& (== net8.0) (< net7.0)) (== netstandard2.0)
369+
System.Text.Json (8.0.4)
370+
Microsoft.Bcl.AsyncInterfaces (>= 8.0) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (== netstandard2.0)
371+
System.Buffers (>= 4.5.1) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (== netstandard2.0)
372+
System.Memory (>= 4.5.5) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (== netstandard2.0)
373+
System.Runtime.CompilerServices.Unsafe (>= 6.0) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (&& (== net8.0) (< net7.0)) (== netstandard2.0)
374+
System.Text.Encodings.Web (>= 8.0)
375+
System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (== netstandard2.0)
362376
System.Text.RegularExpressions (4.3)
363377
System.Collections (>= 4.3) - restriction: || (&& (== net8.0) (< netcoreapp1.1)) (== netstandard2.0)
364378
System.Globalization (>= 4.3) - restriction: || (&& (== net8.0) (< netcoreapp1.1)) (== netstandard2.0)
@@ -373,10 +387,8 @@ NUGET
373387
Microsoft.NETCore.Platforms (>= 1.1)
374388
Microsoft.NETCore.Targets (>= 1.1)
375389
System.Runtime (>= 4.3)
376-
System.Threading.Tasks.Extensions (4.3)
377-
System.Collections (>= 4.3)
378-
System.Runtime (>= 4.3)
379-
System.Threading.Tasks (>= 4.3)
390+
System.Threading.Tasks.Extensions (4.5.4)
391+
System.Runtime.CompilerServices.Unsafe (>= 4.5.3) - restriction: || (&& (== net8.0) (>= net461)) (&& (== net8.0) (< netcoreapp2.1)) (&& (== net8.0) (< netstandard1.0)) (&& (== net8.0) (< netstandard2.0)) (&& (== net8.0) (>= wp8)) (== netstandard2.0)
380392
System.Windows.Extensions (4.7) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= netcoreapp3.0))
381393
System.Drawing.Common (>= 4.7) - restriction: || (== net8.0) (&& (== netstandard2.0) (>= netcoreapp3.0))
382394
System.Xml.ReaderWriter (4.3)
@@ -428,23 +440,25 @@ NUGET
428440
System.Xml.XmlDocument (>= 4.3)
429441
System.Xml.XPath (>= 4.3)
430442
remote: https://nuget.pkg.github.com/dotnet-websharper/index.json
431-
WebSharper (10.0.0.604-beta1)
443+
WebSharper (10.0.0.647)
432444
FSharp.Core (>= 6.0)
433445
System.Reflection.Emit.Lightweight (>= 4.7)
434-
WebSharper.AspNetCore (10.0.0.604-beta1)
446+
WebSharper.AspNetCore (10.0.0.647)
435447
Microsoft.AspNetCore.Authentication.Abstractions (>= 2.0)
436448
Microsoft.AspNetCore.Hosting.Abstractions (>= 2.0)
449+
Microsoft.AspNetCore.Html.Abstractions (>= 2.0)
437450
Microsoft.AspNetCore.Mvc.Abstractions (>= 2.0)
438451
System.Configuration.ConfigurationManager (>= 4.7)
439-
WebSharper (10.0.0.604-beta1)
440-
WebSharper.FSharp (10.0.0.604-beta1)
441-
WebSharper (10.0.0.604-beta1)
442-
WebSharper.UI (10.0.0.604-beta1)
452+
System.Text.Json (>= 8.0.4)
453+
WebSharper (10.0.0.647)
454+
WebSharper.FSharp (10.0.0.647)
455+
WebSharper (10.0.0.647)
456+
WebSharper.UI (10.0.0.647)
443457
HtmlAgilityPack (>= 1.11)
444-
WebSharper (>= 10.0.0.604-beta1 < 10.0.1-beta)
458+
WebSharper (>= 10.0.0.647 < 10.0.1)
445459

446460
GROUP wsbuild
447461

448462
GIT
449463
remote: https://github.com/dotnet-websharper/build-script
450-
(531f35c7382751468733d506e93567c46f3d0da6)
464+
(ae4e3345219bb1ef82143ad331e582f9c81791ac)

0 commit comments

Comments
 (0)