Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Microsoft",
"name": "Console App",
"description": "A project for creating a command-line application that can run on .NET on Windows, Linux and macOS",
"description": "A project for creating an empty command-line application that can run on .NET on Windows, Linux and macOS",
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/TargetFrameworkOverride/displayName": "Target framework override",
"symbols/Framework/description": "The target framework for the project.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"name": "Console App",
"generatorVersions": "[1.0.0.0-*)",
"description": "A project for creating a command-line application that can run on .NET on Windows, Linux and macOS",
"description": "A project for creating an empty command-line application that can run on .NET on Windows, Linux and macOS",
"groupIdentity": "Microsoft.Common.Console",
"precedence": "12000",
"identity": "Microsoft.Common.Console.CSharp.10.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Microsoft",
"name": "Console App",
"description": "A project for creating a command-line application that can run on .NET on Windows, Linux and macOS",
"description": "A project for creating an empty command-line application that can run on .NET on Windows, Linux and macOS",
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/TargetFrameworkOverride/displayName": "Target framework override",
"symbols/Framework/description": "The target framework for the project.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"name": "Console App",
"generatorVersions": "[1.0.0.0-*)",
"description": "A project for creating a command-line application that can run on .NET on Windows, Linux and macOS",
"description": "A project for creating an empty command-line application that can run on .NET on Windows, Linux and macOS",
"groupIdentity": "Microsoft.Common.Console",
"precedence": "12000",
"identity": "Microsoft.Common.Console.FSharp.10.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Microsoft",
"name": "Console App",
"description": "A project for creating a command-line application that can run on .NET on Windows, Linux and macOS",
"description": "A project for creating an empty command-line application that can run on .NET on Windows, Linux and macOS",
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/TargetFrameworkOverride/displayName": "Target framework override",
"symbols/Framework/description": "The target framework for the project.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"name": "Console App",
"generatorVersions": "[1.0.0.0-*)",
"description": "A project for creating a command-line application that can run on .NET on Windows, Linux and macOS",
"description": "A project for creating an empty command-line application that can run on .NET on Windows, Linux and macOS",
"groupIdentity": "Microsoft.Common.Console",
"precedence": "12000",
"identity": "Microsoft.Common.Console.VisualBasic.10.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
Kind: Value,
SortText: console,
InsertText: console,
Documentation: A project for creating a command-line application that can run on .NET on Windows, Linux and macOS
Documentation: A project for creating an empty command-line application that can run on .NET on Windows, Linux and macOS
},
{
Label: editorconfig,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
Kind: Value,
SortText: console,
InsertText: console,
Documentation: A project for creating a command-line application that can run on .NET on Windows, Linux and macOS
Documentation: A project for creating an empty command-line application that can run on .NET on Windows, Linux and macOS
},
{
Label: editorconfig,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Kind: Value,
SortText: console,
InsertText: console,
Documentation: A project for creating a command-line application that can run on .NET on Windows, Linux and macOS
Documentation: A project for creating an empty command-line application that can run on .NET on Windows, Linux and macOS
},
{
Label: create,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Console App (F#)
Author: Microsoft
Description: A project for creating a command-line application that can run on .NET on Windows, Linux and macOS
Description: A project for creating an empty command-line application that can run on .NET on Windows, Linux and macOS

Usage:
dotnet new console [options] [template options]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Console App (C#)
Author: Microsoft
Description: A project for creating a command-line application that can run on .NET on Windows, Linux and macOS
Description: A project for creating an empty command-line application that can run on .NET on Windows, Linux and macOS

Usage:
dotnet new console [options] [template options]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Console App (C#)
Author: Microsoft
Description: A project for creating a command-line application that can run on .NET on Windows, Linux and macOS
Description: A project for creating an empty command-line application that can run on .NET on Windows, Linux and macOS

Usage:
dotnet new console [options] [template options]
Expand Down
Loading