@@ -4,17 +4,19 @@ LOWEST_MATCHING: TRUE
4
4
RESTRICTION: || (== net6.0) (== net7.0)
5
5
NUGET
6
6
remote: https://api.nuget.org/v3/index.json
7
- Bolero (0.23.52 )
7
+ Bolero (0.24.38 )
8
8
Elmish (>= 4.0.1 < 5.0)
9
9
FSharp.Core (>= 6.0)
10
10
FSharp.SystemTextJson (>= 0.19.13)
11
+ Microsoft.AspNetCore.Components (>= 6.0 < 7.0) - restriction: == net6.0
12
+ Microsoft.AspNetCore.Components (>= 7.0 < 8.0) - restriction: || (&& (== net6.0) (>= net7.0)) (== net7.0)
11
13
Microsoft.AspNetCore.Components.WebAssembly (>= 6.0 < 7.0) - restriction: == net6.0
12
14
Microsoft.AspNetCore.Components.WebAssembly (>= 7.0 < 8.0) - restriction: || (&& (== net6.0) (>= net7.0)) (== net7.0)
13
15
Microsoft.Extensions.Http (>= 6.0)
14
16
Microsoft.JSInterop.WebAssembly (>= 6.0 < 7.0) - restriction: == net6.0
15
17
Microsoft.JSInterop.WebAssembly (>= 7.0 < 8.0) - restriction: || (&& (== net6.0) (>= net7.0)) (== net7.0)
16
- Bolero.Server (0.23.52 )
17
- Bolero (0.23.52 )
18
+ Bolero.Server (0.24.38 )
19
+ Bolero (0.24.38 )
18
20
FSharp.Core (>= 6.0)
19
21
FSharp.SystemTextJson (>= 0.19.13)
20
22
Elmish (4.0.1)
@@ -119,7 +121,7 @@ NUGET
119
121
Microsoft.JSInterop (7.0) - restriction: || (&& (== net6.0) (>= net7.0)) (== net7.0)
120
122
Microsoft.JSInterop.WebAssembly (7.0) - restriction: || (&& (== net6.0) (>= net7.0)) (== net7.0)
121
123
Microsoft.JSInterop (>= 7.0) - restriction: || (&& (== net6.0) (>= net7.0)) (== net7.0)
122
- Nerdbank.GitVersioning (3.5.119 ) - copy_local: true
124
+ Nerdbank.GitVersioning (3.6.146 ) - copy_local: true
123
125
System.IO.Pipelines (7.0)
124
126
System.Runtime.CompilerServices.Unsafe (6.0) - restriction: || (== net6.0) (&& (== net7.0) (>= net462)) (&& (== net7.0) (< net6.0))
125
127
System.Text.Encodings.Web (7.0)
@@ -130,6 +132,6 @@ NUGET
130
132
System.Threading.Channels (6.0)
131
133
GITHUB
132
134
remote: fsbolero/bolero
133
- .build/Utility.fs (93c20baf097d7928cb50559954e510889593e8a6 )
134
- src/Bolero.Templating.Provider/Parsing.fs (93c20baf097d7928cb50559954e510889593e8a6 )
135
- src/Bolero.Templating.Provider/Path.fs (93c20baf097d7928cb50559954e510889593e8a6 )
135
+ .build/Utility.fs (5240aeb26334cdd6cc50fd97b4c2d7a086c7122b )
136
+ src/Bolero.Templating.Provider/Parsing.fs (5240aeb26334cdd6cc50fd97b4c2d7a086c7122b )
137
+ src/Bolero.Templating.Provider/Path.fs (5240aeb26334cdd6cc50fd97b4c2d7a086c7122b )
0 commit comments