-
Notifications
You must be signed in to change notification settings - Fork 730
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
fix(hr): Use SDK version to run the dev server #14170
Conversation
The build 99688 found UI Test snapshots differences: Details
|
@Mergifyio backport release/stable/5.0 |
✅ Backports have been created
|
Ensures that the MSBuild version is determined using the appropriate folder, where `dotnet --version` used the latest available SDK on the machine. With this change, the MSBuild version will be the one explicitly used by the app. Combined with #14170, the devserver now completely uses the appropriate SDK/runtime version based on the app's compilation.
Ensures that the MSBuild version is determined using the appropriate folder, where `dotnet --version` used the latest available SDK on the machine. With this change, the MSBuild version will be the one explicitly used by the app. Combined with #14170, the devserver now completely uses the appropriate SDK/runtime version based on the app's compilation.
PR Type
What kind of change does this PR introduce?
What is the new behavior?
Properly start the appropriate devserver version based on the installed .NET SDK, not the selected
TargetFramework
.Copilot Summary
🤖 Generated by Copilot at e4326f1
Use BundledNETCoreAppTargetFrameworkVersion to select Uno Remote Control Host version. This fixes a potential mismatch between the app's runtime and the host's SDK version.
PR Checklist
Please check if your PR fulfills the following requirements:
Screenshots Compare Test Run
results.Other information
Internal Issue (If applicable):