Skip to content

Commit f6ff55c

Browse files
committed
build: retarget from netstandard2.0 to net472 and update dependencies
1 parent c14e3cb commit f6ff55c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

StructuredFieldValues/StructuredFieldValues.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
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">

0 commit comments

Comments
 (0)