Welcome to mirror list, hosted at ThFree Co, Russian Federation.

strings.json « en « .template.config « ComponentsWebAssembly-CSharp « content « Web.ProjectTemplates « ProjectTemplates « src - github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 95ca09ac2298d8e5972d6487237ce6aa5d1e1422 (plain)
1
2
3
4
5
6
7
8
9
{
  "version": "1.0.0.0",
  "strings": {
    "name": "Blazor WebAssembly App",
    "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).",
    "parameter.Hosted.name": "ASP.NET Core _hosted",
    "parameter.PWA.name": "_Progressive Web Application"
  }
}