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

net8.0-windows target issue #4242

Merged
merged 1 commit into from
Jan 15, 2024
Merged

net8.0-windows target issue #4242

merged 1 commit into from
Jan 15, 2024

Conversation

Jooseppi12
Copy link
Contributor

This PR is for addressing the issue in #4241 which was caused by mismatching conditions in the paket.props file in the obj folder of a project.

When net8.0 support was added the net8.0-windows and os specific net8.0 targets were left on TargetFrameworkVersion v7.0 accidentally, which caused mismatch in the above mentioned file.

Also net8.0-windows seems to be defaulting to net8.0-windows7.0 instead of net8.0-windows10.0.17763.0, therefore the TargetPlatformVersion is also mismatching, so the PackageReference is not added during DesignTime

Also attached a simple project that reproduces the problem.

repro4241.zip

@forki forki merged commit 89500cf into fsprojects:master Jan 15, 2024
1 check failed
@forki
Copy link
Member

forki commented Jan 15, 2024

thanks! released in 8.0.3

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.

None yet

2 participants