Custom Activity created in .NET 6.0 not compatible with UiPath Studio 2023.4.1

Hi,

I have created a custom activity using C#.Net in .NET 6.0 but it is showing incompatible.
I’m using below depedencies:
image

I have created Nuget Package using NuGet Package explorer:
image

Have gone to all possible resources for resolution but no luck.

Please help to get what I am doing wrong here.

Hi,

Can you share your nupkg file, if possible?

Regards,

Hi @Yoichi

Attaching npukg file
CustomActivities.1.0.4.nupkg (11.5 KB)

Hi,

It seems necessary to create “net6.0-windows7.0” group in Package Dependency.

CustomActivities.1.0.4.nupkg (11.5 KB)

Regards,

is it working after creating the group?

Thank you very much :slight_smile: , it’s working now

But ran into other prorblem.

While bulding activity, I have added some packages in visual studio. So now getting error ralated to that while trying to install package in UiPath Studio.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.