1 Star 0 Fork 2

升鲜宝供应链管理系统/NetEngine

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
WebAPI.csproj 1.97 KB
一键复制 编辑 原始数据 按行查看 历史
ZhangXiaoDong 提交于 2022-07-20 16:50 +08:00 . 重命名 WebApi 项目名称为 WebAPI
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<DebugType>embedded</DebugType>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>1591;8618</NoWarn>
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<NoWarn>1591;8618</NoWarn>
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AlipaySDKNet.Standard" Version="4.6.367" />
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="6.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.7" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.21.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Common\Common.csproj" />
<ProjectReference Include="..\DistributedLock.Redis\DistributedLock.Redis.csproj" />
<ProjectReference Include="..\FileStorage.AliCloud\FileStorage.AliCloud.csproj" />
<ProjectReference Include="..\FileStorage.TencentCloud\FileStorage.TencentCloud.csproj" />
<ProjectReference Include="..\Logger.DataBase\Logger.DataBase.csproj" />
<ProjectReference Include="..\Logger.LocalFile\Logger.LocalFile.csproj" />
<ProjectReference Include="..\Repository\Repository.csproj" />
<ProjectReference Include="..\SMS.AliCloud\SMS.AliCloud.csproj" />
<ProjectReference Include="..\SMS.TencentCloud\SMS.TencentCloud.csproj" />
</ItemGroup>
<Target Name="CleanObjRelease" BeforeTargets="BeforeClean">
<Message Text="CleanObjRelease" Importance="high" />
<RemoveDir Directories="$(BaseIntermediateOutputPath)\Release\" />
</Target>
</Project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/sunplay_admin/NetEngine.git
git@gitee.com:sunplay_admin/NetEngine.git
sunplay_admin
NetEngine
NetEngine
master

搜索帮助