-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcommon.props
More file actions
25 lines (22 loc) · 958 Bytes
/
common.props
File metadata and controls
25 lines (22 loc) · 958 Bytes
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
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>1.7.0</Version>
<Authors>virtual</Authors>
<Product>FastDFSCore</Product>
<PackageProjectUrl>https://github.com/cocosip/FastDFSCore</PackageProjectUrl>
<PackageLicense>https://github.com/cocosip/FastDFSCore/blob/master/LICENSE</PackageLicense>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/cocosip/FastDFSCore</RepositoryUrl>
<!-- https://github.com/dotnet/sourcelink -->
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
</Project>