Skip to content

Commit

Permalink
Also remove the paket.reference to System.Net.Http for the same reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
haf committed May 23, 2018
1 parent 96b3b47 commit 6776b5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion HttpFs.IntegrationTests/paket.references
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FSharp.Core
Hopac
System.Text.Encoding.CodePages
System.Net.Http
Expecto
Suave
7 changes: 3 additions & 4 deletions HttpFs/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,15 @@ description A simple, functional HTTP client library for F#
projectUrl https://github.com/relentless/Http.fs

dependencies
framework: net45
framework: net471
FSharp.Core >= LOCKEDVERSION
Hopac >= LOCKEDVERSION
System.Net.Http >= LOCKEDVERSION
framework: netstandard2.0
FSharp.Core >= LOCKEDVERSION
Hopac >= LOCKEDVERSION

files
bin/Release/netstandard2.0/HttpFs.dll ==> lib/netstandard2.0
bin/Release/netstandard2.0/HttpFs.xml ==> lib/netstandard2.0
bin/Release/net45/HttpFs.dll ==> lib/net45
bin/Release/net45/HttpFs.xml ==> lib/net45
bin/Release/net471/HttpFs.dll ==> lib/net471
bin/Release/net471/HttpFs.xml ==> lib/net471

0 comments on commit 6776b5d

Please sign in to comment.