pulumi / pulumi-dotnet

.NET support for Pulumi
Apache License 2.0
28 stars 25 forks source link

Drop support for .NET 3.1 #74

Open kpitzen opened 1 year ago

kpitzen commented 1 year ago

We currently support .NET 3.1 and .NET 6.0, but Microsoft no longer supports .NET 3.1 as of December 13, 2022. We should likely drop support for .NET 3.1 as well, but will need to do so iteratively. We'll need to ensure that all downstream codegen dependencies etc continue to function as desired after this change.