File tree Expand file tree Collapse file tree 3 files changed +23
-0
lines changed Expand file tree Collapse file tree 3 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 14
14
<GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
15
15
<LangVersion >8</LangVersion >
16
16
<Nullable >enable</Nullable >
17
+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
18
+ <IncludeSymbols >true</IncludeSymbols >
19
+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
17
20
</PropertyGroup >
18
21
22
+ <ItemGroup >
23
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
24
+ </ItemGroup >
25
+
26
+
19
27
<ItemGroup >
20
28
<PackageReference Include =" Microsoft.CodeAnalysis.FxCopAnalyzers" Version =" 3.0.0" >
21
29
<PrivateAssets >all</PrivateAssets >
Original file line number Diff line number Diff line change 14
14
<GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
15
15
<LangVersion >8</LangVersion >
16
16
<Nullable >enable</Nullable >
17
+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
18
+ <IncludeSymbols >true</IncludeSymbols >
19
+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
17
20
</PropertyGroup >
18
21
22
+ <ItemGroup >
23
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
24
+ </ItemGroup >
25
+
19
26
<ItemGroup >
20
27
<PackageReference Include =" Microsoft.CodeAnalysis.FxCopAnalyzers" Version =" 3.0.0" >
21
28
<PrivateAssets >all</PrivateAssets >
Original file line number Diff line number Diff line change 15
15
<Configurations >Debug;Release;Release-JP;FxCop</Configurations >
16
16
<LangVersion >8</LangVersion >
17
17
<Nullable >enable</Nullable >
18
+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
19
+ <IncludeSymbols >true</IncludeSymbols >
20
+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
18
21
</PropertyGroup >
19
22
23
+ <ItemGroup >
24
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
25
+ </ItemGroup >
26
+
27
+
20
28
<ItemGroup Condition =" '$(Configuration)' == 'FxCop' " >
21
29
<PackageReference Include =" Microsoft.CodeAnalysis.FxCopAnalyzers" Version =" 3.0.0" >
22
30
<PrivateAssets >all</PrivateAssets >
You can’t perform that action at this time.
0 commit comments