Package not compatible with net5.0-windows7.0 (.NETCoreApp,Version=v5.0). Package supports: net6.0-windows7.0 (.NETCoreApp,Version=v6.0)

@Stefano_Protti1

Yes, the message suggests that you need a UiPath Studio version compatible with the .NET Core 6 activities you used in your process. To run the process on a machine with UiPath Studio version 2021.10.5, you’ll need to either:

  1. Update the Studio to a version that supports .NET Core 6 activities, such as a version released after 2023.4.4, or

  2. Modify your process to use activities compatible with the .NET version supported by UiPath Studio 2021.10.5, such as .NET Core 3.1.

Using activities compatible with the .NET version supported by the older Studio version is the safer and more straightforward option if updating Studio is not possible.

cheers…!