Skip to content

Commit

Permalink
Update the Tizen.UIExtension.ElmSharp version (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
rookiejava committed Jan 27, 2022
1 parent fb0df4f commit 86fd514
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -124,6 +124,6 @@
<PackageReference Include="Microsoft.Maui.Graphics.Win2D.WinUI.Desktop" />
</ItemGroup>
<ItemGroup Condition="$(TargetFramework.StartsWith('tizen')) == true OR '$(TargetFramework)' == 'net6.0-tizen'">
<PackageReference Include="Tizen.UIExtensions.ElmSharp" Version="0.4.0-pre1" />
<PackageReference Include="Tizen.UIExtensions.ElmSharp" Version="0.5.0-pre1" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
<PackageReference Include="Microsoft.Graphics.Win2D" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetPlatformIdentifier)' == 'tizen'" >
<PackageReference Include="Tizen.UIExtensions.ElmSharp" Version="[0.4.0-pre1, )" />
<PackageReference Include="Tizen.UIExtensions.ElmSharp" Version="[0.5.0-pre1, )" />
<PackageReference Include="Microsoft.Maui.Graphics.Skia" />
</ItemGroup>

</Project>
</Project>

0 comments on commit 86fd514

Please sign in to comment.