Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: System.Reflection.Emit.Lightweight
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 14, 2024
1 parent 5954dbf commit 5d4ae82
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.7.0" />
</ItemGroup>
</Project>

0 comments on commit 5d4ae82

Please sign in to comment.