Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
ci skip
  • Loading branch information
natemcmaster committed Jan 31, 2021
1 parent 7bf4d79 commit 66f8f16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ assembly isolation and type sharing. Read [more details about type sharing below
Blog post introducing this project, July 25, 2018: [.NET Core Plugins: Introducing an API for loading .dll files (and their dependencies) as 'plugins'](https://natemcmaster.com/blog/2018/07/25/netcore-plugins/).

**Since 2018, .NET Core 3**
has been released which added API to improve assembly loading. If you are interested in understanding that API, see "[Create a .NET Core application with plugins][plugin-tutorial]" on docs.microsoft.com. The result of this tutorial would be simple version of DotNetCorePlugins, but missing some features like an API for unifying types across the load context boundary, hot reload, and .NET Core 2.1 support.
was released, and it added stdlib API to improve assembly loading. If you are interested in understanding that API, see "[Create a .NET Core application with plugins][plugin-tutorial]" on docs.microsoft.com. The result of this tutorial would be a simpler version of DotNetCorePlugins, but missing some features like an API for unifying types across the load context boundary, hot reload, and .NET Core 2 support.

[plugin-tutorial]: https://docs.microsoft.com/dotnet/core/tutorials/creating-app-with-plugin-support

## Getting started

You can install the plugin loading API using the [`McMaster.NETCore.Plugins` NuGet package.][nuget]
Install the [`McMaster.NETCore.Plugins` NuGet package.][nuget]

```
dotnet add package McMaster.NETCore.Plugins
Expand Down

0 comments on commit 66f8f16

Please sign in to comment.