Skip to content

Update URL #22620

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 4, 2021
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
6 changes: 3 additions & 3 deletions docs/core/tutorials/libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ This article covers how to write libraries for .NET using the .NET CLI. The CLI

## Prerequisites

You need [the .NET SDK and CLI](https://dotnet.microsoft.com/download) installed on your machine.
You need the [.NET SDK](https://dotnet.microsoft.com/download) installed on your machine.

For the sections of this document dealing with .NET Framework versions, you need the [.NET Framework](https://dotnet.microsoft.com) installed on a Windows machine.
For the sections of this document dealing with .NET Framework versions, you need the [.NET Framework](https://dotnet.microsoft.com/download/dotnet-framework) installed on a Windows machine.

Additionally, if you wish to support older .NET Framework targets, you need to install targeting packs or developer packs from the [.NET download archives page](https://dotnet.microsoft.com/download/archives). Refer to this table:
Additionally, if you wish to support older .NET Framework targets, you need to install targeting packs or developer packs from the [.NET Framework downloads page](https://dotnet.microsoft.com/download/dotnet-framework). Refer to this table:

| .NET Framework version | What to download |
| ---------------------- | ------------------------------------------------------ |
Expand Down