You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello:
I can use the repo in console project. But now I am using Visual Studio 2022, and I want to use the repo in a winforms app (target .NET 6.0) for Windows 10 PC. Since .NET 6.0 is in long time support, I don’t want to change program quite often.
But when I tried to install the NUGET package:
Install-Package UIDeskAutomation -Version 1.6.4
I got warning:
Warning NU1701
Package 'UIDeskAutomation 1.6.4' 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' instead of the project target framework 'net6.0-windows7.0'.
Can you release a new version, which can be used in .NET 6.0 winforms app (for Windows 10/11)?
Thanks,
The text was updated successfully, but these errors were encountered:
Hi,
If you ignore the warning, can you use the package like it is now in your
WinForms app?
I think libraries done using .Net Framework work with .Net 6.0.
Best regards.
În mie., 16 feb. 2022 la 11:40, zydjohnHotmail ***@***.***> a
scris:
Hello:
I can use the repo in console project. But now I am using Visual Studio
2022, and I want to use the repo in a winforms app (target .NET 6.0) for
Windows 10 PC. Since .NET 6.0 is in long time support, I don’t want to
change program quite often.
Message ID: ***@***.***>
Hello:
Let me know if you can make the repo target .NET 6.0, so I can keep using it for a long time. Better to target X64 CPU, as new computer basically use only X64 platform.
Hello:
I can use the repo in console project. But now I am using Visual Studio 2022, and I want to use the repo in a winforms app (target .NET 6.0) for Windows 10 PC. Since .NET 6.0 is in long time support, I don’t want to change program quite often.
But when I tried to install the NUGET package:
Install-Package UIDeskAutomation -Version 1.6.4
I got warning:
Warning NU1701
Package 'UIDeskAutomation 1.6.4' 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' instead of the project target framework 'net6.0-windows7.0'.
Can you release a new version, which can be used in .NET 6.0 winforms app (for Windows 10/11)?
Thanks,
The text was updated successfully, but these errors were encountered: