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
Copy file name to clipboardExpand all lines: release-notes/wip-release-notes.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ Date: ???
7
7
### Breaking Changes
8
8
9
9
- Feature #123 changes the `TestCaptureLogger<T>` class to encapsulate an instance of `TestCaptureLogger` rather than inherit from it. If you're code relied on `TestCaptureLogger<T>` inheriting from `TestCaptureLogger` then it will likely break.
10
+
- Feature #172 drops support for .NET 7.0. Use .NET 6.0 LTS or .NET 8.0 LTS.
10
11
11
12
### Bugs
12
13
@@ -22,9 +23,12 @@ Date: ???
22
23
### Miscellaneous
23
24
24
25
-#164: Update pipeline.
26
+
-#172: Drop support and package targeting for .NET 7.0.
25
27
26
28
### Dependencies
27
29
28
30
-#166 Update package references:
29
31
- .NET 8.0 targets:
30
32
- Bump Microsoft.Extensions.Logging.Abstractions to 8.0.1
0 commit comments