Skip to content

Commit 1a27e26

Browse files
committed
Updated documentation regarding target frameworks.
1 parent f5994a9 commit 1a27e26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ Because of the way external configuration has been implemented in various .NET f
9191
| .NET Framework 4.6.1+ | `net461` | app or library | _System.Configuration_ |
9292
| .NET Framework 4.6.1+ | `net461` | app or library | _Microsoft.Extensions.Configuration_ |
9393
| .NET Standard 2.0 | `netstandard2.0` | library only | _Microsoft.Extensions.Configuration_ |
94-
| .NET Core 2.0+ | `netcoreapp2.0` | app or library | _System.Configuration_ |
95-
| .NET Core 2.0+ | `netcoreapp2.0` | app or library | _Microsoft.Extensions.Configuration_ |
94+
| .NET Core 3.1+ | `netcoreapp3.1` | app or library | _System.Configuration_ |
95+
| .NET Core 3.1+ | `netcoreapp3.1` | app or library | _Microsoft.Extensions.Configuration_ |
9696

9797
Support for .NET Framework 4.5.2 is tied to the Windows 8.1 lifecycle with support scheduled to end in January 2023.
9898

0 commit comments

Comments
 (0)