Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 4b6ce97

Browse files
committed
Merge pull request #2616 from fffej/patch-1
Update a link due to a 404.
2 parents fe4f468 + b453906 commit 4b6ce97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/project-docs/support-dotnet-core-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Want to make your libraries multi-platform? Want to see how much work is require
44

55
## New Targets
66

7-
- [.NET Core 5](https://www.dotnetfoundation.org/netcore5): Has a modular design, employs side-by-side, and targets cross-platform scenarios. Side-by-side allows you to adopt new .NET Core versions without breaking other apps.
7+
- [.NET Core 5](https://www.dotnetfoundation.org/netcore): Has a modular design, employs side-by-side, and targets cross-platform scenarios. Side-by-side allows you to adopt new .NET Core versions without breaking other apps.
88
- [ASP.NET 5](https://www.dotnetfoundation.org/aspnet-5): is a modern web-framework built on .NET Core 5 thus giving developers the same benefits.
99
- [.NET Native](http://blogs.msdn.com/b/dotnet/archive/2014/04/24/dotnetnative-performance.aspx): Improve performance of your Windows Store apps that run on x64 and ARM machines by using .NET Native's static compilation.
1010

0 commit comments

Comments
 (0)