Set the correct tfm in Wasm template.json (#22681)
This commit is contained in:
parent
ec31b45301
commit
b405228a8f
|
|
@ -20,6 +20,7 @@
|
||||||
"53bc9b9d-9d6a-45d4-8429-2a2761773502" // Client ID
|
"53bc9b9d-9d6a-45d4-8429-2a2761773502" // Client ID
|
||||||
],
|
],
|
||||||
"identity": "Microsoft.Web.Blazor.Wasm.CSharp.5.0",
|
"identity": "Microsoft.Web.Blazor.Wasm.CSharp.5.0",
|
||||||
|
"thirdPartyNotices": "https://aka.ms/aspnetcore/5.0-third-party-notices",
|
||||||
"preferNameDirectory": true,
|
"preferNameDirectory": true,
|
||||||
"primaryOutputs": [
|
"primaryOutputs": [
|
||||||
{
|
{
|
||||||
|
|
@ -221,12 +222,12 @@
|
||||||
"datatype": "choice",
|
"datatype": "choice",
|
||||||
"choices": [
|
"choices": [
|
||||||
{
|
{
|
||||||
"choice": "netcoreapp3.1",
|
"choice": "net5.0",
|
||||||
"description": "Target netcoreapp3.1"
|
"description": "Target net5.0"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"replaces": "netcoreapp3.1",
|
"replaces": "net5.0",
|
||||||
"defaultValue": "netcoreapp3.1"
|
"defaultValue": "net5.0"
|
||||||
},
|
},
|
||||||
"HostIdentifier": {
|
"HostIdentifier": {
|
||||||
"type": "bind",
|
"type": "bind",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue