-
Notifications
You must be signed in to change notification settings - Fork 94
/
common.props
33 lines (30 loc) · 1.36 KB
/
common.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>0.22.1</Version>
<PackageVersion>0.22.1</PackageVersion>
<AssemblyVersion>0.22.1</AssemblyVersion>
<FileVersion>0.22.1</FileVersion>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>EasyAbp Team</Authors>
<Description>AbpHelper is a tool to help you with developing Abp vNext applications.</Description>
<Copyright>EasyAbp Team</Copyright>
<PackageIconUrl>https://avatars3.githubusercontent.com/u/58311641?s=128</PackageIconUrl>
<PackageProjectUrl>https://github.com/EasyAbp/AbpHelper.CLI</PackageProjectUrl>
<RepositoryUrl>https://github.com/EasyAbp/AbpHelper.CLI</RepositoryUrl>
<PackageTags>abp helper abphelper generator</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>