Skip to content

Commit f5ad495

Browse files
committed
[COMMIT] The proj files have been updated to enable SourceLink [Prometheus.Client.AspNetCore.csproj]
1 parent c35bfa6 commit f5ad495

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Prometheus.Client.AspNetCore/Prometheus.Client.AspNetCore.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,15 @@
1818
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1919
<SignAssembly>true</SignAssembly>
2020
<AssemblyOriginatorKeyFile>../../Prometheus.Client.AspNetCore.snk</AssemblyOriginatorKeyFile>
21+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
22+
<IncludeSymbols>true</IncludeSymbols>
23+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2124
</PropertyGroup>
25+
26+
<ItemGroup>
27+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
28+
</ItemGroup>
29+
2230
<ItemGroup>
2331
<None Include="../../icon.png" Pack="true" Visible="false" PackagePath="" />
2432
</ItemGroup>

0 commit comments

Comments
 (0)