File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <Description >ASP.NET Core middleware for the Prometheus.Client</Description >
4- <VersionPrefix >4.5.1 </VersionPrefix >
5- <TargetFrameworks >netstandard2.0;netstandard2.1;netcoreapp3.1;net5.0</TargetFrameworks >
4+ <VersionPrefix >4.6.0 </VersionPrefix >
5+ <TargetFrameworks >netstandard2.0;netstandard2.1;netcoreapp3.1;net5.0;net6.0 </TargetFrameworks >
66 <PackageId >Prometheus.Client.AspNetCore</PackageId >
77 <RepositoryUrl >https://github.com/prom-client-net/prom-client-aspnetcore</RepositoryUrl >
88 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
1414 <ItemGroup >
1515 <PackageReference Include =" Prometheus.Client" Version =" [4.5.3,5.0.0)" />
1616 </ItemGroup >
17- <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.1' OR '$(TargetFramework)' == 'net5.0'" >
17+ <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.1' OR '$(TargetFramework)' == 'net5.0' OR '$(TargetFramework)' == 'net6.0' " >
1818 <FrameworkReference Include =" Microsoft.AspNetCore.App" />
1919 </ItemGroup >
20- <ItemGroup Condition =" '$(TargetFramework)' != 'netcoreapp3.1' AND '$(TargetFramework)' != 'net5.0'" >
20+ <ItemGroup Condition =" '$(TargetFramework)' != 'netcoreapp3.1' AND '$(TargetFramework)' != 'net5.0' AND '$(TargetFramework)' != 'net6.0' " >
2121 <PackageReference Include =" Microsoft.AspNetCore.Http.Abstractions" Version =" 2.2.0" />
2222 <PackageReference Include =" System.Text.Encodings.Web" Version =" 4.5.1" />
2323 </ItemGroup >
You can’t perform that action at this time.
0 commit comments