After migrating an existing project getting this error: "No Compatible version with windows project"

Hi Team,

I have migrated a old project from Windows-Legacy to Windows project and after migrating i am getting the issue as “No Compatible version with windows project” for the packages mentioned below:
Microsoft.Activities.Extension
Microsoft.Activities

After migration also getting this error: NU1801: Unable to load the service index for source, as per my knowledge this error i am getting regarding some package missing.

Any help on this issue will be really appreciated.
Thanks in advance.

Hi @harshavardhan3457

Check the below thread,It might helps you

1 Like

@harshavardhan3457,

Remove these packages from your project and check where and which activity is using these packages. Try finding logic for that.

1 Like

@harshavardhan3457

These packages are removed in windows project

Alternately these activities can be done directly using assign activities

All dictionary manipulations can be done directly

Cheers

1 Like

Thanks @pravallikapaluri, for your prompt reply.

The link you have shared is very helpful.