Skip to content

Commit

Permalink
Merge pull request #31 from JTOne123/master
Browse files Browse the repository at this point in the history
[PR] The proj files have been updated to enable SourceLink
  • Loading branch information
gep13 authored Jun 29, 2020
2 parents 17f1545 + 15f3e5b commit 21e286a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cake.FileHelpers/Cake.FileHelpers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.6' ">1.6.1</NetStandardImplicitPackageVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

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

<PropertyGroup>
<PackageId>Cake.FileHelpers</PackageId>
<Title>Cake.FileHelpers</Title>
Expand Down

0 comments on commit 21e286a

Please sign in to comment.