Remove 'name' property from PJs

This commit is contained in:
piotrp 2016-01-27 22:38:34 -08:00 committed by PiotrP
parent 63d79b06b4
commit 25a7be1b21
18 changed files with 2 additions and 18 deletions

View file

@ -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"
)

View file

@ -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=( \

View file

@ -1,5 +1,4 @@
{
"name": "dotnet-build",
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true

View file

@ -1,5 +1,4 @@
{
"name": "dotnet-compile-csc",
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true

View file

@ -1,5 +1,4 @@
{
"name": "dotnet-compile-fsc",
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true

View file

@ -1,5 +1,4 @@
{
"name": "appdepsdk",
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true

View file

@ -1,5 +1,4 @@
{
"name": "dotnet-compile-native",
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true

View file

@ -1,5 +1,4 @@
{
"name": "dotnet-compile",
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true

View file

@ -1,5 +1,4 @@
{
"name": "dotnet-new",
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true

View file

@ -1,5 +1,4 @@
{
"name": "dotnet-pack",
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true

View file

@ -1,5 +1,4 @@
{
"name": "dotnet-publish",
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true

View file

@ -1,5 +1,4 @@
{
"name": "dotnet-repl-csi",
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true

View file

@ -1,5 +1,4 @@
{
"name": "dotnet-repl",
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true

View file

@ -1,5 +1,4 @@
{
"name": "dotnet-resgen",
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true

View file

@ -1,5 +1,4 @@
{
"name": "dotnet-restore",
"description": "Restore packages specified in project.json (project file)",
"version": "1.0.0-*",
"repository": {

View file

@ -1,5 +1,4 @@
{
"name": "dotnet-run",
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true

View file

@ -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": {

View file

@ -1,5 +1,4 @@
{
"name": "dotnet",
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true