File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
src/Prometheus.Client.MetricServer Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 33 <Description >MetricServer for the Prometheus.Client</Description >
44 <Copyright >2020 © Serge K, Oleksandr Poliakov</Copyright >
55 <AssemblyTitle >Prometheus.Client.MetricServer</AssemblyTitle >
6- <VersionPrefix >4.1 .0</VersionPrefix >
6+ <VersionPrefix >4.0 .0</VersionPrefix >
77 <Authors >Serge K, Oleksandr Poliakov</Authors >
88 <TargetFrameworks >netstandard2.0;netcoreapp2.2;netstandard2.1</TargetFrameworks >
99 <LangVersion >latest</LangVersion >
2121 <AssemblyOriginatorKeyFile >../../Prometheus.Client.MetricServer.snk</AssemblyOriginatorKeyFile >
2222 </PropertyGroup >
2323 <ItemGroup >
24- <None Include =" ../../icon.png" Pack =" true" Visible =" false" PackagePath =" " />
24+ <None Include =" ../../icon.png" >
25+ <Pack >true</Pack >
26+ <Visible >false</Visible >
27+ <PackagePath ></PackagePath >
28+ </None >
2529 </ItemGroup >
2630 <ItemGroup >
2731 <PackageReference Include =" Prometheus.Client" Version =" 4.1.0" />
28- </ItemGroup >
29- <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'netcoreapp2.2' OR '$(TargetFramework)' == 'netstandard2.1'" >
3032 <PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel" Version =" 2.2.0" />
3133 <PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel.Https" Version =" 2.2.0" />
3234 </ItemGroup >
You can’t perform that action at this time.
0 commit comments