-
Notifications
You must be signed in to change notification settings - Fork 85
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
Support libssl3 for Ubuntu 22.04 #222
Comments
I'm facing this same issue. |
As am I... |
As a temporary workaround, try this: #196 (comment) . List of |
Thanks for the tip, @atauenis ! I'll check that out when I get the chance. |
Is there a way to pass the location of Packaging.Targets.targets from the command-line? Then I can modify the file in my source code. I've using azure devops as a build server and I don't know how best to integrate this fix until a new version is released. |
As a workaround one can install libssl3 (newest version of the lib), and add the following on .csproj:
|
Thanks I ended up figuring out you could do that :) |
This works without removing the inbuilt dependency line first? |
dpkg: dependency problems prevent configuration of imagus-alert:
imagus-alert depends on libssl1.1 | libssl1.0.2 | libssl1.0.1 | libssl1.0.0 | libssl0.9.8; however:
Package libssl1.1 is not installed.
Package libssl1.0.2 is not installed.
Package libssl1.0.1 is not installed.
Package libssl1.0.0 is not installed.
Package libssl0.9.8 is not installed.
Edit: As a workaround, I'm installing libssl1.1 .deb right now so it meets the dependency requirements.
The text was updated successfully, but these errors were encountered: