FIX: missing EXTRA_DIST entries
diff --git a/lib/netstd/Makefile.am b/lib/netstd/Makefile.am
index cf4d134..47b3803 100644
--- a/lib/netstd/Makefile.am
+++ b/lib/netstd/Makefile.am
@@ -42,7 +42,6 @@
EXTRA_DIST = \
README.md \
Directory.Build.props \
- .editorconfig \
Benchmarks/Thrift.Benchmarks \
Tests/Thrift.IntegrationTests/Protocols \
Tests/Thrift.IntegrationTests/Thrift.IntegrationTests.csproj \
@@ -56,6 +55,7 @@
Tests/Thrift.Tests/Protocols \
Tests/Thrift.Tests/Transports \
Tests/Thrift.Tests/Thrift.Tests.csproj \
+ Thrift/.editorconfig \
Thrift/Collections \
Thrift/Processor \
Thrift/Properties \