Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Pulumi codegen to net6.0 #11543

Merged
merged 4 commits into from
Jan 4, 2023
Merged

Update Pulumi codegen to net6.0 #11543

merged 4 commits into from
Jan 4, 2023

Commits on Dec 15, 2022

  1. Update Pulumi codegen to net6.0

    .NET Core 3.1 is out of support on December 13th:
    https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core
    
    We've already stopped testing on .NET Core 3.1, and program gen has been
    targetting only 6.0 for a while now as well.
    
    This updates sdkgen to only 6.0 as well.
    Frassle committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    0c38cb6 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Update dotnet version

    Frassle committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    2ff8e8f View commit details
    Browse the repository at this point in the history
  2. Don't require a higher Pulumi.nuget

    net6 can reference net3.1
    Frassle committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    bbec4d1 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    Frassle committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    290d0fc View commit details
    Browse the repository at this point in the history