Skip to content

[NETSDKE2E][Regression] The implicit runtime (8.0/9.0/10.0) for .NET11 RC1 should be August update (8.0.30/9.0.19/10.0.11). #55890

Description

@v-huiwong

Regression Info

Works well on .NET 11.0.100-preview.7

Describe the bug

The implicit runtime (8.0/9.0/10.0) for .NET11 RC1 should be August update (8.0.30/9.0.19/10.0.11).

Steps to reproduce

INSTALL STEPS:
Clean machine: Windows 11 25H2
Install 11.0.100-rc.1.26420.103 (runtime - 11.0.0-rc.1.26420.103)

REPRO STEPS:
Run the following command in cmd.
1.dotnet new global.json
2.mkdir test
3.cd test
4.dotnet new console
5.edit test.csproj and set TargetFramework=net8.0/9.0/10.0
6.dotnet publish -r win-x86 --self-contained
7.Check the contents of test\bin\Release\net<x.y>\win-x86\publish\test.deps.json, search for “Microsoft.NETCore.App/” and see that version matches with VS carries

Expected behavior

The implicit runtime (8.0/9.0/10.0) for .NET11 RC1 should be August update (8.0.30/9.0.19/10.0.11).

Actual behavior

The implicit runtime (8.0/9.0/10.0) for .NET11 RC1 is June update (8.0.28/9.0.17/10.0.9).

Image

Are there any workarounds?

No response

dotnet --info output

.NET SDK:
 Version:           11.0.100-rc.1.26420.103
 Commit:            1d599674e3
 Workload version:  11.0.100-manifests.d9992e59
 MSBuild version:   18.11.0-1.26420.103+1d599674e

Runtime Environment:
 OS Name:     Windows
 OS Version:  10.0.26200
 OS Platform: Windows
 RID:         win-x64
 Base Path:   C:\Program Files\dotnet\sdk\11.0.100-rc.1.26420.103

.NET workloads installed:
There are no installed workloads to display.
Configured to use workload sets when installing new manifests.
No workload sets are installed. Run "dotnet workload restore" to install a workload set.

Host:
  Version:      11.0.0-rc.1.26420.103
  Architecture: x64
  Commit:       1d599674e3

.NET SDKs installed:
  11.0.100-rc.1.26420.103 [C:\Program Files\dotnet\sdk]

.NET runtimes installed:
  Microsoft.AspNetCore.App 11.0.0-rc.1.26420.103 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
  Microsoft.NETCore.App 11.0.0-rc.1.26420.103 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  Microsoft.WindowsDesktop.App 11.0.0-rc.1.26420.103 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]

Other architectures found:
  None

Environment variables:
  Not set

global.json file:
  Not found

Learn more:
  https://aka.ms/dotnet/info

Download .NET:
  https://aka.ms/dotnet/download

IDE version

No response

Other details

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    untriagedRequest triage from a team member

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions