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

ReactiveUI.WPF does not include .net 8.0 as a target: #3696

Closed
kgday opened this issue Dec 18, 2023 · 3 comments
Closed

ReactiveUI.WPF does not include .net 8.0 as a target: #3696

kgday opened this issue Dec 18, 2023 · 3 comments
Labels

Comments

@kgday
Copy link

kgday commented Dec 18, 2023

Describe the bug 🐞

When compiling after upgrading to latest reactui version, I get a compiler warning:
BeesWall.csproj: [NU1701] Package 'ReactiveUI.WPF 19.5.31' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net8.0-windows7.0'. This package may not be fully compatible with your project.

Step to reproduce

  1. Create a wpf application
  2. Make sure your WPF application targets .net 8.0
  3. install reactiveui package and reactiveui.wpf package
  4. Compile.

Reproduction repository

https://github.com/reactiveui/ReactiveUI

Expected behavior

No compiler warnings regarding package targets.

Screenshots 🖼️

No response

IDE

No response

Operating system

No response

Version

No response

Device

No response

ReactiveUI Version

No response

Additional information ℹ️

No response

@ChrisPulman
Copy link
Member

Please ensure that you are targeting at least windows10.0.17763.0

  • <TargetFramework>net8.0-windows10.0.17763.0</TargetFramework>

@kgday
Copy link
Author

kgday commented Dec 18, 2023

Thank you, that was the problem.

@kgday kgday closed this as completed Dec 18, 2023
Copy link

github-actions bot commented Jan 2, 2024

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants