[release/6.5] Allow the tools to run on the newest SDK#2396
Merged
SamMonoRT merged 1 commit intorelease/6.5from Apr 17, 2026
Merged
[release/6.5] Allow the tools to run on the newest SDK#2396SamMonoRT merged 1 commit intorelease/6.5from
SamMonoRT merged 1 commit intorelease/6.5from
Conversation
There was a problem hiding this comment.
Pull request overview
Updates EF6 tooling project configuration so the ef6 tool can execute on machines that only have a newer .NET runtime installed (by allowing runtime roll-forward).
Changes:
- Set
RollForwardtoLatestMajorfor theef6tool project.
Comments suppressed due to low confidence (1)
src/ef6/ef6.csproj:14
- The XML comment now sits immediately after the new setting, which makes it read as if it explains RollForward. But the text is about keeping the net6 target/runtime selection behavior (via TargetLatestDotNetRuntime). Consider moving/rewriting the comment to explicitly cover both settings (or place it directly above the property it describes) to avoid future confusion.
<RollForward>LatestMajor</RollForward>
<!--
This keeps ef6.exe targeting the default version of .NET Core for net6.0,
which maximizes the machines on which this tool will be compatible.
-->
<TargetLatestDotNetRuntime Condition=" '$(IsServicingBuild)' == 'true' ">false</TargetLatestDotNetRuntime>
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
SamMonoRT
approved these changes
Apr 17, 2026
This was referenced Apr 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.