-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Move required TFMs to net7.0, net6.0 #32596
Comments
@KrzysztofCwalina @tg-msft @pallavit @jsquire should we alert partners before or after we make this change. This also means updating global.json to require it. I can also add a .vsconfig to have VS suggest installing both net7.0 and net6.0 targeting packs if not installed. |
I believe we'd want to update the Contributing guide and also alert partners. It may be good to give them a short (week?) heads-up so that we don't just start randomly failing to compile for them. Are there any changes that we need for the pipelines? |
Yes, there are changes to the pipelines but not that hard. Basically just need to update the same files I'm doing in #32598. |
Resolves Azure#32596. With netcoreapp3.1 falling out of support soon, we're upgrading to net7.0, net6.0, and, on Windows, net461.
Was just about to comment that it might make sense to drop the no longer supported netcoreapp3.1 in the required target frameworks https://github.com/Azure/azure-sdk-for-net/blob/main/eng/Directory.Build.Common.props#L126 |
Resolves Azure#32596. With netcoreapp3.1 falling out of support soon, we're upgrading to net7.0, net6.0, and, on Windows, net461.
* Drop netcoreapp3.1, add net7.0 support Resolves #32596. With netcoreapp3.1 falling out of support soon, we're upgrading to net7.0, net6.0, and, on Windows, net461. * Resolve PR comments and fix build break * Tweak platform monikers * Upgrade to .NET 7.0.101 SDK Required for microsoft/vstest#4014 fix * Drop unnecessary runtimes from .vsconfig * Skip Monitor tests failing under net7.0 Relates to #33403 * Resolve track 1 management plane issues on net7.0 * Resolve Key Vault issues after upgrade to net7.0 * Use different platform guard for management plane * Resolve PR feedback
With netcoreapp3.1 falling out of support soon, move to the latest version - net7.0 - and the latest LTS - net6.0.
RequiredTargetFrameworks
The text was updated successfully, but these errors were encountered: