XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFEExtension.NetCore.ServerInteractive

[DLL] Server interaction extension, including user identity verification and querying in conjunction with AutoConfig

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/XFEExtension.NetCore.ServerInteractive

Remove redundant self-referential Version property in main csproj

Agent-Logs-Url: https://github.com/XFEstudio/XFEExtension.NetCore.ServerInteractive/sessions/73a5920b-2e4d-4ce5-b215-031bc0fd74fd Co-authored-by: XFEstudio <132526994+XFEstudio@users.noreply.github.com>

0cb6027
copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
提交于

代码差异

1 个文件 +0 -1
Modified XFEExtension.NetCore.ServerInteractive/XFEExtension.NetCore.ServerInteractive.csproj +0 -1
@@ -36,7 +36,6 @@
36 36 </PackageReleaseNotes>
37 37 <NeutralLanguage>zh-CN</NeutralLanguage>
38 38 <PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
39 <Version>$(Version)</Version>
40 39 <Authors>XFEstudio</Authors>
41 40 <PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
42 41 </PropertyGroup>