Skip to content

Commit 6daa651

Browse files
authored
Merge pull request #236 from CaptnCodr/bugfix/235-fsharp-core
Set FSharp.Core back to ~5.0.0
2 parents 137cecd + dfe9e6f commit 6daa651

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
]
2222
},
2323
"fantomas": {
24-
"version": "6.0.4",
24+
"version": "6.0.5",
2525
"commands": [
2626
"fantomas"
2727
]

paket.dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source https://api.nuget.org/v3/index.json
22
framework: net6.0, netstandard2.0
33

4-
nuget FSharp.Core ~> 6.0.0
4+
nuget FSharp.Core ~> 5.0.0
55

66
nuget Microsoft.NET.Test.Sdk
77

paket.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
RESTRICTION: || (== net6.0) (== netstandard2.0)
22
NUGET
33
remote: https://api.nuget.org/v3/index.json
4-
FSharp.Core (6.0.7)
5-
Microsoft.CodeCoverage (17.5) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net462)) (&& (== netstandard2.0) (>= netcoreapp3.1))
6-
Microsoft.NET.Test.Sdk (17.5)
7-
Microsoft.CodeCoverage (>= 17.5) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net462)) (&& (== netstandard2.0) (>= netcoreapp3.1))
8-
Microsoft.TestPlatform.TestHost (>= 17.5) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
4+
FSharp.Core (5.0.2)
5+
Microsoft.CodeCoverage (17.6.2) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net462)) (&& (== netstandard2.0) (>= netcoreapp3.1))
6+
Microsoft.NET.Test.Sdk (17.6.2)
7+
Microsoft.CodeCoverage (>= 17.6.2) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net462)) (&& (== netstandard2.0) (>= netcoreapp3.1))
8+
Microsoft.TestPlatform.TestHost (>= 17.6.2) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
99
Microsoft.NETCore.Platforms (7.0.2)
1010
Microsoft.NETCore.Targets (5.0)
11-
Microsoft.TestPlatform.ObjectModel (17.5) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
12-
NuGet.Frameworks (>= 5.11)
11+
Microsoft.TestPlatform.ObjectModel (17.6.2) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
12+
NuGet.Frameworks (>= 6.5)
1313
System.Reflection.Metadata (>= 1.6)
14-
Microsoft.TestPlatform.TestHost (17.5) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
15-
Microsoft.TestPlatform.ObjectModel (>= 17.5) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
14+
Microsoft.TestPlatform.TestHost (17.6.2) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
15+
Microsoft.TestPlatform.ObjectModel (>= 17.6.2) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
1616
Newtonsoft.Json (>= 13.0.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
1717
MSTest.TestAdapter (2.1.2)
1818
NETStandard.Library (>= 1.6.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp1.0))
1919
System.Diagnostics.TextWriterTraceListener (>= 4.3) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp1.0))
20-
MSTest.TestFramework (3.0.2)
20+
MSTest.TestFramework (3.0.4)
2121
NETStandard.Library (2.0.3)
2222
Microsoft.NETCore.Platforms (>= 1.1)
2323
Newtonsoft.Json (13.0.3) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
2424
NHamcrest (3.1)
25-
NuGet.Frameworks (6.5) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
25+
NuGet.Frameworks (6.6) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
2626
NUnit (3.13.3)
2727
NETStandard.Library (>= 2.0)
28-
NUnit3TestAdapter (4.4.2)
28+
NUnit3TestAdapter (4.5)
2929
runtime.native.System (4.3.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp1.0))
3030
Microsoft.NETCore.Platforms (>= 1.1.1)
3131
Microsoft.NETCore.Targets (>= 1.1.3)

0 commit comments

Comments
 (0)