Skip to content

Commit b405228

Browse files
authored
Set the correct tfm in Wasm template.json (#22681)
1 parent ec31b45 commit b405228

File tree

1 file changed

+5
-4
lines changed
  • src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/.template.config

1 file changed

+5
-4
lines changed

src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/.template.config/template.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"53bc9b9d-9d6a-45d4-8429-2a2761773502" // Client ID
2121
],
2222
"identity": "Microsoft.Web.Blazor.Wasm.CSharp.5.0",
23+
"thirdPartyNotices": "https://aka.ms/aspnetcore/5.0-third-party-notices",
2324
"preferNameDirectory": true,
2425
"primaryOutputs": [
2526
{
@@ -221,12 +222,12 @@
221222
"datatype": "choice",
222223
"choices": [
223224
{
224-
"choice": "netcoreapp3.1",
225-
"description": "Target netcoreapp3.1"
225+
"choice": "net5.0",
226+
"description": "Target net5.0"
226227
}
227228
],
228-
"replaces": "netcoreapp3.1",
229-
"defaultValue": "netcoreapp3.1"
229+
"replaces": "net5.0",
230+
"defaultValue": "net5.0"
230231
},
231232
"HostIdentifier": {
232233
"type": "bind",

0 commit comments

Comments
 (0)