Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"rollForward": false
},
"easybuild.shipit": {
"version": "2.0.0",
"version": "2.0.2",
"commands": [
"shipit"
],
Expand Down
6 changes: 3 additions & 3 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ storage: none
framework: netstandard2.0, netstandard2.1, net6.0, net8.0, net9.0, net10.0

nuget FSharp.Core >= 5.0.0 lowest_matching: true
nuget Fable.Core 5.0.0-rc.1
nuget Fable.Core 5.0.0-rc.2

group Test
source https://api.nuget.org/v3/index.json
storage: none
framework: net9.0

nuget FSharp.Core
nuget Fable.Core 5.0.0-rc.1
nuget Fable.Core 5.0.0-rc.2
nuget Microsoft.NET.Test.Sdk ~> 16
nuget xunit ~> 2
nuget xunit.runner.visualstudio ~> 2
Expand All @@ -24,7 +24,7 @@ group Examples
framework: net10.0

nuget FSharp.Core
nuget Fable.Core 5.0.0-rc.1
nuget Fable.Core 5.0.0-rc.2
nuget Feliz.ViewEngine
nuget Zanaptak.TypedCssClasses
nuget FSharp.Control.AsyncRx
Expand Down
6 changes: 3 additions & 3 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ STORAGE: NONE
RESTRICTION: || (== net10.0) (== net6.0) (== net8.0) (== net9.0) (== netstandard2.0) (== netstandard2.1)
NUGET
remote: https://api.nuget.org/v3/index.json
Fable.Core (5.0.0-rc.1)
Fable.Core (5.0.0-rc.2)
FSharp.Core (>= 4.7.2)
FSharp.Core (5.0)

Expand All @@ -11,7 +11,7 @@ STORAGE: NONE
RESTRICTION: == net10.0
NUGET
remote: https://api.nuget.org/v3/index.json
Fable.Core (5.0.0-rc.1)
Fable.Core (5.0.0-rc.2)
FSharp.Core (>= 4.7.2)
Feliz.ViewEngine (1.0.3)
FSharp.Core (>= 4.7)
Expand All @@ -26,7 +26,7 @@ STORAGE: NONE
RESTRICTION: == net9.0
NUGET
remote: https://api.nuget.org/v3/index.json
Fable.Core (5.0.0-rc.1)
Fable.Core (5.0.0-rc.2)
FSharp.Core (>= 4.7.2)
FSharp.Core (11.0.100)
Microsoft.CodeCoverage (18.3)
Expand Down
Loading