mirror of https://github.com/EasyAbp/EShop.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.2 KiB
32 lines
1.2 KiB
<Project>
|
|
<PropertyGroup>
|
|
<LangVersion>latest</LangVersion>
|
|
<Version>5.8.0</Version>
|
|
<NoWarn>$(NoWarn);CS1591</NoWarn>
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
|
<Authors>EasyAbp Team</Authors>
|
|
<Description>An abp application module group that provides basic e-shop service.</Description>
|
|
<PackageIconUrl>https://avatars3.githubusercontent.com/u/58311641?s=128</PackageIconUrl>
|
|
<PackageProjectUrl>https://github.com/EasyAbp/EShop</PackageProjectUrl>
|
|
<RepositoryUrl>https://github.com/EasyAbp/EShop</RepositoryUrl>
|
|
<PackageTags>abp module easyabp EShop shopping shop ordering product payment store mall</PackageTags>
|
|
<Company>EasyAbp</Company>
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3" PrivateAssets="All" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="ConfigureAwait.Fody" Version="3.3.2" PrivateAssets="All" />
|
|
<PackageReference Include="Fody" Version="6.8.0">
|
|
<PrivateAssets>all</PrivateAssets>
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
|
</PackageReference>
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|
|
|
|
|
|
|