mirror of
https://gitee.com/yhuse/SunnyUI.git
synced 2025-12-06 07:49:27 +08:00
3.9.0
This commit is contained in:
10
README.md
10
README.md
@@ -31,15 +31,15 @@
|
|||||||

|

|
||||||
|
|
||||||
#### 特别声明
|
#### 特别声明
|
||||||
SunnyUI.Net项目已加入[dotNET China](https://gitee.com/dotnetchina) 组织。<br/>
|
SunnyUI.Net 项目已加入[dotNET China](https://gitee.com/dotnetchina) 组织。<br/>
|
||||||

|

|
||||||
|
|
||||||
#### 软件介绍
|
#### 软件介绍
|
||||||
- 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
|
1. **VS2026**
|
||||||
2. 编译源码,.Net9需要VS2022 17.14+版本,或者修改SunnyUI.csproj文件的TargetFrameworks属性以适应VS环境
|
2. 编译源码,.Net10 需要 VS2026 版本,或者修改 SunnyUI.csproj 文件的 TargetFrameworks 属性以适应VS环境
|
||||||
- 动态库应用环境: **VS2010**及以上均可,支持.Net Framework4.0+、.Net8、.Net9
|
- 动态库应用环境: **VS2010** 及以上均可,支持.Net Framework4.0+、.Net8、.Net10
|
||||||
1. 推荐通过Nuget安装:Install-Package SunnyUI,或者通过Nuget搜索SunnyUI安装。
|
1. 推荐通过Nuget安装:Install-Package SunnyUI,或者通过Nuget搜索SunnyUI安装。
|
||||||
2. 不支持(.Net Framework 4 **Client Profile**)。
|
2. 不支持(.Net Framework 4 **Client Profile**)。
|
||||||
|
|
||||||
|
|||||||
@@ -1,15 +1,15 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
<PropertyGroup>
|
<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>
|
<LangVersion>14.0</LangVersion>
|
||||||
<ProjectGuid>{AB1CB247-E20B-4CBE-B269-570ADDD96C53}</ProjectGuid>
|
<ProjectGuid>{AB1CB247-E20B-4CBE-B269-570ADDD96C53}</ProjectGuid>
|
||||||
<UseWindowsForms>true</UseWindowsForms>
|
<UseWindowsForms>true</UseWindowsForms>
|
||||||
<RootNamespace>Sunny.UI</RootNamespace>
|
<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>
|
<Copyright>CopyRight © SunnyUI.Net 2012-2025</Copyright>
|
||||||
<PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
|
<PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
|
||||||
<Version>3.8.9.0</Version>
|
<Version>3.9.0.0</Version>
|
||||||
<Authors>ShenYonghua</Authors>
|
<Authors>ShenYonghua</Authors>
|
||||||
<Company>SunnyUI.Net</Company>
|
<Company>SunnyUI.Net</Company>
|
||||||
<PackageId>SunnyUI</PackageId>
|
<PackageId>SunnyUI</PackageId>
|
||||||
@@ -62,7 +62,7 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="SunnyUI.Common" Version="3.8.9" />
|
<PackageReference Include="SunnyUI.Common" Version="3.9.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
Reference in New Issue
Block a user