Skip to content

Commit 4b1db5a

Browse files
committed
Fixed "'HashCode' does not exist" error on uap
1 parent 8488efa commit 4b1db5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/RangeSelector/src/Dependencies.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<!-- WinUI 2 / UWP -->
1313
<ItemGroup Condition="'$(IsUwp)' == 'true'">
1414
<!-- <PackageReference Include="Microsoft.Toolkit.Uwp.UI.Controls.Primitives" Version="7.1.2"/> -->
15+
<PackageReference Include="Microsoft.Bcl.HashCode" Version="1.1.1" />
1516
</ItemGroup>
1617

1718
<!-- WinUI 2 / Uno -->

0 commit comments

Comments
 (0)