prom-client-net/prom-client

Remove StyleCop.Analyzers from project dependencies

sanych-sun opened this issue · 2 comments

There is reference to Remove StyleCop.Analyzers for netstandard1.3 target in Prometheus.Client.csproj. It's unnecessary and should be removed.

I don't see problem

image

Yep, but in csproj file we have the following line:

<PackageReference Update="StyleCop.Analyzers" Version="1.1.1-rc.114" />

It does not break anything, but looks useless.