r.ws igdfsaug

This commit is contained in:
2024-05-16 11:37:41 +02:00
parent 138ae6fb5f
commit bf463b6e7b
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net8.0</TargetFrameworks>
@@ -9,7 +9,7 @@
</PropertyGroup>
<PropertyGroup>
<Version>2.1.7</Version>
<Version>2.1.8</Version>
</PropertyGroup>
</Project>

View File

@@ -187,7 +187,7 @@ namespace Pilz.Plugins
try
{
if (Activator.CreateInstance(type, null, parameters, null) is TPluginInterface plugin)
if (Activator.CreateInstance(type, GetConstructorFlags(), null, parameters, null) is TPluginInterface plugin)
{
if (plugin is IPluginLateInitialization pluginLateInit)
pluginLateInit.LateInit();