Skip to content

Commit

Permalink
Replace mention of .NET Core (#6033)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSDN-WhiteKnight authored Aug 6, 2023
1 parent 5b702b5 commit a1ab305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/assembly/MetadataLoadContext/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: "A sample console application that shows how to use MetadataLoadCon
---
# Inspect assembly contents using MetadataLoadContext

This sample is a .NET Core console application that loads a specified assembly and prints its custom attributes and defined types. It demonstrates how to use the [System.Reflection.MetadataLoadContext](https://www.nuget.org/packages/System.Reflection.MetadataLoadContext) API to load an assembly for inspection purposes.
This sample is a .NET console application that loads a specified assembly and prints its custom attributes and defined types. It demonstrates how to use the [System.Reflection.MetadataLoadContext](https://www.nuget.org/packages/System.Reflection.MetadataLoadContext) API to load an assembly for inspection purposes.

## Build and run the sample

Expand Down

0 comments on commit a1ab305

Please sign in to comment.