You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
drop .NET Core 2.1 and .NET Framework 4.5.2/4.6.1 (#11)
* drop .NET Core 2.1 and .NET Framework 4.5.2/4.6.1
* fix CI
* update release metadata
* enable test logger for CircleCI reporting
* store test results
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,8 @@ For more information and examples, see the [API documentation](https://launchdar
12
12
13
13
This version of the library is built for the following targets:
14
14
15
-
* .NET Framework 4.5.2: runs on .NET Framework 4.5.x and above.
16
-
* .NET Core 2.1: runs on .NET Core 2.x and 3.x, or .NET 5. This target provides an adapter to the standard .NET Core logging framework, `Logs.CoreLogging`, which is not available in .NET Framework.
15
+
* .NET Framework 4.6.2: runs on .NET Framework 4.6.2 and above.
16
+
* .NET Core 3.1: runs on .NET Core 3.x, or .NET 6.0+. This target provides an adapter to the standard .NET Core logging framework, `Logs.CoreLogging`, which is not available in .NET Framework except as a separate package.
17
17
* .NET Standard 2.0: runs on application platforms that are neither of the above, such as Xamarin, or within a library that is targeted to .NET Standard 2.x.
18
18
19
19
The .NET build tools should automatically load the most appropriate build of the library for whatever platform your application or library is targeted to.
0 commit comments