-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
Recent versions of the SemanticVersion dependency now require macos 13.0. Because this project declares requiring macos 11.0, we get a build error that a project requiring 11.0 cannot depend on one requiring 13.0. Could we bump or remove the version requirement from this project?
error: the library 'ReleaseNotesCore' requires macos 11.0, but depends on the product 'SemanticVersion' which requires macos 13.0; consider changing the library 'ReleaseNotesCore' to require macos 13.0 or later, or the product 'SemanticVersion' to require macos 11.0 or earlier.
Metadata
Metadata
Assignees
Labels
No labels