Exemplo n.º 1
0
        public static string GetReferenceDirectory()
        {
            string netStandardInstallation = NetStandardFinder.GetNetStandardInstallation();

            return(Path.Combine(netStandardInstallation, Path.Combine("ref", "2.0.0")));
        }
Exemplo n.º 2
0
        public static string GetDotNetFrameworkCompatShimsDirectory()
        {
            string netStandardInstallation = NetStandardFinder.GetNetStandardInstallation();

            return(Path.Combine(netStandardInstallation, Path.Combine(NetStandardFinder.GetCompatShimsDirectory(), "netfx")));
        }