Skip to content

Commit 55ee8d0

Browse files
committed
feat: Add platform tags for Linux and Cloud on Uno templates
1 parent e6ab8e3 commit 55ee8d0

File tree

5 files changed

+8
-0
lines changed

5 files changed

+8
-0
lines changed

src/SolutionTemplate/UnoLibraryTemplate.netcore/CrossTargetedLibrary.Netcore.vstemplate

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<PlatformTag>macOS</PlatformTag>
2222
<PlatformTag>Web</PlatformTag>
2323
<PlatformTag>Cloud</PlatformTag>
24+
<PlatformTag>linux</PlatformTag>
2425
<ProjectTypeTag>Mobile</ProjectTypeTag>
2526
<ProjectTypeTag>WinUI</ProjectTypeTag>
2627
<ProjectTypeTag>Windows App SDK</ProjectTypeTag>

src/SolutionTemplate/UnoLibraryTemplate/CrossTargetedLibrary.vstemplate

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
<PlatformTag>Windows</PlatformTag>
2121
<PlatformTag>macOS</PlatformTag>
2222
<PlatformTag>web</PlatformTag>
23+
<PlatformTag>Cloud</PlatformTag>
24+
<PlatformTag>linux</PlatformTag>
2325
<ProjectTypeTag>mobile</ProjectTypeTag>
2426
<ProjectTypeTag>UWP</ProjectTypeTag>
2527
<ProjectTypeTag>WebAssembly</ProjectTypeTag>

src/SolutionTemplate/UnoSolutionTemplate.WinUI.netcore/UnoApp.netcore.vstemplate

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<PlatformTag>Web</PlatformTag>
2424
<PlatformTag>Cloud</PlatformTag>
2525
<PlatformTag>Tizen</PlatformTag>
26+
<PlatformTag>linux</PlatformTag>
2627
<ProjectTypeTag>mobile</ProjectTypeTag>
2728
<ProjectTypeTag>WinUI</ProjectTypeTag>
2829
<ProjectTypeTag>Windows App SDK</ProjectTypeTag>

src/SolutionTemplate/UnoSolutionTemplate.netcore/UnoApp.netcore.vstemplate

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
<PlatformTag>Windows</PlatformTag>
2121
<PlatformTag>macOS</PlatformTag>
2222
<PlatformTag>web</PlatformTag>
23+
<PlatformTag>Cloud</PlatformTag>
2324
<PlatformTag>Tizen</PlatformTag>
25+
<PlatformTag>linux</PlatformTag>
2426
<ProjectTypeTag>mobile</ProjectTypeTag>
2527
<ProjectTypeTag>UWP</ProjectTypeTag>
2628
<ProjectTypeTag>WebAssembly</ProjectTypeTag>

src/SolutionTemplate/UnoSolutionTemplate/UnoApp.vstemplate

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
<PlatformTag>Windows</PlatformTag>
2121
<PlatformTag>macOS</PlatformTag>
2222
<PlatformTag>web</PlatformTag>
23+
<PlatformTag>Cloud</PlatformTag>
2324
<PlatformTag>Tizen</PlatformTag>
25+
<PlatformTag>linux</PlatformTag>
2426
<ProjectTypeTag>mobile</ProjectTypeTag>
2527
<ProjectTypeTag>UWP</ProjectTypeTag>
2628
<ProjectTypeTag>WebAssembly</ProjectTypeTag>

0 commit comments

Comments
 (0)