From 1a31d9051d35b732a5fce258955ef95f576694ba Mon Sep 17 00:00:00 2001 From: Jens Geyer Date: Sun, 15 Sep 2024 14:35:34 +0200 Subject: [PATCH] FIX: No rule to make target 'Tests/Thrift.Compile.Tests/Properties/AssemblyInfo.cs', needed by 'distdir-am'. --- lib/netstd/Makefile.am | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/netstd/Makefile.am b/lib/netstd/Makefile.am index bad1d6962a7..e7142b00569 100644 --- a/lib/netstd/Makefile.am +++ b/lib/netstd/Makefile.am @@ -57,10 +57,9 @@ EXTRA_DIST = \ Tests/Thrift.Compile.Tests \ Tests/Thrift.Compile.Tests/CassandraTest.thrift \ Tests/Thrift.Compile.Tests/optional_required_default.thrift \ - Tests/Thrift.Compile.Tests/Properties/AssemblyInfo.cs \ - Tests/Thrift.Compile.Tests/Thrift.Compile.Tests/Thrift.Compile.net8/Thrift.Compile.net8.csproj \ - Tests/Thrift.Compile.Tests/Thrift.Compile.Tests/Thrift.Compile.net6/Thrift.Compile.net6.csproj \ - Tests/Thrift.Compile.Tests/Thrift.Compile.Tests/Thrift.Compile.netstd2/Thrift.Compile.netstd2.csproj \ + Tests/Thrift.Compile.Tests/Thrift.Compile.net8/Thrift.Compile.net8.csproj \ + Tests/Thrift.Compile.Tests/Thrift.Compile.net6/Thrift.Compile.net6.csproj \ + Tests/Thrift.Compile.Tests/Thrift.Compile.netstd2/Thrift.Compile.netstd2.csproj \ Tests/Thrift.Tests/Collections \ Tests/Thrift.Tests/DataModel \ Tests/Thrift.Tests/Protocols \