Files
qhmes/yy-admin-master/YY.Admin.Services/YY.Admin.Services.csproj

35 lines
1.0 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-windows10.0.19041</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>preview</LangVersion>
</PropertyGroup>
<ItemGroup>
<Folder Include="Service\Config\Dto\" />
<Folder Include="Service\Role\Dto\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\YY.Admin.Core\YY.Admin.Core.csproj">
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
<PackageReference Include="QRCoder" Version="1.6.0" />
<!-- 1D 条码渲染(与 web 端 jsbarcode 路径对齐:输出 SVG由前端 CSS preserveAspectRatio 保比例显示) -->
<PackageReference Include="ZXing.Net" Version="0.16.9" />
</ItemGroup>
<ItemGroup>
<None Update="Configuration\appsettings.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>