Skip to content

Commit fad0ef1

Browse files
committed
Update deps
Limit FSharp.Core to 4.7.2
1 parent 33e7800 commit fad0ef1

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
]
1616
},
1717
"fable-py": {
18-
"version": "4.0.0-alpha-004",
18+
"version": "4.0.0-alpha-005",
1919
"commands": [
2020
"fable-py"
2121
]

examples/timeflies/TimeFlies.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</ItemGroup>
1111
<ItemGroup>
1212
<PackageReference Include="Fable.Python" Version="0.12.0" />
13-
<PackageReference Include="Fable.Core.Experimental" Version="4.0.0-alpha-005" />
13+
<PackageReference Include="Fable.Core.Experimental" Version="4.0.0-alpha-006" />
1414
<PackageReference Include="FSharp.Control.AsyncRx" Version="1.6.0" />
1515
</ItemGroup>
1616
</Project>

paket.dependencies

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source https://api.nuget.org/v3/index.json
33
storage: none
44
framework: net5.0, netstandard2.0, netstandard2.1
55

6-
nuget FSharp.Core >= 5
6+
nuget FSharp.Core ~> 4.7
77
nuget Fable.Core.Experimental >= 4.0.0-alpha-002
88

99
group Test
@@ -12,7 +12,7 @@ group Test
1212
framework: net5.0
1313

1414
nuget FSharp.Core
15-
nuget Fable.Core.Experimental >= 4.0.0-alpha-002
15+
nuget Fable.Core.Experimental >= 4.0.0-alpha-006
1616
nuget Microsoft.NET.Test.Sdk ~> 16
1717
nuget XUnit ~> 2
1818
nuget xunit.runner.visualstudio ~> 2

paket.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ STORAGE: NONE
22
RESTRICTION: || (== net5.0) (== netstandard2.0) (== netstandard2.1)
33
NUGET
44
remote: https://api.nuget.org/v3/index.json
5-
Fable.Core.Experimental (4.0.0-alpha-002)
5+
Fable.Core.Experimental (4.0.0-alpha-006)
66
FSharp.Core (>= 4.7.2)
7-
FSharp.Core (6.0)
7+
FSharp.Core (4.7.2)
88

99
GROUP Build
1010
STORAGE: NONE
@@ -62,19 +62,19 @@ STORAGE: NONE
6262
RESTRICTION: == net5.0
6363
NUGET
6464
remote: https://api.nuget.org/v3/index.json
65-
Fable.Core.Experimental (4.0.0-alpha-002)
65+
Fable.Core.Experimental (4.0.0-alpha-006)
6666
FSharp.Core (>= 4.7.2)
6767
FSharp.Core (6.0)
68-
Microsoft.CodeCoverage (16.11)
68+
Microsoft.CodeCoverage (17.0)
6969
Microsoft.NET.Test.Sdk (16.11)
7070
Microsoft.CodeCoverage (>= 16.11)
7171
Microsoft.TestPlatform.TestHost (>= 16.11)
7272
Microsoft.NETCore.Platforms (5.0.4)
73-
Microsoft.TestPlatform.ObjectModel (16.11)
73+
Microsoft.TestPlatform.ObjectModel (17.0)
7474
NuGet.Frameworks (>= 5.0)
7575
System.Reflection.Metadata (>= 1.6)
76-
Microsoft.TestPlatform.TestHost (16.11)
77-
Microsoft.TestPlatform.ObjectModel (>= 16.11)
76+
Microsoft.TestPlatform.TestHost (17.0)
77+
Microsoft.TestPlatform.ObjectModel (>= 17.0)
7878
Newtonsoft.Json (>= 9.0.1)
7979
NETStandard.Library (2.0.3)
8080
Microsoft.NETCore.Platforms (>= 1.1)

0 commit comments

Comments
 (0)