Skip to content

Commit

Permalink
[PR] The proj files have been updated to enable SourceLink (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
JTOne123 authored Jun 26, 2020
1 parent 72665c6 commit 86fca73
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Breadcrumb/Breadcrumb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,16 @@

<!--Version of C# to use -->
<LangVersion>default</LangVersion>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>


<PropertyGroup>
<Owners>Ieuan Walker</Owners>
<Authors>Ieuan Walker</Authors>
Expand Down

0 comments on commit 86fca73

Please sign in to comment.