Reacting to SignalR changes
This commit is contained in:
Родитель
dea223cf59
Коммит
6defa1e818
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче