File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Prometheus.Client.AspNetCore Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments