|
1 | 1 | source https://www.nuget.org/api/v2 |
2 | 2 | source https://api.nuget.org/v3/index.json |
3 | 3 | storage: none |
4 | | -nuget FSharp.Core ~> 5.0 |
| 4 | +nuget FSharp.Core ~> 7.0 |
5 | 5 | nuget Microsoft.SourceLink.GitHub 1.0.0 copy_local: true |
6 | 6 | nuget Expecto 9.0.2 |
7 | 7 | nuget Expecto.FsCheck 9.0.2 |
8 | | -nuget YoloDev.Expecto.TestSdk 0.11.1 |
| 8 | +nuget YoloDev.Expecto.TestSdk 0.13.3 |
9 | 9 | nuget Microsoft.NET.Test.Sdk 16.8.0 |
10 | 10 | nuget altcover ~> 7 |
11 | 11 |
|
12 | | -nuget System.Collections.Immutable 5.0 |
| 12 | +nuget System.Collections.Immutable 7.0 |
13 | 13 | nuget ExtraConstraints.Fody 1.14.0 |
14 | 14 | nuget Microsoft.Build.Framework ~> 16.10 |
15 | | -nuget System.CodeDom >= 5.0 |
| 15 | +nuget System.CodeDom >= 7.0 |
16 | 16 | nuget FSharp.Quotations.Evaluator 2.1.0 |
17 | 17 | nuget FSharpx.Collections 2.1.3 |
18 | 18 | nuget FSharpx.Text.StructuredFormat ~> 3.0.0 |
19 | 19 | nuget Brahma.FSharp >= 2.0.1 |
20 | 20 | nuget BenchmarkDotNet |
21 | | -nuget MathNet.Numerics.FSharp |
| 21 | +nuget MathNet.Numerics.FSharp 4.0.0 |
22 | 22 | nuget MathNet.Numerics.MKL.Win-x64 2.5.0 |
23 | 23 | nuget TypeShape 9.0.0 |
24 | 24 | nuget QuikGraph 2.5.0 |
@@ -48,7 +48,7 @@ group Docs |
48 | 48 | source https://api.nuget.org/v3/index.json |
49 | 49 | nuget Argu |
50 | 50 | nuget FSharp.Compiler.Service 34.1.0 |
51 | | - nuget FSharp.Core ~> 4.6 |
| 51 | + nuget FSharp.Core ~> 7.0 |
52 | 52 | nuget Fake.IO.FileSystem 5.20.4 |
53 | 53 | nuget FAKE.Core.Environment 5.20.4 |
54 | 54 | nuget Fake.DotNet.Cli 5.20.4 |
|
0 commit comments