McMaster.NETCore.Plugins
0.2.3
Provides API for consuming .NET Core and .NET Standard assemblies as plugins to a .NET Core application.
This package should be used by the host application which needs to load plugins.
Projects which create plugins should use McMaster.NETCore.Plugins.Sdk to generate the plugin configuration
files required to load .dll files.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package McMaster.NETCore.Plugins -Version 0.2.3
dotnet add package McMaster.NETCore.Plugins --version 0.2.3
paket add McMaster.NETCore.Plugins --version 0.2.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Bug fix:
* Fix config file generation when using the SDK package
Dependencies
-
.NETCoreApp 2.0
- Microsoft.Extensions.DependencyModel (>= 2.0.0)