Skip to content

Commit

Permalink
Don't directly reference the tizen nuget (#7071)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed May 12, 2022
1 parent b926ce3 commit 7dda2c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .nuspec/Microsoft.Maui.Controls.MultiTargeting.targets
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<PackageReference Include="Microsoft.Maui.Graphics.Win2D.WinUI.Desktop" />
</ItemGroup>
<ItemGroup Condition=" '$(_MauiTargetPlatformIsTizen)' == 'True' ">
<PackageReference Include="Tizen.UIExtensions.ElmSharp" />
<PackageReference Include="Tizen.UIExtensions.ElmSharp" PrivateAssets="all" />
<PackageReference Include="Microsoft.Maui.Graphics.Skia" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
<ItemGroup Condition=" ('$(UseMaui)' == 'true' or '$(UseMauiCore)' == 'true') and ('$(TargetPlatformIdentifier)' == 'windows') ">
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="@MicrosoftWindowsSDKBuildToolsPackageVersion@" IsImplicitlyDefined="true" PrivateAssets="all" />
</ItemGroup>

<ItemGroup Condition=" ('$(UseMaui)' == 'true' or '$(UseMauiCore)' == 'true') and ('$(TargetPlatformIdentifier)' == 'tizen') ">
<PackageReference Include="Tizen.UIExtensions.ElmSharp" Version="@SamsungTizenUIExtensionsElmSharpPackageVersion@" IsImplicitlyDefined="true" />
</ItemGroup>
Expand Down

0 comments on commit 7dda2c6

Please sign in to comment.