Skip to content

Commit cef1f17

Browse files
committed
dependecies
1 parent 8f444ed commit cef1f17

File tree

1 file changed

+41
-41
lines changed

1 file changed

+41
-41
lines changed
Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
<PropertyGroup>
3-
<Description>MetricServer for the Prometheus.Client</Description>
4-
<Copyright>2018 © Sergey Kuznetsov</Copyright>
5-
<AssemblyTitle>Prometheus.Client.MetricServer</AssemblyTitle>
6-
<VersionPrefix>1.3.1</VersionPrefix>
7-
<Authors>Sergey Kuznetsov</Authors>
8-
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netstandard1.3;netstandard2.0</TargetFrameworks>
9-
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">net45;netstandard1.3;netstandard2.0</TargetFrameworks>
10-
<AssemblyName>Prometheus.Client.MetricServer</AssemblyName>
11-
<PackageId>Prometheus.Client.MetricServer</PackageId>
12-
<PackageTags>prometheus;metrics</PackageTags>
13-
<PackageIconUrl>https://image.ibb.co/k4Sc0k/prometheus.png</PackageIconUrl>
14-
<PackageProjectUrl>https://github.com/PrometheusClientNet/Prometheus.Client.MetricServer</PackageProjectUrl>
15-
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
16-
<RepositoryType>git</RepositoryType>
17-
<RepositoryUrl>https://github.com/PrometheusClientNet/Prometheus.Client.MetricServer/RepositoryUrl>
18-
<PackageReleaseNotes>https://github.com/PrometheusClientNet/Prometheus.Client.MetricServer/releases</PackageReleaseNotes>
19-
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
20-
<GenerateDocumentationFile>true</GenerateDocumentationFile>
21-
</PropertyGroup>
22-
<ItemGroup>
23-
<PackageReference Include="Prometheus.Client" Version="1.5.0"/>
24-
</ItemGroup>
25-
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
26-
<Reference Include="System"/>
27-
<Reference Include="Microsoft.CSharp"/>
28-
</ItemGroup>
29-
<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard1.3'">
30-
<DefineConstants>$(DefineConstants);NETSTANDARD13</DefineConstants>
31-
</PropertyGroup>
32-
<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
33-
<DefineConstants>$(DefineConstants);NETSTANDARD20</DefineConstants>
34-
</PropertyGroup>
35-
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard1.3'">
36-
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="1.1.0"/>
37-
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Https" Version="1.1.0"/>
38-
</ItemGroup>
39-
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
40-
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.0.0"/>
41-
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Https" Version="2.0.0"/>
42-
</ItemGroup>
2+
<PropertyGroup>
3+
<Description>MetricServer for the Prometheus.Client</Description>
4+
<Copyright>2018 © Sergey Kuznetsov</Copyright>
5+
<AssemblyTitle>Prometheus.Client.MetricServer</AssemblyTitle>
6+
<VersionPrefix>1.3.2</VersionPrefix>
7+
<Authors>Sergey Kuznetsov</Authors>
8+
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netstandard1.3;netstandard2.0</TargetFrameworks>
9+
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">net45;netstandard1.3;netstandard2.0</TargetFrameworks>
10+
<AssemblyName>Prometheus.Client.MetricServer</AssemblyName>
11+
<PackageId>Prometheus.Client.MetricServer</PackageId>
12+
<PackageTags>prometheus;metrics</PackageTags>
13+
<PackageIconUrl>https://image.ibb.co/k4Sc0k/prometheus.png</PackageIconUrl>
14+
<PackageProjectUrl>https://github.com/PrometheusClientNet/Prometheus.Client.MetricServer</PackageProjectUrl>
15+
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
16+
<RepositoryType>git</RepositoryType>
17+
<RepositoryUrl>https://github.com/PrometheusClientNet/Prometheus.Client.MetricServer</RepositoryUrl>
18+
<PackageReleaseNotes>https://github.com/PrometheusClientNet/Prometheus.Client.MetricServer/releases</PackageReleaseNotes>
19+
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
20+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
21+
</PropertyGroup>
22+
<ItemGroup>
23+
<PackageReference Include="Prometheus.Client" Version="[1.5.0,1.6.0)"/>
24+
</ItemGroup>
25+
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
26+
<Reference Include="System"/>
27+
<Reference Include="Microsoft.CSharp"/>
28+
</ItemGroup>
29+
<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard1.3'">
30+
<DefineConstants>$(DefineConstants);NETSTANDARD13</DefineConstants>
31+
</PropertyGroup>
32+
<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
33+
<DefineConstants>$(DefineConstants);NETSTANDARD20</DefineConstants>
34+
</PropertyGroup>
35+
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard1.3'">
36+
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="1.1.0"/>
37+
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Https" Version="1.1.0"/>
38+
</ItemGroup>
39+
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
40+
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.0.0"/>
41+
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Https" Version="2.0.0"/>
42+
</ItemGroup>
4343
</Project>

0 commit comments

Comments
 (0)