Skip to content

Commit 83bf8c1

Browse files
committed
增加快速拥有
1 parent fc981e3 commit 83bf8c1

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

Readme.MD

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,28 @@ Nuget:NewLife.Remoting / NewLife.Remoting.Extensions
7979
3. 在心跳时检测并维持WebSocket长连接。
8080

8181

82+
## 快速拥有
83+
84+
​ 使用NewLife组件的最简便方式是从Nuget引用,例如在项目Nuget管理中搜索`NewLife.Remoting` 并引入。
85+
86+
​ NewLife组件由社区共创20多年,使用MIT开源协议,**任何人可任意修改并再次发行**(无需声明来源)!许多企业基于此构建内部开发框架时,甚至可通过批量替换源码中所有`NewLife`字符串为贵公司名实现私有化定制。
87+
88+
​ 团队始终秉承开放态度,不仅支持VisualStudio(最新正式版)打开解决方案编译,也兼容`dotnet build`命令行编译,项目文件摒弃复杂功能以追求简单易用,真正做到开箱即用。
89+
90+
​ 我们公开强命名证书`newlife.snk`以支持独自编译替换程序集。
91+
92+
93+
94+
​ 命令行中运行以下命令快速体验NewLife组件:
95+
96+
```
97+
dotnet new install NewLife.Templates
98+
dotnet new rpcserver --name RpcServer
99+
cd RpcServer
100+
dotnet run
101+
```
102+
103+
82104

83105
## 新生命项目矩阵
84106
各项目默认支持net9.0/netstandard2.1/netstandard2.0/net4.62/net4.5,旧版(2024.0801)支持net4.0/net2.0

0 commit comments

Comments
 (0)