merken / Prise

A .NET Plugin Framework.
https://merken.github.io/Prise
MIT License
362 stars 39 forks source link

TypeLoadException: Could not find type 'System.Runtime.CompilerServices.IsReadOnlyAttribute' in assembly 'XXX/Microsoft.NETCore.App/2.1.23/netstandard.dll'. #42

Closed merken closed 3 years ago

merken commented 3 years ago

This issue occurs when trying to load a newer Plugin (.NET Core 3.1) on a .NET Core 2.1 Host.

There is no known workaround to this other than to upgrade the Host to a newer runtime version.

merken commented 3 years ago

Closing since this is not supported by Prise.