fsprojects / Avalonia.FuncUI

Develop cross-plattform GUI Applications using F# and Avalonia!
https://funcui.avaloniaui.net/
MIT License
889 stars 72 forks source link

Update unit testing libraries #392

Closed Numpsy closed 5 months ago

Numpsy commented 5 months ago

This is pretty trivial, but -

The NuGet vulnerability reporting feature in the latest Visual Studio reports a warning about a transient dependency in the unit tests project: image

Updating the unit testing libs to the latest version trims out a huge amount of transitive dependencies on rather old versions of things, which sorts that but also makes the dependencies much cleaner:

image

JaggerJo commented 5 months ago

Thanks!