Skip to content

Commit 1b37414

Browse files
pkulikovRon Petrusha
authored andcommitted
Fixed list formatting (#6079)
1 parent 7bb2d73 commit 1b37414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/migration/20-21.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For an overview of the new features in .NET Core 2.1, see [What's new in .NET Co
1717

1818
* Change the [target framework](../../standard/frameworks.md) value from `netcoreapp2.0` to `netcoreapp2.1`. The target framework is defined by the `<TargetFramework>` or `<TargetFrameworks>` element.
1919

20-
For example, change `<TargetFramework>netcoreapp2.0</TargetFramework>` to `<TargetFramework>netcoreapp2.1</TargetFramework>`.
20+
For example, change `<TargetFramework>netcoreapp2.0</TargetFramework>` to `<TargetFramework>netcoreapp2.1</TargetFramework>`.
2121

2222
* Remove `<DotNetCliToolReference>` references for tools that are bundled in the .NET Core 2.1 SDK (v 2.1.300 or later). These references include:
2323

0 commit comments

Comments
 (0)