• Jeremy Meng's avatar
    Add netstandard2.0 support (#767) · 3ed0e0d4
    Jeremy Meng authored
    * Add netstandard2.0 target to SE.Redis projects
    
    Two new conditional compilation constants are introduced:
    
    * FEATURE_PERFCOUNTER - supported in net45 and net46
    * FEATURE_THREADPOOL - supported in net45, net46, and netstandard2.0
    
    * Add netcoreapp2.0 target framework to test projects
    
    * Replace CORE_CLR conditional compilation symbol
    
    with built-in NETSTANDARD1_5 or NETCOREAPP1_0 since now netstandard2.0
    is also supported.
    
    * Remove unnecessary conditional compilation constants
    3ed0e0d4
Name
Last commit
Last update
..
Issues Loading commit data...
Batches.cs Loading commit data...
BookSleeveTestBase.cs Loading commit data...
Config.cs Loading commit data...
Constraints.cs Loading commit data...
Hashes.cs Loading commit data...
Locking.cs Loading commit data...
Performance.cs Loading commit data...
PubSub.cs Loading commit data...
Scripting.cs Loading commit data...
Strings.cs Loading commit data...
redis-sharp.cs Loading commit data...