File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 23
23
<GenerateDocumentationFile >true</GenerateDocumentationFile >
24
24
<TargetFrameworks >netstandard2.1;netstandard2.0;netstandard1.3</TargetFrameworks >
25
25
<LangVersion >7.3</LangVersion >
26
+ <IncludeSymbols >true</IncludeSymbols >
27
+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
28
+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
26
29
</PropertyGroup >
27
30
<ItemGroup >
31
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" >
32
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
33
+ <PrivateAssets >all</PrivateAssets >
34
+ </PackageReference >
28
35
<PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
29
36
<None Include =" images\icon.png" Pack =" true" PackagePath =" \" />
30
37
</ItemGroup >
Original file line number Diff line number Diff line change
1
+ <Project >
2
+ <PropertyGroup Condition =" '$(CI)' == 'true'" >
3
+ <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
4
+ </PropertyGroup >
5
+ </Project >
You can’t perform that action at this time.
0 commit comments