Skip to content

Commit 05e7a37

Browse files
Add missing 'include' for major upgrade guide general advice
Include missing major upgrade general advice for 7 to 8 and 8 to 9 major upgrades.
2 parents 49db680 + a1d92ad commit 05e7a37

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

nservicebus/upgrades/7to8/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ upgradeGuideCoreVersions:
99
- 8
1010
---
1111

12+
include: upgrade-major
13+
1214
This document focuses on changes that are affecting general endpoint configuration and message handlers. For more upgrade guides, see the following additional guides:
1315

1416
* [Changes for downstream implementations like custom/community transports, persistence, message serializers](implementations.md)

nservicebus/upgrades/8to9/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ upgradeGuideCoreVersions:
99
- 9
1010
---
1111

12+
include: upgrade-major
13+
1214
## Removed support for .NET Framework
1315

1416
NServiceBus 9 no longer supports any version of the .NET Framework. Instead, it targets .NET 8 only (read more about the [supported frameworks and platforms](/nservicebus/upgrades/supported-platforms.md)). Any component in NServiceBus 8 that is .NET Framework only (for example, the MSMQ transport) will not have a version that is compatible with NServiceBus 9. NServiceBus 8 will continue to be supported for use on the .NET Framework.

0 commit comments

Comments
 (0)