-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
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
- Create a wpf application
- Make sure your WPF application targets .net 8.0
- install reactiveui package and reactiveui.wpf package
- 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