Skip to content

Commit e59a274

Browse files
Merge pull request #1 from JTOne123/master
[PR] The proj files have been updated to enable SourceLink
2 parents 278b1f4 + 9b5e52d commit e59a274

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

Open.Hierarchy.csproj

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,16 @@
2020
<PackageReleaseNotes></PackageReleaseNotes>
2121
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2222
<Nullable>enable</Nullable>
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)'=='Release|AnyCPU'">
2635
<LangVersion>latest</LangVersion>

0 commit comments

Comments
 (0)