Update ASP.NET 5 versions for ASP.NET Core.
See https://github.com/aspnet/Announcements/issues/144 for more information.
This commit is contained in:
Родитель
ca3d0d1837
Коммит
471089bdeb
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"version": "3.0.0-*",
|
||||
"version": "0.1.0-*",
|
||||
"description": "Core server components for ASP.NET SignalR.",
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.SignalR.Server": "3.0.0-*",
|
||||
"Microsoft.AspNetCore.SignalR.Server": "0.1.0-*",
|
||||
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0-*"
|
||||
},
|
||||
"compilationOptions": {
|
||||
|
@ -22,4 +22,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.SignalR.SqlServer": "3.0.0-*",
|
||||
"Microsoft.AspNetCore.SignalR.SqlServer": "0.1.0-*",
|
||||
"xunit.runner.aspnet": "2.0.0-aspnet-*",
|
||||
"Moq": "4.2.1312.1622"
|
||||
},
|
||||
|
@ -10,9 +10,9 @@
|
|||
"warningsAsErrors": true
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": { }
|
||||
"dnx451": {}
|
||||
},
|
||||
"commands": {
|
||||
"test": "xunit.runner.aspnet"
|
||||
}
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче