You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by ni...@apache.org on 2019/08/07 22:26:16 UTC

[lucenenet] 19/42: Lucene.Net.Expressions: Corrected casing on app.config to lower (xplat problem)

This is an automated email from the ASF dual-hosted git repository.

nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git

commit aea3cc7371baa8a5524beebaccb679b8148c2cb5
Author: Shad Storhaug <sh...@shadstorhaug.com>
AuthorDate: Sat Aug 3 02:39:34 2019 +0700

    Lucene.Net.Expressions: Corrected casing on app.config to lower (xplat problem)
---
 src/Lucene.Net.Expressions/Lucene.Net.Expressions.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Lucene.Net.Expressions/Lucene.Net.Expressions.csproj b/src/Lucene.Net.Expressions/Lucene.Net.Expressions.csproj
index 5f2c880..975a057 100644
--- a/src/Lucene.Net.Expressions/Lucene.Net.Expressions.csproj
+++ b/src/Lucene.Net.Expressions/Lucene.Net.Expressions.csproj
@@ -36,7 +36,7 @@
   </PropertyGroup>
 
   <ItemGroup>
-    <None Include="App.config" />
+    <None Include="app.config" />
   </ItemGroup>
 
   <ItemGroup>