Remove 'name' property from PJs
This commit is contained in:
parent
63d79b06b4
commit
25a7be1b21
18 changed files with 2 additions and 18 deletions
|
@ -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"
|
||||
)
|
||||
|
|
|
@ -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=( \
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"name": "dotnet-build",
|
||||
"version": "1.0.0-*",
|
||||
"compilationOptions": {
|
||||
"emitEntryPoint": true
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"name": "dotnet-compile-csc",
|
||||
"version": "1.0.0-*",
|
||||
"compilationOptions": {
|
||||
"emitEntryPoint": true
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"name": "dotnet-compile-fsc",
|
||||
"version": "1.0.0-*",
|
||||
"compilationOptions": {
|
||||
"emitEntryPoint": true
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"name": "appdepsdk",
|
||||
"version": "1.0.0-*",
|
||||
"compilationOptions": {
|
||||
"emitEntryPoint": true
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"name": "dotnet-compile-native",
|
||||
"version": "1.0.0-*",
|
||||
"compilationOptions": {
|
||||
"emitEntryPoint": true
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"name": "dotnet-compile",
|
||||
"version": "1.0.0-*",
|
||||
"compilationOptions": {
|
||||
"emitEntryPoint": true
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"name": "dotnet-new",
|
||||
"version": "1.0.0-*",
|
||||
"compilationOptions": {
|
||||
"emitEntryPoint": true
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"name": "dotnet-pack",
|
||||
"version": "1.0.0-*",
|
||||
"compilationOptions": {
|
||||
"emitEntryPoint": true
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"name": "dotnet-publish",
|
||||
"version": "1.0.0-*",
|
||||
"compilationOptions": {
|
||||
"emitEntryPoint": true
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"name": "dotnet-repl-csi",
|
||||
"version": "1.0.0-*",
|
||||
"compilationOptions": {
|
||||
"emitEntryPoint": true
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"name": "dotnet-repl",
|
||||
"version": "1.0.0-*",
|
||||
"compilationOptions": {
|
||||
"emitEntryPoint": true
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"name": "dotnet-resgen",
|
||||
"version": "1.0.0-*",
|
||||
"compilationOptions": {
|
||||
"emitEntryPoint": true
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"name": "dotnet-restore",
|
||||
"description": "Restore packages specified in project.json (project file)",
|
||||
"version": "1.0.0-*",
|
||||
"repository": {
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"name": "dotnet-run",
|
||||
"version": "1.0.0-*",
|
||||
"compilationOptions": {
|
||||
"emitEntryPoint": true
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"name": "dotnet",
|
||||
"version": "1.0.0-*",
|
||||
"compilationOptions": {
|
||||
"emitEntryPoint": true
|
||||
|
|
Loading…
Reference in a new issue