|
1 | 1 | STORAGE: NONE |
2 | | -RESTRICTION: || (== net5.0) (== netstandard2.0) (== netstandard2.1) |
| 2 | +RESTRICTION: || (== net6.0) (== netstandard2.0) (== netstandard2.1) |
3 | 3 | NUGET |
4 | 4 | remote: https://api.nuget.org/v3/index.json |
5 | | - Fable.Core.Experimental (4.0.0-alpha-006) |
6 | | - FSharp.Core (>= 4.7.2) |
| 5 | + Fable.Core.Experimental (4.0.0-alpha-013) |
7 | 6 | FSharp.Core (4.7.2) |
8 | 7 |
|
9 | 8 | GROUP Build |
10 | 9 | STORAGE: NONE |
11 | | -RESTRICTION: == net5.0 |
| 10 | +RESTRICTION: == net6.0 |
12 | 11 | NUGET |
13 | 12 | remote: https://api.nuget.org/v3/index.json |
14 | 13 | Fake.Core.CommandLineParsing (5.20.4) |
@@ -53,23 +52,24 @@ NUGET |
53 | 52 | FSharp.Control.Reactive (5.0.2) |
54 | 53 | FSharp.Core (>= 4.7.2) |
55 | 54 | System.Reactive (>= 5.0) |
56 | | - FSharp.Core (6.0) |
57 | | - System.Collections.Immutable (5.0) |
| 55 | + FSharp.Core (6.0.1) |
| 56 | + System.Collections.Immutable (6.0) |
| 57 | + System.Runtime.CompilerServices.Unsafe (>= 6.0) |
58 | 58 | System.Reactive (5.0) |
| 59 | + System.Runtime.CompilerServices.Unsafe (6.0) |
59 | 60 |
|
60 | 61 | GROUP Test |
61 | 62 | STORAGE: NONE |
62 | | -RESTRICTION: == net5.0 |
| 63 | +RESTRICTION: == net6.0 |
63 | 64 | NUGET |
64 | 65 | remote: https://api.nuget.org/v3/index.json |
65 | | - Fable.Core.Experimental (4.0.0-alpha-006) |
66 | | - FSharp.Core (>= 4.7.2) |
67 | | - FSharp.Core (6.0) |
| 66 | + Fable.Core.Experimental (4.0.0-alpha-013) |
| 67 | + FSharp.Core (6.0.1) |
68 | 68 | Microsoft.CodeCoverage (17.0) |
69 | 69 | Microsoft.NET.Test.Sdk (16.11) |
70 | 70 | Microsoft.CodeCoverage (>= 16.11) |
71 | 71 | Microsoft.TestPlatform.TestHost (>= 16.11) |
72 | | - Microsoft.NETCore.Platforms (5.0.4) |
| 72 | + Microsoft.NETCore.Platforms (6.0) |
73 | 73 | Microsoft.TestPlatform.ObjectModel (17.0) |
74 | 74 | NuGet.Frameworks (>= 5.0) |
75 | 75 | System.Reflection.Metadata (>= 1.6) |
|
79 | 79 | NETStandard.Library (2.0.3) |
80 | 80 | Microsoft.NETCore.Platforms (>= 1.1) |
81 | 81 | Newtonsoft.Json (13.0.1) |
82 | | - NuGet.Frameworks (5.11) |
83 | | - System.Reflection.Metadata (5.0) |
| 82 | + NuGet.Frameworks (6.0) |
| 83 | + System.Collections.Immutable (6.0) |
| 84 | + System.Runtime.CompilerServices.Unsafe (>= 6.0) |
| 85 | + System.Reflection.Metadata (6.0) |
| 86 | + System.Collections.Immutable (>= 6.0) |
| 87 | + System.Runtime.CompilerServices.Unsafe (6.0) |
84 | 88 | xunit (2.4.1) |
85 | 89 | xunit.analyzers (>= 0.10) |
86 | 90 | xunit.assert (2.4.1) |
|
0 commit comments