Skip to content

Commit 6e2747b

Browse files
.NET Core 3.0->3.1
1 parent 366643c commit 6e2747b

14 files changed

+17
-17
lines changed

content/blog/dotnet-preview/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can create cloud resources by writing Microsoft .NET Core programs to build
1818

1919
## What Does Pulumi Enable?
2020

21-
With Pulumi, .NET developers can create, deploy and manage cloud infrastructure using C#, F#, or Visual Basic .NET. This results in increased productivity for developers because they can use the features of their IDEs such as auto-completion, error checking with red markers, build error messages, refactoring tools, and package managers. Developers can reference any NuGet library compatible with .NET Core 3.0.
21+
With Pulumi, .NET developers can create, deploy and manage cloud infrastructure using C#, F#, or Visual Basic .NET. This results in increased productivity for developers because they can use the features of their IDEs such as auto-completion, error checking with red markers, build error messages, refactoring tools, and package managers. Developers can reference any NuGet library compatible with .NET Core 3.1.
2222

2323
Operators can use the `pulumi` CLI or CI/CD integrations to maintain and version infrastructure in a repository resulting in predictable and reliable deployments. Regardless of your cloud architecture, whether it includes containers, serverless function or static websites, Pulumi lets you build modern, reliable, and scalable applications. Your pipeline is part of your product.
2424

@@ -34,7 +34,7 @@ A Pulumi project uses a .NET Core console application to build infrastructure. T
3434

3535
1. [Install Pulumi]({{< relref "/docs/get-started/install" >}})
3636

37-
1. [Install .NET Core SDK 3.0+](https://dotnet.microsoft.com/download)
37+
1. [Install .NET Core SDK 3.1+](https://dotnet.microsoft.com/download)
3838

3939
1. [Configure a Microsoft Azure account](https://azure.microsoft.com/en-us/free/)
4040

content/docs/intro/languages/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The following language runtimes are currently supported by Pulumi:
2020

2121
* [Node.js]({{< relref "javascript" >}}) - JavaScript, TypeScript, or any other Node.js compatible language
2222
* [Python]({{< relref "python" >}}) - Python 3.6 or greater
23-
* [.NET Core]({{< relref "dotnet" >}}) <span class="badge badge-preview">PREVIEW</span> - C#, F#, and Visual Basic on .NET Core 3.0 or greater
23+
* [.NET Core]({{< relref "dotnet" >}}) <span class="badge badge-preview">PREVIEW</span> - C#, F#, and Visual Basic on .NET Core 3.1 or greater
2424
* Go <span class="badge badge-preview">PREVIEW</span> - statically compiled Go binaries (*documentation coming soon*)
2525

2626
If your favorite language isn't listed, it may be on its way soon. Pulumi is [open

content/docs/intro/languages/dotnet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ The fastest way to get up and running is to choose from one of the following Get
3939
4040
## Prerequisites
4141

42-
Before using Pulumi for .NET, you will need to install both Pulumi and .NET Core SDK 3.0 or later. If you follow the Getting Started guides above, they will walk you through doing this.
42+
Before using Pulumi for .NET, you will need to install both Pulumi and .NET Core SDK 3.1 or later. If you follow the Getting Started guides above, they will walk you through doing this.
4343

4444
1. [Install Pulumi]({{< relref "/docs/get-started/install" >}})
45-
1. [Install .NET Core SDK 3.0](https://dotnet.microsoft.com/download)
45+
1. [Install .NET Core SDK 3.1](https://dotnet.microsoft.com/download)
4646

4747
## Example
4848

@@ -155,7 +155,7 @@ End Module
155155

156156
## C\#, F\#, and VB Templates
157157

158-
As of version 1.5, Pulumi supports .NET Core 3.0. You can write Pulumi programs in your favorite .NET language to get additional verification and tooling benefits. The fastest way to get started is to use a template. The template will autogenerate a set of files and initialize a Pulumi project. The getting started guides shown above will help do this on your cloud of choice, but this section describes doing so independently.
158+
As of version 1.5, Pulumi supports .NET Core 3.1. You can write Pulumi programs in your favorite .NET language to get additional verification and tooling benefits. The fastest way to get started is to use a template. The template will autogenerate a set of files and initialize a Pulumi project. The getting started guides shown above will help do this on your cloud of choice, but this section describes doing so independently.
159159

160160
{{< langchoose dotnetonly >}}
161161

content/docs/tutorials/aws/aws-cs-webserver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To deploy your infrastructure, follow the below steps.
3030

3131
1. [Install Pulumi](https://www.pulumi.com/docs/get-started/install/)
3232
1. [Configure Pulumi for AWS](https://www.pulumi.com/docs/intro/cloud-providers/aws/setup/)
33-
1. [Install .NET Core 3.0+](https://dotnet.microsoft.com/download)
33+
1. [Install .NET Core 3.1+](https://dotnet.microsoft.com/download)
3434

3535
## Deploying and running the program
3636

content/docs/tutorials/azure/azure-cs-aks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To deploy your infrastructure, follow the below steps.
2828
### Prerequisites
2929

3030
1. [Install Pulumi](https://www.pulumi.com/docs/get-started/install/)
31-
2. [Install .NET Core 3.0+](https://dotnet.microsoft.com/download)
31+
2. [Install .NET Core 3.1+](https://dotnet.microsoft.com/download)
3232

3333
### Steps
3434

content/docs/tutorials/azure/azure-cs-appservice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To deploy your infrastructure, follow the below steps.
3131
### Prerequisites
3232

3333
1. [Install Pulumi](https://www.pulumi.com/docs/get-started/install/)
34-
2. [Install .NET Core 3.0+](https://dotnet.microsoft.com/download)
34+
2. [Install .NET Core 3.1+](https://dotnet.microsoft.com/download)
3535

3636
### Steps
3737

content/docs/tutorials/azure/azure-cs-botservice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To deploy your infrastructure, follow the below steps.
3333
### Prerequisites
3434

3535
* [Install Pulumi](https://www.pulumi.com/docs/get-started/install/)
36-
* [Install .NET Core 3.0+](https://dotnet.microsoft.com/download)
36+
* [Install .NET Core 3.1+](https://dotnet.microsoft.com/download)
3737

3838
### Publish Bot Steps
3939

content/docs/tutorials/azure/azure-cs-cosmosapp-component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To deploy your infrastructure, follow the below steps.
3737
### Prerequisites
3838

3939
1. [Install Pulumi](https://www.pulumi.com/docs/get-started/install/)
40-
2. [Install .NET Core 3.0+](https://dotnet.microsoft.com/download)
40+
2. [Install .NET Core 3.1+](https://dotnet.microsoft.com/download)
4141

4242
### Steps
4343

content/docs/tutorials/azure/azure-cs-functions-raw.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To deploy your infrastructure, follow the below steps.
2828
### Prerequisites
2929

3030
1. [Install Pulumi](https://www.pulumi.com/docs/get-started/install/)
31-
2. [Install .NET Core 3.0+](https://dotnet.microsoft.com/download)
31+
2. [Install .NET Core 3.1+](https://dotnet.microsoft.com/download)
3232

3333
### Steps
3434

content/docs/tutorials/azure/azure-cs-msi-keyvault-rbac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To deploy your infrastructure, follow the below steps.
3838
### Prerequisites
3939

4040
1. [Install Pulumi](https://www.pulumi.com/docs/get-started/install/)
41-
2. [Install .NET Core 3.0+](https://dotnet.microsoft.com/download)
41+
2. [Install .NET Core 3.1+](https://dotnet.microsoft.com/download)
4242

4343
### Steps
4444

0 commit comments

Comments
 (0)