Skip to content

Commit 8f85e0f

Browse files
committed
Update to latest fable-py
1 parent 3e64bea commit 8f85e0f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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-015",
18+
"version": "4.0.0-alpha-016",
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.16.0" />
13-
<PackageReference Include="Fable.Core.Experimental" Version="4.0.0-alpha-014" />
13+
<PackageReference Include="Fable.Core.Experimental" Version="4.0.0-alpha-016" />
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
@@ -5,15 +5,15 @@ storage: none
55
framework: net6.0, netstandard2.0, netstandard2.1
66

77
nuget FSharp.Core ~> 4.7
8-
nuget Fable.Core.Experimental >= 4.0.0-alpha-015
8+
nuget Fable.Core.Experimental >= 4.0.0-alpha-016
99

1010
group Test
1111
source https://api.nuget.org/v3/index.json
1212
storage: none
1313
framework: net6.0
1414

1515
nuget FSharp.Core
16-
nuget Fable.Core.Experimental >= 4.0.0-alpha-015
16+
nuget Fable.Core.Experimental >= 4.0.0-alpha-016
1717
nuget Microsoft.NET.Test.Sdk ~> 16
1818
nuget XUnit ~> 2
1919
nuget xunit.runner.visualstudio ~> 2

paket.lock

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

88
GROUP Build
@@ -63,7 +63,7 @@ STORAGE: NONE
6363
RESTRICTION: == net6.0
6464
NUGET
6565
remote: https://api.nuget.org/v3/index.json
66-
Fable.Core.Experimental (4.0.0-alpha-015)
66+
Fable.Core.Experimental (4.0.0-alpha-016)
6767
FSharp.Core (6.0.1)
6868
Microsoft.CodeCoverage (17.0)
6969
Microsoft.NET.Test.Sdk (16.11)

0 commit comments

Comments
 (0)