From fd91656429ba68ce7af88a866f2ee1545677c33c Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Wed, 25 Jul 2018 15:53:44 +0200 Subject: HelloworldXamaring: add Grpc.Core dependency --- .../Droid/HelloworldXamarin.Droid.csproj | 13 ++++++ .../csharp/HelloworldXamarin/Droid/packages.config | 53 ++++++++++++++++++++++ .../iOS/HelloworldXamarin.iOS.csproj | 13 ++++++ .../csharp/HelloworldXamarin/iOS/packages.config | 53 ++++++++++++++++++++++ 4 files changed, 132 insertions(+) create mode 100644 examples/csharp/HelloworldXamarin/Droid/packages.config create mode 100644 examples/csharp/HelloworldXamarin/iOS/packages.config (limited to 'examples/csharp') diff --git a/examples/csharp/HelloworldXamarin/Droid/HelloworldXamarin.Droid.csproj b/examples/csharp/HelloworldXamarin/Droid/HelloworldXamarin.Droid.csproj index 20f1cedb87..157fa3f0ef 100644 --- a/examples/csharp/HelloworldXamarin/Droid/HelloworldXamarin.Droid.csproj +++ b/examples/csharp/HelloworldXamarin/Droid/HelloworldXamarin.Droid.csproj @@ -42,6 +42,17 @@ + + + + ..\packages\System.Runtime.Loader.4.0.0\lib\netstandard1.5\System.Runtime.Loader.dll + + + ..\packages\System.Interactive.Async.3.1.1\lib\netstandard1.3\System.Interactive.Async.dll + + + ..\packages\Grpc.Core.1.15.0-dev\lib\netstandard1.5\Grpc.Core.dll + @@ -52,6 +63,7 @@ + @@ -64,4 +76,5 @@ + \ No newline at end of file diff --git a/examples/csharp/HelloworldXamarin/Droid/packages.config b/examples/csharp/HelloworldXamarin/Droid/packages.config new file mode 100644 index 0000000000..4fee491e7e --- /dev/null +++ b/examples/csharp/HelloworldXamarin/Droid/packages.config @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/csharp/HelloworldXamarin/iOS/HelloworldXamarin.iOS.csproj b/examples/csharp/HelloworldXamarin/iOS/HelloworldXamarin.iOS.csproj index 27cb1c41ab..f968398278 100644 --- a/examples/csharp/HelloworldXamarin/iOS/HelloworldXamarin.iOS.csproj +++ b/examples/csharp/HelloworldXamarin/iOS/HelloworldXamarin.iOS.csproj @@ -81,6 +81,17 @@ + + + + ..\packages\System.Runtime.Loader.4.0.0\lib\netstandard1.5\System.Runtime.Loader.dll + + + ..\packages\System.Interactive.Async.3.1.1\lib\netstandard1.3\System.Interactive.Async.dll + + + ..\packages\Grpc.Core.1.15.0-dev\lib\netstandard1.5\Grpc.Core.dll + @@ -96,6 +107,7 @@ + @@ -107,4 +119,5 @@ + \ No newline at end of file diff --git a/examples/csharp/HelloworldXamarin/iOS/packages.config b/examples/csharp/HelloworldXamarin/iOS/packages.config new file mode 100644 index 0000000000..ad960e401e --- /dev/null +++ b/examples/csharp/HelloworldXamarin/iOS/packages.config @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3