This commit is contained in:
Pranav K 2016-03-27 10:18:28 -07:00
Родитель dea223cf59
Коммит 6defa1e818
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -365,7 +365,7 @@ namespace Microsoft.AspNetCore.SignalR.SqlServer
[SuppressMessage("Microsoft.Design", "CA1031:DoNotCatchGeneralExceptionTypes", Justification = "I need to")]
protected virtual bool StartSqlDependencyListener()
{
#if NETSTANDARD1_3
#if NETSTANDARD1_5
return false;
#else
lock (_stopLocker)

Просмотреть файл

@ -16,13 +16,13 @@
"System.Data": ""
}
},
"netstandard1.3": {
"netstandard1.5": {
"dependencies": {
"System.Data.SqlClient": "4.0.0-*",
"System.Runtime": "4.1.0-*"
},
"imports": [
"dotnet5.4",
"dotnet5.6",
"portable-net451+win8"
]
}