Skip to content

Commit 2e51b94

Browse files
committed
chore: clean csproj
1 parent af1bf6d commit 2e51b94

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/Prometheus.Client.MetricServer/Prometheus.Client.MetricServer.csproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>
@@ -21,12 +21,14 @@
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>

0 commit comments

Comments
 (0)