public static string GetReferenceDirectory() { string netStandardInstallation = NetStandardFinder.GetNetStandardInstallation(); return(Path.Combine(netStandardInstallation, Path.Combine("ref", "2.0.0"))); }
public static string GetDotNetFrameworkCompatShimsDirectory() { string netStandardInstallation = NetStandardFinder.GetNetStandardInstallation(); return(Path.Combine(netStandardInstallation, Path.Combine(NetStandardFinder.GetCompatShimsDirectory(), "netfx"))); }