Skip to content

Commit 52769b5

Browse files
Bump System.Reflection.Metadata from 5.0.0 to 6.0.0
Bumps [System.Reflection.Metadata](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.Reflection.Metadata dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 938ebbc commit 52769b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Microsoft.VisualStudio.Composition/Microsoft.VisualStudio.Composition.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackageReference Include="Microsoft.VisualStudio.Validation" Version="17.0.34" />
1818
<PackageReference Include="System.Composition" Version="6.0.0" />
1919
<PackageReference Include="System.Reflection.Emit" Version="4.7.0" />
20-
<PackageReference Include="System.Reflection.Metadata" Version="5.0.0" />
20+
<PackageReference Include="System.Reflection.Metadata" Version="6.0.0" />
2121
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.3" PrivateAssets="all" />
2222
</ItemGroup>
2323
<ItemGroup>

0 commit comments

Comments
 (0)