|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
|
|
|
<NoWarn>1701;1702;1591</NoWarn>
|
|
|
|
|
<DocumentationFile>Magic.Core.xml</DocumentationFile>
|
|
|
|
|
<Version>1.0.0</Version>
|
|
|
|
|
<Authors></Authors>
|
|
|
|
|
<Company></Company>
|
|
|
|
|
<Product></Product>
|
|
|
|
|
<Description></Description>
|
|
|
|
|
<Copyright></Copyright>
|
|
|
|
|
<PackageLicenseExpression></PackageLicenseExpression>
|
|
|
|
|
<PackageProjectUrl></PackageProjectUrl>
|
|
|
|
|
<PackageIcon></PackageIcon>
|
|
|
|
|
<RepositoryUrl></RepositoryUrl>
|
|
|
|
|
<RepositoryType></RepositoryType>
|
|
|
|
|
<PackageId></PackageId>
|
|
|
|
|
<AssemblyName>Magic.Core</AssemblyName>
|
|
|
|
|
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Remove="LogComponent\**" />
|
|
|
|
|
<Compile Remove="OAuth\Wechat1\**" />
|
|
|
|
|
<EmbeddedResource Remove="LogComponent\**" />
|
|
|
|
|
<EmbeddedResource Remove="OAuth\Wechat1\**" />
|
|
|
|
|
<None Remove="LogComponent\**" />
|
|
|
|
|
<None Remove="OAuth\Wechat1\**" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Remove="OAuth\AuthorizeResult.cs" />
|
|
|
|
|
<Compile Remove="OAuth\IUserInfoModel.cs" />
|
|
|
|
|
<Compile Remove="OAuth\OAuthLoginBase.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Remove="Magic.Core.xml" />
|
|
|
|
|
<None Remove="logo.png" />
|
|
|
|
|
<None Remove="logo.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="Magic.Core.xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Aliyun.OSS.SDK.NetCore" Version="2.13.0" />
|
|
|
|
|
<PackageReference Include="CSRedisCore" Version="3.8.669" />
|
|
|
|
|
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.7.7" />
|
|
|
|
|
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.7.7" />
|
|
|
|
|
<PackageReference Include="Furion.Pure" Version="4.7.7" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="7.0.0" />
|
|
|
|
|
<PackageReference Include="MiniExcel" Version="1.29.0" />
|
|
|
|
|
<PackageReference Include="SqlSugarCore" Version="5.1.3.32" />
|
|
|
|
|
<PackageReference Include="System.Drawing.Common" Version="7.0.0" />
|
|
|
|
|
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.2.22" />
|
|
|
|
|
<PackageReference Include="System.Text.Encoding.CodePages" Version="7.0.0" />
|
|
|
|
|
<PackageReference Include="UAParser" Version="3.1.47" />
|
|
|
|
|
<PackageReference Include="Yitter.IdGenerator" Version="1.0.14" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Update="Entity\Documentation.cs">
|
|
|
|
|
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Service\CodeGen\Dto\TableOutput.cs">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Compile>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|