Skip to content

Commit

Permalink
Bump dependencies for all dotnet examples for v2 (pulumi#647)
Browse files Browse the repository at this point in the history
* Bump dependencies for all dotnet examples for v2

* Address feedback

* Change to 2.0 args

* Fixup

Co-authored-by: stack72 <[email protected]>
  • Loading branch information
jaxxstorm and stack72 committed Apr 20, 2020
1 parent bccb5a1 commit 36669ad
Show file tree
Hide file tree
Showing 25 changed files with 48 additions and 48 deletions.
4 changes: 2 additions & 2 deletions aws-cs-eks/Aws.EksCluster.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Pulumi.Aws" Version="2.0.0-beta.3" />
<PackageReference Include="Pulumi.Kubernetes" Version="2.0.0-beta.2" />
<PackageReference Include="Pulumi.Aws" Version="2.*" />
<PackageReference Include="Pulumi.Kubernetes" Version="2.*" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions aws-cs-fargate/Infra/Aws.Fargate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Pulumi.Aws" Version="2.0.0-beta.3" />
<PackageReference Include="Pulumi.Docker" Version="1.5.0-preview" />
<PackageReference Include="Pulumi.Aws" Version="2.*" />
<PackageReference Include="Pulumi.Docker" Version="2.*" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion aws-cs-lambda/pulumi/Aws.Lambda.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Pulumi.Aws" Version="2.0.0-beta.3" />
<PackageReference Include="Pulumi.Aws" Version="2.*" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion aws-cs-webserver/Aws.WebServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Pulumi.Aws" Version="2.0.0-beta.3" />
<PackageReference Include="Pulumi.Aws" Version="2.*" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions aws-fs-lambda-webserver/pulumi/Aws.LambdaWebServer.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Pulumi.Aws" Version="2.0.0-beta.3" />
<PackageReference Include="Pulumi.FSharp" Version="2.0.0-beta.2" />
<PackageReference Include="Pulumi.Aws" Version="2.*" />
<PackageReference Include="Pulumi.FSharp" Version="2.*" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Pulumi.Azure" Version="3.0.0-beta.2" />
<PackageReference Include="Pulumi.AzureAD" Version="2.0.0-beta.3" />
<PackageReference Include="Pulumi.Docker" Version="1.5.0-preview"/>
<PackageReference Include="Pulumi.Kubernetes" Version="2.0.0-beta.2"/>
<PackageReference Include="Pulumi.Random" Version="2.0.0-beta.5" />
<PackageReference Include="Pulumi.Tls" Version="2.0.0-beta.1" />
<PackageReference Include="Pulumi.Azure" Version="3.*"/>
<PackageReference Include="Pulumi.AzureAD" Version="2.*"/>
<PackageReference Include="Pulumi.Docker" Version="2.*"/>
<PackageReference Include="Pulumi.Kubernetes" Version="2.*"/>
<PackageReference Include="Pulumi.Random" Version="2.*"/>
<PackageReference Include="Pulumi.Tls" Version="2.*"/>
</ItemGroup>

<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions azure-cs-aks/Azure.Aks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Pulumi.Azure" Version="3.0.0-beta.2" />
<PackageReference Include="Pulumi.AzureAD" Version="2.0.0-beta.3" />
<PackageReference Include="Pulumi.Random" Version="2.0.0-beta.5" />
<PackageReference Include="Pulumi.Tls" Version="2.0.0-beta.1" />
<PackageReference Include="Pulumi.Azure" Version="3.*" />
<PackageReference Include="Pulumi.AzureAD" Version="2.*" />
<PackageReference Include="Pulumi.Random" Version="2.*" />
<PackageReference Include="Pulumi.Tls" Version="2.*" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion azure-cs-appservice/Azure.AppService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Pulumi.Azure" Version="3.0.0-beta.2" />
<PackageReference Include="Pulumi.Azure" Version="3.*" />
</ItemGroup>

</Project>
6 changes: 3 additions & 3 deletions azure-cs-botservice/Azure.BotService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Pulumi.Azure" Version="3.0.0-beta.2" />
<PackageReference Include="Pulumi.AzureAD" Version="2.0.0-beta.3" />
<PackageReference Include="Pulumi.Random" Version="2.0.0-beta.5" />
<PackageReference Include="Pulumi.Azure" Version="3.*" />
<PackageReference Include="Pulumi.AzureAD" Version="2.*" />
<PackageReference Include="Pulumi.Random" Version="2.*" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions azure-cs-cosmosapp-component/Azure.CosmosAppComponent.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Pulumi.Azure" Version="3.0.0-beta.2" />
<PackageReference Include="Pulumi.Docker" Version="1.5.0-preview"/>
<PackageReference Include="Pulumi.Azure" Version="3.*" />
<PackageReference Include="Pulumi.Docker" Version="2.*" />
</ItemGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion azure-cs-functions-raw/Azure.FunctionsRaw.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Pulumi.Azure" Version="3.0.0-beta.2" />
<PackageReference Include="Pulumi.Azure" Version="3.*" />
</ItemGroup>

<PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions azure-cs-msi-keyvault-rbac/Azure.KeyVault.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Pulumi.Azure" Version="3.0.0-beta.2" />
<PackageReference Include="Pulumi.Random" Version="2.0.0-beta.5" />
<PackageReference Include="Pulumi.Azure" Version="3.*" />
<PackageReference Include="Pulumi.Random" Version="2.*" />
</ItemGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion azure-cs-static-website/Azure.StaticWebsite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Pulumi.Azure" Version="3.0.0-beta.2" />
<PackageReference Include="Pulumi.Azure" Version="3.*" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion azure-cs-webserver/Azure.WebServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Pulumi.Azure" Version="3.0.0-beta.2" />
<PackageReference Include="Pulumi.Azure" Version="3.*" />
</ItemGroup>

</Project>
6 changes: 3 additions & 3 deletions azure-fs-aci/Azure.Aci.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Pulumi.Azure" Version="3.0.0-beta.2" />
<PackageReference Include="Pulumi.Docker" Version="1.5.0-preview"/>
<PackageReference Include="Pulumi.FSharp" Version="2.0.0-beta.2" />
<PackageReference Include="Pulumi.FSharp" Version="2.*" />
<PackageReference Include="Pulumi.Azure" Version="3.*" />
<PackageReference Include="Pulumi.Docker" Version="3.*" />
</ItemGroup>

</Project>
10 changes: 5 additions & 5 deletions azure-fs-aks/Azure.Aks.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<Compile Include="Program.fs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Pulumi.Azure" Version="3.0.0-beta.2" />
<PackageReference Include="Pulumi.AzureAD" Version="2.0.0-beta.3" />
<PackageReference Include="Pulumi.FSharp" Version="2.0.0-beta.2" />
<PackageReference Include="Pulumi.Random" Version="2.0.0-beta.5" />
<PackageReference Include="Pulumi.Tls" Version="2.0.0-beta.1" />
<PackageReference Include="Pulumi.Azure" Version="3.*" />
<PackageReference Include="Pulumi.AzureAD" Version="2.*" />
<PackageReference Include="Pulumi.FSharp" Version="2.*" />
<PackageReference Include="Pulumi.Random" Version="2.*" />
<PackageReference Include="Pulumi.Tls" Version="2.*" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions azure-fs-appservice/Azure.AppService.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Pulumi.Azure" Version="3.0.0-beta.2" />
<PackageReference Include="Pulumi.FSharp" Version="2.0.0-beta.2" />
<PackageReference Include="Pulumi.Azure" Version="3.*" />
<PackageReference Include="Pulumi.FSharp" Version="2.*" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions digitalocean-cs-k8s/Digitalocean.K8s.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Pulumi.DigitalOcean" Version="1.7.0-preview" />
<PackageReference Include="Pulumi.Kubernetes" Version="1.5.8-preview" />
<PackageReference Include="Pulumi.DigitalOcean" Version="2.*" />
<PackageReference Include="Pulumi.Kubernetes" Version="2.*" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Pulumi.DigitalOcean" Version="2.0.0-beta.1" />
<PackageReference Include="Pulumi.DigitalOcean" Version="2.*" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion digitalocean-cs-loadbalanced-droplets/DropletStack.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion gcp-cs-functions/GCP.Functions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Pulumi.Gcp" Version="3.0.0-beta.2" />
<PackageReference Include="Pulumi.Gcp" Version="3.*" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion gcp-cs-gke/Gcp.Gke.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Pulumi.Gcp" Version="3.0.0-beta.2" />
<PackageReference Include="Pulumi.Gcp" Version="3.*" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Pulumi.Kubernetes" Version="2.0.0-beta.2" />
<PackageReference Include="Pulumi.Kubernetes" Version="2.*" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion kubernetes-cs-guestbook/simple/Kubernetes.Guestbook.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Pulumi.Kubernetes" Version="2.0.0-beta.2" />
<PackageReference Include="Pulumi.Kubernetes" Version="2.*" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion testing-unit-cs/UnitTesting.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="Moq" Version="4.13.1" />
<PackageReference Include="NUnit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.16.1" />
<PackageReference Include="Pulumi.Aws" Version="2.0.0-beta.3" />
<PackageReference Include="Pulumi.Aws" Version="2.*" />
</ItemGroup>

</Project>

0 comments on commit 36669ad

Please sign in to comment.