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 35bc429c25a9091898c2f25db38d33a3f9768568 Author: Shad Storhaug <[email protected]> AuthorDate: Mon Jul 8 05:40:01 2019 +0700 Removed unnecessary commented tags from .csproj files. --- src/Lucene.Net.Analysis.Common/Lucene.Net.Analysis.Common.csproj | 1 - src/Lucene.Net.Analysis.Kuromoji/Lucene.Net.Analysis.Kuromoji.csproj | 1 - src/Lucene.Net.Analysis.Phonetic/Lucene.Net.Analysis.Phonetic.csproj | 1 - src/Lucene.Net.Analysis.SmartCn/Lucene.Net.Analysis.SmartCn.csproj | 1 - src/Lucene.Net.Analysis.Stempel/Lucene.Net.Analysis.Stempel.csproj | 1 - src/Lucene.Net.Benchmark/Lucene.Net.Benchmark.csproj | 1 - src/Lucene.Net.Classification/Lucene.Net.Classification.csproj | 1 - src/Lucene.Net.Codecs/Lucene.Net.Codecs.csproj | 1 - src/Lucene.Net.Demo/Lucene.Net.Demo.csproj | 1 - src/Lucene.Net.Expressions/Lucene.Net.Expressions.csproj | 1 - src/Lucene.Net.Facet/Lucene.Net.Facet.csproj | 1 - src/Lucene.Net.Grouping/Lucene.Net.Grouping.csproj | 1 - src/Lucene.Net.Highlighter/Lucene.Net.Highlighter.csproj | 1 - src/Lucene.Net.Join/Lucene.Net.Join.csproj | 1 - src/Lucene.Net.Memory/Lucene.Net.Memory.csproj | 1 - src/Lucene.Net.Misc/Lucene.Net.Misc.csproj | 1 - src/Lucene.Net.Queries/Lucene.Net.Queries.csproj | 1 - src/Lucene.Net.QueryParser/Lucene.Net.QueryParser.csproj | 1 - src/Lucene.Net.Replicator/Lucene.Net.Replicator.csproj | 1 - src/Lucene.Net.Sandbox/Lucene.Net.Sandbox.csproj | 1 - src/Lucene.Net.Spatial/Lucene.Net.Spatial.csproj | 1 - src/Lucene.Net.Suggest/Lucene.Net.Suggest.csproj | 1 - src/Lucene.Net.TestFramework/Lucene.Net.TestFramework.csproj | 1 - .../Lucene.Net.Tests.Analysis.Common.csproj | 4 ---- .../Lucene.Net.Tests.Analysis.Kuromoji.csproj | 4 ---- .../Lucene.Net.Tests.Analysis.Phonetic.csproj | 4 ---- .../Lucene.Net.Tests.Analysis.SmartCn.csproj | 4 ---- .../Lucene.Net.Tests.Analysis.Stempel.csproj | 4 ---- src/Lucene.Net.Tests.Benchmark/Lucene.Net.Tests.Benchmark.csproj | 4 ---- .../Lucene.Net.Tests.Classification.csproj | 4 ---- src/Lucene.Net.Tests.Codecs/Lucene.Net.Tests.Codecs.csproj | 4 ---- src/Lucene.Net.Tests.Demo/Lucene.Net.Tests.Demo.csproj | 4 ---- src/Lucene.Net.Tests.Expressions/Lucene.Net.Tests.Expressions.csproj | 4 ---- src/Lucene.Net.Tests.Facet/Lucene.Net.Tests.Facet.csproj | 4 ---- src/Lucene.Net.Tests.Grouping/Lucene.Net.Tests.Grouping.csproj | 4 ---- src/Lucene.Net.Tests.Highlighter/Lucene.Net.Tests.Highlighter.csproj | 4 ---- src/Lucene.Net.Tests.Join/Lucene.Net.Tests.Join.csproj | 4 ---- src/Lucene.Net.Tests.Memory/Lucene.Net.Tests.Memory.csproj | 4 ---- src/Lucene.Net.Tests.Misc/Lucene.Net.Tests.Misc.csproj | 4 ---- src/Lucene.Net.Tests.Queries/Lucene.Net.Tests.Queries.csproj | 4 ---- src/Lucene.Net.Tests.QueryParser/Lucene.Net.Tests.QueryParser.csproj | 4 ---- src/Lucene.Net.Tests.Replicator/Lucene.Net.Tests.Replicator.csproj | 4 ---- src/Lucene.Net.Tests.Sandbox/Lucene.Net.Tests.Sandbox.csproj | 4 ---- src/Lucene.Net.Tests.Spatial/Lucene.Net.Tests.Spatial.csproj | 4 ---- src/Lucene.Net.Tests.Suggest/Lucene.Net.Tests.Suggest.csproj | 4 ---- src/Lucene.Net.Tests/Lucene.Net.Tests.csproj | 4 ---- src/Lucene.Net/Lucene.Net.csproj | 1 - src/dotnet/Lucene.Net.ICU/Lucene.Net.ICU.csproj | 1 - .../Lucene.Net.Replicator.AspNetCore.csproj | 1 - src/dotnet/Lucene.Net.Tests.ICU/Lucene.Net.Tests.ICU.csproj | 4 ---- 50 files changed, 122 deletions(-) diff --git a/src/Lucene.Net.Analysis.Common/Lucene.Net.Analysis.Common.csproj b/src/Lucene.Net.Analysis.Common/Lucene.Net.Analysis.Common.csproj index 36fcd49..6181134 100644 --- a/src/Lucene.Net.Analysis.Common/Lucene.Net.Analysis.Common.csproj +++ b/src/Lucene.Net.Analysis.Common/Lucene.Net.Analysis.Common.csproj @@ -35,7 +35,6 @@ <NoWarn>$(NoWarn);1591;1573</NoWarn> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Analysis.Kuromoji/Lucene.Net.Analysis.Kuromoji.csproj b/src/Lucene.Net.Analysis.Kuromoji/Lucene.Net.Analysis.Kuromoji.csproj index 8c12316..56fb664 100644 --- a/src/Lucene.Net.Analysis.Kuromoji/Lucene.Net.Analysis.Kuromoji.csproj +++ b/src/Lucene.Net.Analysis.Kuromoji/Lucene.Net.Analysis.Kuromoji.csproj @@ -35,7 +35,6 @@ <NoWarn>$(NoWarn);1591;1573</NoWarn> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Analysis.Phonetic/Lucene.Net.Analysis.Phonetic.csproj b/src/Lucene.Net.Analysis.Phonetic/Lucene.Net.Analysis.Phonetic.csproj index 2464123..2134c48 100644 --- a/src/Lucene.Net.Analysis.Phonetic/Lucene.Net.Analysis.Phonetic.csproj +++ b/src/Lucene.Net.Analysis.Phonetic/Lucene.Net.Analysis.Phonetic.csproj @@ -35,7 +35,6 @@ <NoWarn>$(NoWarn);1591;1573</NoWarn> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Analysis.SmartCn/Lucene.Net.Analysis.SmartCn.csproj b/src/Lucene.Net.Analysis.SmartCn/Lucene.Net.Analysis.SmartCn.csproj index 25b7cd4..8b190e9 100644 --- a/src/Lucene.Net.Analysis.SmartCn/Lucene.Net.Analysis.SmartCn.csproj +++ b/src/Lucene.Net.Analysis.SmartCn/Lucene.Net.Analysis.SmartCn.csproj @@ -35,7 +35,6 @@ <NoWarn>$(NoWarn);1591;1573</NoWarn> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Analysis.Stempel/Lucene.Net.Analysis.Stempel.csproj b/src/Lucene.Net.Analysis.Stempel/Lucene.Net.Analysis.Stempel.csproj index ff1f980..0d90b9a 100644 --- a/src/Lucene.Net.Analysis.Stempel/Lucene.Net.Analysis.Stempel.csproj +++ b/src/Lucene.Net.Analysis.Stempel/Lucene.Net.Analysis.Stempel.csproj @@ -35,7 +35,6 @@ <NoWarn>$(NoWarn);1591;1573</NoWarn> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Benchmark/Lucene.Net.Benchmark.csproj b/src/Lucene.Net.Benchmark/Lucene.Net.Benchmark.csproj index 18bf87e..4e18828 100644 --- a/src/Lucene.Net.Benchmark/Lucene.Net.Benchmark.csproj +++ b/src/Lucene.Net.Benchmark/Lucene.Net.Benchmark.csproj @@ -36,7 +36,6 @@ <NoWarn>$(NoWarn);1591;1573</NoWarn> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Classification/Lucene.Net.Classification.csproj b/src/Lucene.Net.Classification/Lucene.Net.Classification.csproj index 7d05b9b..e4b629b 100644 --- a/src/Lucene.Net.Classification/Lucene.Net.Classification.csproj +++ b/src/Lucene.Net.Classification/Lucene.Net.Classification.csproj @@ -35,7 +35,6 @@ <NoWarn>$(NoWarn);1591;1573</NoWarn> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Codecs/Lucene.Net.Codecs.csproj b/src/Lucene.Net.Codecs/Lucene.Net.Codecs.csproj index 966f8df..830ac4c 100644 --- a/src/Lucene.Net.Codecs/Lucene.Net.Codecs.csproj +++ b/src/Lucene.Net.Codecs/Lucene.Net.Codecs.csproj @@ -35,7 +35,6 @@ <NoWarn>$(NoWarn);1591;1573</NoWarn> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Demo/Lucene.Net.Demo.csproj b/src/Lucene.Net.Demo/Lucene.Net.Demo.csproj index e5cd76e..5da9ec0 100644 --- a/src/Lucene.Net.Demo/Lucene.Net.Demo.csproj +++ b/src/Lucene.Net.Demo/Lucene.Net.Demo.csproj @@ -35,7 +35,6 @@ <NoWarn>$(NoWarn);1591;1573</NoWarn> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Expressions/Lucene.Net.Expressions.csproj b/src/Lucene.Net.Expressions/Lucene.Net.Expressions.csproj index 4c889da..0118f7e 100644 --- a/src/Lucene.Net.Expressions/Lucene.Net.Expressions.csproj +++ b/src/Lucene.Net.Expressions/Lucene.Net.Expressions.csproj @@ -35,7 +35,6 @@ <NoWarn>$(NoWarn);1591;1573</NoWarn> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Facet/Lucene.Net.Facet.csproj b/src/Lucene.Net.Facet/Lucene.Net.Facet.csproj index 39bae76..c08029f 100644 --- a/src/Lucene.Net.Facet/Lucene.Net.Facet.csproj +++ b/src/Lucene.Net.Facet/Lucene.Net.Facet.csproj @@ -35,7 +35,6 @@ <NoWarn>$(NoWarn);1591;1573</NoWarn> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Grouping/Lucene.Net.Grouping.csproj b/src/Lucene.Net.Grouping/Lucene.Net.Grouping.csproj index d6d10b8..9c61d76 100644 --- a/src/Lucene.Net.Grouping/Lucene.Net.Grouping.csproj +++ b/src/Lucene.Net.Grouping/Lucene.Net.Grouping.csproj @@ -35,7 +35,6 @@ <NoWarn>$(NoWarn);1591;1573</NoWarn> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Highlighter/Lucene.Net.Highlighter.csproj b/src/Lucene.Net.Highlighter/Lucene.Net.Highlighter.csproj index 2a0fc17..005c807 100644 --- a/src/Lucene.Net.Highlighter/Lucene.Net.Highlighter.csproj +++ b/src/Lucene.Net.Highlighter/Lucene.Net.Highlighter.csproj @@ -35,7 +35,6 @@ <NoWarn>$(NoWarn);1591;1573</NoWarn> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Join/Lucene.Net.Join.csproj b/src/Lucene.Net.Join/Lucene.Net.Join.csproj index 8409ce0..09843d5 100644 --- a/src/Lucene.Net.Join/Lucene.Net.Join.csproj +++ b/src/Lucene.Net.Join/Lucene.Net.Join.csproj @@ -35,7 +35,6 @@ <NoWarn>$(NoWarn);1591;1573</NoWarn> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Memory/Lucene.Net.Memory.csproj b/src/Lucene.Net.Memory/Lucene.Net.Memory.csproj index 26e00e1..41d4b2c 100644 --- a/src/Lucene.Net.Memory/Lucene.Net.Memory.csproj +++ b/src/Lucene.Net.Memory/Lucene.Net.Memory.csproj @@ -35,7 +35,6 @@ <NoWarn>$(NoWarn);1591;1573</NoWarn> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Misc/Lucene.Net.Misc.csproj b/src/Lucene.Net.Misc/Lucene.Net.Misc.csproj index 464fc30..4e798de 100644 --- a/src/Lucene.Net.Misc/Lucene.Net.Misc.csproj +++ b/src/Lucene.Net.Misc/Lucene.Net.Misc.csproj @@ -35,7 +35,6 @@ <NoWarn>$(NoWarn);1591;1573</NoWarn> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Queries/Lucene.Net.Queries.csproj b/src/Lucene.Net.Queries/Lucene.Net.Queries.csproj index 78fd9fb..9fc8971 100644 --- a/src/Lucene.Net.Queries/Lucene.Net.Queries.csproj +++ b/src/Lucene.Net.Queries/Lucene.Net.Queries.csproj @@ -35,7 +35,6 @@ <NoWarn>$(NoWarn);1591;1573</NoWarn> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.QueryParser/Lucene.Net.QueryParser.csproj b/src/Lucene.Net.QueryParser/Lucene.Net.QueryParser.csproj index ed0d525..f9c2cd1 100644 --- a/src/Lucene.Net.QueryParser/Lucene.Net.QueryParser.csproj +++ b/src/Lucene.Net.QueryParser/Lucene.Net.QueryParser.csproj @@ -35,7 +35,6 @@ <NoWarn>$(NoWarn);1591;1573</NoWarn> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Replicator/Lucene.Net.Replicator.csproj b/src/Lucene.Net.Replicator/Lucene.Net.Replicator.csproj index 7868f65..d5b7eb2 100644 --- a/src/Lucene.Net.Replicator/Lucene.Net.Replicator.csproj +++ b/src/Lucene.Net.Replicator/Lucene.Net.Replicator.csproj @@ -35,7 +35,6 @@ <NoWarn>$(NoWarn);1591;1573</NoWarn> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Sandbox/Lucene.Net.Sandbox.csproj b/src/Lucene.Net.Sandbox/Lucene.Net.Sandbox.csproj index efed9eb..e8e66f3 100644 --- a/src/Lucene.Net.Sandbox/Lucene.Net.Sandbox.csproj +++ b/src/Lucene.Net.Sandbox/Lucene.Net.Sandbox.csproj @@ -35,7 +35,6 @@ <NoWarn>$(NoWarn);1591;1573</NoWarn> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Spatial/Lucene.Net.Spatial.csproj b/src/Lucene.Net.Spatial/Lucene.Net.Spatial.csproj index c1ff135..04ba8b1 100644 --- a/src/Lucene.Net.Spatial/Lucene.Net.Spatial.csproj +++ b/src/Lucene.Net.Spatial/Lucene.Net.Spatial.csproj @@ -35,7 +35,6 @@ <NoWarn>$(NoWarn);1591;1573</NoWarn> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Suggest/Lucene.Net.Suggest.csproj b/src/Lucene.Net.Suggest/Lucene.Net.Suggest.csproj index b6e4cd9..10cba03 100644 --- a/src/Lucene.Net.Suggest/Lucene.Net.Suggest.csproj +++ b/src/Lucene.Net.Suggest/Lucene.Net.Suggest.csproj @@ -35,7 +35,6 @@ <NoWarn>$(NoWarn);1591;1573</NoWarn> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.TestFramework/Lucene.Net.TestFramework.csproj b/src/Lucene.Net.TestFramework/Lucene.Net.TestFramework.csproj index 1094a83..e4430c0 100644 --- a/src/Lucene.Net.TestFramework/Lucene.Net.TestFramework.csproj +++ b/src/Lucene.Net.TestFramework/Lucene.Net.TestFramework.csproj @@ -38,7 +38,6 @@ <NoWarn>$(NoWarn);1591;1573</NoWarn> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Tests.Analysis.Common/Lucene.Net.Tests.Analysis.Common.csproj b/src/Lucene.Net.Tests.Analysis.Common/Lucene.Net.Tests.Analysis.Common.csproj index 73bc732..cec8e0d 100644 --- a/src/Lucene.Net.Tests.Analysis.Common/Lucene.Net.Tests.Analysis.Common.csproj +++ b/src/Lucene.Net.Tests.Analysis.Common/Lucene.Net.Tests.Analysis.Common.csproj @@ -25,9 +25,6 @@ <Import Project="$(SolutionDir)Version.proj" /> <PropertyGroup> - <!--<TargetFrameworks>netcoreapp1.0;net451</TargetFrameworks>--> - <!--<TargetFramework>net451</TargetFramework> - <TargetFramework Condition=" '$(Configuration)' == 'Debug_NetCoreApp1_0' OR '$(Configuration)' == 'Release_NetCoreApp1_0' ">netcoreapp1.0</TargetFramework>--> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <AssemblyTitle>Lucene.Net.Tests.Analysis.Common</AssemblyTitle> @@ -35,7 +32,6 @@ <RuntimeIdentifiers>win7-x86;win7-x64</RuntimeIdentifiers> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Tests.Analysis.Kuromoji/Lucene.Net.Tests.Analysis.Kuromoji.csproj b/src/Lucene.Net.Tests.Analysis.Kuromoji/Lucene.Net.Tests.Analysis.Kuromoji.csproj index 4d9c1af..ed0a441 100644 --- a/src/Lucene.Net.Tests.Analysis.Kuromoji/Lucene.Net.Tests.Analysis.Kuromoji.csproj +++ b/src/Lucene.Net.Tests.Analysis.Kuromoji/Lucene.Net.Tests.Analysis.Kuromoji.csproj @@ -25,9 +25,6 @@ <Import Project="$(SolutionDir)Version.proj" /> <PropertyGroup> - <!--<TargetFrameworks>netcoreapp1.0;net451</TargetFrameworks>--> - <!--<TargetFramework>net451</TargetFramework> - <TargetFramework Condition=" '$(Configuration)' == 'Debug_NetCoreApp1_0' OR '$(Configuration)' == 'Release_NetCoreApp1_0' ">netcoreapp1.0</TargetFramework>--> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <AssemblyTitle>Lucene.Net.Tests.Analysis.Kuromoji</AssemblyTitle> @@ -35,7 +32,6 @@ <RuntimeIdentifiers>win7-x86;win7-x64</RuntimeIdentifiers> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Tests.Analysis.Phonetic/Lucene.Net.Tests.Analysis.Phonetic.csproj b/src/Lucene.Net.Tests.Analysis.Phonetic/Lucene.Net.Tests.Analysis.Phonetic.csproj index 8584dbe..06ba9ad 100644 --- a/src/Lucene.Net.Tests.Analysis.Phonetic/Lucene.Net.Tests.Analysis.Phonetic.csproj +++ b/src/Lucene.Net.Tests.Analysis.Phonetic/Lucene.Net.Tests.Analysis.Phonetic.csproj @@ -25,9 +25,6 @@ <Import Project="$(SolutionDir)Version.proj" /> <PropertyGroup> - <!--<TargetFrameworks>netcoreapp1.0;net451</TargetFrameworks>--> - <!--<TargetFramework>net451</TargetFramework> - <TargetFramework Condition=" '$(Configuration)' == 'Debug_NetCoreApp1_0' OR '$(Configuration)' == 'Release_NetCoreApp1_0' ">netcoreapp1.0</TargetFramework>--> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <AssemblyTitle>Lucene.Net.Tests.Analysis.Phonetic</AssemblyTitle> @@ -35,7 +32,6 @@ <RuntimeIdentifiers>win7-x86;win7-x64</RuntimeIdentifiers> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Tests.Analysis.SmartCn/Lucene.Net.Tests.Analysis.SmartCn.csproj b/src/Lucene.Net.Tests.Analysis.SmartCn/Lucene.Net.Tests.Analysis.SmartCn.csproj index 87e339d..61d06df 100644 --- a/src/Lucene.Net.Tests.Analysis.SmartCn/Lucene.Net.Tests.Analysis.SmartCn.csproj +++ b/src/Lucene.Net.Tests.Analysis.SmartCn/Lucene.Net.Tests.Analysis.SmartCn.csproj @@ -25,9 +25,6 @@ <Import Project="$(SolutionDir)Version.proj" /> <PropertyGroup> - <!--<TargetFrameworks>netcoreapp1.0;net451</TargetFrameworks>--> - <!--<TargetFramework>net451</TargetFramework> - <TargetFramework Condition=" '$(Configuration)' == 'Debug_NetCoreApp1_0' OR '$(Configuration)' == 'Release_NetCoreApp1_0' ">netcoreapp1.0</TargetFramework>--> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <AssemblyTitle>Lucene.Net.Tests.Analysis.SmartCn</AssemblyTitle> @@ -35,7 +32,6 @@ <RuntimeIdentifiers>win7-x86;win7-x64</RuntimeIdentifiers> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Tests.Analysis.Stempel/Lucene.Net.Tests.Analysis.Stempel.csproj b/src/Lucene.Net.Tests.Analysis.Stempel/Lucene.Net.Tests.Analysis.Stempel.csproj index 522db08..a525b6b 100644 --- a/src/Lucene.Net.Tests.Analysis.Stempel/Lucene.Net.Tests.Analysis.Stempel.csproj +++ b/src/Lucene.Net.Tests.Analysis.Stempel/Lucene.Net.Tests.Analysis.Stempel.csproj @@ -25,9 +25,6 @@ <Import Project="$(SolutionDir)Version.proj" /> <PropertyGroup> - <!--<TargetFrameworks>netcoreapp1.0;net451</TargetFrameworks>--> - <!--<TargetFramework>net451</TargetFramework> - <TargetFramework Condition=" '$(Configuration)' == 'Debug_NetCoreApp1_0' OR '$(Configuration)' == 'Release_NetCoreApp1_0' ">netcoreapp1.0</TargetFramework>--> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <AssemblyTitle>Lucene.Net.Tests.Analysis.Stempel</AssemblyTitle> @@ -35,7 +32,6 @@ <RuntimeIdentifiers>win7-x86;win7-x64</RuntimeIdentifiers> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Tests.Benchmark/Lucene.Net.Tests.Benchmark.csproj b/src/Lucene.Net.Tests.Benchmark/Lucene.Net.Tests.Benchmark.csproj index b313765..56b80ec 100644 --- a/src/Lucene.Net.Tests.Benchmark/Lucene.Net.Tests.Benchmark.csproj +++ b/src/Lucene.Net.Tests.Benchmark/Lucene.Net.Tests.Benchmark.csproj @@ -25,9 +25,6 @@ <Import Project="$(SolutionDir)Version.proj" /> <PropertyGroup> - <!--<TargetFrameworks>netcoreapp1.0;net451</TargetFrameworks>--> - <!--<TargetFramework>net451</TargetFramework> - <TargetFramework Condition=" '$(Configuration)' == 'Debug_NetCoreApp1_0' OR '$(Configuration)' == 'Release_NetCoreApp1_0' ">netcoreapp1.0</TargetFramework>--> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <AssemblyTitle>Lucene.Net.Tests.Benchmark</AssemblyTitle> @@ -35,7 +32,6 @@ <RuntimeIdentifiers>win7-x86;win7-x64</RuntimeIdentifiers> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Tests.Classification/Lucene.Net.Tests.Classification.csproj b/src/Lucene.Net.Tests.Classification/Lucene.Net.Tests.Classification.csproj index c52fe26..9aa66b8 100644 --- a/src/Lucene.Net.Tests.Classification/Lucene.Net.Tests.Classification.csproj +++ b/src/Lucene.Net.Tests.Classification/Lucene.Net.Tests.Classification.csproj @@ -25,9 +25,6 @@ <Import Project="$(SolutionDir)Version.proj" /> <PropertyGroup> - <!--<TargetFrameworks>netcoreapp1.0;net451</TargetFrameworks>--> - <!--<TargetFramework>net451</TargetFramework> - <TargetFramework Condition=" '$(Configuration)' == 'Debug_NetCoreApp1_0' OR '$(Configuration)' == 'Release_NetCoreApp1_0' ">netcoreapp1.0</TargetFramework>--> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <AssemblyTitle>Lucene.Net.Tests.Classification</AssemblyTitle> @@ -35,7 +32,6 @@ <RuntimeIdentifiers>win7-x86;win7-x64</RuntimeIdentifiers> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Tests.Codecs/Lucene.Net.Tests.Codecs.csproj b/src/Lucene.Net.Tests.Codecs/Lucene.Net.Tests.Codecs.csproj index 79d2449..9733862 100644 --- a/src/Lucene.Net.Tests.Codecs/Lucene.Net.Tests.Codecs.csproj +++ b/src/Lucene.Net.Tests.Codecs/Lucene.Net.Tests.Codecs.csproj @@ -25,9 +25,6 @@ <Import Project="$(SolutionDir)Version.proj" /> <PropertyGroup> - <!--<TargetFrameworks>netcoreapp1.0;net451</TargetFrameworks>--> - <!--<TargetFramework>net451</TargetFramework> - <TargetFramework Condition=" '$(Configuration)' == 'Debug_NetCoreApp1_0' OR '$(Configuration)' == 'Release_NetCoreApp1_0' ">netcoreapp1.0</TargetFramework>--> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <AssemblyTitle>Lucene.Net.Tests.Codecs</AssemblyTitle> @@ -35,7 +32,6 @@ <RuntimeIdentifiers>win7-x86;win7-x64</RuntimeIdentifiers> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Tests.Demo/Lucene.Net.Tests.Demo.csproj b/src/Lucene.Net.Tests.Demo/Lucene.Net.Tests.Demo.csproj index 67a924d..776c243 100644 --- a/src/Lucene.Net.Tests.Demo/Lucene.Net.Tests.Demo.csproj +++ b/src/Lucene.Net.Tests.Demo/Lucene.Net.Tests.Demo.csproj @@ -25,9 +25,6 @@ <Import Project="$(SolutionDir)Version.proj" /> <PropertyGroup> - <!--<TargetFrameworks>netcoreapp1.0;net451</TargetFrameworks>--> - <!--<TargetFramework>net451</TargetFramework> - <TargetFramework Condition=" '$(Configuration)' == 'Debug_NetCoreApp1_0' OR '$(Configuration)' == 'Release_NetCoreApp1_0' ">netcoreapp1.0</TargetFramework>--> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <AssemblyTitle>Lucene.Net.Tests.Demo</AssemblyTitle> @@ -35,7 +32,6 @@ <RuntimeIdentifiers>win7-x86;win7-x64</RuntimeIdentifiers> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Tests.Expressions/Lucene.Net.Tests.Expressions.csproj b/src/Lucene.Net.Tests.Expressions/Lucene.Net.Tests.Expressions.csproj index 2a66b0b..4c2d83b 100644 --- a/src/Lucene.Net.Tests.Expressions/Lucene.Net.Tests.Expressions.csproj +++ b/src/Lucene.Net.Tests.Expressions/Lucene.Net.Tests.Expressions.csproj @@ -25,9 +25,6 @@ <Import Project="$(SolutionDir)Version.proj" /> <PropertyGroup> - <!--<TargetFrameworks>netcoreapp1.0;net451</TargetFrameworks>--> - <!--<TargetFramework>net451</TargetFramework> - <TargetFramework Condition=" '$(Configuration)' == 'Debug_NetCoreApp1_0' OR '$(Configuration)' == 'Release_NetCoreApp1_0' ">netcoreapp1.0</TargetFramework>--> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <AssemblyTitle>Lucene.Net.Tests.Expressions</AssemblyTitle> @@ -35,7 +32,6 @@ <RuntimeIdentifiers>win7-x86;win7-x64</RuntimeIdentifiers> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Tests.Facet/Lucene.Net.Tests.Facet.csproj b/src/Lucene.Net.Tests.Facet/Lucene.Net.Tests.Facet.csproj index bee0686..9700345 100644 --- a/src/Lucene.Net.Tests.Facet/Lucene.Net.Tests.Facet.csproj +++ b/src/Lucene.Net.Tests.Facet/Lucene.Net.Tests.Facet.csproj @@ -25,9 +25,6 @@ <Import Project="$(SolutionDir)Version.proj" /> <PropertyGroup> - <!--<TargetFrameworks>netcoreapp1.0;net451</TargetFrameworks>--> - <!--<TargetFramework>net451</TargetFramework> - <TargetFramework Condition=" '$(Configuration)' == 'Debug_NetCoreApp1_0' OR '$(Configuration)' == 'Release_NetCoreApp1_0' ">netcoreapp1.0</TargetFramework>--> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <AssemblyTitle>Lucene.Net.Tests.Facet</AssemblyTitle> @@ -35,7 +32,6 @@ <RuntimeIdentifiers>win7-x86;win7-x64</RuntimeIdentifiers> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Tests.Grouping/Lucene.Net.Tests.Grouping.csproj b/src/Lucene.Net.Tests.Grouping/Lucene.Net.Tests.Grouping.csproj index 11527c0..10b312e 100644 --- a/src/Lucene.Net.Tests.Grouping/Lucene.Net.Tests.Grouping.csproj +++ b/src/Lucene.Net.Tests.Grouping/Lucene.Net.Tests.Grouping.csproj @@ -25,9 +25,6 @@ <Import Project="$(SolutionDir)Version.proj" /> <PropertyGroup> - <!--<TargetFrameworks>netcoreapp1.0;net451</TargetFrameworks>--> - <!--<TargetFramework>net451</TargetFramework> - <TargetFramework Condition=" '$(Configuration)' == 'Debug_NetCoreApp1_0' OR '$(Configuration)' == 'Release_NetCoreApp1_0' ">netcoreapp1.0</TargetFramework>--> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <AssemblyTitle>Lucene.Net.Tests.Grouping</AssemblyTitle> @@ -35,7 +32,6 @@ <RuntimeIdentifiers>win7-x86;win7-x64</RuntimeIdentifiers> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Tests.Highlighter/Lucene.Net.Tests.Highlighter.csproj b/src/Lucene.Net.Tests.Highlighter/Lucene.Net.Tests.Highlighter.csproj index 6cfd595..0ef0ff9 100644 --- a/src/Lucene.Net.Tests.Highlighter/Lucene.Net.Tests.Highlighter.csproj +++ b/src/Lucene.Net.Tests.Highlighter/Lucene.Net.Tests.Highlighter.csproj @@ -25,9 +25,6 @@ <Import Project="$(SolutionDir)Version.proj" /> <PropertyGroup> - <!--<TargetFrameworks>netcoreapp1.0;net451</TargetFrameworks>--> - <!--<TargetFramework>net451</TargetFramework> - <TargetFramework Condition=" '$(Configuration)' == 'Debug_NetCoreApp1_0' OR '$(Configuration)' == 'Release_NetCoreApp1_0' ">netcoreapp1.0</TargetFramework>--> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <AssemblyTitle>Lucene.Net.Tests.Highlighter</AssemblyTitle> @@ -35,7 +32,6 @@ <RuntimeIdentifiers>win7-x86;win7-x64</RuntimeIdentifiers> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Tests.Join/Lucene.Net.Tests.Join.csproj b/src/Lucene.Net.Tests.Join/Lucene.Net.Tests.Join.csproj index 6a1f46f..807d789 100644 --- a/src/Lucene.Net.Tests.Join/Lucene.Net.Tests.Join.csproj +++ b/src/Lucene.Net.Tests.Join/Lucene.Net.Tests.Join.csproj @@ -25,9 +25,6 @@ <Import Project="$(SolutionDir)Version.proj" /> <PropertyGroup> - <!--<TargetFrameworks>netcoreapp1.0;net451</TargetFrameworks>--> - <!--<TargetFramework>net451</TargetFramework> - <TargetFramework Condition=" '$(Configuration)' == 'Debug_NetCoreApp1_0' OR '$(Configuration)' == 'Release_NetCoreApp1_0' ">netcoreapp1.0</TargetFramework>--> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <AssemblyTitle>Lucene.Net.Tests.Join</AssemblyTitle> @@ -35,7 +32,6 @@ <RuntimeIdentifiers>win7-x86;win7-x64</RuntimeIdentifiers> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Tests.Memory/Lucene.Net.Tests.Memory.csproj b/src/Lucene.Net.Tests.Memory/Lucene.Net.Tests.Memory.csproj index 4b1235b..7f5c967 100644 --- a/src/Lucene.Net.Tests.Memory/Lucene.Net.Tests.Memory.csproj +++ b/src/Lucene.Net.Tests.Memory/Lucene.Net.Tests.Memory.csproj @@ -25,9 +25,6 @@ <Import Project="$(SolutionDir)Version.proj" /> <PropertyGroup> - <!--<TargetFrameworks>netcoreapp1.0;net451</TargetFrameworks>--> - <!--<TargetFramework>net451</TargetFramework> - <TargetFramework Condition=" '$(Configuration)' == 'Debug_NetCoreApp1_0' OR '$(Configuration)' == 'Release_NetCoreApp1_0' ">netcoreapp1.0</TargetFramework>--> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <AssemblyTitle>Lucene.Net.Tests.Memory</AssemblyTitle> @@ -35,7 +32,6 @@ <RuntimeIdentifiers>win7-x86;win7-x64</RuntimeIdentifiers> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Tests.Misc/Lucene.Net.Tests.Misc.csproj b/src/Lucene.Net.Tests.Misc/Lucene.Net.Tests.Misc.csproj index 5edf464..c60380f 100644 --- a/src/Lucene.Net.Tests.Misc/Lucene.Net.Tests.Misc.csproj +++ b/src/Lucene.Net.Tests.Misc/Lucene.Net.Tests.Misc.csproj @@ -25,9 +25,6 @@ <Import Project="$(SolutionDir)Version.proj" /> <PropertyGroup> - <!--<TargetFrameworks>netcoreapp1.0;net451</TargetFrameworks>--> - <!--<TargetFramework>net451</TargetFramework> - <TargetFramework Condition=" '$(Configuration)' == 'Debug_NetCoreApp1_0' OR '$(Configuration)' == 'Release_NetCoreApp1_0' ">netcoreapp1.0</TargetFramework>--> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <AssemblyTitle>Lucene.Net.Tests.Misc</AssemblyTitle> @@ -35,7 +32,6 @@ <RuntimeIdentifiers>win7-x86;win7-x64</RuntimeIdentifiers> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Tests.Queries/Lucene.Net.Tests.Queries.csproj b/src/Lucene.Net.Tests.Queries/Lucene.Net.Tests.Queries.csproj index 4575b4e..bb30e3a 100644 --- a/src/Lucene.Net.Tests.Queries/Lucene.Net.Tests.Queries.csproj +++ b/src/Lucene.Net.Tests.Queries/Lucene.Net.Tests.Queries.csproj @@ -25,9 +25,6 @@ <Import Project="$(SolutionDir)Version.proj" /> <PropertyGroup> - <!--<TargetFrameworks>netcoreapp1.0;net451</TargetFrameworks>--> - <!--<TargetFramework>net451</TargetFramework> - <TargetFramework Condition=" '$(Configuration)' == 'Debug_NetCoreApp1_0' OR '$(Configuration)' == 'Release_NetCoreApp1_0' ">netcoreapp1.0</TargetFramework>--> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <AssemblyTitle>Lucene.Net.Tests.Queries</AssemblyTitle> @@ -35,7 +32,6 @@ <RuntimeIdentifiers>win7-x86;win7-x64</RuntimeIdentifiers> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Tests.QueryParser/Lucene.Net.Tests.QueryParser.csproj b/src/Lucene.Net.Tests.QueryParser/Lucene.Net.Tests.QueryParser.csproj index f14328c..5f04d56 100644 --- a/src/Lucene.Net.Tests.QueryParser/Lucene.Net.Tests.QueryParser.csproj +++ b/src/Lucene.Net.Tests.QueryParser/Lucene.Net.Tests.QueryParser.csproj @@ -25,9 +25,6 @@ <Import Project="$(SolutionDir)Version.proj" /> <PropertyGroup> - <!--<TargetFrameworks>netcoreapp1.0;net451</TargetFrameworks>--> - <!--<TargetFramework>net451</TargetFramework> - <TargetFramework Condition=" '$(Configuration)' == 'Debug_NetCoreApp1_0' OR '$(Configuration)' == 'Release_NetCoreApp1_0' ">netcoreapp1.0</TargetFramework>--> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <AssemblyTitle>Lucene.Net.Tests.QueryParser</AssemblyTitle> @@ -35,7 +32,6 @@ <RuntimeIdentifiers>win7-x86;win7-x64</RuntimeIdentifiers> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Tests.Replicator/Lucene.Net.Tests.Replicator.csproj b/src/Lucene.Net.Tests.Replicator/Lucene.Net.Tests.Replicator.csproj index ecb3ace..4c112b9 100644 --- a/src/Lucene.Net.Tests.Replicator/Lucene.Net.Tests.Replicator.csproj +++ b/src/Lucene.Net.Tests.Replicator/Lucene.Net.Tests.Replicator.csproj @@ -25,9 +25,6 @@ <Import Project="$(SolutionDir)Version.proj" /> <PropertyGroup> - <!--<TargetFrameworks>netcoreapp1.0;net451</TargetFrameworks>--> - <!--<TargetFramework>net451</TargetFramework> - <TargetFramework Condition=" '$(Configuration)' == 'Debug_NetCoreApp1_0' OR '$(Configuration)' == 'Release_NetCoreApp1_0' ">netcoreapp1.0</TargetFramework>--> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <AssemblyTitle>Lucene.Net.Tests.Replicator</AssemblyTitle> @@ -35,7 +32,6 @@ <RuntimeIdentifiers>win7-x86;win7-x64</RuntimeIdentifiers> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Tests.Sandbox/Lucene.Net.Tests.Sandbox.csproj b/src/Lucene.Net.Tests.Sandbox/Lucene.Net.Tests.Sandbox.csproj index 21322d3..6de4730 100644 --- a/src/Lucene.Net.Tests.Sandbox/Lucene.Net.Tests.Sandbox.csproj +++ b/src/Lucene.Net.Tests.Sandbox/Lucene.Net.Tests.Sandbox.csproj @@ -25,9 +25,6 @@ <Import Project="$(SolutionDir)Version.proj" /> <PropertyGroup> - <!--<TargetFrameworks>netcoreapp1.0;net451</TargetFrameworks>--> - <!--<TargetFramework>net451</TargetFramework> - <TargetFramework Condition=" '$(Configuration)' == 'Debug_NetCoreApp1_0' OR '$(Configuration)' == 'Release_NetCoreApp1_0' ">netcoreapp1.0</TargetFramework>--> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <AssemblyTitle>Lucene.Net.Tests.Sandbox</AssemblyTitle> @@ -35,7 +32,6 @@ <RuntimeIdentifiers>win7-x86;win7-x64</RuntimeIdentifiers> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Tests.Spatial/Lucene.Net.Tests.Spatial.csproj b/src/Lucene.Net.Tests.Spatial/Lucene.Net.Tests.Spatial.csproj index 047145a..70da8be 100644 --- a/src/Lucene.Net.Tests.Spatial/Lucene.Net.Tests.Spatial.csproj +++ b/src/Lucene.Net.Tests.Spatial/Lucene.Net.Tests.Spatial.csproj @@ -25,9 +25,6 @@ <Import Project="$(SolutionDir)Version.proj" /> <PropertyGroup> - <!--<TargetFrameworks>netcoreapp1.0;net451</TargetFrameworks>--> - <!--<TargetFramework>net451</TargetFramework> - <TargetFramework Condition=" '$(Configuration)' == 'Debug_NetCoreApp1_0' OR '$(Configuration)' == 'Release_NetCoreApp1_0' ">netcoreapp1.0</TargetFramework>--> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <AssemblyTitle>Lucene.Net.Tests.Spatial</AssemblyTitle> @@ -35,7 +32,6 @@ <RuntimeIdentifiers>win7-x86;win7-x64</RuntimeIdentifiers> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Tests.Suggest/Lucene.Net.Tests.Suggest.csproj b/src/Lucene.Net.Tests.Suggest/Lucene.Net.Tests.Suggest.csproj index 9beb24f..529d90d 100644 --- a/src/Lucene.Net.Tests.Suggest/Lucene.Net.Tests.Suggest.csproj +++ b/src/Lucene.Net.Tests.Suggest/Lucene.Net.Tests.Suggest.csproj @@ -25,9 +25,6 @@ <Import Project="$(SolutionDir)Version.proj" /> <PropertyGroup> - <!--<TargetFrameworks>netcoreapp1.0;net451</TargetFrameworks>--> - <!--<TargetFramework>net451</TargetFramework> - <TargetFramework Condition=" '$(Configuration)' == 'Debug_NetCoreApp1_0' OR '$(Configuration)' == 'Release_NetCoreApp1_0' ">netcoreapp1.0</TargetFramework>--> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <AssemblyTitle>Lucene.Net.Tests.Suggest</AssemblyTitle> @@ -35,7 +32,6 @@ <RuntimeIdentifiers>win7-x86;win7-x64</RuntimeIdentifiers> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net.Tests/Lucene.Net.Tests.csproj b/src/Lucene.Net.Tests/Lucene.Net.Tests.csproj index d8dc3a4..c9f2088 100644 --- a/src/Lucene.Net.Tests/Lucene.Net.Tests.csproj +++ b/src/Lucene.Net.Tests/Lucene.Net.Tests.csproj @@ -25,9 +25,6 @@ <Import Project="$(SolutionDir)Version.proj" /> <PropertyGroup> - <!--<TargetFrameworks>netcoreapp2.0;netcoreapp1.0;net451</TargetFrameworks>--> - <!--<TargetFramework>net451</TargetFramework> - <TargetFramework Condition=" '$(Configuration)' == 'Debug_NetCoreApp1_0' OR '$(Configuration)' == 'Release_NetCoreApp1_0' ">netcoreapp1.0</TargetFramework>--> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <AssemblyTitle>Lucene.Net.Tests</AssemblyTitle> @@ -35,7 +32,6 @@ <RuntimeIdentifiers>win7-x86;win7-x64</RuntimeIdentifiers> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/Lucene.Net/Lucene.Net.csproj b/src/Lucene.Net/Lucene.Net.csproj index b988d57..c2bcfcb 100644 --- a/src/Lucene.Net/Lucene.Net.csproj +++ b/src/Lucene.Net/Lucene.Net.csproj @@ -34,7 +34,6 @@ <NoWarn>$(NoWarn);1591;1573</NoWarn> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/dotnet/Lucene.Net.ICU/Lucene.Net.ICU.csproj b/src/dotnet/Lucene.Net.ICU/Lucene.Net.ICU.csproj index 2607d48..092285d 100644 --- a/src/dotnet/Lucene.Net.ICU/Lucene.Net.ICU.csproj +++ b/src/dotnet/Lucene.Net.ICU/Lucene.Net.ICU.csproj @@ -37,7 +37,6 @@ <DefineConstants>$(DefineConstants);FEATURE_BREAKITERATOR</DefineConstants> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/dotnet/Lucene.Net.Replicator.AspNetCore/Lucene.Net.Replicator.AspNetCore.csproj b/src/dotnet/Lucene.Net.Replicator.AspNetCore/Lucene.Net.Replicator.AspNetCore.csproj index df124a8..f101455 100644 --- a/src/dotnet/Lucene.Net.Replicator.AspNetCore/Lucene.Net.Replicator.AspNetCore.csproj +++ b/src/dotnet/Lucene.Net.Replicator.AspNetCore/Lucene.Net.Replicator.AspNetCore.csproj @@ -36,7 +36,6 @@ <NoWarn>$(NoWarn);1591;1573</NoWarn> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup> diff --git a/src/dotnet/Lucene.Net.Tests.ICU/Lucene.Net.Tests.ICU.csproj b/src/dotnet/Lucene.Net.Tests.ICU/Lucene.Net.Tests.ICU.csproj index 16d50ca..789f370 100644 --- a/src/dotnet/Lucene.Net.Tests.ICU/Lucene.Net.Tests.ICU.csproj +++ b/src/dotnet/Lucene.Net.Tests.ICU/Lucene.Net.Tests.ICU.csproj @@ -25,9 +25,6 @@ <Import Project="$(SolutionDir)Version.proj" /> <PropertyGroup> - <!--<TargetFrameworks>netcoreapp1.0;net451</TargetFrameworks>--> - <!--<TargetFramework>net451</TargetFramework> - <TargetFramework Condition=" '$(Configuration)' == 'Debug_NetCoreApp1_0' OR '$(Configuration)' == 'Release_NetCoreApp1_0' ">netcoreapp1.0</TargetFramework>--> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <AssemblyTitle>Lucene.Net.Tests.ICU</AssemblyTitle> @@ -36,7 +33,6 @@ <RuntimeIdentifiers>win7-x86;win7-x64</RuntimeIdentifiers> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> - <!--<Configurations>Debug;Release;Debug_NetCoreApp1_0;Release_NetCoreApp1_0</Configurations>--> </PropertyGroup> <ItemGroup>
