Skip to content
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

Revert ef6.exe to .NET Core 3.0 #1419

Merged
merged 1 commit into from
Oct 30, 2019
Merged

Revert ef6.exe to .NET Core 3.0 #1419

merged 1 commit into from
Oct 30, 2019

Conversation

bricelam
Copy link
Contributor

@bricelam bricelam commented Oct 25, 2019

This improves compatibility. In short, we'll compile against the lowest possible target framework and try to execute on the exact same target framework as the target project.

This also forces the *.runtimeconfig.json file to be generated on class library projects so we actually know the target framework.

Fixes #1400

@bricelam

This comment has been minimized.

@bricelam
Copy link
Contributor Author

bricelam commented Oct 29, 2019

Cleaned up my machine and the errors went away. (Could have also been the rebase)

@bricelam bricelam marked this pull request as ready for review October 29, 2019 18:37
This improves compatibility. In short, we'll compile against the lowest possible target framework and try to execute on the exact same target framework as the target project. Also forces the *.runtimeconfig.json file to be generated on class library projects.

Fixes dotnet#1400
@bricelam
Copy link
Contributor Author

bricelam commented Oct 29, 2019

Note, the TFM changes slipped past me in PR #1223. Sorry for not noticing earlier

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EF6.3 Within NetCoreApp3.0 Library and PMC Migrations
2 participants