mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 00:19:48 +00:00
Add conditional assembly reference for release builds in PluginFactory
This commit is contained in:
parent
d0074a6fc7
commit
9d2da898b6
@ -1,5 +1,9 @@
|
||||
using Microsoft.Extensions.FileProviders;
|
||||
|
||||
#if RELEASE
|
||||
using System.Reflection;
|
||||
#endif
|
||||
|
||||
namespace AIStudio.Tools.PluginSystem;
|
||||
|
||||
public static partial class PluginFactory
|
||||
|
Loading…
Reference in New Issue
Block a user