Skip to content

Commit

Permalink
update the target to use netcore451
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Nov 3, 2015
1 parent 0ae973b commit bcef9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Target "SourceLink" (fun _ ->

Target "CreateOctokitPackage" (fun _ ->
let net45Dir = packagingDir @@ "lib/net45/"
let netcore45Dir = packagingDir @@ "lib/netcore45/"
let netcore45Dir = packagingDir @@ "lib/netcore451/"
let portableDir = packagingDir @@ "lib/portable-net45+wp80+win+wpa81/"
CleanDirs [net45Dir; netcore45Dir; portableDir]

Expand Down

0 comments on commit bcef9b6

Please sign in to comment.