Skip to content

Commit 190ca64

Browse files
committed
Only target UWP and WASDK
1 parent 0e8fcde commit 190ca64

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<Project>
2+
<PropertyGroup>
3+
<!--
4+
MultiTarget is a custom property that indicates which target a project is designed to be built for / run on.
5+
Used to create project references, generate solution files, enable/disable TargetFrameworks, and build nuget packages.
6+
-->
7+
<MultiTarget>uwp;wasdk;</MultiTarget>
8+
</PropertyGroup>
9+
</Project>

components/Shimmer/src/MultiTarget.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
MultiTarget is a custom property that indicates which target a project is designed to be built for / run on.
55
Used to create project references, generate solution files, enable/disable TargetFrameworks, and build nuget packages.
66
-->
7-
<MultiTarget>uwp;wasdk;wpf;wasm;linuxgtk;macos;ios;android;</MultiTarget>
7+
<MultiTarget>uwp;wasdk;</MultiTarget>
88
</PropertyGroup>
9-
</Project>
9+
</Project>

0 commit comments

Comments
 (0)