Skip to content

Commit

Permalink
Bump System.Reflection.Metadata from 7.0.0 to 7.0.2
Browse files Browse the repository at this point in the history
Bumps [System.Reflection.Metadata](https://github.com/dotnet/runtime) from 7.0.0 to 7.0.2.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.0...v7.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and jknaudt21 committed Aug 1, 2023
1 parent 904840a commit 6c57d98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<PackageReference Include="MSBuilder.ThisAssembly.Project" Version="0.3.4" />
<PackageReference Include="MSBuilder.ThisAssembly.Vsix" Version="0.1.8" />
<PackageReference Include="System.Diagnostics.Tracer" Version="2.1.0-alpha" />
<PackageReference Include="System.Reflection.Metadata" Version="7.0.0" />
<PackageReference Include="System.Reflection.Metadata" Version="7.0.2" />
<PackageReference Include="NuGet.Build.Packaging" Version="0.2.2" PrivateAssets="all" />
<PackageReference Include="MessagePack" Version="2.5.108" GeneratePathProperty="true" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Debugging.VisualStudio/Debugging.VisualStudio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<PackageReference Include="MSBuilder.CodeTaskAssembly" Version="0.2.6" />
<PackageReference Include="MSBuilder.ThisAssembly.Project" Version="0.3.4" />
<PackageReference Include="System.Diagnostics.Tracer" Version="2.1.0-alpha" />
<PackageReference Include="System.Reflection.Metadata" Version="7.0.0" />
<PackageReference Include="System.Reflection.Metadata" Version="7.0.2" />
<PackageReference Include="NuGet.Build.Packaging" Version="0.2.2" PrivateAssets="all" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 6c57d98

Please sign in to comment.