Skip to content

Commit be9d9bd

Browse files
Bump System.Memory from 4.6.1 to 4.6.2
Bumps [System.Memory](https://github.com/dotnet/maintenance-packages) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/dotnet/maintenance-packages/releases) - [Commits](https://github.com/dotnet/maintenance-packages/commits) --- updated-dependencies: - dependency-name: System.Memory dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bd2ba41 commit be9d9bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Slugify.Core/Slugify.Core.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<AssemblyTitle>Slugify Core</AssemblyTitle>
44

@@ -58,7 +58,7 @@ With default settings, you will get an hyphenized, lowercase, alphanumeric versi
5858
<PrivateAssets>all</PrivateAssets>
5959
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
6060
</PackageReference>
61-
<PackageReference Include="System.Memory" Version="4.6.1" />
61+
<PackageReference Include="System.Memory" Version="4.6.2" />
6262
<PackageReference Include="System.Text.Encoding.CodePages" Version="9.0.3" />
6363
</ItemGroup>
6464

0 commit comments

Comments
 (0)