50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"description": "The core runtime components of ASP.NET MVC.",
|
|
"version": "6.0.0-*",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/mvc"
|
|
},
|
|
"compilationOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk"
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Authorization": "1.0.0-*",
|
|
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-*",
|
|
"Microsoft.AspNet.Hosting.Abstractions": "1.0.0-*",
|
|
"Microsoft.AspNet.Mvc.Abstractions": "6.0.0-*",
|
|
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
|
|
"Microsoft.Extensions.ClosedGenericMatcher.Sources": {
|
|
"version": "1.0.0-*",
|
|
"type": "build"
|
|
},
|
|
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
|
|
"Microsoft.Extensions.MemoryPool": "1.0.0-*",
|
|
"Microsoft.Extensions.PropertyActivator.Sources": {
|
|
"version": "1.0.0-*",
|
|
"type": "build"
|
|
},
|
|
"Microsoft.Extensions.PropertyHelper.Sources": {
|
|
"version": "1.0.0-*",
|
|
"type": "build"
|
|
},
|
|
"Microsoft.Extensions.SecurityHelper.Sources": {
|
|
"version": "1.0.0-*",
|
|
"type": "build"
|
|
},
|
|
"System.Diagnostics.DiagnosticSource": "4.0.0-beta-*"
|
|
},
|
|
"frameworks": {
|
|
"net451": {
|
|
"frameworkAssemblies": {
|
|
"System.Runtime": ""
|
|
}
|
|
},
|
|
"dotnet5.4": {
|
|
"dependencies": {
|
|
"System.Text.Encoding": "4.0.11-*"
|
|
}
|
|
}
|
|
}
|
|
} |