Travix-International / Hystrix.Dotnet

A combination of circuit breaker and timeout. The .net version of the open source Hystrix library built by Netflix.
https://travix-international.github.io/Hystrix.Dotnet/
MIT License
95 stars 16 forks source link

Hystrix.Dotnet.Samples.AspNetCore not working out of the box #12

Closed HigorCesar closed 7 years ago

HigorCesar commented 7 years ago

Error message during restore: Unable to resolve 'Hystrix.Dotnet.AspNetCore (>= 1.0.2)' for '.NETCoreApp,Version=v1.1'.

It seems that the version of the package should be 1.0.0-beta3

markvincze commented 7 years ago

Thanks for reporting!

After I merged the 2 PRs pending I'll sort those versions out.