-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
26 lines (26 loc) · 1.17 KB
/
Directory.Build.props
File metadata and controls
26 lines (26 loc) · 1.17 KB
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
<Project>
<!-- <Import Project="build\Version.props" /> -->
<PropertyGroup>
<!-- All Microsoft packages -->
<MicrosoftPackageVersion>6.0.1</MicrosoftPackageVersion>
<!-- All Abp packages -->
<AbpVersion>5.1.4</AbpVersion>
<PackageOutputPath>$(MSBuildThisFileDirectory)bin\$(Configuration)</PackageOutputPath>
<PackageVersion>0.0.1</PackageVersion>
<Description>Abp Frameworks By Tchivs</Description>
<PackageOutputPath>$(MSBuildThisFileDirectory)bin\$(Configuration)</PackageOutputPath>
<Authors>tchivs</Authors>
<Company>tchivs</Company>
<LangVersion>latest</LangVersion>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Copyright>Copyright (c) 2021 tchivs</Copyright>
<PackageProjectUrl>https://github.com/tchivs/Tchivs.Abp.Frameworks</PackageProjectUrl>
<RepositoryUrl>https://github.com/tchivs/Tchivs.Abp.Frameworks</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>dotnet;nuget;msbuild</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
</Project>