From f75f3c1896c0d061679258cae8e1a9795dd242ca Mon Sep 17 00:00:00 2001 From: Fraser Waters Date: Wed, 26 Feb 2025 19:47:44 +0000 Subject: [PATCH] Keep the main projects on net6.0 While net6 isn't acutally in support anymore a hard migration to net8 is causing lots of downstream issues. So leave these projects targetting net6 for now, they'll still build fine with net8. --- sdk/Pulumi.Automation/Pulumi.Automation.csproj | 2 +- sdk/Pulumi.FSharp/Pulumi.FSharp.fsproj | 2 +- sdk/Pulumi/Pulumi.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/Pulumi.Automation/Pulumi.Automation.csproj b/sdk/Pulumi.Automation/Pulumi.Automation.csproj index abee1908..94e86fd7 100644 --- a/sdk/Pulumi.Automation/Pulumi.Automation.csproj +++ b/sdk/Pulumi.Automation/Pulumi.Automation.csproj @@ -1,7 +1,7 @@ - net8.0 + net6.0 true Pulumi Pulumi Corp. diff --git a/sdk/Pulumi.FSharp/Pulumi.FSharp.fsproj b/sdk/Pulumi.FSharp/Pulumi.FSharp.fsproj index 63e62de8..6f01dbcc 100644 --- a/sdk/Pulumi.FSharp/Pulumi.FSharp.fsproj +++ b/sdk/Pulumi.FSharp/Pulumi.FSharp.fsproj @@ -1,7 +1,7 @@ - net8.0 + net6.0 true Pulumi Pulumi Corp. diff --git a/sdk/Pulumi/Pulumi.csproj b/sdk/Pulumi/Pulumi.csproj index adf38225..08ba402c 100644 --- a/sdk/Pulumi/Pulumi.csproj +++ b/sdk/Pulumi/Pulumi.csproj @@ -1,7 +1,7 @@ - net8.0 + net6.0 true Pulumi Pulumi Corp.