blob: 1020317d612e3868c08d6cf420932bbe5a0c433e [file]
{
"version": "4.8.0",
"title": "Lucene.Net",
"description": "Lucene.Net is a full-text search engine library capable of advanced text analysis, indexing, and searching. It can be used to easily add search capabilities to applications. Lucene.Net is a C# port of the popular Java Lucene search engine framework from The Apache Software Foundation, targeted at .NET Framework and .NET Core users.",
"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" ]
}
},
"frameworks": {
"netstandard1.5": {
"imports": "dnxcore50",
"buildOptions": {
"debugType": "portable",
"define": [ "FEATURE_TASKMERGESCHEDULER", "NETSTANDARD" ]
},
"dependencies": {
"Microsoft.Extensions.DependencyModel": "1.0.0-rc2-final",
"NETStandard.Library": "1.6.0",
"Newtonsoft.Json": "9.0.1",
"System.Collections.NonGeneric": "4.0.1",
"System.Collections.Specialized": "4.0.1",
"System.Diagnostics.Process": "4.1.0",
"System.Diagnostics.TraceSource": "4.0.0",
"System.IO.MemoryMappedFiles": "4.0.0",
"System.Net.NameResolution": "4.0.0",
"System.Net.Sockets": "4.1.0",
"System.Threading.Thread": "4.0.0",
"System.Threading.ThreadPool": "4.0.10"
}
},
"net451": {
"buildOptions": {
"debugType": "full",
"define": [
"FEATURE_CLONEABLE",
"FEATURE_CONCURRENTMERGESCHEDULER",
"FEATURE_SERIALIZABLE",
"FEATURE_THREADPOOL_UNSAFEQUEUEWORKITEM"
]
}
}
}
}