Skip to content

Commit 65c1d80

Browse files
CopilotKeboo
andauthored
✨ Set up comprehensive Copilot instructions with clarified .NET version requirements (#3948)
* Initial plan * Clarify .NET version requirements in Copilot instructions Co-authored-by: Keboo <952248+Keboo@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Keboo <952248+Keboo@users.noreply.github.com>
1 parent 8304e64 commit 65c1d80

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/copilot-instructions.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,17 @@ The MaterialDesignInXamlToolkit is a **theme library** for WPF applications that
2525
- **WPF (Windows Presentation Foundation)** - UI framework
2626
- **XAML** - Markup for UI definitions and styles
2727
- **Material Design** - Google's design system implementation
28-
- **.NET 9** - Target framework
28+
- **.NET 8** and **.NET Framework 4.7.2** - Target frameworks for the library
29+
- **.NET 9 SDK** - Required for building (as specified in `global.json`)
2930
- **C# 12.0** - Programming language
3031
- **PowerShell** - Build automation scripts
3132

3233
## Development Environment
3334

3435
### Requirements
3536
- **Windows** - Required for WPF development and compilation
36-
- **.NET 9 SDK** - As specified in `global.json`
37-
- **Visual Studio** or **Visual Studio Code** with C# extension
37+
- **.NET 9 SDK** - As specified in `global.json` (note: projects target .NET 8 and .NET Framework 4.7.2)
38+
- **Visual Studio 2022** or **Visual Studio Code** with C# extension
3839
- **PowerShell** - For build scripts
3940

4041
### Build and Test

0 commit comments

Comments
 (0)