Updated to .NET Core 1.0.1
This commit is contained in:
Родитель
f02481c954
Коммит
08342b1fbf
|
@ -16,9 +16,9 @@
|
|||
"Serilog.Extensions.Logging": "1.0.0",
|
||||
"Serilog": "2.0.0",
|
||||
"Serilog.Sinks.RollingFile": "2.1.0",
|
||||
"Microsoft.AspNetCore.Mvc": "1.0.0",
|
||||
"Microsoft.AspNetCore.Mvc": "1.0.1",
|
||||
"Microsoft.AspNetCore.Authorization": "1.0.0",
|
||||
"Microsoft.AspNetCore.Mvc.WebApiCompatShim": "1.0.0",
|
||||
"Microsoft.AspNetCore.Mvc.WebApiCompatShim": "1.0.1",
|
||||
"System.Diagnostics.FileVersionInfo": "4.0.0",
|
||||
"Microsoft.Extensions.Configuration.Binder": "1.0.0"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"commands": {
|
||||
"web": "Microsoft.AspNet.Server.Kestrel"
|
||||
},
|
||||
|
@ -10,10 +10,10 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"type": "platform"
|
||||
},
|
||||
"Microsoft.AspNetCore.Antiforgery": "1.0.0",
|
||||
"Microsoft.AspNetCore.Antiforgery": "1.0.1",
|
||||
"Microsoft.AspNetCore.Authentication": "1.0.0",
|
||||
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0",
|
||||
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0",
|
||||
|
@ -22,9 +22,9 @@
|
|||
"Microsoft.Extensions.Configuration.Binder": "1.0.0",
|
||||
"Microsoft.Extensions.Caching.Memory": "1.0.0",
|
||||
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
|
||||
"Microsoft.AspNetCore.Mvc": "1.0.0",
|
||||
"Microsoft.AspNetCore.Routing": "1.0.0",
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "1.0.1",
|
||||
"Microsoft.AspNetCore.Mvc": "1.0.1",
|
||||
"Microsoft.AspNetCore.Routing": "1.0.1",
|
||||
"Microsoft.Extensions.Configuration.Json": "1.0.0",
|
||||
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0",
|
||||
"Microsoft.AspNetCore.Authentication.JwtBearer": "1.0.0",
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
"Microsoft.IIS.Administration.WebServer.VirtualDirectories": "1.0.0",
|
||||
"Microsoft.IIS.Administration.WebServer.WorkerProcesses": "1.0.0",
|
||||
"Microsoft.NETCore.App": {
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"type": "platform"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -15,11 +15,11 @@
|
|||
"dependencies": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"type": "platform",
|
||||
"version": "1.0.0"
|
||||
"version": "1.0.1"
|
||||
},
|
||||
"Microsoft.IIS.Administration.WebServer": "1.0.0",
|
||||
"xunit": "2.2.0-beta3-build3316",
|
||||
"dotnet-test-xunit": "2.2.0-preview2-build1029",
|
||||
"xunit": "2.2.0-beta4-build3444",
|
||||
"dotnet-test-xunit": "2.2.0-preview3-build1047",
|
||||
"Microsoft.IIS.Administration.WebServer.Files": "1.0.0"
|
||||
},
|
||||
"buildOptions": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче