blob: b269cd56ce3a5078df677728a4af4a23e2d674c9 [file]
{
"version": "4.8.0",
"title": "Lucene.Net.Facet",
"description": "Faceted indexing and search capabilities for the Lucene.Net full-text search engine library from The Apache Software Foundation.",
"authors": [ "The Apache Software Foundation" ],
"packOptions": {
"projectUrl": "http://lucenenet.apache.org/",
"licenseUrl": "https://github.com/apache/lucenenet/blob/master/LICENSE.txt",
"iconUrl": "https://github.com/apache/lucenenet/blob/master/branding/logo/lucene-net-icon-128x128.png?raw=true",
"owners": [ "The Apache Software Foundation" ],
"repository": { "url": "https://github.com/apache/lucenenet" },
"tags": [ "lucene.net", "core", "text", "search", "information", "retrieval", "lucene", "apache", "analysis", "index", "query" ]
},
"buildOptions": {
"compile": {
"includeFiles": [ "../CommonAssemblyInfo.cs" ]
}
},
"dependencies": {
"Lucene.Net.Join": "4.8.0",
"Lucene.Net.Queries": "4.8.0"
},
"frameworks": {
"netstandard1.5": {
"imports": "dnxcore50",
"buildOptions": {
"debugType": "portable",
"define": [ "NETSTANDARD" ]
},
"dependencies": {
"NETStandard.Library": "1.6.0",
"System.Threading.Thread": "4.0.0",
"Newtonsoft.Json": "9.0.1"
}
},
"net451": {
"buildOptions": {
"debugType": "full",
"define": [ "FEATURE_SERIALIZABLE" ]
}
}
}
}