NickCraver / StackExchange.Exceptional

Error handler used for the Stack Exchange network
https://nickcraver.com/StackExchange.Exceptional/
Apache License 2.0
863 stars 171 forks source link

rc2.3 and rc2.4 depend on old version of Shared #125

Closed stijnherreman closed 6 years ago

stijnherreman commented 6 years ago

StackExchange.Exceptional/2.0.0-rc1-00198 depends on StackExchange.Exceptional.Shared (>= 2.0.0-rc1-00198), but StackExchange.Exceptional/2.0.0-rc2.3 and StackExchange.Exceptional/2.0.0-rc2.4 depend on StackExchange.Exceptional.Shared (>= 1.0.0)

Easily fixed by manually upgrading the Shared package, so not a critical issue.

NickCraver commented 6 years ago

I fought with tooling today and we should be all better now (as of 2.0.0-rc2.12). The crux of the issue is https://github.com/NuGet/Home/issues/4337, and it still needed a workaround with the latest Appveyor image. For now, we're manually using the 2.1.100-preview-007379 dotnet SDK which has fixes in place.

MyGet and NuGet feeds are updated and affected packages have been de-listed. Thanks for the heads up!