File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <TargetFrameworks >netstandard2.0; netstandard2.1; net6.0; net8.0; net9.0;</TargetFrameworks >
2222 <RepositoryType >git</RepositoryType >
2323 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
2424 <GenerateDocumentationFile >true</GenerateDocumentationFile >
25- <Version >9.1.3 </Version >
26- <PackageReleaseNotes ></PackageReleaseNotes >
25+ <Version >9.2.0 </Version >
26+ <PackageReleaseNotes >Lowered .NET Standard 2.0/2.1 dependency versions to 6.0.0 to reduce minimum requirements for consumers. </PackageReleaseNotes >
2727 <PackageLicenseExpression >MIT</PackageLicenseExpression >
2828 <PublishRepositoryUrl >true</PublishRepositoryUrl >
2929 <IncludeSymbols >true</IncludeSymbols >
5050 </ItemGroup >
5151
5252 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'netstandard2.1'" >
53- <PackageReference Include =" System.Threading.Channels" Version =" 9.* " />
54- <PackageReference Include =" System.Collections.Immutable" Version =" 9.* " />
53+ <PackageReference Include =" System.Threading.Channels" Version =" 6.0.0 " />
54+ <PackageReference Include =" System.Collections.Immutable" Version =" 6.0.0 " />
5555 </ItemGroup >
5656
5757 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
58- <PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 9.* " />
58+ <PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 6.0.0 " />
5959 </ItemGroup >
6060
6161 <!-- Disable the nullable warnings when compiling for .NET Standard 2.0 -->
You can’t perform that action at this time.
0 commit comments