-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Update ef.exe TFMs #34654
Comments
Alternatively, you could target By doing that and setting a roll forward policy (RollForward=Major), the tool can be used on all supported .NETCoreApp runtimes, not just with a .NET 10 runtime installed. |
@ViktorHofer We decided to target |
You should be able to target the latest CodeAnalysis packages when targeting and older .NETCoreApp TFM like net8.0. Or am I missing something here? |
Even if they allow to target an older TFM they still require the current VS/SDK to be installed to actually work, so there's little real benefit for targeting older TFMs and it confuses users when the versioning between the TFM, SDK, Runtime and EF doesn't match |
For EF 10 it should target
net10.0;net472
The text was updated successfully, but these errors were encountered: