Skip to content

Commit

Permalink
Add SourceLink support to dashing
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Jerzykowski committed Nov 16, 2022
1 parent 573a313 commit 7333b81
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dashing/Dashing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@
<PackageTags>dashing dapper orm sql mini-orm</PackageTags>
<TargetFrameworks>net46;netstandard1.5</TargetFrameworks>
<AssemblyName>Dashing</AssemblyName>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

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

<ItemGroup>
<None Include="..\dashing-icon.png" Pack="true" PackagePath="\"/>
Expand Down

0 comments on commit 7333b81

Please sign in to comment.