File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks >netstandard2.0;net6.0;net8.0</TargetFrameworks >
3+ <TargetFrameworks >net462; netstandard2.0;net6.0;net8.0</TargetFrameworks >
44 <Description >Dependency Injection extensions for Prometheus.Client</Description >
55 <RepositoryUrl >https://github.com/prom-client-net/prom-client-dependencyinjection</RepositoryUrl >
66 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
77 </PropertyGroup >
88 <ItemGroup >
99 <PackageReference Include =" Prometheus.Client" Version =" 5.2.0" />
10- <PackageReference Condition =" '$(TargetFramework)' == 'netstandard2.0'" Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 3.1.32" />
11- <PackageReference Condition =" '$(TargetFramework)' == 'net6.0'" Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 6.0.0" />
12- <PackageReference Condition =" '$(TargetFramework)' == 'net8.0'" Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 8.0.2" />
10+ <PackageReference Condition =" '$(TargetFramework)' == 'net462' OR '$(TargetFramework)' == 'netstandard2.0'"
11+ Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 3.1.32" />
12+ <PackageReference Condition =" '$(TargetFramework)' == 'net6.0'"
13+ Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 6.0.0" />
14+ <PackageReference Condition =" '$(TargetFramework)' == 'net8.0'"
15+ Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 8.0.2" />
1316 </ItemGroup >
1417</Project >
You can’t perform that action at this time.
0 commit comments