Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2018-12-20 21:46:22 +0300
committerGitHub <noreply@github.com>2018-12-20 21:46:22 +0300
commitddf6249c1d1879b386acfafd000334bdd5a0310d (patch)
tree89f05e9a5b1d9c635b74ca9817e74e00725601e8 /mcs/class/Facades
parentccd7b52ca8a70d6aed6667e2d2f0d496f596a941 (diff)
Update Helix SDK to latest version (#12156)
They added retry logic inside of the SDK to deal with some expected Helix API responses.
Diffstat (limited to 'mcs/class/Facades')
-rw-r--r--mcs/class/Facades/subdirs.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/mcs/class/Facades/subdirs.make b/mcs/class/Facades/subdirs.make
index f75e9fb1ea5..1be737de76f 100644
--- a/mcs/class/Facades/subdirs.make
+++ b/mcs/class/Facades/subdirs.make
@@ -51,7 +51,8 @@ System.Linq.Expressions System.Dynamic.Runtime System.Linq System.Threading.Task
System.Diagnostics.Tools System.Reflection.Primitives System.Runtime.Extensions System.Runtime.InteropServices System.Text.Encoding.Extensions \
System.Runtime.Numerics System.Xml.XDocument System.Reflection.Extensions System.IO.FileSystem.Primitives System.IO.FileSystem \
System.Diagnostics.FileVersionInfo System.Security.Cryptography.Primitives System.Security.Cryptography.Algorithms System.ValueTuple \
-System.Text.Encoding.CodePages System.Text.RegularExpressions System.Diagnostics.Contracts netstandard
+System.Text.Encoding.CodePages System.Text.RegularExpressions System.Diagnostics.Contracts \
+System.Diagnostics.Tracing System.Net.Primitives netstandard
xammac_SUBDIRS = $(monotouch_SUBDIRS)
xammac_PARALLEL_SUBDIRS = $(monotouch_PARALLEL_SUBDIRS)