Skip to content

Commit

Permalink
build(deps): bump System.Runtime.CompilerServices.Unsafe
Browse files Browse the repository at this point in the history
Bumps [System.Runtime.CompilerServices.Unsafe](https://github.com/dotnet/runtime) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v5.0.0...v6.0.0)

---
updated-dependencies:
- dependency-name: System.Runtime.CompilerServices.Unsafe
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 15, 2023
1 parent b9ce705 commit fe9754d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MemoryModule/MemoryModule.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Works on Windows and Linux only, both on .NET Framework and .NET Core (and of co
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="5.0.0" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit fe9754d

Please sign in to comment.