microsoft / XamlBehaviors

This is the official home for UWP XAML Behaviors on GitHub.
MIT License
697 stars 112 forks source link

Fix issue with unit test projects failing to build because of invalid public key #174

Closed DVaughan closed 4 years ago

DVaughan commented 4 years ago

The managed unit test project references the Microsoft.Xaml.Interactions project. The Microsoft.Xaml.Interactions project has an InternalsVisibleTo attribute for the unit test project which is failing to resolve because of a certificate mismatch. This has been resolved. References to the old .snk file have been replaced with the Behaviors.snk file in the key directory.