Skip to content

Commit

Permalink
[infra] downgrade to F# 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
haf committed Sep 3, 2015
1 parent 27bce64 commit baf4186
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ framework = NET45
source https://nuget.org/api/v2

nuget FSharp.Charting
nuget FSharp.Core
nuget FSharp.Core ~> 3.1.2
nuget Http.fs-prerelease
nuget RazorEngine
nuget NuGet.CommandLine
Expand Down
2 changes: 1 addition & 1 deletion paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ NUGET
FsCheck (2.0.5)
FSharp.Core (>= 3.1.2.5)
FSharp.Charting (0.90.10)
FSharp.Core (4.0.0.1)
FSharp.Core (3.1.2.5)
FsPickler (1.2.5)
Fuchu (0.6.0.0)
Fuchu.FsCheck (0.6.0.0)
Expand Down
2 changes: 1 addition & 1 deletion src/Suave.Razor/Suave.Razor.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<MinimumVisualStudioVersion Condition="'$(MinimumVisualStudioVersion)' == ''">11</MinimumVisualStudioVersion>
</PropertyGroup>
<Import Project="..\..\tools\paket.targets" />
<Choose>
<Choose>
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And $(TargetFrameworkVersion) == 'v4.5'">
<ItemGroup>
<Reference Include="FSharp.Core">
Expand Down
1 change: 1 addition & 0 deletions src/Suave.Razor/paket.references
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
FSharp.Core
RazorEngine

0 comments on commit baf4186

Please sign in to comment.