Skip to content

Commit

Permalink
Update Dependencies.props
Browse files Browse the repository at this point in the history
  • Loading branch information
nerocui committed Jan 30, 2024
1 parent 2b9ec51 commit 80c8cf2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/MarkdownTextBlock/src/Dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,28 @@
<!-- WinUI 2 / UWP -->
<ItemGroup Condition="'$(IsUwp)' == 'true'">
<PackageReference Include="ColorCode.UWP" Version="2.0.14" />
<PackageReference Include="ColorCode.Core" Version="2.0.14" />
<!-- <PackageReference Include="Microsoft.Toolkit.Uwp.UI.Controls.Primitives" Version="7.1.2"/> -->
</ItemGroup>

<!-- WinUI 2 / Uno -->
<ItemGroup Condition="'$(IsUno)' == 'true' AND '$(WinUIMajorVersion)' == '2'">
<PackageReference Include="Uno.ColorCode.UWP" Version="2.1.0-uno.36" />
<PackageReference Include="ColorCode.Core" Version="2.0.14" />
<!-- <PackageReference Include="Uno.Microsoft.Toolkit.Uwp.UI.Controls.Primitives" Version="7.1.11"/> -->
</ItemGroup>

<!-- WinUI 3 / WinAppSdk -->
<ItemGroup Condition="'$(IsWinAppSdk)' == 'true'">
<PackageReference Include="ColorCode.WinUI" Version="2.0.14" />
<PackageReference Include="ColorCode.Core" Version="2.0.14" />
<!-- <PackageReference Include="CommunityToolkit.WinUI.UI.Controls.Primitives" Version="7.1.2"/> -->
</ItemGroup>

<!-- WinUI 3 / Uno -->
<ItemGroup Condition="'$(IsUno)' == 'true' AND '$(WinUIMajorVersion)' == '3'">
<PackageReference Include="Uno.ColorCode.WinUI" Version="2.1.0-uno.36" />
<PackageReference Include="ColorCode.Core" Version="2.0.14" />
<!-- <PackageReference Include="Uno.CommunityToolkit.WinUI.UI.Controls.Primitives" Version="7.1.100-dev.15.g12261e2626"/> -->
</ItemGroup>
</Project>

0 comments on commit 80c8cf2

Please sign in to comment.