代码拉取完成,页面将自动刷新
<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>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。