File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFrameworks >netstandard2.0;netstandard2.1;net5.0;net6.0</TargetFrameworks >
4- <VersionPrefix >1.1 .0</VersionPrefix >
4+ <VersionPrefix >1.2 .0</VersionPrefix >
55 <Description >Microsoft.Extensions.DependencyInjection (IServiceCollection) support for the Prometheus.Client</Description >
66 <PackageId >Prometheus.Client.DependencyInjection</PackageId >
77 <RepositoryUrl >https://github.com/prom-client-net/prom-client-dependencyinjection</RepositoryUrl >
2121 <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 6.0.0" />
2222 </ItemGroup >
2323 <ItemGroup >
24- <PackageReference Include =" Prometheus.Client" Version =" [4.5.3,5 .0.0)" />
24+ <PackageReference Include =" Prometheus.Client" Version =" [5.0.0,6 .0.0)" />
2525 </ItemGroup >
2626</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks >netcoreapp3.1;net5.0</TargetFrameworks >
3+ <TargetFrameworks >netcoreapp3.1;net5.0;net6.0 </TargetFrameworks >
44 <IsPackable >false</IsPackable >
55 <SignAssembly >true</SignAssembly >
6+ <InvariantGlobalization >true</InvariantGlobalization >
67 <AssemblyOriginatorKeyFile >../Prometheus.Client.DependencyInjection.snk</AssemblyOriginatorKeyFile >
78 </PropertyGroup >
89 <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.1'" >
1112 <ItemGroup Condition =" '$(TargetFramework)' == 'net5.0'" >
1213 <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 5.0.2" />
1314 </ItemGroup >
15+ <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0'" >
16+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 6.0.0" />
17+ </ItemGroup >
1418 <ItemGroup >
1519 <PackageReference Include =" coverlet.collector" Version =" 3.1.2" >
1620 <PrivateAssets >all</PrivateAssets >
You can’t perform that action at this time.
0 commit comments