Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions docs/core/porting/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,10 @@ We recommend you use the following process when porting your project to .NET Cor

> [!div class="nextstepaction"]
> [Analyze dependencies](third-party-deps.md)
> [Package NuGet Package](../deploying/creating-nuget-packages.md)
> [ASP.NET to ASP.NET Core Migration](/aspnet/core/migration/proper-to-2x)
> [Package a NuGet package](../deploying/creating-nuget-packages.md)

## See also

- [ASP.NET to ASP.NET Core migration](/aspnet/core/migration/proper-to-2x)
- [Migrate WPF apps to .NET Core](/dotnet/desktop/wpf/migration/convert-project-from-net-framework)
- [Migrate Windows Forms apps to .NET Core](winforms.md)