pulumi / pulumi-dotnet

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

Remove netcoreapp3.1 support #235

Closed Frassle closed 9 months ago

Frassle commented 9 months ago

netcore 3.1 is well out of it's support lifecycle. The code generators in pulumi/pulumi no longer emit any reference to netcoreapp3.1. Users should have updated to net6.0 or later, as netcoreapp3.1 is no longer supported by Microsoft either.