Update default project names (#12431)
This commit is contained in:
parent
a07ad16e4d
commit
2884ef6e1f
|
|
@ -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": [
|
||||
|
|
|
|||
|
|
@ -364,7 +364,7 @@
|
|||
"path": "BlazorServerWeb-CSharp.csproj"
|
||||
}
|
||||
],
|
||||
"defaultName": "WebApplication1",
|
||||
"defaultName": "WebApplication",
|
||||
"postActions": [
|
||||
{
|
||||
"condition": "(!skipRestore)",
|
||||
|
|
|
|||
|
|
@ -119,7 +119,7 @@
|
|||
"path": "Company.WebApplication1.csproj"
|
||||
}
|
||||
],
|
||||
"defaultName": "WebApplication1",
|
||||
"defaultName": "WebApplication",
|
||||
"postActions": [
|
||||
{
|
||||
"condition": "(!skipRestore)",
|
||||
|
|
|
|||
|
|
@ -115,7 +115,7 @@
|
|||
"path": "Company.WebApplication1.fsproj"
|
||||
}
|
||||
],
|
||||
"defaultName": "WebApplication1",
|
||||
"defaultName": "WebApplication",
|
||||
"postActions": [
|
||||
{
|
||||
"condition": "(!skipRestore)",
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@
|
|||
"path": "GrpcService-CSharp.csproj"
|
||||
}
|
||||
],
|
||||
"defaultName": "GrpcService-CSharp1",
|
||||
"defaultName": "GrpcService",
|
||||
"postActions": [
|
||||
{
|
||||
"condition": "(!skipRestore)",
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@
|
|||
"path": "Areas/MyFeature/Pages/Page1.cshtml"
|
||||
}
|
||||
],
|
||||
"defaultName": "RazorClassLibrary1",
|
||||
"defaultName": "RazorClassLibrary",
|
||||
"postActions": [
|
||||
{
|
||||
"condition": "(!skipRestore)",
|
||||
|
|
|
|||
|
|
@ -331,7 +331,7 @@
|
|||
"path": "Company.WebApplication1.csproj"
|
||||
}
|
||||
],
|
||||
"defaultName": "WebApplication1",
|
||||
"defaultName": "WebApplication",
|
||||
"postActions": [
|
||||
{
|
||||
"condition": "(!skipRestore)",
|
||||
|
|
|
|||
|
|
@ -327,7 +327,7 @@
|
|||
"path": "Company.WebApplication1.csproj"
|
||||
}
|
||||
],
|
||||
"defaultName": "WebApplication1",
|
||||
"defaultName": "WebApplication",
|
||||
"postActions": [
|
||||
{
|
||||
"condition": "(!skipRestore)",
|
||||
|
|
|
|||
|
|
@ -120,7 +120,7 @@
|
|||
"path": "Company.WebApplication1.fsproj"
|
||||
}
|
||||
],
|
||||
"defaultName": "WebApplication1",
|
||||
"defaultName": "WebApplication",
|
||||
"postActions": [
|
||||
{
|
||||
"condition": "(!skipRestore)",
|
||||
|
|
|
|||
|
|
@ -236,7 +236,7 @@
|
|||
"path": "Company.WebApplication1.csproj"
|
||||
}
|
||||
],
|
||||
"defaultName": "WebApplication1",
|
||||
"defaultName": "WebApplication",
|
||||
"postActions": [
|
||||
{
|
||||
"condition": "(!skipRestore)",
|
||||
|
|
|
|||
|
|
@ -115,7 +115,7 @@
|
|||
"path": "Company.WebApplication1.fsproj"
|
||||
}
|
||||
],
|
||||
"defaultName": "WebApplication1",
|
||||
"defaultName": "WebApplication",
|
||||
"postActions": [
|
||||
{
|
||||
"condition": "(!skipRestore)",
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@
|
|||
"path": "Company.Application1.csproj"
|
||||
}
|
||||
],
|
||||
"defaultName": "Application1",
|
||||
"defaultName": "WorkerService",
|
||||
"postActions": [
|
||||
{
|
||||
"condition": "(!skipRestore)",
|
||||
|
|
|
|||
Loading…
Reference in New Issue