Skip to content

Commit

Permalink
Update default project names (#12431)
Browse files Browse the repository at this point in the history
  • Loading branch information
John Luo committed Jul 25, 2019
1 parent a07ad16 commit 2884ef6
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"Blazor",
"WebAssembly"
],
"defaultName": "WebApplication",
"description": "A project template for creating a Blazor app that runs on WebAssembly and is optionally hosted by an ASP.NET Core app. This template can be used for web apps with rich dynamic user interfaces (UIs).",
"groupIdentity": "Microsoft.Web.Blazor.Wasm",
"guids": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@
"path": "BlazorServerWeb-CSharp.csproj"
}
],
"defaultName": "WebApplication1",
"defaultName": "WebApplication",
"postActions": [
{
"condition": "(!skipRestore)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"path": "Company.WebApplication1.csproj"
}
],
"defaultName": "WebApplication1",
"defaultName": "WebApplication",
"postActions": [
{
"condition": "(!skipRestore)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"path": "Company.WebApplication1.fsproj"
}
],
"defaultName": "WebApplication1",
"defaultName": "WebApplication",
"postActions": [
{
"condition": "(!skipRestore)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"path": "GrpcService-CSharp.csproj"
}
],
"defaultName": "GrpcService-CSharp1",
"defaultName": "GrpcService",
"postActions": [
{
"condition": "(!skipRestore)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"path": "Areas/MyFeature/Pages/Page1.cshtml"
}
],
"defaultName": "RazorClassLibrary1",
"defaultName": "RazorClassLibrary",
"postActions": [
{
"condition": "(!skipRestore)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
"path": "Company.WebApplication1.csproj"
}
],
"defaultName": "WebApplication1",
"defaultName": "WebApplication",
"postActions": [
{
"condition": "(!skipRestore)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
"path": "Company.WebApplication1.csproj"
}
],
"defaultName": "WebApplication1",
"defaultName": "WebApplication",
"postActions": [
{
"condition": "(!skipRestore)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"path": "Company.WebApplication1.fsproj"
}
],
"defaultName": "WebApplication1",
"defaultName": "WebApplication",
"postActions": [
{
"condition": "(!skipRestore)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
"path": "Company.WebApplication1.csproj"
}
],
"defaultName": "WebApplication1",
"defaultName": "WebApplication",
"postActions": [
{
"condition": "(!skipRestore)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"path": "Company.WebApplication1.fsproj"
}
],
"defaultName": "WebApplication1",
"defaultName": "WebApplication",
"postActions": [
{
"condition": "(!skipRestore)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"path": "Company.Application1.csproj"
}
],
"defaultName": "Application1",
"defaultName": "WorkerService",
"postActions": [
{
"condition": "(!skipRestore)",
Expand Down

0 comments on commit 2884ef6

Please sign in to comment.