Set the correct tfm in Wasm template.json (#22681)

This commit is contained in:
Pranav K 2020-06-09 08:49:27 -07:00 committed by GitHub
parent ec31b45301
commit b405228a8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -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",