| .Net Version | Status | 
|---|---|
| net40 | ✅ | 
| net45 | ✅ | 
| net46 | ✅ | 
| net47 | ✅ | 
| net48 | ✅ | 
| netcoreapp3.0 | ✅ | 
| net5.0-windows | ✅ | 
| net6.0-windows | ✅ | 
| net7.0-windows | ✅ | 
| net8.0-windows | ✅ | 
If you think our open source software is helpful to you, please scan the QR code below and give us a cup of coffee.
| Alipay | WeChat pay | 
|---|---|
|  |  | 
| contributor | contribution | 
|---|---|
| @HaHa-ZYK | Project Quality Guardian 🛡️ - Thank you for continuously submitting a large number of extremely valuable and high-quality issue reports. Your meticulous observation skills are the cornerstone of project stability. | 
| @wanghaodong24 | Thank you for consistently submitting high-quality issues | 
Install-Package WPFDevelopers
xmlns:wd="https://github.com/WPFDevelopersOrg/WPFDevelopers"    <Application.Resources>
        <ResourceDictionary>
            <ResourceDictionary.MergedDictionaries>
                     <ResourceDictionary Source="pack://application:,,,/WPFDevelopers;component/Themes/Theme.xaml" />
 			<!--  需要注意 wd:Resources 必须在Theme.xaml后  -->
 			<!--  默认情况下,Theme 会跟随系统主题(适用于 Windows 10 及以上版本),自动切换为 Light 或 Dark 模式。
                              若要手动设置为 Light 模式,可以使用 Theme="Light"。
                              你还可以自定义主题色,使用 Color="Fuchsia"(例如设置为 Fuchsia)-->
 		     <wd:Resources />
            </ResourceDictionary.MergedDictionaries>
        </ResourceDictionary>
    </Application.Resources>    <Application.Resources>
        <ResourceDictionary>
            <ResourceDictionary.MergedDictionaries>
                    <ResourceDictionary Source="pack://application:,,,/WPFDevelopers;component/Themes/Light.Blue.xaml"/>
                    <!--需要注意 wd:Resources 必须在配色主题后,Theme="Dark" 为黑色皮肤-->
                    <wd:Resources Theme="Light"/>
                    <ResourceDictionary Source="pack://application:,,,/WPFDevelopers;component/Themes/Theme.xaml"/>
            </ResourceDictionary.MergedDictionaries>
        </ResourceDictionary>
    </Application.Resources>xmlns:wd="https://github.com/WPFDevelopersOrg/WPFDevelopers"
						~~end~~


































































































