FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
abp/common.props at dev · pythonclound/abp · GitHub
pythonclound
/
abp
Public
forked from
abpframework/abp
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
abp
/
common.props
Copy path
More file actions
More file actions
Latest commit
History
History
History
31 lines (28 loc) · 1.26 KB
Breadcrumbs
abp
/
common.props
Copy path
File metadata and controls
31 lines (28 loc) · 1.26 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
<
Project
>
<
PropertyGroup
>
<
LangVersion
>latest</
LangVersion
>
<
Version
>5.0.0</
Version
>
<
NoWarn
>$(NoWarn);CS1591;CS0436</
NoWarn
>
<
PackageIconUrl
>https://abp.io/assets/abp_nupkg.png</
PackageIconUrl
>
<
PackageProjectUrl
>https://abp.io/</
PackageProjectUrl
>
<
PackageLicenseExpression
>LGPL-3.0-only</
PackageLicenseExpression
>
<
RepositoryType
>git</
RepositoryType
>
<
RepositoryUrl
>https://github.com/abpframework/abp/</
RepositoryUrl
>
<
GenerateDocumentationFile
>true</
GenerateDocumentationFile
>
<!--
Include symbol files (*.pdb) in the built .nupkg
-->
<
AllowedOutputExtensionsInPackageBuildOutputFolder
>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</
AllowedOutputExtensionsInPackageBuildOutputFolder
>
</
PropertyGroup
>
<
ItemGroup
>
<
PackageReference
Include
=
"
Microsoft.SourceLink.GitHub
"
Version
=
"
1.1.0-beta-20204-02
"
>
<
PrivateAssets
>all</
PrivateAssets
>
<
IncludeAssets
>runtime; build; native; contentfiles; analyzers</
IncludeAssets
>
</
PackageReference
>
</
ItemGroup
>
<
ItemGroup
>
<
Content
Remove
=
"
*.abppkg.json
"
/>
<
None
Include
=
"
*.abppkg.json
"
>
<
ExcludeFromSingleFile
>true</
ExcludeFromSingleFile
>
<
CopyToPublishDirectory
>Never</
CopyToPublishDirectory
>
</
None
>
</
ItemGroup
>
</
Project
>
Back
|
FazBrowse Home
|
New Git URL