Skip to content

Commit

Permalink
Add explicit FSharp.Core reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmil committed Oct 4, 2018
1 parent 2233a6e commit 87856ec
Show file tree
Hide file tree
Showing 5 changed files with 138 additions and 13 deletions.
1 change: 1 addition & 0 deletions WebSharper.JQuery.Mobile.StandaloneTest/paket.references
@@ -1,3 +1,4 @@
WebSharper
WebSharper.FSharp
WebSharper.UI
FSharp.Core
3 changes: 2 additions & 1 deletion WebSharper.JQuery.Mobile.Tests/paket.references
@@ -1,3 +1,4 @@
WebSharper
WebSharper.FSharp
WebSharper.Html
WebSharper.Html
FSharp.Core
1 change: 1 addition & 0 deletions WebSharper.JQuery.Mobile/paket.references
@@ -1,2 +1,3 @@
WebSharper
WebSharper.FSharp
FSharp.Core
3 changes: 2 additions & 1 deletion paket.dependencies
Expand Up @@ -5,6 +5,7 @@ source https://daily.websharper.com/nuget
framework: net461, netstandard2.0
storage: none

nuget FSharp.Core ~> 4.2.0
nuget WebSharper prerelease
nuget WebSharper.FSharp prerelease
nuget WebSharper.Html prerelease
Expand All @@ -18,4 +19,4 @@ group build
nuget Paket.Core 5.141.0

group wsbuild
git https://github.com/dotnet-websharper/build-script
git https://github.com/dotnet-websharper/build-script

0 comments on commit 87856ec

Please sign in to comment.