jamesmh / coravel

Near-zero config .NET library that makes advanced application features like Task Scheduling, Caching, Queuing, Event Broadcasting, and more a breeze!
https://docs.coravel.net/Installation/
MIT License
3.63k stars 243 forks source link

Cannot install 4.1.3 or later (.Net 7 SDK Web project) #336

Closed gaelj closed 9 months ago

gaelj commented 10 months ago

Describe the bug

I am trying to use Coravel non-pro (for the first time ever) in a .Net 7.0.304 SDK Web project. FYI I use a self-hosted Baget instance as a Nuget cache, which works perfectly with all other packages.

Affected Coravel Feature

Installation fails, so no features are available at all.

Expected behaviour

There should be no error when adding / restoring the Nuget package.

jamesmh commented 9 months ago

Just trying this out and cannot reproduce it. Will close this but let me know if you still have issues: perhaps using .NET 7.0.400 will work for you?

image