Skip to content

Commit 2294217

Browse files
committed
fix: Add missing short flags for dotnet new
1 parent 1bc63cc commit 2294217

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/SolutionTemplate/Uno.ProjectTemplates.Dotnet/content/unoapp-net6/.template.config/dotnetcli.host.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
"longName": "skia-gtk",
1818
"shortName": "skia-gtk"
1919
},
20+
"skia-tizen": {
21+
"longName": "skia-tizen",
22+
"shortName": "skia-tizen"
23+
},
2024
"skia-linux-fb": {
2125
"longName": "skia-linux-fb",
2226
"shortName": "skia-linux-fb"

src/SolutionTemplate/Uno.ProjectTemplates.Dotnet/content/unoapp/.template.config/dotnetcli.host.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
"longName": "skia-gtk",
2626
"shortName": "skia-gtk"
2727
},
28+
"skia-tizen": {
29+
"longName": "skia-tizen",
30+
"shortName": "skia-tizen"
31+
},
2832
"skia-linux-fb": {
2933
"longName": "skia-linux-fb",
3034
"shortName": "skia-linux-fb"

0 commit comments

Comments
 (0)