Skip to content

Commit 2b22bb4

Browse files
committed
Return netcoreapp2.2
1 parent 6eabeda commit 2b22bb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Prometheus.Client.AspNetCore/Prometheus.Client.AspNetCore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<AssemblyTitle>Prometheus.Client.AspNetCore</AssemblyTitle>
66
<VersionPrefix>4.0.0</VersionPrefix>
77
<Authors>Sergey Kuznetsov</Authors>
8-
<TargetFrameworks>netstandard2.0;netstandard2.1;netcoreapp3.1</TargetFrameworks>
8+
<TargetFrameworks>netstandard2.0;netcoreapp2.2;netstandard2.1;netcoreapp3.1</TargetFrameworks>
99
<AssemblyName>Prometheus.Client.AspNetCore</AssemblyName>
1010
<PackageId>Prometheus.Client.AspNetCore</PackageId>
1111
<PackageTags>prometheus;metrics</PackageTags>
@@ -38,7 +38,7 @@
3838
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
3939
<FrameworkReference Include="Microsoft.AspNetCore.App" />
4040
</ItemGroup>
41-
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'netstandard2.1'">
41+
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'netcoreapp2.2' OR '$(TargetFramework)' == 'netstandard2.1'">
4242
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
4343
</ItemGroup>
4444
</Project>

0 commit comments

Comments
 (0)