Skip to content

[BREAKING CHANGE]: Removes the .NET 5.0 support#2806

Merged
nickfloyd merged 2 commits intomainfrom
remove-dotnet5.0-sdk
Oct 31, 2023
Merged

[BREAKING CHANGE]: Removes the .NET 5.0 support#2806
nickfloyd merged 2 commits intomainfrom
remove-dotnet5.0-sdk

Conversation

@nickfloyd
Copy link
Contributor

@nickfloyd nickfloyd commented Oct 31, 2023

The .NET 5.0 SDK has been EoL since May 2022 and should no longer be needed (unless mono requires it), so our tooling here needs to reflect that.

Before the change

  • .net 5.0 SDK is installed when the container gets instantiated using the dev container file
  • Supported versions: net5.0, net5.0-windows, net6.0, net6.0-android, net6.0-ios, net6.0-maccatalys, net6.0-macos , net6.0-tvos, net6.0-windows , net7.0 , net7.0-android , net7.0-ios net7.0-ios , net7.0-maccatalyst , net7.0-macos , net7.0-tvos net7.0-tvos , net7.0-windows

After the change

  • .net 6.0 SDK is the only version installed when the container gets instantiated using the dev container file
  • Supported versions: net6.0, net6.0-android, net6.0-ios, net6.0-maccatalys, net6.0-macos , net6.0-tvos, net6.0-windows , net7.0 , net7.0-android , net7.0-ios net7.0-ios , net7.0-maccatalyst , net7.0-macos , net7.0-tvos net7.0-tvos , net7.0-windows

relates to: #2616

@nickfloyd nickfloyd changed the title [draft] removes the SDK from the container directive. [draft] removes the .NET 5.0 SDK from the container directive. Oct 31, 2023
@nickfloyd nickfloyd self-assigned this Oct 31, 2023
@nickfloyd nickfloyd added Type: Maintenance Any dependency, housekeeping, and clean up Issue or PR hacktoberfest Issues for participation in Hacktoberfest labels Oct 31, 2023
@nickfloyd nickfloyd marked this pull request as ready for review October 31, 2023 18:26
@nickfloyd nickfloyd changed the title [draft] removes the .NET 5.0 SDK from the container directive. Removes the .NET 5.0 from the SDK Oct 31, 2023
@nickfloyd nickfloyd changed the title Removes the .NET 5.0 from the SDK Removes the .NET 5.0 support Oct 31, 2023
@nickfloyd nickfloyd added the Type: Breaking change Used to note any change that requires a major version bump label Oct 31, 2023
@nickfloyd nickfloyd changed the title Removes the .NET 5.0 support [BREAKING CHANGE]: Removes the .NET 5.0 support Oct 31, 2023
@nickfloyd nickfloyd merged commit 27aa6e5 into main Oct 31, 2023
@nickfloyd nickfloyd deleted the remove-dotnet5.0-sdk branch October 31, 2023 21:04
Lulalaby referenced this pull request in Fortunevale/ProjectMakoto Nov 1, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [Octokit](https://togithub.com/octokit/octokit.net) | `8.1.1` ->
`9.0.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Octokit/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Octokit/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Octokit/8.1.1/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Octokit/8.1.1/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>octokit/octokit.net (Octokit)</summary>

###
[`v9.0.0`](https://togithub.com/octokit/octokit.net/releases/tag/v9.0.0)

##### What's Changed

##### Breaking changes

- Removes the .NET 5.0 support by
[@&#8203;nickfloyd](https://togithub.com/nickfloyd) in
[https://github.com/octokit/octokit.net/pull/2806](https://togithub.com/octokit/octokit.net/pull/2806)

##### Features

- \[feat]: Add RenameBranch method to RepositoryBranchesClient by
[@&#8203;dirtygooback](https://togithub.com/dirtygooback) in
[https://github.com/octokit/octokit.net/pull/2799](https://togithub.com/octokit/octokit.net/pull/2799)

##### Fixes

- (fix) RepositoryContentsClient.GetArchive does not return the expected
binary content by [@&#8203;Jericho](https://togithub.com/Jericho) in
[https://github.com/octokit/octokit.net/pull/2803](https://togithub.com/octokit/octokit.net/pull/2803)

##### Maintenance

- build(deps): bump xunit.runner.visualstudio from 2.5.1 to 2.5.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/octokit/octokit.net/pull/2805](https://togithub.com/octokit/octokit.net/pull/2805)
- build(deps): bump xunit from 2.5.1 to 2.5.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/octokit/octokit.net/pull/2804](https://togithub.com/octokit/octokit.net/pull/2804)

##### New Contributors

- [@&#8203;Jericho](https://togithub.com/Jericho) made their first
contribution in
[https://github.com/octokit/octokit.net/pull/2803](https://togithub.com/octokit/octokit.net/pull/2803)

**Full Changelog**:
octokit/octokit.net@v8.1.1...v9.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Fortunevale/ProjectMakoto).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6ImRldiJ9-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

hacktoberfest Issues for participation in Hacktoberfest Type: Breaking change Used to note any change that requires a major version bump Type: Maintenance Any dependency, housekeeping, and clean up Issue or PR

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants