[Deps]Upgrading STL Thumbnail provider to latest (Helix package) (#30505)

* upgraded to latest

* Fix NOTICE.md

* Fix dependency conflict

* Actually reference abstractions dependency
This commit is contained in:
Clint Rutkas
2023-12-18 14:30:48 -08:00
committed by GitHub
parent 3299ecfece
commit 545f901492
3 changed files with 8 additions and 5 deletions

View File

@@ -42,6 +42,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" /> <!-- Referenced directly since it's a dependency of HelixToolkit and we want a version that doesn't conflict with the rest of the solution. -->
<PackageReference Include="Microsoft.Windows.CsWinRT" />
<PackageReference Include="HelixToolkit" />
<PackageReference Include="HelixToolkit.Core.Wpf" />