Bump System.Reflection.Metadata from 5.0.0 to 7.0.0 (#981)

Bumps [System.Reflection.Metadata](https://github.com/dotnet/runtime) from 5.0.0 to 7.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/commits)

---
updated-dependencies:
- dependency-name: System.Reflection.Metadata
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/1006/head
dependabot[bot] 2023-01-29 15:56:04 +08:00 committed by GitHub
parent a370d70e0b
commit 3ea4001333
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' != 'net7.0-windows'">
<PackageReference Include="System.Reflection.Metadata" Version="5.0.0" />
<PackageReference Include="System.Reflection.Metadata" Version="7.0.0" />
<Reference Include="System.ServiceProcess" />
</ItemGroup>