File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
src/Prometheus.Client.DependencyInjection Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks >netstandard2.0;netcoreapp2.2; netstandard2.1</TargetFrameworks >
3+ <TargetFrameworks >netstandard2.0;netstandard2.1</TargetFrameworks >
44 <Copyright >2020 © Serge K, Oleksandr Poliakov</Copyright >
55 <AssemblyTitle >Prometheus.Client.DependencyInjection</AssemblyTitle >
6- <VersionPrefix >0.3 .0</VersionPrefix >
6+ <VersionPrefix >0.4 .0</VersionPrefix >
77 <Authors >Serge K, Oleksandr Poliakov</Authors >
88 <SignAssembly >true</SignAssembly >
99 <AssemblyOriginatorKeyFile >../../Prometheus.Client.DependencyInjection.snk</AssemblyOriginatorKeyFile >
2828 <ItemGroup >
2929 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
3030 <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 3.1.11" />
31- <PackageReference Include =" Prometheus.Client" Version =" 4.2 .0" />
31+ <PackageReference Include =" Prometheus.Client" Version =" 4.3 .0" />
3232 </ItemGroup >
3333</Project >
Original file line number Diff line number Diff line change 11using Microsoft . Extensions . DependencyInjection ;
2- using Prometheus . Client . Abstractions ;
32using Prometheus . Client . Collectors ;
4- using Prometheus . Client . Collectors . Abstractions ;
53
64namespace Prometheus . Client . DependencyInjection
75{
You can’t perform that action at this time.
0 commit comments