1 Star 0 Fork 0

NHCode/WxUtile

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
WxUtile.csproj 810 Bytes
一键复制 编辑 原始数据 按行查看 历史
heree 提交于 2022-07-15 10:49 . 初始版本
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFrameworks>net5.0;netcoreapp3.1;net461;</TargetFrameworks>
<OutputType>Library</OutputType>
<Authors>蒋会文</Authors>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>INode.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="BouncyCastle.NetCore" Version="1.8.10" />
</ItemGroup>
</Project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/nhcode/wx-utile.git
git@gitee.com:nhcode/wx-utile.git
nhcode
wx-utile
WxUtile
master

搜索帮助