Skip to content

Commit

Permalink
Merge pull request #193 from NaseUkolyCZ/master
Browse files Browse the repository at this point in the history
Support for mscorlib from C:\Windows\Microsoft.NET\Framework\v4.0.30319
  • Loading branch information
nosami committed Apr 15, 2015
2 parents befdf7d + 8e44541 commit 63b7357
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion OmniSharp/Solution/AssemblySearch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ public static class AssemblySearch
@"C:\Program Files\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5",
@"C:\Program Files\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0",
@"C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5",
@"C:\Windows\Microsoft.NET\Framework\v4.0.30319",
@"C:\Windows\Microsoft.NET\Framework\v2.0.50727",
@"C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web Pages\v2.0\Assemblies",
@"C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web Pages\v1.0\Assemblies",
Expand Down Expand Up @@ -53,4 +54,4 @@ public static class AssemblySearch
@"~/.kpm/packages"
};
}
}
}

0 comments on commit 63b7357

Please sign in to comment.