This commit is contained in:
Sunny
2025-11-16 21:46:11 +08:00
parent 098168f928
commit 4bd9e26c38
2 changed files with 9 additions and 9 deletions

View File

@@ -31,15 +31,15 @@
![JetBrains ](docs/assets/image.png)
#### 特别声明
SunnyUI.Net项目已加入[dotNET China](https://gitee.com/dotnetchina) 组织。<br/>
SunnyUI.Net 项目已加入[dotNET China](https://gitee.com/dotnetchina) 组织。<br/>
![dotnetchina](https://images.gitee.com/uploads/images/2021/0324/120117_2da9922c_416720.png "132645_21007ea0_974299.png")
#### 软件介绍
- SunnyUI.NET 是基于.Net Framework4.0+、.Net8、.Net9 框架的 C# WinForm 开源控件库、工具类库、扩展类库、多页面开发框架。
- SunnyUI.NET 是基于.Net Framework4.0+、.Net8、.Net10 框架的 C# WinForm 开源控件库、工具类库、扩展类库、多页面开发框架。
- 源码编译环境:
1. **VS2022**,安装.NetFramework4.0目标包的方法见https://www.cnblogs.com/yhuse/p/15536393.html
2. 编译源码,.Net9需要VS2022 17.14+版本或者修改SunnyUI.csproj文件的TargetFrameworks属性以适应VS环境
- 动态库应用环境: **VS2010**及以上均可,支持.Net Framework4.0+、.Net8、.Net9
1. **VS2026**
2. 编译源码,.Net10 需要 VS2026 版本,或者修改 SunnyUI.csproj 文件的 TargetFrameworks 属性以适应VS环境
- 动态库应用环境: **VS2010** 及以上均可,支持.Net Framework4.0+、.Net8、.Net10
1. 推荐通过Nuget安装Install-Package SunnyUI或者通过Nuget搜索SunnyUI安装。
2. 不支持(.Net Framework 4 **Client Profile**)。

View File

@@ -1,15 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net10.0-windows;net9.0-windows;net8.0-windows;net472;net40</TargetFrameworks>
<TargetFrameworks>net10.0-windows;net8.0-windows;net472;net40</TargetFrameworks>
<LangVersion>14.0</LangVersion>
<ProjectGuid>{AB1CB247-E20B-4CBE-B269-570ADDD96C53}</ProjectGuid>
<UseWindowsForms>true</UseWindowsForms>
<RootNamespace>Sunny.UI</RootNamespace>
<Description>SunnyUI.Net 是基于.Net Framework4.0+、.Net8、.Net9、.Net10 框架的 C# WinForm 开源控件库、工具类库、扩展类库、多页面开发框架。</Description>
<Description>SunnyUI.Net 是基于.Net Framework4.0+、.Net8、.Net10 框架的 C# WinForm 开源控件库、工具类库、扩展类库、多页面开发框架。</Description>
<Copyright>CopyRight © SunnyUI.Net 2012-2025</Copyright>
<PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
<Version>3.8.9.0</Version>
<Version>3.9.0.0</Version>
<Authors>ShenYonghua</Authors>
<Company>SunnyUI.Net</Company>
<PackageId>SunnyUI</PackageId>
@@ -62,7 +62,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="SunnyUI.Common" Version="3.8.9" />
<PackageReference Include="SunnyUI.Common" Version="3.9.0" />
</ItemGroup>
</Project>