Skip to content

Commit

Permalink
Merge pull request #160 from JakeGinnivan/JTOne123-master
Browse files Browse the repository at this point in the history
Add SourceLink to project file to enable debugging from nuget packages
  • Loading branch information
panmanphil authored Oct 23, 2020
2 parents ddd9b98 + ce5c490 commit 039728d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions WebApi.Hal/WebApi.Hal.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,18 @@
3.10 updates to support multithreaded usage
3.0.0 first .net standard release
</PackageReleaseNotes>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.9" />
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.7.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Abstractions" Version="2.1.2" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Formatters.Json" Version="2.1.2" />
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.5.1" />
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
<PackageReference Include="Tavis.UriTemplates" Version="1.1.1" />
</ItemGroup>
Expand Down

0 comments on commit 039728d

Please sign in to comment.