Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,17 @@ The MaterialDesignInXamlToolkit is a **theme library** for WPF applications that
- **WPF (Windows Presentation Foundation)** - UI framework
- **XAML** - Markup for UI definitions and styles
- **Material Design** - Google's design system implementation
- **.NET 9** - Target framework
- **.NET 8** and **.NET Framework 4.7.2** - Target frameworks for the library
- **.NET 9 SDK** - Required for building (as specified in `global.json`)
- **C# 12.0** - Programming language
- **PowerShell** - Build automation scripts

## Development Environment

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

### Build and Test
Expand Down
Loading