Files
FileFlowsPlugins/BasicNodes/GlobalUsings.cs
John Andrews 444d46bf62 unit tests
2024-08-26 18:16:07 +12:00

9 lines
235 B
C#

global using System;
global using System.Collections.Generic;
global using System.Linq;
global using System.Net.Http;
global using System.Threading;
global using System.Threading.Tasks;
#if(DEBUG)
global using PluginTestLibrary;
#endif