Skip to content

Commit f498215

Browse files
authored
Include instructions for multi-targeting (#51121)
1 parent 564081f commit f498215

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Coding Style and Changes:
55
- When generating code, run `dotnet format` to ensure uniform formatting.
66
- Prefer using file-based namespaces for new code.
77
- Do not allow unused `using` directives to be committed.
8+
- Use `#if NET` blocks for .NET Core specific code, and `#if NETFRAMEWORK` for .NET Framework specific code.
89

910
Testing:
1011
- Large changes should always include test changes.

0 commit comments

Comments
 (0)