Skip to content

Commit 4617423

Browse files
Bump System.Reflection.MetadataLoadContext (#43548)
Bumps the dotnet group in /docs/fundamentals/runtime-libraries/snippets/System.Reflection.Emit/PersistedAssemblyBuilder/Overview/csharp with 1 update: [System.Reflection.MetadataLoadContext](https://github.com/dotnet/runtime). Updates `System.Reflection.MetadataLoadContext` from 8.0.1 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v9.0.0) --- updated-dependencies: - dependency-name: System.Reflection.MetadataLoadContext dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dcb43b4 commit 4617423

File tree

1 file changed

+1
-1
lines changed
  • docs/fundamentals/runtime-libraries/snippets/System.Reflection.Emit/PersistedAssemblyBuilder/Overview/csharp

1 file changed

+1
-1
lines changed

docs/fundamentals/runtime-libraries/snippets/System.Reflection.Emit/PersistedAssemblyBuilder/Overview/csharp/Project.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="System.Reflection.MetadataLoadContext" Version="8.0.1" />
9+
<PackageReference Include="System.Reflection.MetadataLoadContext" Version="9.0.0" />
1010
</ItemGroup>
1111
</Project>

0 commit comments

Comments
 (0)