From b405228a8fe4284e67b08f38210537902a593099 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Tue, 9 Jun 2020 08:49:27 -0700 Subject: [PATCH] Set the correct tfm in Wasm template.json (#22681) --- .../.template.config/template.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/.template.config/template.json b/src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/.template.config/template.json index b044c6c641..e118685323 100644 --- a/src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/.template.config/template.json +++ b/src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/.template.config/template.json @@ -20,6 +20,7 @@ "53bc9b9d-9d6a-45d4-8429-2a2761773502" // Client ID ], "identity": "Microsoft.Web.Blazor.Wasm.CSharp.5.0", + "thirdPartyNotices": "https://aka.ms/aspnetcore/5.0-third-party-notices", "preferNameDirectory": true, "primaryOutputs": [ { @@ -221,12 +222,12 @@ "datatype": "choice", "choices": [ { - "choice": "netcoreapp3.1", - "description": "Target netcoreapp3.1" + "choice": "net5.0", + "description": "Target net5.0" } ], - "replaces": "netcoreapp3.1", - "defaultValue": "netcoreapp3.1" + "replaces": "net5.0", + "defaultValue": "net5.0" }, "HostIdentifier": { "type": "bind",