Merge pull request #627 from dotnet-maestro-bot/merge/release/2.2-to-master

[automated] Merge branch 'release/2.2' => 'master'
This commit is contained in:
Ryan Brandenburg 2018-07-19 11:22:30 -07:00 committed by GitHub
commit 54d0b4857f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 4 deletions

View File

@ -5,7 +5,7 @@
"Web",
"MVC"
],
"name": "ASP.NET Core Web App (Model-View-Controller)",
"name": "ASP.NET Core Starter Web App (Model-View-Controller)",
"generatorVersions": "[1.0.0.0-*)",
"description": "A project template for creating an ASP.NET Core application with example ASP.NET Core MVC Views and Controllers. This template can also be used for RESTful HTTP services.",
"groupIdentity": "Microsoft.Web.Mvc",

View File

@ -1,7 +1,7 @@
{
"$schema": "http://json.schemastore.org/vs-2017.3.host",
"name": {
"text": "Web Application (Model-View-Controller)",
"text": "Starter Web Application (Model-View-Controller)",
"package": "{0CD94836-1526-4E85-87D3-FB5274C5AFC9}",
"id": "1015"
},
@ -13,7 +13,9 @@
"order": 300,
"icon": "vs-2017.3/WebApplication.png",
"learnMoreLink": "https://go.microsoft.com/fwlink/?LinkID=784881",
"uiFilters": [ "oneaspnet" ],
"uiFilters": [
"oneaspnet"
],
"supportsDocker": true,
"isApi": false,
"usesOidc": true,

View File

@ -5,7 +5,7 @@
"Web",
"MVC"
],
"name": "ASP.NET Core Web App (Model-View-Controller)",
"name": "ASP.NET Core Starter Web App (Model-View-Controller)",
"generatorVersions": "[1.0.0.0-*)",
"description": "A project template for creating an ASP.NET Core application with example ASP.NET Core MVC Views and Controllers. This template can also be used for RESTful HTTP services.",
"groupIdentity": "Microsoft.Web.Mvc",