File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFrameworks >net45;net461;netstandard2.0;netstandard2.1</TargetFrameworks >
44 <AssemblyTitle >RocketMQ客户端</AssemblyTitle >
55 <Description >纯托管轻量级RocketMQ客户端,支持发布消息、消费消息、负载均衡等核心功能!</Description >
66 <Company >新生命开发团队</Company >
7- <Copyright >©2002-2025 新生命开发团队</Copyright >
7+ <Copyright >©2002-2026 新生命开发团队</Copyright >
88 <VersionPrefix >2.7</VersionPrefix >
99 <VersionSuffix >$([System.DateTime]::Now.ToString(`yyyy.MMdd`))</VersionSuffix >
1010 <Version >$(VersionPrefix).$(VersionSuffix)</Version >
6161 </ItemGroup >
6262
6363 <ItemGroup >
64- <PackageReference Include =" NewLife.Core" Version =" 11.9.2025.1112 " />
64+ <PackageReference Include =" NewLife.Core" Version =" 11.10.2026.101 " />
6565 </ItemGroup >
6666
6767</Project >
You can’t perform that action at this time.
0 commit comments