Skip to content

Commit 7e5c149

Browse files
committed
fix: link in csproj
1 parent 8d9bdda commit 7e5c149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Prometheus.Client.AspNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PackageId>Prometheus.Client.AspNetCore</PackageId>
77
<RepositoryUrl>https://github.com/prom-client-net/prom-client-aspnetcore</RepositoryUrl>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
9-
<AssemblyOriginatorKeyFile>../../Prometheus.Client.AspNetCore.snk</AssemblyOriginatorKeyFile>
9+
<AssemblyOriginatorKeyFile>../Prometheus.Client.AspNetCore.snk</AssemblyOriginatorKeyFile>
1010
</PropertyGroup>
1111
<ItemGroup>
1212
<None Include="../icon.png" Visible="false" Pack="true" PackagePath="" />

0 commit comments

Comments
 (0)