Skip to content

Commit

Permalink
Merge pull request #1149 from artarf/master
Browse files Browse the repository at this point in the history
fix #1119 for OS X/mono 4.0.4
  • Loading branch information
forki committed Oct 19, 2015
2 parents 0df9ef2 + c1b1e9b commit 00dd1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Paket.Core/ProjectFile.fs
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ type ProjectFile =

static member Load(fileName:string) =
try
let fileInfo = FileInfo fileName
let fileInfo = FileInfo (normalizePath fileName)
use stream = fileInfo.OpenRead()
let project = ProjectFile.LoadFromStream(fileInfo.FullName, stream)
Some project
Expand Down

0 comments on commit 00dd1e0

Please sign in to comment.