-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add support for Debian bookworm #8481
Comments
Any update on the status of this work? FYI the RID support update item references the Alpine 3.18 PR instead of a Bookworm PR. |
@rbhanda does the linked PRs for Deb12 include bookworm? |
I installed dotnet6 for Debian 12 as described by Microsoft. I compiled a dotnet application: I created a deb file with dotnet-deb (version 0.1.220): When I installed the deb file, the system gave me the error that libssl1 and libicu70 are not available:
Here is my dotnet version:
Is this a problem of dotnet-deb or dotnet6 sdk? /edit: On Debian 12, only libssl3 and libicu72 are available. |
Regarding the problem from my previous comment: It is caused by the tool dotnet deb. In the csproj file I set the property In order to define the correct dependencies of my application, I need to know what the dependencies of the dotnet framework are. Could you please document them here for Debian Bookworm? |
Supported. Resolving this one. |
This issue is created to track progress for the work to enable Debian bookworm support for .NET 6.0 and .NET 7.0
Product and Test updates
Release team:
Document updates:
The text was updated successfully, but these errors were encountered: