Skip to content

Commit

Permalink
Simplify paket references
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmil committed Mar 21, 2020
1 parent a653080 commit a888fcd
Show file tree
Hide file tree
Showing 6 changed files with 175 additions and 702 deletions.
30 changes: 12 additions & 18 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -2,38 +2,32 @@ version 5.216.0
source https://api.nuget.org/v3/index.json
storage: none
framework: netstandard2.0, netstandard2.1, netcoreapp3.1
lowest_matching: true
strategy: min

nuget FSharp.Core >= 4.5.0
nuget HtmlAgilityPack >= 1.8.0
nuget FSharp.Core >= 4.5.2 lowest_matching: true, strategy: min
nuget HtmlAgilityPack >= 1.11
nuget Elmish ~> 2.0
nuget TaskBuilder.fs >= 2.1.0
nuget Microsoft.AspNetCore.Components.WebAssembly 3.2.0-preview2.20160.5
nuget Microsoft.AspNetCore.Components.WebAssembly.Build 3.2.0-preview2.20160.5
nuget Microsoft.AspNetCore.Components.WebAssembly.Server 3.2.0-preview2.20160.5 copy_local: true
nuget Microsoft.AspNetCore.Components.WebAssembly.DevServer 3.2.0-preview2.20160.5 copy_local: true
nuget Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation >= 3.1.0
nuget Microsoft.AspNetCore.Components >= 3.1.0 framework: netstandard2.0
nuget Microsoft.AspNetCore.Components.Web >= 3.1.0 framework: netstandard2.0
nuget Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation >= 3.1.2 lowest_matching: true, strategy: min
nuget System.Runtime.CompilerServices.Unsafe >= 4.7.0
nuget System.Text.Json >= 4.7.0
nuget System.Threading.Tasks.Extensions >= 4.5.3
nuget Microsoft.NETCore.Platforms 3.1.0
github fsprojects/FSharp.TypeProviders.SDK src/ProvidedTypes.fsi
github fsprojects/FSharp.TypeProviders.SDK src/ProvidedTypes.fs

group buildandtest
source https://api.nuget.org/v3/index.json
storage: none
framework: netstandard2.0, netstandard2.1, netcoreapp3.1
# Paket generates bogus framework constraints without this:
nuget Microsoft.AspNetCore.Components framework: netstandard2.0
nuget Microsoft.AspNetCore.Components.Web framework: netstandard2.0

# Bolero.Build
nuget Mono.Cecil ~> 0.11.0

nuget FSharp.Core >= 4.5.0
# Tests
nuget FsCheck.NUnit ~> 2.12
nuget Microsoft.NET.Test.Sdk 15.8.0
nuget Microsoft.Build.Utilities.Core ~> 15.0
nuget Microsoft.AspNetCore.Components.WebAssembly.Server 3.2.0-preview2.20160.5
nuget Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation >= 3.1.0
nuget Mono.Cecil ~> 0.10.0
nuget nunit ~> 3.10
nuget NUnit3TestAdapter ~> 3.10
nuget Selenium.Support
Expand All @@ -53,4 +47,4 @@ nuget Fake.IO.FileSystem
nuget Fake.DotNet.AssemblyInfoFile
nuget Fake.DotNet.Cli
nuget Fake.DotNet.Paket
nuget FSharp.Data ~> 3.0-beta
nuget FSharp.Data ~> 3.0-beta
Loading

0 comments on commit a888fcd

Please sign in to comment.