Skip to content

Commit

Permalink
Adding the portable version of FSharp.Core.dll to portable nuget pack…
Browse files Browse the repository at this point in the history
…ages - references issue fsprojects#178
  • Loading branch information
forki committed Dec 6, 2012
1 parent 1da093d commit c8a4f3b
Show file tree
Hide file tree
Showing 5 changed files with 10,338 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.fsx
Expand Up @@ -281,6 +281,9 @@ let prepareNugetTarget = TargetTemplate (fun frameworkVersion ->
|> Seq.filter (fun f -> File.Exists f)
|> CopyTo frameworkSubDir

!! ("/lib/FSharp/portable/*.*")
|> CopyTo portableSubDir

[for ending in ["dll";"pdb";"xml"] do
yield sprintf "%sFsharpx.%s.%s" buildPortableDir package ending
yield sprintf "%sFsharpx.%s.DesignTime.%s" buildPortableDir package ending]
Expand Down
Binary file added lib/FSharp/portable/FSharp.Core.dll
Binary file not shown.
Binary file added lib/FSharp/portable/FSharp.Core.optdata
Binary file not shown.
Binary file added lib/FSharp/portable/FSharp.Core.sigdata
Binary file not shown.

0 comments on commit c8a4f3b

Please sign in to comment.