Skip to content

Commit

Permalink
[infra] depend on lower F#
Browse files Browse the repository at this point in the history
  • Loading branch information
haf committed May 6, 2016
1 parent fd9df78 commit dd03de2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .semver
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
:major: 3
:minor: 0
:patch: 1
:patch: 2
:special: ''
:metadata: ''
1 change: 1 addition & 0 deletions HttpFs.UnitTests/HttpFs.UnitTests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@
<ItemGroup>
<Reference Include="Fuchu">
<HintPath>..\packages\Fuchu\lib\Fuchu.dll</HintPath>
<Private>True</Private>
<Paket>True</Paket>
</Reference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source https://www.nuget.org/api/v2

nuget Hopac
nuget FAKE
nuget FSharp.Core
nuget FSharp.Core ~> 3
nuget FsUnit ~> 1.2
nuget Nancy ~> 0.22
nuget Nancy.Hosting.Self ~> 0.22
Expand Down
4 changes: 2 additions & 2 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ NUGET
remote: https://www.nuget.org/api/v2
specs:
FAKE (4.25.5)
FSharp.Core (4.0.0.1)
FSharp.Core (3.1.2.5)
FsUnit (1.4.1)
FSharp.Core (>= 3.1.2.5)
NUnit (2.6.4)
Expand All @@ -26,4 +26,4 @@ NUGET
GITHUB
remote: haf/YoLo
specs:
YoLo.fs (12b17ed0840b1a915ef7efa4db341d9a6477117a)
YoLo.fs (10b225acf83c93e2e8bbd730cbeec8a42d1347d0)

0 comments on commit dd03de2

Please sign in to comment.