Hi all,
I tried to convert a project from Windows-Legacy to Windows. After the conversion is done, I have the following issue:
NU1202: Package UiPathTeam.GenerateRandomPassword.Activities 1.0.4 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package UiPathTeam.GenerateRandomPassword.Activities 1.0.4 supports: net452 (.NETFramework,Version=v4.5.2)
Now, I can see that this package is not compatible with this type of project, but does anyone know if I can use another package/activity of this kind?
I am using that package to generate a random password of 10 characters with:
- 4 digits
- one special character (only * and . are accepted)
- at least 2 lower case letters
- at least 2 upper case letters
I was looking for a similar activity like the one from that package.
Thank you !