I’m following the steps described here to migrate to .NET 6:
But none of the mentioned packages are available on the respective versions posted there.
I also face the same issue with .NET 5, none of the versions informed on the documentation did get resolved.
Seeing the Visual Studio logs about the attempt to resolve the System.Activities.Core.Presentation dependency, the nearest version available is an alpha version:
Severity Code Description Project File Line Suppression State
Error NU1102 Unable to find package System.Activities.Core.Presentation with version (>= 6.0.0-20220318.2)
Found 3 version(s) in MyGet-UiPathDev [ Nearest version: 1.0.0-alpha003 ]
Found 1 version(s) in MyGet-Workflow [ Nearest version: 1.0.0-alpha004 ]
Found 0 version(s) in Microsoft Visual Studio Offline Packages
I have tried this link . unfortunately , it is not working for me. If someone successfully completed the migration, share your experience will helpful to me and others.