Skip to content

Commit d50a051

Browse files
committed
build: update dependencies and bump version
1 parent 3c3747d commit d50a051

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
@@ -4,12 +4,12 @@
44
<PropertyGroup>
55
<TargetFrameworks>netstandard2.0;$(LegacyTargetFramework);$(ApplicationTargetFramework)</TargetFrameworks>
66
<Nullable>enable</Nullable>
7-
<Version>0.7.5</Version>
7+
<Version>0.7.6</Version>
88
<Description>A parser for RFC 8941 Structured Field Values for HTTP.</Description>
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.Bcl.Memory" Version="9.0.6" Condition="!$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'netstandard2.1'))" />
12+
<PackageReference Include="Microsoft.Bcl.Memory" Version="9.0.8" Condition="!$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'netstandard2.1'))" />
1313
</ItemGroup>
1414

1515
<PropertyGroup Label="PackageSettings">

0 commit comments

Comments
 (0)