using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace TouchSocket.Core
{
///
/// 全局环境设置
///
public static class GlobalEnvironment
{
///
/// 优化平台
///
public static OptimizedPlatforms OptimizedPlatforms { get; set; } = OptimizedPlatforms.None;
}
}