Skip to content

net8.0-windows target issue - #4242

Merged
forki merged 1 commit into
fsprojects:masterfrom
Jooseppi12:4241
Jan 15, 2024
Merged

net8.0-windows target issue#4242
forki merged 1 commit into
fsprojects:masterfrom
Jooseppi12:4241

Conversation

@Jooseppi12

Copy link
Copy Markdown
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 89000cf into fsprojects:master Jan 15, 2024
@forki

forki commented Jan 15, 2024

Copy link
Copy Markdown
Member

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.

2 participants