You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To prevent diamond dependency problems (MS dependencies), the latest versions of dependencies for the latest corresponding .net version should be used.
E.g.
Net 9 should use Microsoft.Extensions.Hosting.Abstractions 9.0.0, ....
Net 8 should use Microsoft.Extensions.Hosting.Abstractions 8.0.0, ....
Net 7 should use Microsoft.Extensions.Hosting.Abstractions 7.0.0, ....
To prevent diamond dependency problems (MS dependencies), the latest versions of dependencies for the latest corresponding .net version should be used.
E.g.
This should fix #406.
The text was updated successfully, but these errors were encountered: