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

Retarget ef.dll to net10.0 #35488

Merged
merged 1 commit into from
Jan 17, 2025
Merged

Retarget ef.dll to net10.0 #35488

merged 1 commit into from
Jan 17, 2025

Conversation

AndriySvyryd
Copy link
Member

Fixes #34654

@AndriySvyryd AndriySvyryd requested a review from a team as a code owner January 16, 2025 21:37
@@ -17,7 +17,7 @@
<file src="$OutputPath$$DefaultNetCoreTargetFramework$\$AssemblyName$.pdb" target="tasks\$DefaultNetCoreTargetFramework$\" />
<file src="$OutputPath$$DefaultNetCoreTargetFramework$\$AssemblyName$.deps.json" target="tasks\$DefaultNetCoreTargetFramework$\" />
<file src="$OutputPath$net472\*" target="tasks\net472\" />
<file src="$ArtifactsBinDir$ef\$Configuration$\netcoreapp2.0\*" target="tools\netcoreapp2.0\" />
<file src="$ArtifactsBinDir$ef\$Configuration$\$DefaultNetCoreTargetFramework$\*" target="tools\$DefaultNetCoreTargetFramework$\" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trying to understand why do we need this now, and how does this play into versioning with Aspire etc?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • netcoreapp2.0 is very out of support and this is being flagged by NuGet Audit
  • We need to target net9.0 or newer to be able to fix React to deps.json change wrt PrivateAssets #35265
  • This is a significant change, so it's best to be done early in the release

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This means that the user project will need to target net10.0 to be able to refence and use our tools.

@AndriySvyryd AndriySvyryd enabled auto-merge (squash) January 17, 2025 21:56
@AndriySvyryd AndriySvyryd merged commit 5f28ea7 into main Jan 17, 2025
7 checks passed
@AndriySvyryd AndriySvyryd deleted the Issue34654 branch January 17, 2025 22:52
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.

Update ef.exe TFMs
2 participants