Skip to content

Commit a979876

Browse files
Update src/Aspire.ProjectTemplates/templates/aspire-apphost-singlefile/.template.config/template.json
Co-authored-by: Damian Edwards <[email protected]>
1 parent c956f01 commit a979876

File tree

1 file changed

+2
-1
lines changed
  • src/Aspire.ProjectTemplates/templates/aspire-apphost-singlefile/.template.config

1 file changed

+2
-1
lines changed

src/Aspire.ProjectTemplates/templates/aspire-apphost-singlefile/.template.config/template.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"type": "host",
2525
"args": [
2626
{
27-
"hostname": "dotnetcli"
27+
"hostname": "dotnetcli",
28+
"version": "[10.0,)"
2829
}
2930
]
3031
}

0 commit comments

Comments
 (0)