2881099 / csredis

.NET Core or .NET Framework 4.0+ client for Redis and Redis Sentinel (2.8) and Cluster. Includes both synchronous and asynchronous clients.
MIT License
2.01k stars 414 forks source link

优化TFM标识及预处理标识符 #495

Closed softworm closed 11 months ago

softworm commented 11 months ago
  1. 修正TFM声明 (https://learn.microsoft.com/zh-cn/dotnet/standard/frameworks#supported-target-frameworks
  2. 使用内置预处理符NET40 (https://learn.microsoft.com/zh-cn/dotnet/csharp/language-reference/preprocessor-directives#conditional-compilation)