From 36669adb30d29fa6933799e8ec735529b08fbb60 Mon Sep 17 00:00:00 2001 From: Lee Briggs Date: Mon, 20 Apr 2020 12:18:27 -0700 Subject: [PATCH] Bump dependencies for all dotnet examples for v2 (#647) * Bump dependencies for all dotnet examples for v2 * Address feedback * Change to 2.0 args * Fixup Co-authored-by: stack72 --- aws-cs-eks/Aws.EksCluster.csproj | 4 ++-- aws-cs-fargate/Infra/Aws.Fargate.csproj | 4 ++-- aws-cs-lambda/pulumi/Aws.Lambda.csproj | 2 +- aws-cs-webserver/Aws.WebServer.csproj | 2 +- .../pulumi/Aws.LambdaWebServer.fsproj | 4 ++-- .../Azure.AKS.PrivateContainerRegistry.csproj | 12 ++++++------ azure-cs-aks/Azure.Aks.csproj | 8 ++++---- azure-cs-appservice/Azure.AppService.csproj | 2 +- azure-cs-botservice/Azure.BotService.csproj | 6 +++--- .../Azure.CosmosAppComponent.csproj | 4 ++-- azure-cs-functions-raw/Azure.FunctionsRaw.csproj | 2 +- azure-cs-msi-keyvault-rbac/Azure.KeyVault.csproj | 4 ++-- azure-cs-static-website/Azure.StaticWebsite.csproj | 2 +- azure-cs-webserver/Azure.WebServer.csproj | 2 +- azure-fs-aci/Azure.Aci.fsproj | 6 +++--- azure-fs-aks/Azure.Aks.fsproj | 10 +++++----- azure-fs-appservice/Azure.AppService.fsproj | 4 ++-- digitalocean-cs-k8s/Digitalocean.K8s.csproj | 4 ++-- .../Digitalocean.LoadbalancedDroplets.csproj | 2 +- .../DropletStack.cs | 2 +- gcp-cs-functions/GCP.Functions.csproj | 2 +- gcp-cs-gke/Gcp.Gke.csproj | 2 +- .../Kubernetes.Guestbook.Components.csproj | 2 +- .../simple/Kubernetes.Guestbook.csproj | 2 +- testing-unit-cs/UnitTesting.csproj | 2 +- 25 files changed, 48 insertions(+), 48 deletions(-) diff --git a/aws-cs-eks/Aws.EksCluster.csproj b/aws-cs-eks/Aws.EksCluster.csproj index b30404dee..e292a5d6f 100644 --- a/aws-cs-eks/Aws.EksCluster.csproj +++ b/aws-cs-eks/Aws.EksCluster.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/aws-cs-fargate/Infra/Aws.Fargate.csproj b/aws-cs-fargate/Infra/Aws.Fargate.csproj index 408e69b6f..cd72c410f 100644 --- a/aws-cs-fargate/Infra/Aws.Fargate.csproj +++ b/aws-cs-fargate/Infra/Aws.Fargate.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/aws-cs-lambda/pulumi/Aws.Lambda.csproj b/aws-cs-lambda/pulumi/Aws.Lambda.csproj index 576d17f09..d2a672df6 100644 --- a/aws-cs-lambda/pulumi/Aws.Lambda.csproj +++ b/aws-cs-lambda/pulumi/Aws.Lambda.csproj @@ -7,7 +7,7 @@ - + diff --git a/aws-cs-webserver/Aws.WebServer.csproj b/aws-cs-webserver/Aws.WebServer.csproj index 576d17f09..d2a672df6 100644 --- a/aws-cs-webserver/Aws.WebServer.csproj +++ b/aws-cs-webserver/Aws.WebServer.csproj @@ -7,7 +7,7 @@ - + diff --git a/aws-fs-lambda-webserver/pulumi/Aws.LambdaWebServer.fsproj b/aws-fs-lambda-webserver/pulumi/Aws.LambdaWebServer.fsproj index 0f4a80501..5a7614efd 100644 --- a/aws-fs-lambda-webserver/pulumi/Aws.LambdaWebServer.fsproj +++ b/aws-fs-lambda-webserver/pulumi/Aws.LambdaWebServer.fsproj @@ -10,7 +10,7 @@ - - + + diff --git a/azure-cs-aks-private-container-registry/Azure.AKS.PrivateContainerRegistry.csproj b/azure-cs-aks-private-container-registry/Azure.AKS.PrivateContainerRegistry.csproj index abb953228..cdcbbabc9 100644 --- a/azure-cs-aks-private-container-registry/Azure.AKS.PrivateContainerRegistry.csproj +++ b/azure-cs-aks-private-container-registry/Azure.AKS.PrivateContainerRegistry.csproj @@ -7,12 +7,12 @@ - - - - - - + + + + + + diff --git a/azure-cs-aks/Azure.Aks.csproj b/azure-cs-aks/Azure.Aks.csproj index 8d5242676..2b058c795 100644 --- a/azure-cs-aks/Azure.Aks.csproj +++ b/azure-cs-aks/Azure.Aks.csproj @@ -7,10 +7,10 @@ - - - - + + + + diff --git a/azure-cs-appservice/Azure.AppService.csproj b/azure-cs-appservice/Azure.AppService.csproj index 007944355..78048120d 100644 --- a/azure-cs-appservice/Azure.AppService.csproj +++ b/azure-cs-appservice/Azure.AppService.csproj @@ -7,7 +7,7 @@ - + diff --git a/azure-cs-botservice/Azure.BotService.csproj b/azure-cs-botservice/Azure.BotService.csproj index 7f4e26ac0..3fe205017 100644 --- a/azure-cs-botservice/Azure.BotService.csproj +++ b/azure-cs-botservice/Azure.BotService.csproj @@ -13,9 +13,9 @@ - - - + + + diff --git a/azure-cs-cosmosapp-component/Azure.CosmosAppComponent.csproj b/azure-cs-cosmosapp-component/Azure.CosmosAppComponent.csproj index 93deccbef..d43906b96 100644 --- a/azure-cs-cosmosapp-component/Azure.CosmosAppComponent.csproj +++ b/azure-cs-cosmosapp-component/Azure.CosmosAppComponent.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/azure-cs-functions-raw/Azure.FunctionsRaw.csproj b/azure-cs-functions-raw/Azure.FunctionsRaw.csproj index 9400bc96e..342f6905d 100644 --- a/azure-cs-functions-raw/Azure.FunctionsRaw.csproj +++ b/azure-cs-functions-raw/Azure.FunctionsRaw.csproj @@ -7,7 +7,7 @@ - + diff --git a/azure-cs-msi-keyvault-rbac/Azure.KeyVault.csproj b/azure-cs-msi-keyvault-rbac/Azure.KeyVault.csproj index d85703cb0..cff96487b 100644 --- a/azure-cs-msi-keyvault-rbac/Azure.KeyVault.csproj +++ b/azure-cs-msi-keyvault-rbac/Azure.KeyVault.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/azure-cs-static-website/Azure.StaticWebsite.csproj b/azure-cs-static-website/Azure.StaticWebsite.csproj index 007944355..78048120d 100644 --- a/azure-cs-static-website/Azure.StaticWebsite.csproj +++ b/azure-cs-static-website/Azure.StaticWebsite.csproj @@ -7,7 +7,7 @@ - + diff --git a/azure-cs-webserver/Azure.WebServer.csproj b/azure-cs-webserver/Azure.WebServer.csproj index 007944355..78048120d 100644 --- a/azure-cs-webserver/Azure.WebServer.csproj +++ b/azure-cs-webserver/Azure.WebServer.csproj @@ -7,7 +7,7 @@ - + diff --git a/azure-fs-aci/Azure.Aci.fsproj b/azure-fs-aci/Azure.Aci.fsproj index 148f6e67a..26785555c 100644 --- a/azure-fs-aci/Azure.Aci.fsproj +++ b/azure-fs-aci/Azure.Aci.fsproj @@ -10,9 +10,9 @@ - - - + + + diff --git a/azure-fs-aks/Azure.Aks.fsproj b/azure-fs-aks/Azure.Aks.fsproj index 1bc1b1a37..2b1450644 100644 --- a/azure-fs-aks/Azure.Aks.fsproj +++ b/azure-fs-aks/Azure.Aks.fsproj @@ -9,10 +9,10 @@ - - - - - + + + + + diff --git a/azure-fs-appservice/Azure.AppService.fsproj b/azure-fs-appservice/Azure.AppService.fsproj index 0f1b52fac..68e325091 100644 --- a/azure-fs-appservice/Azure.AppService.fsproj +++ b/azure-fs-appservice/Azure.AppService.fsproj @@ -10,8 +10,8 @@ - - + + diff --git a/digitalocean-cs-k8s/Digitalocean.K8s.csproj b/digitalocean-cs-k8s/Digitalocean.K8s.csproj index 31a179db2..5b309ae27 100644 --- a/digitalocean-cs-k8s/Digitalocean.K8s.csproj +++ b/digitalocean-cs-k8s/Digitalocean.K8s.csproj @@ -9,8 +9,8 @@ - - + + diff --git a/digitalocean-cs-loadbalanced-droplets/Digitalocean.LoadbalancedDroplets.csproj b/digitalocean-cs-loadbalanced-droplets/Digitalocean.LoadbalancedDroplets.csproj index 6e205d360..7f13d9ee6 100644 --- a/digitalocean-cs-loadbalanced-droplets/Digitalocean.LoadbalancedDroplets.csproj +++ b/digitalocean-cs-loadbalanced-droplets/Digitalocean.LoadbalancedDroplets.csproj @@ -9,7 +9,7 @@ - + diff --git a/digitalocean-cs-loadbalanced-droplets/DropletStack.cs b/digitalocean-cs-loadbalanced-droplets/DropletStack.cs index 2a9a8ecf8..3ccef2c36 100644 --- a/digitalocean-cs-loadbalanced-droplets/DropletStack.cs +++ b/digitalocean-cs-loadbalanced-droplets/DropletStack.cs @@ -40,7 +40,7 @@ public DropletStack() var loadbalancer = new LoadBalancer("public", new LoadBalancerArgs { DropletTag = dropletTypeTag.Name, - ForwardingRules = new LoadBalancerForwardingRulesArgs + ForwardingRules = new LoadBalancerForwardingRuleArgs { EntryPort = 80, EntryProtocol = "http", diff --git a/gcp-cs-functions/GCP.Functions.csproj b/gcp-cs-functions/GCP.Functions.csproj index 87027b420..899a0274f 100644 --- a/gcp-cs-functions/GCP.Functions.csproj +++ b/gcp-cs-functions/GCP.Functions.csproj @@ -7,7 +7,7 @@ - + diff --git a/gcp-cs-gke/Gcp.Gke.csproj b/gcp-cs-gke/Gcp.Gke.csproj index 87027b420..899a0274f 100644 --- a/gcp-cs-gke/Gcp.Gke.csproj +++ b/gcp-cs-gke/Gcp.Gke.csproj @@ -7,7 +7,7 @@ - + diff --git a/kubernetes-cs-guestbook/components/Kubernetes.Guestbook.Components.csproj b/kubernetes-cs-guestbook/components/Kubernetes.Guestbook.Components.csproj index e0f6e56e7..bafa6f9ab 100644 --- a/kubernetes-cs-guestbook/components/Kubernetes.Guestbook.Components.csproj +++ b/kubernetes-cs-guestbook/components/Kubernetes.Guestbook.Components.csproj @@ -7,7 +7,7 @@ - + diff --git a/kubernetes-cs-guestbook/simple/Kubernetes.Guestbook.csproj b/kubernetes-cs-guestbook/simple/Kubernetes.Guestbook.csproj index 48e5f36a1..fc119fc7a 100644 --- a/kubernetes-cs-guestbook/simple/Kubernetes.Guestbook.csproj +++ b/kubernetes-cs-guestbook/simple/Kubernetes.Guestbook.csproj @@ -6,7 +6,7 @@ - + diff --git a/testing-unit-cs/UnitTesting.csproj b/testing-unit-cs/UnitTesting.csproj index 5c6630702..8ab02b263 100644 --- a/testing-unit-cs/UnitTesting.csproj +++ b/testing-unit-cs/UnitTesting.csproj @@ -12,7 +12,7 @@ - +