Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMin Huang <huangmin@microsoft.com>2022-07-07 10:54:33 +0300
committerGitHub <noreply@github.com>2022-07-07 10:54:33 +0300
commitf71d2ecf72dc7deac1e2de58cd0f3b94f8d98999 (patch)
tree162af25130ebaee1af6f4aa7d9f6feb5623a408f /Directory.Build.props
parentab41352d46b10599a15d3c939d642860bc3f4bf5 (diff)
Adopt Lucene.net as nuget package instead of submodule to resolve lgtm issue (#607)
* Remove file from submodule to resolve lgtm issue * change to full path * update * Adopt lucence.net nuget package
Diffstat (limited to 'Directory.Build.props')
-rw-r--r--Directory.Build.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/Directory.Build.props b/Directory.Build.props
index ef5112cc..0558f4d4 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -7,5 +7,6 @@
<NuGetVersionQuickIONET>2.6.2.0</NuGetVersionQuickIONET>
<NuGetVersionSharpZipLib>1.3.3</NuGetVersionSharpZipLib>
<NuGetVersionSystemConfigurationConfigurationManager>6.0.0</NuGetVersionSystemConfigurationConfigurationManager>
+ <NuGetVersionLuceneDotNet>3.0.3</NuGetVersionLuceneDotNet>
</PropertyGroup>
</Project> \ No newline at end of file