dotnet / dotnet/sdk

Application fails to call .NET9.0 RTM dlls after installing .NET10.0 SDK

Open
#44,007 1 comment 0 reactions 0 assignees View on GitHub
Area-NetSDK
Dominant language
C#
Stars
3.2k
Forks
1.3k
PR merge metrics
PR metrics pending

Description

### Describe the bug
VS comes with .NET 9.0 RC2 SDK, install .NET 9.0 RTM SDK, create .NET 9.0 project run it call 9.0 RTM dlls. After installing the .NET 10.0 SDK, create .NET 9.0 project run it call 9.0 RC2 dlls. It should still call 9.0 RTM dlls.

### To Reproduce
1. Install the .NET 9.0 RTM and .NET 10.0 SDK.
2. Create a Winforms/WPF .NET Core 9.0 project.
3. Build and run.

**Expected behavior**
Application should call .NET9.0 RTM dlls.
![does't has net10](https://github.com/user-attachments/assets/fa231f89-8b30-447e-b755-28d31050840e)

**Actual behavior**
Application call .NET9.0 RC2 dlls.
![have10 0](https://github.com/user-attachments/assets/e314c4e4-af6d-4581-b5b7-7d55eccaf2f1)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.