Repository: lucenenet Updated Branches: refs/heads/master 234c9b4c3 -> 537055a73
SWEEP: Updated all packages to target .NET Framework 4.5 instead of 4.5.1. Test projects still target 4.5.1, since some have dependencies that require at least 4.5.1. Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/e5be5ad3 Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/e5be5ad3 Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/e5be5ad3 Branch: refs/heads/master Commit: e5be5ad3d7d22a57852d3608e32e4bde1faec1e5 Parents: 234c9b4 Author: Shad Storhaug <[email protected]> Authored: Sat Sep 16 11:20:24 2017 +0700 Committer: Shad Storhaug <[email protected]> Committed: Sat Sep 16 11:20:24 2017 +0700 ---------------------------------------------------------------------- .../Lucene.Net.Analysis.Common.csproj | 6 +++--- .../Lucene.Net.Analysis.Kuromoji.csproj | 6 +++--- .../Lucene.Net.Analysis.Phonetic.csproj | 6 +++--- .../Lucene.Net.Analysis.SmartCn.csproj | 6 +++--- .../Lucene.Net.Analysis.Stempel.csproj | 6 +++--- src/Lucene.Net.Benchmark/Lucene.Net.Benchmark.csproj | 6 +++--- src/Lucene.Net.Classification/Lucene.Net.Classification.csproj | 6 +++--- src/Lucene.Net.Codecs/Lucene.Net.Codecs.csproj | 6 +++--- src/Lucene.Net.Demo/Lucene.Net.Demo.csproj | 6 +++--- src/Lucene.Net.Expressions/Lucene.Net.Expressions.csproj | 6 +++--- src/Lucene.Net.Facet/Lucene.Net.Facet.csproj | 6 +++--- src/Lucene.Net.Grouping/Lucene.Net.Grouping.csproj | 6 +++--- src/Lucene.Net.Highlighter/Lucene.Net.Highlighter.csproj | 6 +++--- src/Lucene.Net.Join/Lucene.Net.Join.csproj | 6 +++--- src/Lucene.Net.Memory/Lucene.Net.Memory.csproj | 6 +++--- src/Lucene.Net.Misc/Lucene.Net.Misc.csproj | 6 +++--- src/Lucene.Net.Queries/Lucene.Net.Queries.csproj | 6 +++--- src/Lucene.Net.QueryParser/Lucene.Net.QueryParser.csproj | 6 +++--- src/Lucene.Net.Replicator/Lucene.Net.Replicator.csproj | 6 +++--- src/Lucene.Net.Sandbox/Lucene.Net.Sandbox.csproj | 6 +++--- src/Lucene.Net.Spatial/Lucene.Net.Spatial.csproj | 6 +++--- src/Lucene.Net.Suggest/Lucene.Net.Suggest.csproj | 6 +++--- src/Lucene.Net.TestFramework/Lucene.Net.TestFramework.csproj | 6 +++--- src/Lucene.Net/Lucene.Net.csproj | 6 +++--- src/dotnet/Lucene.Net.ICU/Lucene.Net.ICU.csproj | 6 +++--- 25 files changed, 75 insertions(+), 75 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/e5be5ad3/src/Lucene.Net.Analysis.Common/Lucene.Net.Analysis.Common.csproj ---------------------------------------------------------------------- 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 dabca88..00da789 100644 --- a/src/Lucene.Net.Analysis.Common/Lucene.Net.Analysis.Common.csproj +++ b/src/Lucene.Net.Analysis.Common/Lucene.Net.Analysis.Common.csproj @@ -24,7 +24,7 @@ <Import Project="..\..\Version.proj" /> <PropertyGroup> - <TargetFrameworks>netstandard2.0;netstandard1.5;net451</TargetFrameworks> + <TargetFrameworks>netstandard2.0;netstandard1.5;net45</TargetFrameworks> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.5' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <!--<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.5' ">1.6.0</NetStandardImplicitPackageVersion>--> @@ -68,12 +68,12 @@ <PackageReference Include="System.ComponentModel.Primitives" Version="4.3.0" /> </ItemGroup> - <PropertyGroup Condition=" '$(TargetFramework)' == 'net451' "> + <PropertyGroup Condition=" '$(TargetFramework)' == 'net45' "> <DefineConstants>$(DefineConstants);FEATURE_DTD_PROCESSING</DefineConstants> <DebugType>full</DebugType> </PropertyGroup> - <ItemGroup Condition=" '$(TargetFramework)' == 'net451' "> + <ItemGroup Condition=" '$(TargetFramework)' == 'net45' "> <Reference Include="System.Xml" /> <Reference Include="System" /> <Reference Include="Microsoft.CSharp" /> http://git-wip-us.apache.org/repos/asf/lucenenet/blob/e5be5ad3/src/Lucene.Net.Analysis.Kuromoji/Lucene.Net.Analysis.Kuromoji.csproj ---------------------------------------------------------------------- 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 9da3364..b757072 100644 --- a/src/Lucene.Net.Analysis.Kuromoji/Lucene.Net.Analysis.Kuromoji.csproj +++ b/src/Lucene.Net.Analysis.Kuromoji/Lucene.Net.Analysis.Kuromoji.csproj @@ -24,7 +24,7 @@ <Import Project="..\..\Version.proj" /> <PropertyGroup> - <TargetFrameworks>netstandard1.5;net451</TargetFrameworks> + <TargetFrameworks>netstandard1.5;net45</TargetFrameworks> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.5' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <!--<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.5' ">1.6.0</NetStandardImplicitPackageVersion>--> @@ -74,11 +74,11 @@ <DebugType>portable</DebugType> </PropertyGroup> - <PropertyGroup Condition=" '$(TargetFramework)' == 'net451' "> + <PropertyGroup Condition=" '$(TargetFramework)' == 'net45' "> <DebugType>full</DebugType> </PropertyGroup> - <ItemGroup Condition=" '$(TargetFramework)' == 'net451' "> + <ItemGroup Condition=" '$(TargetFramework)' == 'net45' "> <Reference Include="System" /> <Reference Include="Microsoft.CSharp" /> </ItemGroup> http://git-wip-us.apache.org/repos/asf/lucenenet/blob/e5be5ad3/src/Lucene.Net.Analysis.Phonetic/Lucene.Net.Analysis.Phonetic.csproj ---------------------------------------------------------------------- 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 4698c1a..33c928d 100644 --- a/src/Lucene.Net.Analysis.Phonetic/Lucene.Net.Analysis.Phonetic.csproj +++ b/src/Lucene.Net.Analysis.Phonetic/Lucene.Net.Analysis.Phonetic.csproj @@ -24,7 +24,7 @@ <Import Project="..\..\Version.proj" /> <PropertyGroup> - <TargetFrameworks>netstandard1.5;net451</TargetFrameworks> + <TargetFrameworks>netstandard1.5;net45</TargetFrameworks> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.5' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <!--<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.5' ">1.6.0</NetStandardImplicitPackageVersion>--> @@ -63,11 +63,11 @@ <DebugType>portable</DebugType> </PropertyGroup> - <PropertyGroup Condition=" '$(TargetFramework)' == 'net451' "> + <PropertyGroup Condition=" '$(TargetFramework)' == 'net45' "> <DebugType>full</DebugType> </PropertyGroup> - <ItemGroup Condition=" '$(TargetFramework)' == 'net451' "> + <ItemGroup Condition=" '$(TargetFramework)' == 'net45' "> <Reference Include="System" /> <Reference Include="Microsoft.CSharp" /> </ItemGroup> http://git-wip-us.apache.org/repos/asf/lucenenet/blob/e5be5ad3/src/Lucene.Net.Analysis.SmartCn/Lucene.Net.Analysis.SmartCn.csproj ---------------------------------------------------------------------- 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 c735c33..16f4feb 100644 --- a/src/Lucene.Net.Analysis.SmartCn/Lucene.Net.Analysis.SmartCn.csproj +++ b/src/Lucene.Net.Analysis.SmartCn/Lucene.Net.Analysis.SmartCn.csproj @@ -24,7 +24,7 @@ <Import Project="..\..\Version.proj" /> <PropertyGroup> - <TargetFrameworks>netstandard1.5;net451</TargetFrameworks> + <TargetFrameworks>netstandard1.5;net45</TargetFrameworks> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.5' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <!--<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.5' ">1.6.0</NetStandardImplicitPackageVersion>--> @@ -79,11 +79,11 @@ <DebugType>portable</DebugType> </PropertyGroup> - <PropertyGroup Condition=" '$(TargetFramework)' == 'net451' "> + <PropertyGroup Condition=" '$(TargetFramework)' == 'net45' "> <DebugType>full</DebugType> </PropertyGroup> - <ItemGroup Condition=" '$(TargetFramework)' == 'net451' "> + <ItemGroup Condition=" '$(TargetFramework)' == 'net45' "> <Reference Include="System" /> <Reference Include="Microsoft.CSharp" /> </ItemGroup> http://git-wip-us.apache.org/repos/asf/lucenenet/blob/e5be5ad3/src/Lucene.Net.Analysis.Stempel/Lucene.Net.Analysis.Stempel.csproj ---------------------------------------------------------------------- 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 324b157..7a6d920 100644 --- a/src/Lucene.Net.Analysis.Stempel/Lucene.Net.Analysis.Stempel.csproj +++ b/src/Lucene.Net.Analysis.Stempel/Lucene.Net.Analysis.Stempel.csproj @@ -24,7 +24,7 @@ <Import Project="..\..\Version.proj" /> <PropertyGroup> - <TargetFrameworks>netstandard1.5;net451</TargetFrameworks> + <TargetFrameworks>netstandard1.5;net45</TargetFrameworks> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.5' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <!--<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.5' ">1.6.0</NetStandardImplicitPackageVersion>--> @@ -61,11 +61,11 @@ <DebugType>portable</DebugType> </PropertyGroup> - <PropertyGroup Condition=" '$(TargetFramework)' == 'net451' "> + <PropertyGroup Condition=" '$(TargetFramework)' == 'net45' "> <DebugType>full</DebugType> </PropertyGroup> - <ItemGroup Condition=" '$(TargetFramework)' == 'net451' "> + <ItemGroup Condition=" '$(TargetFramework)' == 'net45' "> <Reference Include="System" /> <Reference Include="Microsoft.CSharp" /> </ItemGroup> http://git-wip-us.apache.org/repos/asf/lucenenet/blob/e5be5ad3/src/Lucene.Net.Benchmark/Lucene.Net.Benchmark.csproj ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Benchmark/Lucene.Net.Benchmark.csproj b/src/Lucene.Net.Benchmark/Lucene.Net.Benchmark.csproj index 7dcb943..803087c 100644 --- a/src/Lucene.Net.Benchmark/Lucene.Net.Benchmark.csproj +++ b/src/Lucene.Net.Benchmark/Lucene.Net.Benchmark.csproj @@ -24,7 +24,7 @@ <Import Project="..\..\Version.proj" /> <PropertyGroup> - <TargetFrameworks>netstandard2.0;netstandard1.5;net451</TargetFrameworks> + <TargetFrameworks>netstandard2.0;netstandard1.5;net45</TargetFrameworks> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.5' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <!--<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.5' ">1.6.0</NetStandardImplicitPackageVersion>--> @@ -83,12 +83,12 @@ <DebugType>portable</DebugType> </PropertyGroup> - <PropertyGroup Condition=" '$(TargetFramework)' == 'net451' "> + <PropertyGroup Condition=" '$(TargetFramework)' == 'net45' "> <DefineConstants>$(DefineConstants);FEATURE_SERIALIZABLE_EXCEPTIONS</DefineConstants> <DebugType>full</DebugType> </PropertyGroup> - <ItemGroup Condition=" '$(TargetFramework)' == 'net451' "> + <ItemGroup Condition=" '$(TargetFramework)' == 'net45' "> <PackageReference Include="SharpZipLib" Version="0.86.0" /> <Reference Include="System" /> <Reference Include="Microsoft.CSharp" /> http://git-wip-us.apache.org/repos/asf/lucenenet/blob/e5be5ad3/src/Lucene.Net.Classification/Lucene.Net.Classification.csproj ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Classification/Lucene.Net.Classification.csproj b/src/Lucene.Net.Classification/Lucene.Net.Classification.csproj index 33c19ca..d89ca18 100644 --- a/src/Lucene.Net.Classification/Lucene.Net.Classification.csproj +++ b/src/Lucene.Net.Classification/Lucene.Net.Classification.csproj @@ -24,7 +24,7 @@ <Import Project="..\..\Version.proj" /> <PropertyGroup> - <TargetFrameworks>netstandard1.5;net451</TargetFrameworks> + <TargetFrameworks>netstandard1.5;net45</TargetFrameworks> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.5' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <!--<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.5' ">1.6.0</NetStandardImplicitPackageVersion>--> @@ -61,11 +61,11 @@ <DebugType>portable</DebugType> </PropertyGroup> - <PropertyGroup Condition=" '$(TargetFramework)' == 'net451' "> + <PropertyGroup Condition=" '$(TargetFramework)' == 'net45' "> <DebugType>full</DebugType> </PropertyGroup> - <ItemGroup Condition=" '$(TargetFramework)' == 'net451' "> + <ItemGroup Condition=" '$(TargetFramework)' == 'net45' "> <Reference Include="System" /> <Reference Include="Microsoft.CSharp" /> </ItemGroup> http://git-wip-us.apache.org/repos/asf/lucenenet/blob/e5be5ad3/src/Lucene.Net.Codecs/Lucene.Net.Codecs.csproj ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Codecs/Lucene.Net.Codecs.csproj b/src/Lucene.Net.Codecs/Lucene.Net.Codecs.csproj index d59aef4..c6c90f9 100644 --- a/src/Lucene.Net.Codecs/Lucene.Net.Codecs.csproj +++ b/src/Lucene.Net.Codecs/Lucene.Net.Codecs.csproj @@ -24,7 +24,7 @@ <Import Project="..\..\Version.proj" /> <PropertyGroup> - <TargetFrameworks>netstandard1.5;net451</TargetFrameworks> + <TargetFrameworks>netstandard1.5;net45</TargetFrameworks> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.5' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <!--<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.5' ">1.6.0</NetStandardImplicitPackageVersion>--> @@ -64,11 +64,11 @@ <DebugType>portable</DebugType> </PropertyGroup> - <PropertyGroup Condition=" '$(TargetFramework)' == 'net451' "> + <PropertyGroup Condition=" '$(TargetFramework)' == 'net45' "> <DebugType>full</DebugType> </PropertyGroup> - <ItemGroup Condition=" '$(TargetFramework)' == 'net451' "> + <ItemGroup Condition=" '$(TargetFramework)' == 'net45' "> <Reference Include="System.Numerics" /> <Reference Include="System" /> <Reference Include="Microsoft.CSharp" /> http://git-wip-us.apache.org/repos/asf/lucenenet/blob/e5be5ad3/src/Lucene.Net.Demo/Lucene.Net.Demo.csproj ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Demo/Lucene.Net.Demo.csproj b/src/Lucene.Net.Demo/Lucene.Net.Demo.csproj index 0bccbe7..bbd5592 100644 --- a/src/Lucene.Net.Demo/Lucene.Net.Demo.csproj +++ b/src/Lucene.Net.Demo/Lucene.Net.Demo.csproj @@ -24,7 +24,7 @@ <Import Project="..\..\Version.proj" /> <PropertyGroup> - <TargetFrameworks>netstandard2.0;netstandard1.5;net451</TargetFrameworks> + <TargetFrameworks>netstandard2.0;netstandard1.5;net45</TargetFrameworks> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.5' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <!--<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.5' ">1.6.0</NetStandardImplicitPackageVersion>--> @@ -64,11 +64,11 @@ <DebugType>portable</DebugType> </PropertyGroup> - <PropertyGroup Condition=" '$(TargetFramework)' == 'net451' "> + <PropertyGroup Condition=" '$(TargetFramework)' == 'net45' "> <DebugType>full</DebugType> </PropertyGroup> - <ItemGroup Condition=" '$(TargetFramework)' == 'net451' "> + <ItemGroup Condition=" '$(TargetFramework)' == 'net45' "> <Reference Include="System" /> <Reference Include="Microsoft.CSharp" /> </ItemGroup> http://git-wip-us.apache.org/repos/asf/lucenenet/blob/e5be5ad3/src/Lucene.Net.Expressions/Lucene.Net.Expressions.csproj ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Expressions/Lucene.Net.Expressions.csproj b/src/Lucene.Net.Expressions/Lucene.Net.Expressions.csproj index a5d140e..afbc8dc 100644 --- a/src/Lucene.Net.Expressions/Lucene.Net.Expressions.csproj +++ b/src/Lucene.Net.Expressions/Lucene.Net.Expressions.csproj @@ -24,7 +24,7 @@ <Import Project="..\..\Version.proj" /> <PropertyGroup> - <TargetFrameworks>netstandard1.5;net451</TargetFrameworks> + <TargetFrameworks>netstandard1.5;net45</TargetFrameworks> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.5' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <!--<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.5' ">1.6.0</NetStandardImplicitPackageVersion>--> @@ -86,12 +86,12 @@ <EmbeddedResource Include="JS\JavascriptCompiler.properties" /> </ItemGroup> - <PropertyGroup Condition=" '$(TargetFramework)' == 'net451' "> + <PropertyGroup Condition=" '$(TargetFramework)' == 'net45' "> <DefineConstants>$(DefineConstants);FEATURE_SERIALIZABLE_EXCEPTIONS</DefineConstants> <DebugType>full</DebugType> </PropertyGroup> - <ItemGroup Condition=" '$(TargetFramework)' == 'net451' "> + <ItemGroup Condition=" '$(TargetFramework)' == 'net45' "> <Reference Include="System" /> <Reference Include="Microsoft.CSharp" /> </ItemGroup> http://git-wip-us.apache.org/repos/asf/lucenenet/blob/e5be5ad3/src/Lucene.Net.Facet/Lucene.Net.Facet.csproj ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Facet/Lucene.Net.Facet.csproj b/src/Lucene.Net.Facet/Lucene.Net.Facet.csproj index 6ff1c15..91f83fe 100644 --- a/src/Lucene.Net.Facet/Lucene.Net.Facet.csproj +++ b/src/Lucene.Net.Facet/Lucene.Net.Facet.csproj @@ -24,7 +24,7 @@ <Import Project="..\..\Version.proj" /> <PropertyGroup> - <TargetFrameworks>netstandard1.5;net451</TargetFrameworks> + <TargetFrameworks>netstandard1.5;net45</TargetFrameworks> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.5' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <!--<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.5' ">1.6.0</NetStandardImplicitPackageVersion>--> @@ -67,11 +67,11 @@ <DebugType>portable</DebugType> </PropertyGroup> - <PropertyGroup Condition=" '$(TargetFramework)' == 'net451' "> + <PropertyGroup Condition=" '$(TargetFramework)' == 'net45' "> <DebugType>full</DebugType> </PropertyGroup> - <ItemGroup Condition=" '$(TargetFramework)' == 'net451' "> + <ItemGroup Condition=" '$(TargetFramework)' == 'net45' "> <Reference Include="System" /> <Reference Include="Microsoft.CSharp" /> </ItemGroup> http://git-wip-us.apache.org/repos/asf/lucenenet/blob/e5be5ad3/src/Lucene.Net.Grouping/Lucene.Net.Grouping.csproj ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Grouping/Lucene.Net.Grouping.csproj b/src/Lucene.Net.Grouping/Lucene.Net.Grouping.csproj index e852cd0..2c72bfa 100644 --- a/src/Lucene.Net.Grouping/Lucene.Net.Grouping.csproj +++ b/src/Lucene.Net.Grouping/Lucene.Net.Grouping.csproj @@ -24,7 +24,7 @@ <Import Project="..\..\Version.proj" /> <PropertyGroup> - <TargetFrameworks>netstandard1.5;net451</TargetFrameworks> + <TargetFrameworks>netstandard1.5;net45</TargetFrameworks> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.5' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <!--<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.5' ">1.6.0</NetStandardImplicitPackageVersion>--> @@ -61,11 +61,11 @@ <DebugType>portable</DebugType> </PropertyGroup> - <PropertyGroup Condition=" '$(TargetFramework)' == 'net451' "> + <PropertyGroup Condition=" '$(TargetFramework)' == 'net45' "> <DebugType>full</DebugType> </PropertyGroup> - <ItemGroup Condition=" '$(TargetFramework)' == 'net451' "> + <ItemGroup Condition=" '$(TargetFramework)' == 'net45' "> <Reference Include="System" /> <Reference Include="Microsoft.CSharp" /> </ItemGroup> http://git-wip-us.apache.org/repos/asf/lucenenet/blob/e5be5ad3/src/Lucene.Net.Highlighter/Lucene.Net.Highlighter.csproj ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Highlighter/Lucene.Net.Highlighter.csproj b/src/Lucene.Net.Highlighter/Lucene.Net.Highlighter.csproj index f549f38..98658c7 100644 --- a/src/Lucene.Net.Highlighter/Lucene.Net.Highlighter.csproj +++ b/src/Lucene.Net.Highlighter/Lucene.Net.Highlighter.csproj @@ -24,7 +24,7 @@ <Import Project="..\..\Version.proj" /> <PropertyGroup> - <TargetFrameworks>netstandard1.5;net451</TargetFrameworks> + <TargetFrameworks>netstandard1.5;net45</TargetFrameworks> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.5' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <!--<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.5' ">1.6.0</NetStandardImplicitPackageVersion>--> @@ -65,12 +65,12 @@ <DebugType>portable</DebugType> </PropertyGroup> - <PropertyGroup Condition=" '$(TargetFramework)' == 'net451' "> + <PropertyGroup Condition=" '$(TargetFramework)' == 'net45' "> <DefineConstants>$(DefineConstants);FEATURE_SERIALIZABLE_EXCEPTIONS</DefineConstants> <DebugType>full</DebugType> </PropertyGroup> - <ItemGroup Condition=" '$(TargetFramework)' == 'net451' "> + <ItemGroup Condition=" '$(TargetFramework)' == 'net45' "> <Reference Include="System" /> <Reference Include="Microsoft.CSharp" /> </ItemGroup> http://git-wip-us.apache.org/repos/asf/lucenenet/blob/e5be5ad3/src/Lucene.Net.Join/Lucene.Net.Join.csproj ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Join/Lucene.Net.Join.csproj b/src/Lucene.Net.Join/Lucene.Net.Join.csproj index aa26c23..40983d2 100644 --- a/src/Lucene.Net.Join/Lucene.Net.Join.csproj +++ b/src/Lucene.Net.Join/Lucene.Net.Join.csproj @@ -24,7 +24,7 @@ <Import Project="..\..\Version.proj" /> <PropertyGroup> - <TargetFrameworks>netstandard1.5;net451</TargetFrameworks> + <TargetFrameworks>netstandard1.5;net45</TargetFrameworks> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.5' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <!--<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.5' ">1.6.0</NetStandardImplicitPackageVersion>--> @@ -60,11 +60,11 @@ <DebugType>portable</DebugType> </PropertyGroup> - <PropertyGroup Condition=" '$(TargetFramework)' == 'net451' "> + <PropertyGroup Condition=" '$(TargetFramework)' == 'net45' "> <DebugType>full</DebugType> </PropertyGroup> - <ItemGroup Condition=" '$(TargetFramework)' == 'net451' "> + <ItemGroup Condition=" '$(TargetFramework)' == 'net45' "> <Reference Include="System" /> <Reference Include="Microsoft.CSharp" /> </ItemGroup> http://git-wip-us.apache.org/repos/asf/lucenenet/blob/e5be5ad3/src/Lucene.Net.Memory/Lucene.Net.Memory.csproj ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Memory/Lucene.Net.Memory.csproj b/src/Lucene.Net.Memory/Lucene.Net.Memory.csproj index 51b8e61..10bd285 100644 --- a/src/Lucene.Net.Memory/Lucene.Net.Memory.csproj +++ b/src/Lucene.Net.Memory/Lucene.Net.Memory.csproj @@ -24,7 +24,7 @@ <Import Project="..\..\Version.proj" /> <PropertyGroup> - <TargetFrameworks>netstandard2.0;netstandard1.5;net451</TargetFrameworks> + <TargetFrameworks>netstandard2.0;netstandard1.5;net45</TargetFrameworks> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.5' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <!--<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.5' ">1.6.0</NetStandardImplicitPackageVersion>--> @@ -61,12 +61,12 @@ <DebugType>portable</DebugType> </PropertyGroup> - <PropertyGroup Condition=" '$(TargetFramework)' == 'net451' "> + <PropertyGroup Condition=" '$(TargetFramework)' == 'net45' "> <DefineConstants>$(DefineConstants);FEATURE_SERIALIZABLE</DefineConstants> <DebugType>full</DebugType> </PropertyGroup> - <ItemGroup Condition=" '$(TargetFramework)' == 'net451' "> + <ItemGroup Condition=" '$(TargetFramework)' == 'net45' "> <Reference Include="System" /> <Reference Include="Microsoft.CSharp" /> </ItemGroup> http://git-wip-us.apache.org/repos/asf/lucenenet/blob/e5be5ad3/src/Lucene.Net.Misc/Lucene.Net.Misc.csproj ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Misc/Lucene.Net.Misc.csproj b/src/Lucene.Net.Misc/Lucene.Net.Misc.csproj index b7c7b15..8f3cff0 100644 --- a/src/Lucene.Net.Misc/Lucene.Net.Misc.csproj +++ b/src/Lucene.Net.Misc/Lucene.Net.Misc.csproj @@ -24,7 +24,7 @@ <Import Project="..\..\Version.proj" /> <PropertyGroup> - <TargetFrameworks>netstandard1.5;net451</TargetFrameworks> + <TargetFrameworks>netstandard1.5;net45</TargetFrameworks> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.5' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <!--<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.5' ">1.6.0</NetStandardImplicitPackageVersion>--> @@ -61,11 +61,11 @@ <DebugType>portable</DebugType> </PropertyGroup> - <PropertyGroup Condition=" '$(TargetFramework)' == 'net451' "> + <PropertyGroup Condition=" '$(TargetFramework)' == 'net45' "> <DebugType>full</DebugType> </PropertyGroup> - <ItemGroup Condition=" '$(TargetFramework)' == 'net451' "> + <ItemGroup Condition=" '$(TargetFramework)' == 'net45' "> <Reference Include="System" /> <Reference Include="Microsoft.CSharp" /> </ItemGroup> http://git-wip-us.apache.org/repos/asf/lucenenet/blob/e5be5ad3/src/Lucene.Net.Queries/Lucene.Net.Queries.csproj ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Queries/Lucene.Net.Queries.csproj b/src/Lucene.Net.Queries/Lucene.Net.Queries.csproj index b89d69c..3b83ddf 100644 --- a/src/Lucene.Net.Queries/Lucene.Net.Queries.csproj +++ b/src/Lucene.Net.Queries/Lucene.Net.Queries.csproj @@ -24,7 +24,7 @@ <Import Project="..\..\Version.proj" /> <PropertyGroup> - <TargetFrameworks>netstandard1.5;net451</TargetFrameworks> + <TargetFrameworks>netstandard1.5;net45</TargetFrameworks> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.5' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <!--<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.5' ">1.6.0</NetStandardImplicitPackageVersion>--> @@ -60,12 +60,12 @@ <DebugType>portable</DebugType> </PropertyGroup> - <PropertyGroup Condition=" '$(TargetFramework)' == 'net451' "> + <PropertyGroup Condition=" '$(TargetFramework)' == 'net45' "> <DefineConstants>$(DefineConstants);FEATURE_SERIALIZABLE_EXCEPTIONS</DefineConstants> <DebugType>full</DebugType> </PropertyGroup> - <ItemGroup Condition=" '$(TargetFramework)' == 'net451' "> + <ItemGroup Condition=" '$(TargetFramework)' == 'net45' "> <Reference Include="System" /> <Reference Include="Microsoft.CSharp" /> </ItemGroup> http://git-wip-us.apache.org/repos/asf/lucenenet/blob/e5be5ad3/src/Lucene.Net.QueryParser/Lucene.Net.QueryParser.csproj ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.QueryParser/Lucene.Net.QueryParser.csproj b/src/Lucene.Net.QueryParser/Lucene.Net.QueryParser.csproj index b3b58b6..ab3de64 100644 --- a/src/Lucene.Net.QueryParser/Lucene.Net.QueryParser.csproj +++ b/src/Lucene.Net.QueryParser/Lucene.Net.QueryParser.csproj @@ -24,7 +24,7 @@ <Import Project="..\..\Version.proj" /> <PropertyGroup> - <TargetFrameworks>netstandard2.0;netstandard1.5;net451</TargetFrameworks> + <TargetFrameworks>netstandard2.0;netstandard1.5;net45</TargetFrameworks> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.5' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <!--<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.5' ">1.6.0</NetStandardImplicitPackageVersion>--> @@ -68,12 +68,12 @@ <DebugType>portable</DebugType> </PropertyGroup> - <PropertyGroup Condition=" '$(TargetFramework)' == 'net451' "> + <PropertyGroup Condition=" '$(TargetFramework)' == 'net45' "> <DefineConstants>$(DefineConstants);FEATURE_XSLT;FEATURE_SERIALIZABLE;FEATURE_SERIALIZABLE_EXCEPTIONS</DefineConstants> <DebugType>full</DebugType> </PropertyGroup> - <ItemGroup Condition=" '$(TargetFramework)' == 'net451' "> + <ItemGroup Condition=" '$(TargetFramework)' == 'net45' "> <Reference Include="System.Xml" /> <Reference Include="System" /> <Reference Include="Microsoft.CSharp" /> http://git-wip-us.apache.org/repos/asf/lucenenet/blob/e5be5ad3/src/Lucene.Net.Replicator/Lucene.Net.Replicator.csproj ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Replicator/Lucene.Net.Replicator.csproj b/src/Lucene.Net.Replicator/Lucene.Net.Replicator.csproj index 976690f..3e5e787 100644 --- a/src/Lucene.Net.Replicator/Lucene.Net.Replicator.csproj +++ b/src/Lucene.Net.Replicator/Lucene.Net.Replicator.csproj @@ -24,7 +24,7 @@ <Import Project="..\..\Version.proj" /> <PropertyGroup> - <TargetFrameworks>netstandard1.5;net451</TargetFrameworks> + <TargetFrameworks>netstandard1.5;net45</TargetFrameworks> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.5' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <!--<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.5' ">1.6.0</NetStandardImplicitPackageVersion>--> @@ -65,12 +65,12 @@ <DebugType>portable</DebugType> </PropertyGroup> - <PropertyGroup Condition=" '$(TargetFramework)' == 'net451' "> + <PropertyGroup Condition=" '$(TargetFramework)' == 'net45' "> <DefineConstants>$(DefineConstants);FEATURE_SERIALIZABLE_EXCEPTIONS</DefineConstants> <DebugType>full</DebugType> </PropertyGroup> - <ItemGroup Condition=" '$(TargetFramework)' == 'net451' "> + <ItemGroup Condition=" '$(TargetFramework)' == 'net45' "> <Reference Include="System.Net.Http" /> <Reference Include="System" /> <Reference Include="Microsoft.CSharp" /> http://git-wip-us.apache.org/repos/asf/lucenenet/blob/e5be5ad3/src/Lucene.Net.Sandbox/Lucene.Net.Sandbox.csproj ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Sandbox/Lucene.Net.Sandbox.csproj b/src/Lucene.Net.Sandbox/Lucene.Net.Sandbox.csproj index 5e2e8c5..b827d82 100644 --- a/src/Lucene.Net.Sandbox/Lucene.Net.Sandbox.csproj +++ b/src/Lucene.Net.Sandbox/Lucene.Net.Sandbox.csproj @@ -24,7 +24,7 @@ <Import Project="..\..\Version.proj" /> <PropertyGroup> - <TargetFrameworks>netstandard1.5;net451</TargetFrameworks> + <TargetFrameworks>netstandard1.5;net45</TargetFrameworks> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.5' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <!--<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.5' ">1.6.0</NetStandardImplicitPackageVersion>--> @@ -60,11 +60,11 @@ <DebugType>portable</DebugType> </PropertyGroup> - <PropertyGroup Condition=" '$(TargetFramework)' == 'net451' "> + <PropertyGroup Condition=" '$(TargetFramework)' == 'net45' "> <DebugType>full</DebugType> </PropertyGroup> - <ItemGroup Condition=" '$(TargetFramework)' == 'net451' "> + <ItemGroup Condition=" '$(TargetFramework)' == 'net45' "> <Reference Include="System" /> <Reference Include="Microsoft.CSharp" /> </ItemGroup> http://git-wip-us.apache.org/repos/asf/lucenenet/blob/e5be5ad3/src/Lucene.Net.Spatial/Lucene.Net.Spatial.csproj ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Spatial/Lucene.Net.Spatial.csproj b/src/Lucene.Net.Spatial/Lucene.Net.Spatial.csproj index f931900..50c98b2 100644 --- a/src/Lucene.Net.Spatial/Lucene.Net.Spatial.csproj +++ b/src/Lucene.Net.Spatial/Lucene.Net.Spatial.csproj @@ -24,7 +24,7 @@ <Import Project="..\..\Version.proj" /> <PropertyGroup> - <TargetFrameworks>netstandard2.0;netstandard1.5;net451</TargetFrameworks> + <TargetFrameworks>netstandard2.0;netstandard1.5;net45</TargetFrameworks> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.5' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <!--<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.5' ">1.6.0</NetStandardImplicitPackageVersion>--> @@ -53,7 +53,7 @@ <ProjectReference Include="..\Lucene.Net.Queries\Lucene.Net.Queries.csproj" /> </ItemGroup> - <ItemGroup Condition=" '$(TargetFramework)' == 'net451' "> + <ItemGroup Condition=" '$(TargetFramework)' == 'net45' "> <Reference Include="System" /> <Reference Include="Microsoft.CSharp" /> </ItemGroup> @@ -71,7 +71,7 @@ <DebugType>portable</DebugType> </PropertyGroup> - <PropertyGroup Condition=" '$(TargetFramework)' == 'net451' "> + <PropertyGroup Condition=" '$(TargetFramework)' == 'net45' "> <DefineConstants>$(DefineConstants);FEATURE_SERIALIZABLE;FEATURE_SERIALIZABLE_EXCEPTIONS</DefineConstants> <DebugType>full</DebugType> </PropertyGroup> http://git-wip-us.apache.org/repos/asf/lucenenet/blob/e5be5ad3/src/Lucene.Net.Suggest/Lucene.Net.Suggest.csproj ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Suggest/Lucene.Net.Suggest.csproj b/src/Lucene.Net.Suggest/Lucene.Net.Suggest.csproj index 075b552..38cf9a9 100644 --- a/src/Lucene.Net.Suggest/Lucene.Net.Suggest.csproj +++ b/src/Lucene.Net.Suggest/Lucene.Net.Suggest.csproj @@ -24,7 +24,7 @@ <Import Project="..\..\Version.proj" /> <PropertyGroup> - <TargetFrameworks>netstandard1.5;net451</TargetFrameworks> + <TargetFrameworks>netstandard1.5;net45</TargetFrameworks> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.5' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <!--<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.5' ">1.6.0</NetStandardImplicitPackageVersion>--> @@ -62,11 +62,11 @@ <DebugType>portable</DebugType> </PropertyGroup> - <PropertyGroup Condition=" '$(TargetFramework)' == 'net451' "> + <PropertyGroup Condition=" '$(TargetFramework)' == 'net45' "> <DebugType>full</DebugType> </PropertyGroup> - <ItemGroup Condition=" '$(TargetFramework)' == 'net451' "> + <ItemGroup Condition=" '$(TargetFramework)' == 'net45' "> <Reference Include="System" /> <Reference Include="Microsoft.CSharp" /> </ItemGroup> http://git-wip-us.apache.org/repos/asf/lucenenet/blob/e5be5ad3/src/Lucene.Net.TestFramework/Lucene.Net.TestFramework.csproj ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.TestFramework/Lucene.Net.TestFramework.csproj b/src/Lucene.Net.TestFramework/Lucene.Net.TestFramework.csproj index d32d5d5..2f9cd34 100644 --- a/src/Lucene.Net.TestFramework/Lucene.Net.TestFramework.csproj +++ b/src/Lucene.Net.TestFramework/Lucene.Net.TestFramework.csproj @@ -24,7 +24,7 @@ <Import Project="..\..\Version.proj" /> <PropertyGroup> - <TargetFrameworks>netstandard2.0;netstandard1.5;net451</TargetFrameworks> + <TargetFrameworks>netstandard2.0;netstandard1.5;net45</TargetFrameworks> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.5' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <!--<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.5' ">1.6.0</NetStandardImplicitPackageVersion>--> @@ -78,12 +78,12 @@ <DebugType>portable</DebugType> </PropertyGroup> - <PropertyGroup Condition=" '$(TargetFramework)' == 'net451' "> + <PropertyGroup Condition=" '$(TargetFramework)' == 'net45' "> <DefineConstants>$(DefineConstants);FEATURE_CONCURRENTMERGESCHEDULER;FEATURE_SERIALIZABLE;FEATURE_SERIALIZABLE_EXCEPTIONS</DefineConstants> <DebugType>full</DebugType> </PropertyGroup> - <ItemGroup Condition=" '$(TargetFramework)' == 'net451' "> + <ItemGroup Condition=" '$(TargetFramework)' == 'net45' "> <Reference Include="System.IO.Compression" /> <Reference Include="System.Numerics" /> <Reference Include="System.ServiceModel" /> http://git-wip-us.apache.org/repos/asf/lucenenet/blob/e5be5ad3/src/Lucene.Net/Lucene.Net.csproj ---------------------------------------------------------------------- diff --git a/src/Lucene.Net/Lucene.Net.csproj b/src/Lucene.Net/Lucene.Net.csproj index 7290d40..0ff784c 100644 --- a/src/Lucene.Net/Lucene.Net.csproj +++ b/src/Lucene.Net/Lucene.Net.csproj @@ -24,7 +24,7 @@ <Import Project="..\..\Version.proj" /> <PropertyGroup> - <TargetFrameworks>netstandard2.0;netstandard1.5;net451</TargetFrameworks> + <TargetFrameworks>netstandard2.0;netstandard1.5;net45</TargetFrameworks> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.5' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <!--<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.5' ">1.6.0</NetStandardImplicitPackageVersion>--> @@ -78,12 +78,12 @@ <DebugType>portable</DebugType> </PropertyGroup> - <PropertyGroup Condition=" '$(TargetFramework)' == 'net451' "> + <PropertyGroup Condition=" '$(TargetFramework)' == 'net45' "> <DefineConstants>$(DefineConstants);FEATURE_CONCURRENTMERGESCHEDULER;FEATURE_THREADPOOL_UNSAFEQUEUEWORKITEM;FEATURE_FILESTREAM_LOCK;FEATURE_SERIALIZABLE;FEATURE_SERIALIZABLE_EXCEPTIONS</DefineConstants> <DebugType>full</DebugType> </PropertyGroup> - <ItemGroup Condition=" '$(TargetFramework)' == 'net451' "> + <ItemGroup Condition=" '$(TargetFramework)' == 'net45' "> <Reference Include="System" /> <Reference Include="Microsoft.CSharp" /> </ItemGroup> http://git-wip-us.apache.org/repos/asf/lucenenet/blob/e5be5ad3/src/dotnet/Lucene.Net.ICU/Lucene.Net.ICU.csproj ---------------------------------------------------------------------- diff --git a/src/dotnet/Lucene.Net.ICU/Lucene.Net.ICU.csproj b/src/dotnet/Lucene.Net.ICU/Lucene.Net.ICU.csproj index aebf49c..bd92c52 100644 --- a/src/dotnet/Lucene.Net.ICU/Lucene.Net.ICU.csproj +++ b/src/dotnet/Lucene.Net.ICU/Lucene.Net.ICU.csproj @@ -24,7 +24,7 @@ <Import Project="..\..\..\Version.proj" /> <PropertyGroup> - <TargetFrameworks>netstandard1.5;net451</TargetFrameworks> + <TargetFrameworks>netstandard1.5;net45</TargetFrameworks> <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.5' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback> <!--<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.5' ">1.6.0</NetStandardImplicitPackageVersion>--> @@ -84,11 +84,11 @@ <DebugType>portable</DebugType> </PropertyGroup> - <PropertyGroup Condition=" '$(TargetFramework)' == 'net451' "> + <PropertyGroup Condition=" '$(TargetFramework)' == 'net45' "> <DebugType>full</DebugType> </PropertyGroup> - <ItemGroup Condition=" '$(TargetFramework)' == 'net451' "> + <ItemGroup Condition=" '$(TargetFramework)' == 'net45' "> <Reference Include="System" /> <Reference Include="Microsoft.CSharp" /> </ItemGroup>
