File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,8 +91,8 @@ Because of the way external configuration has been implemented in various .NET f
91
91
| .NET Framework 4.6.1+ | ` net461 ` | app or library | _ System.Configuration_ |
92
92
| .NET Framework 4.6.1+ | ` net461 ` | app or library | _ Microsoft.Extensions.Configuration_ |
93
93
| .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_ |
96
96
97
97
Support for .NET Framework 4.5.2 is tied to the Windows 8.1 lifecycle with support scheduled to end in January 2023.
98
98
You can’t perform that action at this time.
0 commit comments