robert-j-engdahl / ngettext-wpf

Proper internationalization support for WPF (via NGettext)
GNU Lesser General Public License v3.0
10 stars 12 forks source link

Nuget does not specify dependency towards interactivity #4

Closed robert-j-engdahl closed 6 years ago

robert-j-engdahl commented 6 years ago

Resulting in exceptions like this:

An exception was thrown while invoking the constructor 'Void .ctor(NGettext.Wpf.ICultureTracker)' on type 'IntegrateNGettextCultureTracker'. ---> Could not load file or assembly 'System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies.
robert-j-engdahl commented 6 years ago

The problem was that the System.Windows.Interactivity.dll is specific to .NET version. So releasing for .NET 4.0 made our nuget incompatibile with .NET 4.5 and newer. This could have been solved without loosing backwards compatibility. But I don't need, and I therefore won't test it. PR's are most welcome :)