Skip to content
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

install libssl 1.1 to support older .NET SDKs #11741

Merged
merged 1 commit into from
Mar 10, 2025
Merged

Conversation

brettfo
Copy link
Contributor

@brettfo brettfo commented Mar 5, 2025

The NuGet updater installs SDKs as specified in a repo's global.json files then wherever possible, uses that version of the SDK for various update operations. Older versions of the .NET SDK (e.g., 3.1.xxx) require libssl 1.1, but that's not available on the current updater image nor on the install sources so it needs to be manually installed.

Found during a manual internal log audit.

@brettfo brettfo requested a review from a team as a code owner March 5, 2025 21:25
@github-actions github-actions bot added the L: dotnet:nuget NuGet packages via nuget or dotnet label Mar 5, 2025
@randhircs randhircs force-pushed the dev/brettfo/nuget-libssl branch from 0b2b5db to f8593ff Compare March 7, 2025 18:59
@randhircs randhircs merged commit c9cbfbe into main Mar 10, 2025
121 of 123 checks passed
@randhircs randhircs deleted the dev/brettfo/nuget-libssl branch March 10, 2025 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L: dotnet:nuget NuGet packages via nuget or dotnet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants