File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
src/Prometheus.Client.AspNetCore Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- name : CI
1+ name : CI Branch
22
33on :
44 push :
Original file line number Diff line number Diff line change 1- name : CI
1+ name : CI Master
22
33on :
44 push :
Original file line number Diff line number Diff line change 1- name : CI
1+ name : CI Production
22
33on :
44 push :
Original file line number Diff line number Diff line change 33 <Description >Middleware for the Prometheus.Client</Description >
44 <Copyright >2020 © Serge K, Oleksandr Poliakov</Copyright >
55 <AssemblyTitle >Prometheus.Client.AspNetCore</AssemblyTitle >
6- <VersionPrefix >4.2 .0</VersionPrefix >
6+ <VersionPrefix >4.3 .0</VersionPrefix >
77 <Authors >Serge K, Oleksandr Poliakov</Authors >
8- <TargetFrameworks >netstandard2.0;netstandard2.1;netcoreapp3.1</TargetFrameworks >
8+ <TargetFrameworks >netstandard2.0;netstandard2.1;netcoreapp3.1;net5.0 </TargetFrameworks >
99 <AssemblyName >Prometheus.Client.AspNetCore</AssemblyName >
1010 <PackageId >Prometheus.Client.AspNetCore</PackageId >
1111 <PackageTags >prometheus;metrics</PackageTags >
3333 </None >
3434 </ItemGroup >
3535 <ItemGroup >
36- <PackageReference Include =" Prometheus.Client" Version =" 4.4.0" />
36+ <PackageReference Include =" Prometheus.Client" Version =" [ 4.4.0,5.0.0) " />
3737 </ItemGroup >
38- <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.1'" >
38+ <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.1' OR '$(TargetFramework)' == 'net5.0' " >
3939 <FrameworkReference Include =" Microsoft.AspNetCore.App" />
4040 </ItemGroup >
41- <ItemGroup Condition =" '$(TargetFramework)' != 'netcoreapp3.1'" >
41+ <ItemGroup Condition =" '$(TargetFramework)' != 'netcoreapp3.1' AND '$(TargetFramework)' != 'net5.0' " >
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