Skip to content

Updating version for dotnet-sdk for 8.0.X - #1312

Merged
tnikolova82 merged 2 commits into
masterfrom
pr-by-releng-bot-1786473141
Aug 19, 2026
Merged

Updating version for dotnet-sdk for 8.0.X #1312
tnikolova82 merged 2 commits into
masterfrom
pr-by-releng-bot-1786473141

Conversation

@ari-wg-gitbot

Copy link
Copy Markdown
Contributor

Automated update of dotnet-sdk dependency for version line 8.0.X.

@tnikolova82
tnikolova82 force-pushed the pr-by-releng-bot-1786473141 branch from 761ceab to e7b7215 Compare August 19, 2026 13:42
@tnikolova82

Copy link
Copy Markdown
Contributor

Fixed: Rebased on master to include required dependencies

The integration tests were failing because dotnet-sdk 8.0.424 requires dotnet-runtime 8.0.30 to run, but this PR was based on an older master that only had runtime 8.0.21.

Root Cause

The error was:

Framework: 'Microsoft.NETCore.App', version '8.0.30' (x64)
The following frameworks were found:
  8.0.21 at [/tmp/contents.../deps/0/dotnet-sdk/shared/Microsoft.NETCore.App]
**ERROR** Unable to run dotnet publish: exit status 150

Solution

Rebased this PR on the current master, which now includes PR #1311 that added:

  • ✅ dotnet-runtime 8.0.30
  • ✅ dotnet-aspnetcore 8.0.30

The SDK can now find the matching 8.0.30 runtime it requires, and tests should pass.

@tnikolova82
tnikolova82 merged commit 7d53472 into master Aug 19, 2026
7 checks passed
@tnikolova82
tnikolova82 deleted the pr-by-releng-bot-1786473141 branch August 19, 2026 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants