Skip to content

Commit 0ad2d6c

Browse files
authored
fix link (#21992)
1 parent 679ebbe commit 0ad2d6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/tutorials/libraries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Develop libraries with the .NET CLI
33
description: Learn how to create .NET libraries using the .NET CLI. You'll create a library that supports multiple frameworks.
44
author: cartermp
55
ms.topic: how-to
6-
ms.date: 05/01/2017
6+
ms.date: 12/14/2020
77
---
88
# Develop libraries with the .NET CLI
99

@@ -29,7 +29,7 @@ Additionally, if you wish to support older .NET Framework targets, you need to i
2929

3030
## How to target .NET 5.0 or .NET Standard
3131

32-
You control your project's target framework by adding it to your project file (*.csproj* or *.fsproj*). For guidance on how to choose between targeting .NET 5.0 or .NET Standard see [.NET 5 and .NET Standard](../../standard/net-standard).
32+
You control your project's target framework by adding it to your project file (*.csproj* or *.fsproj*). For guidance on how to choose between targeting .NET 5.0 or .NET Standard see [.NET 5 and .NET Standard](../../standard/net-standard.md#net-5-and-net-standard).
3333

3434
```xml
3535
<Project Sdk="Microsoft.NET.Sdk">

0 commit comments

Comments
 (0)