-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcommon.props
26 lines (23 loc) · 1.06 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
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>6.3.1</Version>
<Authors>virtual</Authors>
<Product>DotCommon</Product>
<PackageProjectUrl>https://github.com/cocosip/DotCommon</PackageProjectUrl>
<PackageLicense>https://github.com/cocosip/DotCommon/blob/master/LICENSE</PackageLicense>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/cocosip/DotCommon</RepositoryUrl>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<!-- https://github.com/dotnet/sourcelink -->
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
</Project>