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

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Bunting <6431421+dougbu@users.noreply.github.com>2019-10-02 20:25:59 +0300
committerGitHub <noreply@github.com>2019-10-02 20:25:59 +0300
commita3ac1ce895cd20953e461e80a9712f0e645c68b8 (patch)
treee1fbd904fd5769ce3539eba8b750797e2f3d07f3 /src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp
parent43456141e8f5e4ccfc64e89bef49d59cb94e768f (diff)
parentcd2983bf414a3432a96daafc50dad162432e3131 (diff)
Merge branch 'master' into merge/release/3.1-to-master
Diffstat (limited to 'src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp')
-rw-r--r--src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/template.json9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/template.json b/src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/template.json
index 1b4166341a..86a7607fa2 100644
--- a/src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/template.json
+++ b/src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/template.json
@@ -4,8 +4,7 @@
"classifications": [
"Web",
"Razor",
- "Library",
- "Razor Class Library"
+ "Library"
],
"name": "Razor Class Library",
"generatorVersions": "[1.0.0.0-*)",
@@ -48,11 +47,11 @@
"datatype": "choice",
"choices": [
{
- "choice": "netcoreapp3.1",
- "description": "Target netcoreapp3.1"
+ "choice": "netcoreapp5.0",
+ "description": "Target netcoreapp5.0"
}
],
- "defaultValue": "netcoreapp3.1"
+ "defaultValue": "netcoreapp5.0"
},
"HostIdentifier": {
"type": "bind",