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: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,12 @@ The tool cache will be in the _build folder. To clear the cache, build again.
65
65
66
66
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
67
67
68
+
Since at the moment work is proceeding on migrating to Node16, you need to remember the following:
69
+
70
+
- master branch for SDK v1 (stable and targets Node10)
71
+
- releases/2.x branch for SDK v2 (preview and targets Node16)
72
+
- Changes that were merged for SDK v1 should be cherry-picked for SDK v2 once they are merged to the master branch
73
+
68
74
## Security issues
69
75
70
76
Do you think there might be a security issue? Have you been phished or identified a security vulnerability? Please don't report it here - let us know by sending an email to secure@microsoft.com.
0 commit comments