File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22 <Import Project =" ..\shared\Minimal.props" />
33
44 <PropertyGroup >
5- <TargetFrameworks >$(LibraryTargetFramework );$(ApplicationTargetFramework)</TargetFrameworks >
5+ <TargetFrameworks >$(LegacyTargetFramework );$(ApplicationTargetFramework)</TargetFrameworks >
66 <Nullable >enable</Nullable >
77 <Version >0.6.4</Version >
88 <Description >A parser for RFC 8941 Structured Field Values for HTTP.</Description >
99 </PropertyGroup >
1010
1111 <ItemGroup >
12- <PackageReference Include =" System. Memory" Version =" 4.6.0 " Condition =" '$(TargetFramework)' == 'netstandard2.0' " />
12+ <PackageReference Include =" Microsoft.Bcl. Memory" Version =" 9.0.6 " Condition =" !$([MSBuild]::IsTargetFrameworkCompatible( '$(TargetFramework)', 'netstandard2.1')) " />
1313 </ItemGroup >
1414
1515 <PropertyGroup Label =" PackageSettings" >
You can’t perform that action at this time.
0 commit comments