77 lines
2.1 KiB
JSON
77 lines
2.1 KiB
JSON
{
|
|
"version": "1.1.0-*",
|
|
"description": "ASP.NET Core hosting infrastructure and startup logic for web applications.",
|
|
"packOptions": {
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/hosting"
|
|
},
|
|
"tags": [
|
|
"aspnetcore",
|
|
"hosting"
|
|
]
|
|
},
|
|
"buildOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk",
|
|
"nowarn": [
|
|
"CS1591"
|
|
],
|
|
"xmlDoc": true
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Hosting.Abstractions": "1.1.0-*",
|
|
"Microsoft.AspNetCore.Hosting.Server.Abstractions": "1.1.0-*",
|
|
"Microsoft.AspNetCore.Http": "1.1.0-*",
|
|
"Microsoft.AspNetCore.Http.Extensions": "1.1.0-*",
|
|
"Microsoft.Extensions.Configuration": "1.1.0-*",
|
|
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0-*",
|
|
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
|
|
"Microsoft.Extensions.FileProviders.Physical": "1.1.0-*",
|
|
"Microsoft.Extensions.Logging": "1.1.0-*",
|
|
"Microsoft.Extensions.Options": "1.1.0-*",
|
|
"Microsoft.Extensions.PlatformAbstractions": "1.1.0-*",
|
|
"Microsoft.Extensions.RazorViews.Sources": {
|
|
"type": "build",
|
|
"version": "1.1.0-*"
|
|
},
|
|
"Microsoft.Extensions.RuntimeEnvironment.Sources": {
|
|
"type": "build",
|
|
"version": "1.1.0-*"
|
|
},
|
|
"Microsoft.Extensions.StackTrace.Sources": {
|
|
"type": "build",
|
|
"version": "1.1.0-*"
|
|
},
|
|
"Microsoft.Extensions.TypeNameHelper.Sources": {
|
|
"version": "1.1.0-*",
|
|
"type": "build"
|
|
},
|
|
"NETStandard.Library": "1.6.1-*",
|
|
"System.Diagnostics.DiagnosticSource": "4.3.0-*",
|
|
"System.Reflection.Metadata": "1.4.1-*"
|
|
},
|
|
"frameworks": {
|
|
"net451": {
|
|
"frameworkAssemblies": {
|
|
"System.Runtime": {
|
|
"type": "build"
|
|
},
|
|
"System.ComponentModel": {
|
|
"type": "build"
|
|
},
|
|
"System.IO": {
|
|
"type": "build"
|
|
}
|
|
}
|
|
},
|
|
"netstandard1.3": {
|
|
"dependencies": {
|
|
"System.Diagnostics.StackTrace": "4.3.0-*"
|
|
}
|
|
}
|
|
},
|
|
"tools": {
|
|
"RazorPageGenerator": "1.1.0-*"
|
|
}
|
|
} |