From 02f400fcec1fc78bb185316b7b9c107c3e46400e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 10 Oct 2025 07:24:32 +0000 Subject: [PATCH 1/2] Initial plan From a6dca16f0c76ba3325b31639f322c17cd0f440f0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 10 Oct 2025 07:30:48 +0000 Subject: [PATCH 2/2] Clarify .NET version requirements in Copilot instructions Co-authored-by: Keboo <952248+Keboo@users.noreply.github.com> --- .github/copilot-instructions.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index cc163ae01c..b26c0ad90e 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -25,7 +25,8 @@ 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 @@ -33,8 +34,8 @@ The MaterialDesignInXamlToolkit is a **theme library** for WPF applications that ### 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