Remove Project Model Server

This commit is contained in:
PiotrP 2016-06-30 14:30:26 -07:00
parent 58fa0bf344
commit 5ed1371cd9
85 changed files with 0 additions and 4344 deletions

View file

@ -10,7 +10,6 @@ using System.Text;
using Microsoft.DotNet.Cli.Utils;
using Microsoft.DotNet.Configurer;
using Microsoft.DotNet.InternalAbstractions;
using Microsoft.DotNet.ProjectModel.Server;
using Microsoft.DotNet.Tools.Build;
using Microsoft.DotNet.Tools.Compiler;
using Microsoft.DotNet.Tools.Compiler.Csc;
@ -33,7 +32,6 @@ namespace Microsoft.DotNet.Cli
["help"] = HelpCommand.Run,
["new"] = NewCommand.Run,
["pack"] = PackCommand.Run,
["projectmodel-server"] = ProjectModelServerCommand.Run,
["publish"] = PublishCommand.Run,
["restore"] = RestoreCommand.Run,
["run"] = RunCommand.Run,