We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c35bfa6 + f5ad495 commit f59f9eaCopy full SHA for f59f9ea
src/Prometheus.Client.AspNetCore/Prometheus.Client.AspNetCore.csproj
@@ -18,7 +18,15 @@
18
<GenerateDocumentationFile>true</GenerateDocumentationFile>
19
<SignAssembly>true</SignAssembly>
20
<AssemblyOriginatorKeyFile>../../Prometheus.Client.AspNetCore.snk</AssemblyOriginatorKeyFile>
21
+ <PublishRepositoryUrl>true</PublishRepositoryUrl>
22
+ <IncludeSymbols>true</IncludeSymbols>
23
+ <SymbolPackageFormat>snupkg</SymbolPackageFormat>
24
</PropertyGroup>
25
+
26
+ <ItemGroup>
27
+ <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
28
+ </ItemGroup>
29
30
<ItemGroup>
31
<None Include="../../icon.png" Pack="true" Visible="false" PackagePath="" />
32
</ItemGroup>
0 commit comments