Skip to content

Commit 2c2f4c9

Browse files
Document guidelines for porting new packages (#1206)
1 parent b99d40d commit 2c2f4c9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ generated packages show changes when being regenerated.
8484

8585
You can search for known issues in the [Known Generator Issues Markdown file](docs/known_generator_issues.md).
8686

87+
**Note:** When porting new packages between branches, you must regenerate the packages when crossing the 10.0/9.0 boundary.
88+
This is because in 10.0 the generated projects switched from using PackageReference to PojectReference.
89+
Porting new packages across 10.0/9.0 boundary will introduce prebuilts.
90+
See the workflow documented in the servicing branch readmes for additional requirements when adding new packages pre 10.0.
91+
8792
### Targeting
8893

8994
Generating new targeting packages is not supported. No new targeting packs should be needed/added. If you feel

0 commit comments

Comments
 (0)