File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed
UnitsNet.Serialization.JsonNet Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 27
27
<TargetFramework >netstandard2.0</TargetFramework >
28
28
</PropertyGroup >
29
29
30
- <!-- SourceLink -->
30
+ <!-- SourceLink: https://github.com/dotnet/sourcelink -->
31
31
<PropertyGroup >
32
32
<PublishRepositoryUrl >true</PublishRepositoryUrl >
33
+
34
+ <!-- Optional: Embed source files that are not tracked by the source control manager in the PDB -->
33
35
<EmbedUntrackedSources >true</EmbedUntrackedSources >
34
- <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
36
+
37
+ <!-- Optional: Build symbol package (.snupkg) to distribute the PDB containing Source Link -->
38
+ <IncludeSymbols >true</IncludeSymbols >
39
+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
35
40
</PropertyGroup >
36
41
37
42
<!-- Strong name signing -->
Original file line number Diff line number Diff line change 27
27
<TargetFramework >netstandard2.0</TargetFramework >
28
28
</PropertyGroup >
29
29
30
- <!-- SourceLink -->
30
+ <!-- SourceLink: https://github.com/dotnet/sourcelink -->
31
31
<PropertyGroup >
32
32
<PublishRepositoryUrl >true</PublishRepositoryUrl >
33
+
34
+ <!-- Optional: Embed source files that are not tracked by the source control manager in the PDB -->
33
35
<EmbedUntrackedSources >true</EmbedUntrackedSources >
34
- <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
36
+
37
+ <!-- Optional: Build symbol package (.snupkg) to distribute the PDB containing Source Link -->
38
+ <IncludeSymbols >true</IncludeSymbols >
39
+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
35
40
</PropertyGroup >
36
41
37
42
<!-- Strong name signing -->
You can’t perform that action at this time.
0 commit comments