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:
authorJames Newton-King <james@newtonking.com>2022-09-05 05:19:41 +0300
committerGitHub <noreply@github.com>2022-09-05 05:19:41 +0300
commite394822306b96cda5c2d8d07e5df9eff3a4b6068 (patch)
tree3f4d40c5f25573e101be801473dcc53507a9d949
parent0cde903fa8a45bbfe892a3afae7650f29edd6d24 (diff)
Update dotnetcli.host.jsonJamesNK-patch-3
-rw-r--r--src/ProjectTemplates/Web.ProjectTemplates/content/GrpcService-CSharp/.template.config/dotnetcli.host.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ProjectTemplates/Web.ProjectTemplates/content/GrpcService-CSharp/.template.config/dotnetcli.host.json b/src/ProjectTemplates/Web.ProjectTemplates/content/GrpcService-CSharp/.template.config/dotnetcli.host.json
index ded3cbf35f..7e579691bb 100644
--- a/src/ProjectTemplates/Web.ProjectTemplates/content/GrpcService-CSharp/.template.config/dotnetcli.host.json
+++ b/src/ProjectTemplates/Web.ProjectTemplates/content/GrpcService-CSharp/.template.config/dotnetcli.host.json
@@ -1,6 +1,9 @@
{
"$schema": "http://json.schemastore.org/dotnetcli.host",
"symbolInfo": {
+ "Framework": {
+ "longName": "framework"
+ },
"skipRestore": {
"longName": "no-restore",
"shortName": ""