From 5ab8ee43a1cdd0d845693680884898418ac291b9 Mon Sep 17 00:00:00 2001 From: Boshi Lian Date: Thu, 16 Nov 2017 13:27:25 +0800 Subject: [PATCH 1/2] update rest rt to latest stable --- src/KubernetesClient.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/KubernetesClient.csproj b/src/KubernetesClient.csproj index f4f2226..5da1676 100644 --- a/src/KubernetesClient.csproj +++ b/src/KubernetesClient.csproj @@ -9,7 +9,7 @@ https://github.com/kubernetes-client/csharp kubernetes;docker;containers; - netstandard1.3 + netstandard1.4 k8s @@ -18,7 +18,7 @@ - + From f362244cb3e7d98dcac795d7e062712bad3af481 Mon Sep 17 00:00:00 2001 From: Boshi Lian Date: Thu, 16 Nov 2017 13:29:01 +0800 Subject: [PATCH 2/2] remove unused dependencies from simple --- examples/simple/simple.csproj | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/examples/simple/simple.csproj b/examples/simple/simple.csproj index 914f38a..270736f 100755 --- a/examples/simple/simple.csproj +++ b/examples/simple/simple.csproj @@ -1,14 +1,12 @@ - - - - - - - - - - Exe - netcoreapp2.0 - - - + + + + + + + + Exe + netcoreapp2.0 + + +