Skip to content

Commit 039728d

Browse files
authored
Merge pull request #160 from JakeGinnivan/JTOne123-master
Add SourceLink to project file to enable debugging from nuget packages
2 parents ddd9b98 + ce5c490 commit 039728d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

WebApi.Hal/WebApi.Hal.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,18 @@
1616
3.10 updates to support multithreaded usage
1717
3.0.0 first .net standard release
1818
</PackageReleaseNotes>
19+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
20+
<IncludeSymbols>true</IncludeSymbols>
21+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1922
</PropertyGroup>
2023

2124
<ItemGroup>
2225
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.9" />
2326
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.7.0" />
27+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
28+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Abstractions" Version="2.1.2" />
29+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Formatters.Json" Version="2.1.2" />
30+
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.5.1" />
2431
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
2532
<PackageReference Include="Tavis.UriTemplates" Version="1.1.1" />
2633
</ItemGroup>

0 commit comments

Comments
 (0)