-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change the OC package references to 1.8.0 instead of 1.8.2 (OSOE-846) #258
Comments
This would require us to disable package consolidation checks for OC versions. |
So, we'd need to always update the consolidation check disable regex to the current baseline OC version, i.e. the one we use in all shared projects (not web projects). However, something like "2.1" is not really unique, so we risk missing actual consolidation errors too. We could also extend |
It would be good to exclude the "main" (
|
Hmm, interesting, indeed! We need to do this holistically, not in this project, so this instead: Lombiq/GitHub-Actions#354. |
Based on @Piedone 's advice in OCC:
This is not possible for the projects that use HL, specifically OrchardCore.Commerce.Inventory and OrchardCore.Commerce.ContentFields.
Once this is done, also update OCC's Directory.Packages.props as suggested here.
Jira issue
The text was updated successfully, but these errors were encountered: