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.
1 parent 8d9bdda commit 7e5c149Copy full SHA for 7e5c149
src/Prometheus.Client.AspNetCore.csproj
@@ -6,7 +6,7 @@
6
<PackageId>Prometheus.Client.AspNetCore</PackageId>
7
<RepositoryUrl>https://github.com/prom-client-net/prom-client-aspnetcore</RepositoryUrl>
8
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
9
- <AssemblyOriginatorKeyFile>../../Prometheus.Client.AspNetCore.snk</AssemblyOriginatorKeyFile>
+ <AssemblyOriginatorKeyFile>../Prometheus.Client.AspNetCore.snk</AssemblyOriginatorKeyFile>
10
</PropertyGroup>
11
<ItemGroup>
12
<None Include="../icon.png" Visible="false" Pack="true" PackagePath="" />
0 commit comments