|
3 | 3 | <Description>MetricServer for the Prometheus.Client</Description> |
4 | 4 | <Copyright>2019 © Sergey Kuznetsov</Copyright> |
5 | 5 | <AssemblyTitle>Prometheus.Client.MetricServer</AssemblyTitle> |
6 | | - <VersionPrefix>3.2.0</VersionPrefix> |
| 6 | + <VersionPrefix>3.1.0</VersionPrefix> |
7 | 7 | <Authors>Sergey Kuznetsov, Oleksandr Poliakov</Authors> |
8 | | - <TargetFrameworks>netstandard1.3;netstandard2.0;netcoreapp2.2;netcoreapp3.0</TargetFrameworks> |
| 8 | + <TargetFrameworks>netstandard1.3;netstandard2.0;netcoreapp2.2;netstandard2.1</TargetFrameworks> |
9 | 9 | <AssemblyName>Prometheus.Client.MetricServer</AssemblyName> |
10 | 10 | <PackageId>Prometheus.Client.MetricServer</PackageId> |
11 | 11 | <PackageTags>prometheus;metrics</PackageTags> |
|
23 | 23 | <None Include="../../icon.png" Pack="true" Visible="false" PackagePath="" /> |
24 | 24 | </ItemGroup> |
25 | 25 | <ItemGroup> |
26 | | - <PackageReference Include="Prometheus.Client" Version="3.1.0-build379" /> |
| 26 | + <PackageReference Include="Prometheus.Client" Version="[3.1.0,4.0.0)" /> |
27 | 27 | </ItemGroup> |
28 | 28 | <PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard1.3'"> |
29 | 29 | <DefineConstants>$(DefineConstants);NETSTANDARD13</DefineConstants> |
30 | 30 | </PropertyGroup> |
31 | 31 | <ItemGroup Condition="'$(TargetFramework)' == 'netstandard1.3'"> |
32 | | - <PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="1.1.0" /> |
33 | | - <PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Https" Version="1.1.0" /> |
| 32 | + <PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="1.1.3" /> |
| 33 | + <PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Https" Version="1.1.3" /> |
34 | 34 | </ItemGroup> |
35 | | - <ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'netcoreapp2.2'"> |
| 35 | + <ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'netcoreapp2.2' OR '$(TargetFramework)' == 'netstandard2.1'"> |
36 | 36 | <PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.2.0" /> |
37 | 37 | <PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Https" Version="2.2.0" /> |
38 | 38 | </ItemGroup> |
39 | | - <ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.0' "> |
40 | | - <FrameworkReference Include="Microsoft.AspNetCore.App" /> |
41 | | - </ItemGroup> |
42 | 39 | </Project> |
0 commit comments