Skip to content

Commit

Permalink
Bump System.Memory from 4.5.4 to 4.5.5
Browse files Browse the repository at this point in the history
Bumps [System.Memory](https://github.com/dotnet/corefx) from 4.5.4 to 4.5.5.
- [Release notes](https://github.com/dotnet/corefx/releases)
- [Commits](https://github.com/dotnet/corefx/commits)

---
updated-dependencies:
- dependency-name: System.Memory
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 14, 2024
1 parent 5954dbf commit cd9c127
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
1 change: 0 additions & 1 deletion Emux
Submodule Emux deleted from 4e5d92
13 changes: 13 additions & 0 deletions Emux/Emux.GameBoy/Emux.GameBoy.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Title>Emux.GameBoy</Title>
<Version>0.1.0.0</Version>
<Description>GameBoy emulator engine</Description>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Memory" Version="4.5.5" />
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.3.0" />
</ItemGroup>
</Project>

0 comments on commit cd9c127

Please sign in to comment.