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: .github/copilot-instructions.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,3 +34,8 @@ Localization:
34
34
35
35
Documentation:
36
36
- Do not manually edit files under documentation/manpages/sdk as these are generated based on documentation and should not be manually modified.
37
+
38
+
External Dependencies:
39
+
- Changes that require modifications to the dotnet/templating repository (Microsoft.TemplateEngine packages) should be made directly in that repository, not worked around in this repo.
40
+
- The dotnet/templating repository owns the TemplateEngine.Edge, TemplateEngine.Abstractions, and related packages.
41
+
- If a change requires updates to template engine behavior or formatting (e.g., DisplayName properties), file an issue in dotnet/templating and make the changes there rather than adding workarounds in this SDK repository.
Copy file name to clipboardExpand all lines: eng/Versions.props
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -38,14 +38,14 @@
38
38
<VersionFeature60>36</VersionFeature60>
39
39
<VersionFeature70>20</VersionFeature70>
40
40
<!-- This version should be N-1 (ie the currently released version) in the preview branch but N-2 in main so that workloads stay behind the unreleased version -->
41
-
<VersionFeature80>19</VersionFeature80>
42
-
<VersionFeature90>8</VersionFeature90>
41
+
<VersionFeature80>21</VersionFeature80>
42
+
<VersionFeature90>10</VersionFeature90>
43
43
<!-- Should be kept in sync with VersionFeature70. It should match the version of Microsoft.NET.ILLink.Tasks
44
44
referenced by the same 7.0 SDK that references the 7.0.VersionFeature70 runtime pack. -->
0 commit comments