Skip to content

Commit d01a564

Browse files
authored
Update some NuGet packages to latest versions (#9100)
Update some outdated NuGet packages to the latest versions. - `ELFSharp`: `2.13.1` -> `2.17.3` - `K4os.Compression.LZ4`: `1.1.11` -> `1.3.6` - `mdoc`: `5.9.2.4` -> `5.9.3`
1 parent 328b6ed commit d01a564

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@
4848
<MonoCecilVersion>0.11.5</MonoCecilVersion>
4949
<NewtonsoftJsonPackageVersion>13.0.3</NewtonsoftJsonPackageVersion>
5050
<NuGetApiPackageVersion>5.4.0</NuGetApiPackageVersion>
51-
<LZ4PackageVersion>1.1.11</LZ4PackageVersion>
51+
<LZ4PackageVersion>1.3.6</LZ4PackageVersion>
5252
<MonoOptionsVersion>6.12.0.148</MonoOptionsVersion>
5353
<SystemCollectionsImmutableVersion>8.0.0</SystemCollectionsImmutableVersion>
5454
<SystemRuntimeCompilerServicesUnsafeVersion>6.0.0</SystemRuntimeCompilerServicesUnsafeVersion>
5555
<ELFSharpVersion>2.17.3</ELFSharpVersion>
5656
<HumanizerVersion>2.14.1</HumanizerVersion>
57-
<MdocPackageVersion Condition=" '$(MdocPackageVersion)' == '' ">5.9.2.4</MdocPackageVersion>
57+
<MdocPackageVersion Condition=" '$(MdocPackageVersion)' == '' ">5.9.3</MdocPackageVersion>
5858
</PropertyGroup>
5959

6060
</Project>

0 commit comments

Comments
 (0)