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
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