Skip to content

Commit

Permalink
Bump to .NET Core 3.1 (pulumi/pulumi#4400)
Browse files Browse the repository at this point in the history
Bump to .NET Core 3.1
  • Loading branch information
mikhailshilkov committed Apr 15, 2020
1 parent d4f8a04 commit 547b0bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pulumi-language-dotnet/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ func (host *dotnetLanguageHost) DeterminePulumiPackages(
// expected output should be like so:
//
// Project 'Aliases' has the following package references
// [netcoreapp3.0]:
// [netcoreapp3.1]:
// Top-level Package Requested Resolved
// > Pulumi 1.5.0-preview-alpha.1572911568 1.5.0-preview-alpha.1572911568
//
Expand Down
2 changes: 1 addition & 1 deletion sdk/Pulumi.FSharp/Pulumi.FSharp.fsproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Pulumi</Authors>
<Company>Pulumi Corp.</Company>
Expand Down
2 changes: 1 addition & 1 deletion sdk/Pulumi.Tests/Pulumi.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion sdk/Pulumi/Pulumi.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Pulumi</Authors>
Expand Down

0 comments on commit 547b0bc

Please sign in to comment.