Application fails to call .NET9.0 RTM dlls after installing .NET10.0 SDK
- 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.

**Actual behavior**
Application call .NET9.0 RC2 dlls.

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.