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

Support .NET 9 #1404

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open

Support .NET 9 #1404

wants to merge 35 commits into from

Conversation

WhitWaldo
Copy link
Contributor

@WhitWaldo WhitWaldo commented Nov 10, 2024

Description

I've updated the build and integration test scripts to include support for the latest patch release of .NET 9 (which I believe will capture RC builds, but I couldn't find much information on it outside of the actions/setup-dotnet GitHub action.

I've made the necessary changes to the various projects in the solution to update references for each of the now-supported .NET framework versions: .NET 6, .NET 8 and .NET 9 (and .NET 7 with regards to Dapr.Workflows).

All the .NET SDK documentation section introduction pages have been updated to reflect the .NET 9 support, but I also added a note to make it clear that in Dapr's v1.16 release, we will be dropping support for .NET 6 and .NET 7 throughout and only supporting .NET 8 and .NET 9.

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #1400

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

@WhitWaldo WhitWaldo added this to the v1.15 milestone Nov 10, 2024
@WhitWaldo WhitWaldo self-assigned this Nov 10, 2024
@WhitWaldo WhitWaldo requested review from a team as code owners November 10, 2024 01:01
mikeee
mikeee previously requested changes Nov 10, 2024
Copy link
Member

@mikeee mikeee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like there is a missing targetframework for .NET 9 for the E2E tests

@mikeee
Copy link
Member

mikeee commented Nov 10, 2024

https://github.com/search?q=repo%3Adapr%2Fdotnet-sdk%20net7&type=code

Some of the locations where the target frameworks where version 9 needs to be added to

@WhitWaldo WhitWaldo changed the title Updated build and integration test scripts to include .NET 9 Support .NET 9 Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update SDK to target .NET 9
2 participants