This is an automated email from the ASF dual-hosted git repository.
nightowl888 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git.
from de419c7 Improved content of /contributing/source web page
new 667131c Directory.Build.props: Migrated Dependencies.props reference
here so it can conditionally select package reference versions based on target
framework. Moved Source Link references here, too so the version numbers can be
resolved.
new 0a2c266 Directory.Build.targets: Added private NuGet dependency on
Microsoft.NETFramework.ReferenceAssemblies, which removes the prerequisite of
.NET Framework 4.8 Developer Pack to run builds.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Directory.Build.props | 15 ++++++---------
Directory.Build.targets | 17 +++++++++++++++++
README.md | 4 +---
TestTargetFramework.props | 2 --
build/Dependencies.props | 3 +++
.../Lucene.Net.Analysis.Common.csproj | 2 +-
.../Lucene.Net.Analysis.Kuromoji.csproj | 2 +-
.../Lucene.Net.Analysis.Morfologik.csproj | 2 +-
.../Lucene.Net.Analysis.OpenNLP.csproj | 2 +-
.../Lucene.Net.Analysis.Phonetic.csproj | 2 +-
.../Lucene.Net.Analysis.SmartCn.csproj | 2 +-
.../Lucene.Net.Analysis.Stempel.csproj | 2 +-
src/Lucene.Net.Benchmark/Lucene.Net.Benchmark.csproj | 2 +-
.../Lucene.Net.Classification.csproj | 2 +-
src/Lucene.Net.Codecs/Lucene.Net.Codecs.csproj | 2 +-
src/Lucene.Net.Demo/Lucene.Net.Demo.csproj | 2 +-
.../Lucene.Net.Expressions.csproj | 2 +-
src/Lucene.Net.Facet/Lucene.Net.Facet.csproj | 2 +-
src/Lucene.Net.Grouping/Lucene.Net.Grouping.csproj | 2 +-
.../Lucene.Net.Highlighter.csproj | 2 +-
src/Lucene.Net.Join/Lucene.Net.Join.csproj | 2 +-
src/Lucene.Net.Memory/Lucene.Net.Memory.csproj | 2 +-
src/Lucene.Net.Misc/Lucene.Net.Misc.csproj | 2 +-
src/Lucene.Net.Queries/Lucene.Net.Queries.csproj | 2 +-
.../Lucene.Net.QueryParser.csproj | 2 +-
src/Lucene.Net.Replicator/Lucene.Net.Replicator.csproj | 2 +-
src/Lucene.Net.Sandbox/Lucene.Net.Sandbox.csproj | 2 +-
src/Lucene.Net.Spatial/Lucene.Net.Spatial.csproj | 2 +-
src/Lucene.Net.Suggest/Lucene.Net.Suggest.csproj | 2 +-
.../Lucene.Net.TestFramework.csproj | 2 +-
src/Lucene.Net/Lucene.Net.csproj | 2 +-
.../Lucene.Net.CodeAnalysis.CSharp.csproj | 2 +-
.../Lucene.Net.CodeAnalysis.VisualBasic.csproj | 2 +-
src/dotnet/Lucene.Net.ICU/Lucene.Net.ICU.csproj | 2 +-
.../Lucene.Net.Replicator.AspNetCore.csproj | 2 +-
.../Lucene.Net.Tests.CodeAnalysis.csproj | 2 +-
.../Lucene.Net.Tests.Cli/Lucene.Net.Tests.Cli.csproj | 2 --
src/dotnet/tools/lucene-cli/lucene-cli.csproj | 2 --
38 files changed, 58 insertions(+), 49 deletions(-)