Skip to content

Commit 47cc89e

Browse files
committed
[COMMIT] The proj files have been updated to enable SourceLink [Open.Collections.Numeric.csproj]
1 parent df98549 commit 47cc89e

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

Open.Collections.Numeric.csproj

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,16 @@
2020
<Version>1.3.6</Version>
2121
<PackageReleaseNotes></PackageReleaseNotes>
2222
<PackageLicenseExpression>MIT</PackageLicenseExpression>
23-
</PropertyGroup>
23+
24+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
25+
<IncludeSymbols>true</IncludeSymbols>
26+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
27+
</PropertyGroup>
28+
29+
<ItemGroup>
30+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
31+
</ItemGroup>
32+
2433

2534
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
2635
<LangVersion>latest</LangVersion>

0 commit comments

Comments
 (0)