When installing Report Viewer in Visual Studio 2019, it gives the following error:
"The package 'Microsoft.ReportingServices.ReportViewerControl.Winforms 150.1449.0' was restored using
'.NETFramework, Versão = v4.6.1, .NETFramework, Versão = v4.6.2, .NETFramework, Versão = v4.7, .NETFramework, Versão = v4.7.1, .NETFramework, Version = v4.7.2, .NETFramework, Version = v4.8 ' instead of the target structure of the project ' net5.0-windows7.0 '. This package may not be fully compatible with your project. "
I have already researched a lot and did not get the solution.
Can you help me can you help me?
I understood that the structure of my project is
net5.0-windows7.0 it's the Report Viewer is for up .NETFramework, Version = v4.8.
But in the Visual Studio 2019 gives no option to
.NETFramework, Versão = v4.8, only .net 5.0, core 3.1 and core 3.0.




