예제 #1
0
        public static string GetReferenceDirectory()
        {
            string netStandardInstallation = NetStandardFinder.GetNetStandardInstallation();

            return(Path.Combine(netStandardInstallation, Path.Combine("ref", "2.0.0")));
        }
예제 #2
0
        public static string GetDotNetFrameworkCompatShimsDirectory()
        {
            string netStandardInstallation = NetStandardFinder.GetNetStandardInstallation();

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