Exemplo n.º 1
0
        public bool ProjectRequiresReloadAfterRestore()
        {
            if (project.DotNetCoreNuGetMSBuildFilesExist())
            {
                return(false);
            }

            return(true);
        }