aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.am
diff options
context:
space:
mode:
authorGravatar Jon Skeet <jonskeet@google.com>2017-01-04 16:37:38 +0000
committerGravatar Jon Skeet <skeet@pobox.com>2017-01-10 13:05:27 +0000
commite76d91a9d1c0beed0f083740a5c3288d519160fd (patch)
treea5c0aac5cb043ba0f34ffea8775eaec6cb35d761 /Makefile.am
parent2bddffc993db05df57b6ebaea18f42c7b31753e9 (diff)
Add global.json file to pick dotnet core SDK version.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index db2f7a33..6aa7e800 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -186,6 +186,7 @@ csharp_EXTRA_DIST= \
csharp/src/Google.Protobuf/WellKnownTypes/WrappersPartial.cs \
csharp/src/Google.Protobuf/WireFormat.cs \
csharp/src/Google.Protobuf/project.json \
+ csharp/src/global.json \
csharp/src/packages/repositories.config
java_EXTRA_DIST= \