11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <Description >MetricServer for the Prometheus.Client</Description >
4- <Copyright >2017 © Sergey Kuznetsov</Copyright >
4+ <Copyright >2018 © Sergey Kuznetsov</Copyright >
55 <AssemblyTitle >Prometheus.Client.MetricServer</AssemblyTitle >
6- <VersionPrefix >1.2.2 </VersionPrefix >
6+ <VersionPrefix >1.2.3 </VersionPrefix >
77 <Authors >Sergey Kuznetsov</Authors >
8- <TargetFrameworks >net45;netstandard1.3;netstandard2.0</TargetFrameworks >
8+ <TargetFrameworks Condition =" '$(OS)' != 'Windows_NT' " >netstandard1.3;netstandard2.0</TargetFrameworks >
9+ <TargetFrameworks Condition =" '$(OS)' == 'Windows_NT' " >net45;netstandard1.3;netstandard2.0</TargetFrameworks >
910 <AssemblyName >Prometheus.Client.MetricServer</AssemblyName >
1011 <PackageId >Prometheus.Client.MetricServer</PackageId >
1112 <PackageTags >prometheus;metrics</PackageTags >
1213 <PackageIconUrl >https://image.ibb.co/k4Sc0k/prometheus.png</PackageIconUrl >
13- <PackageProjectUrl >https://github.com/phnx47 /Prometheus.Client .MetricServer</PackageProjectUrl >
14+ <PackageProjectUrl >https://github.com/PrometheusClientNet /Prometheus.MetricServer</PackageProjectUrl >
1415 <PackageLicenseUrl >https://opensource.org/licenses/MIT</PackageLicenseUrl >
1516 <RepositoryType >git</RepositoryType >
16- <RepositoryUrl >https://github.com/phnx47/Prometheus.MetricServer</RepositoryUrl >
17+ <RepositoryUrl >https://github.com/PrometheusClientNet/Prometheus.MetricServer</RepositoryUrl >
18+ <PackageReleaseNotes >https://github.com/PrometheusClientNet/Prometheus.Client.MetricServer/releases</PackageReleaseNotes >
1719 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
1820 <GenerateDocumentationFile >true</GenerateDocumentationFile >
1921 </PropertyGroup >
2022 <ItemGroup >
21- <PackageReference Include =" Prometheus.Client" Version =" 1.4.0 " />
23+ <PackageReference Include =" Prometheus.Client" Version =" 1.4.2 " />
2224 </ItemGroup >
2325 <ItemGroup Condition =" '$(TargetFramework)' == 'net45' " >
24- <Reference Include =" System" />
25- <Reference Include =" Microsoft.CSharp" />
26+ <Reference Include =" System" />
27+ <Reference Include =" Microsoft.CSharp" />
2628 </ItemGroup >
2729 <PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard1.3'" >
2830 <DefineConstants >$(DefineConstants);NETSTANDARD13</DefineConstants >
3133 <DefineConstants >$(DefineConstants);NETSTANDARD20</DefineConstants >
3234 </PropertyGroup >
3335 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.3'" >
34- <PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel" Version =" 1.1.3 " />
35- <PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel.Https" Version =" 1.1.3 " />
36+ <PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel" Version =" 1.1.0 " />
37+ <PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel.Https" Version =" 1.1.0 " />
3638 </ItemGroup >
3739 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
38- <PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel" Version =" 2.0.1 " />
39- <PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel.Https" Version =" 2.0.1 " />
40+ <PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel" Version =" 2.0.0 " />
41+ <PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel.Https" Version =" 2.0.0 " />
4042 </ItemGroup >
4143</Project >
0 commit comments