• 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
.vscode Loading commit data...
BasicTest Loading commit data...
ConnectionWatcher Loading commit data...
NRediSearch Loading commit data...
NRediSearch.Test Loading commit data...
RedisConfigs Loading commit data...
StackExchange.Redis Loading commit data...
StackExchange.Redis.Modules Loading commit data...
StackExchange.Redis.StrongName Loading commit data...
StackExchange.Redis.Tests Loading commit data...
docs Loading commit data...
.gitignore Loading commit data...
Directory.build.props Loading commit data...
LICENSE Loading commit data...
NuGet.Config Loading commit data...
README.md Loading commit data...
StackExchange.Redis.sln Loading commit data...
StackExchange.Redis.sln.DotSettings Loading commit data...
StackExchange.Redis.snk Loading commit data...
StrongName.ps1 Loading commit data...
appveyor.yml Loading commit data...
build.cmd Loading commit data...
build.ps1 Loading commit data...
monobuild.bash Loading commit data...
monobuild.cmd Loading commit data...
semver.txt Loading commit data...