File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 77excludedDirs :
88 - eng/readme-templates
99ignorePatterns :
10- - pattern : " ^https://github.com/dotnet/sdk/tree/main/src/SourceBuild/patches"
1110 - pattern : " ^https://dotnetcli.blob.core.windows.net/source-built-artifacts/sdks/"
1211 - pattern : " ^https://dotnetcli.blob.core.windows.net/source-built-artifacts/assets/"
1312 - pattern : " ^https://www.reddit.com/r/archlinux/comments/cx64r5/the_state_of_net_core_on_arch/"
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ git format-patch --zero-commit --no-signature -1
2424Then, move the patch file into the ` src/SourceBuild/patches/<repo> ` directory of
2525the following repo:
2626
27- * [ .NET 9.0+ ]
28- [ sdk] ( https://github.com/dotnet/sdk/tree/main/src/SourceBuild/patches )
27+ * [ .NET 9.0]
28+ [ sdk] ( https://github.com/dotnet/sdk/tree/release/9.0.1xx )
2929* [ .NET 8.0]
30- [ installer] ( https://github.com/dotnet/installer/tree/main/src/SourceBuild/patches )
30+ [ installer] ( https://github.com/dotnet/installer/tree/release/8.0.1xx )
3131
3232If an existing directory for the repo does not already exist, you will need to
3333create one.
You can’t perform that action at this time.
0 commit comments