File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments