Describe the bug 🐞
When creating a new .Net 6 Wpf Application and after adding NuGet Package ReactiveUI.WPF 20.1.63 I get the Compiler Warning:
warning NU1701: Package 'ReactiveUI.WPF 20.1.63' 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 'net6.0-windows7.0'. This package may not be fully compatible with your project.
Step to reproduce
- Create a new .Net6 WPF Application in VisualStudio 2022
- Add NuGet Package ReactiveUI.WPF 20.1.63
- Compile
- Check Output window for warnings
Reproduction repository
https://github.com/reactiveui/ReactiveUI
Expected behavior
The correct .Nuget Package ReactiveUI.WPF 20.1.63 for .Net 6 should be installed
Screenshots 🖼️
No response
IDE
Visual Studio 2022
Operating system
Windows 11
Version
No response
Device
No response
ReactiveUI Version
20.1.63
Additional information ℹ️
No response
Describe the bug 🐞
When creating a new .Net 6 Wpf Application and after adding NuGet Package ReactiveUI.WPF 20.1.63 I get the Compiler Warning:
warning NU1701: Package 'ReactiveUI.WPF 20.1.63' 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 'net6.0-windows7.0'. This package may not be fully compatible with your project.
Step to reproduce
Reproduction repository
https://github.com/reactiveui/ReactiveUI
Expected behavior
The correct .Nuget Package ReactiveUI.WPF 20.1.63 for .Net 6 should be installed
Screenshots 🖼️
No response
IDE
Visual Studio 2022
Operating system
Windows 11
Version
No response
Device
No response
ReactiveUI Version
20.1.63
Additional information ℹ️
No response