From 25a7be1b21dd81828326483341791e11bcb2270f Mon Sep 17 00:00:00 2001 From: piotrp Date: Wed, 27 Jan 2016 22:38:34 -0800 Subject: [PATCH] Remove 'name' property from PJs --- scripts/compile/compile-stage.ps1 | 2 +- scripts/compile/compile-stage.sh | 2 +- src/dotnet-build/project.json | 1 - src/dotnet-compile-csc/project.json | 1 - src/dotnet-compile-fsc/project.json | 1 - src/dotnet-compile-native/appdep/project.json | 1 - src/dotnet-compile-native/project.json | 1 - src/dotnet-compile/project.json | 1 - src/dotnet-new/project.json | 1 - src/dotnet-pack/project.json | 1 - src/dotnet-publish/project.json | 1 - src/dotnet-repl-csi/project.json | 1 - src/dotnet-repl/project.json | 1 - src/dotnet-resgen/project.json | 1 - src/dotnet-restore/project.json | 1 - src/dotnet-run/project.json | 1 - src/dotnet-test/project.json | 1 - src/dotnet/project.json | 1 - 18 files changed, 2 insertions(+), 18 deletions(-) diff --git a/scripts/compile/compile-stage.ps1 b/scripts/compile/compile-stage.ps1 index bc69a8d60..19e822a61 100644 --- a/scripts/compile/compile-stage.ps1 +++ b/scripts/compile/compile-stage.ps1 @@ -23,6 +23,7 @@ $Projects = @( "dotnet-compile-native", "dotnet-new", "dotnet-pack", + "dotnet-projectmodel-server", "dotnet-publish", "dotnet-restore", "dotnet-repl", @@ -32,7 +33,6 @@ $Projects = @( "dotnet-test", "Microsoft.DotNet.Cli.Utils", "Microsoft.DotNet.ProjectModel.Loader", - "Microsoft.DotNet.ProjectModel.Server", "Microsoft.DotNet.ProjectModel.Workspaces", "Microsoft.Extensions.Testing.Abstractions" ) diff --git a/scripts/compile/compile-stage.sh b/scripts/compile/compile-stage.sh index 462c8a155..1bfedb30e 100755 --- a/scripts/compile/compile-stage.sh +++ b/scripts/compile/compile-stage.sh @@ -32,6 +32,7 @@ PROJECTS=( \ dotnet-compile-native \ dotnet-new \ dotnet-pack \ + dotnet-projectmodel-server \ dotnet-publish \ dotnet-repl \ dotnet-repl-csi \ @@ -39,7 +40,6 @@ PROJECTS=( \ dotnet-resgen \ dotnet-run \ dotnet-test \ - Microsoft.DotNet.ProjectModel.Server \ ) BINARIES_FOR_COREHOST=( \ diff --git a/src/dotnet-build/project.json b/src/dotnet-build/project.json index 56f66a3f6..02756b5b2 100644 --- a/src/dotnet-build/project.json +++ b/src/dotnet-build/project.json @@ -1,5 +1,4 @@ { - "name": "dotnet-build", "version": "1.0.0-*", "compilationOptions": { "emitEntryPoint": true diff --git a/src/dotnet-compile-csc/project.json b/src/dotnet-compile-csc/project.json index 9753ebb1f..3bdf4fb63 100644 --- a/src/dotnet-compile-csc/project.json +++ b/src/dotnet-compile-csc/project.json @@ -1,5 +1,4 @@ { - "name": "dotnet-compile-csc", "version": "1.0.0-*", "compilationOptions": { "emitEntryPoint": true diff --git a/src/dotnet-compile-fsc/project.json b/src/dotnet-compile-fsc/project.json index 073b2173f..8d981c705 100644 --- a/src/dotnet-compile-fsc/project.json +++ b/src/dotnet-compile-fsc/project.json @@ -1,5 +1,4 @@ { - "name": "dotnet-compile-fsc", "version": "1.0.0-*", "compilationOptions": { "emitEntryPoint": true diff --git a/src/dotnet-compile-native/appdep/project.json b/src/dotnet-compile-native/appdep/project.json index db26122bb..187e4a8a3 100644 --- a/src/dotnet-compile-native/appdep/project.json +++ b/src/dotnet-compile-native/appdep/project.json @@ -1,5 +1,4 @@ { - "name": "appdepsdk", "version": "1.0.0-*", "compilationOptions": { "emitEntryPoint": true diff --git a/src/dotnet-compile-native/project.json b/src/dotnet-compile-native/project.json index f86c5c895..38c4c270f 100644 --- a/src/dotnet-compile-native/project.json +++ b/src/dotnet-compile-native/project.json @@ -1,5 +1,4 @@ { - "name": "dotnet-compile-native", "version": "1.0.0-*", "compilationOptions": { "emitEntryPoint": true diff --git a/src/dotnet-compile/project.json b/src/dotnet-compile/project.json index 9f0b99015..7e6f0badf 100644 --- a/src/dotnet-compile/project.json +++ b/src/dotnet-compile/project.json @@ -1,5 +1,4 @@ { - "name": "dotnet-compile", "version": "1.0.0-*", "compilationOptions": { "emitEntryPoint": true diff --git a/src/dotnet-new/project.json b/src/dotnet-new/project.json index d374caafc..263595670 100644 --- a/src/dotnet-new/project.json +++ b/src/dotnet-new/project.json @@ -1,5 +1,4 @@ { - "name": "dotnet-new", "version": "1.0.0-*", "compilationOptions": { "emitEntryPoint": true diff --git a/src/dotnet-pack/project.json b/src/dotnet-pack/project.json index 4f9cef8f9..98e2fc222 100644 --- a/src/dotnet-pack/project.json +++ b/src/dotnet-pack/project.json @@ -1,5 +1,4 @@ { - "name": "dotnet-pack", "version": "1.0.0-*", "compilationOptions": { "emitEntryPoint": true diff --git a/src/dotnet-publish/project.json b/src/dotnet-publish/project.json index ac69731ed..1616cf317 100644 --- a/src/dotnet-publish/project.json +++ b/src/dotnet-publish/project.json @@ -1,5 +1,4 @@ { - "name": "dotnet-publish", "version": "1.0.0-*", "compilationOptions": { "emitEntryPoint": true diff --git a/src/dotnet-repl-csi/project.json b/src/dotnet-repl-csi/project.json index d8e16cdfd..0e1608da9 100644 --- a/src/dotnet-repl-csi/project.json +++ b/src/dotnet-repl-csi/project.json @@ -1,5 +1,4 @@ { - "name": "dotnet-repl-csi", "version": "1.0.0-*", "compilationOptions": { "emitEntryPoint": true diff --git a/src/dotnet-repl/project.json b/src/dotnet-repl/project.json index 8976bc86a..1616cf317 100644 --- a/src/dotnet-repl/project.json +++ b/src/dotnet-repl/project.json @@ -1,5 +1,4 @@ { - "name": "dotnet-repl", "version": "1.0.0-*", "compilationOptions": { "emitEntryPoint": true diff --git a/src/dotnet-resgen/project.json b/src/dotnet-resgen/project.json index 293b66d3b..84aa93532 100644 --- a/src/dotnet-resgen/project.json +++ b/src/dotnet-resgen/project.json @@ -1,5 +1,4 @@ { - "name": "dotnet-resgen", "version": "1.0.0-*", "compilationOptions": { "emitEntryPoint": true diff --git a/src/dotnet-restore/project.json b/src/dotnet-restore/project.json index 27d7e048d..20467fa2e 100644 --- a/src/dotnet-restore/project.json +++ b/src/dotnet-restore/project.json @@ -1,5 +1,4 @@ { - "name": "dotnet-restore", "description": "Restore packages specified in project.json (project file)", "version": "1.0.0-*", "repository": { diff --git a/src/dotnet-run/project.json b/src/dotnet-run/project.json index bbbaabe98..016bdb42b 100644 --- a/src/dotnet-run/project.json +++ b/src/dotnet-run/project.json @@ -1,5 +1,4 @@ { - "name": "dotnet-run", "version": "1.0.0-*", "compilationOptions": { "emitEntryPoint": true diff --git a/src/dotnet-test/project.json b/src/dotnet-test/project.json index 52c5ac97b..e8849386d 100644 --- a/src/dotnet-test/project.json +++ b/src/dotnet-test/project.json @@ -1,5 +1,4 @@ { - "name": "dotnet-test", "description": "Test host for discovering and running unit tests at design time, such as in Visual Studio.", "version": "1.0.0-*", "repository": { diff --git a/src/dotnet/project.json b/src/dotnet/project.json index 5d048f721..3d9b8beb7 100644 --- a/src/dotnet/project.json +++ b/src/dotnet/project.json @@ -1,5 +1,4 @@ { - "name": "dotnet", "version": "1.0.0-*", "compilationOptions": { "emitEntryPoint": true