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:
N. Taylor Mullen 2016-01-22 12:28:54 -08:00
Родитель ca3d0d1837
Коммит 471089bdeb
2 изменённых файлов: 6 добавлений и 6 удалений

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

@ -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"
}
}
}