It looks like the AppVeyor builds are not successfully publishing new NuGet packages. I need to use a newer version of Community.VisualStudio.Toolkit than 17.0.430 because of this issue, but it seems the Community.VisualStudio.Toolkit.DependencyInjection.Core package fails on any version newer than 430 (even with a ProvideBindingRedirect attribute on my VSIX assembly redirecting it to a newer version).
The update of Community.VisualStudio.Toolkit merged via #8 hasn't made it to a new NuGet package version yet.
It looks like the AppVeyor builds are not successfully publishing new NuGet packages. I need to use a newer version of
Community.VisualStudio.Toolkitthan17.0.430because of this issue, but it seems theCommunity.VisualStudio.Toolkit.DependencyInjection.Corepackage fails on any version newer than 430 (even with aProvideBindingRedirectattribute on my VSIX assembly redirecting it to a newer version).The update of
Community.VisualStudio.Toolkitmerged via #8 hasn't made it to a new NuGet package version yet.