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 8 #1187

Closed
philliphoff opened this issue Nov 14, 2023 · 3 comments · Fixed by #1188
Closed

Support .NET 8 #1187

philliphoff opened this issue Nov 14, 2023 · 3 comments · Fixed by #1188
Assignees
Labels
kind/enhancement New feature or request
Milestone

Comments

@philliphoff
Copy link
Contributor

philliphoff commented Nov 14, 2023

Describe the feature

While .NET 8 Dapr applications are able to use the SDK's .NET 6 target, the SDK should specifically target .NET 8 as well.

At the very least, we should now be testing the SDK against .NET 8.

Release Note

RELEASE NOTE:

@philliphoff philliphoff added the kind/enhancement New feature or request label Nov 14, 2023
@onionhammer
Copy link
Contributor

error CS0618: 'ISystemClock' is obsolete: 'Use TimeProvider instead.'

ISystemClock is referenced in AuthenticationHandler<>

@philliphoff
Copy link
Contributor Author

Note: The Workflow package currently supports .NET 7 (whereas the others support only .NET 6), so that package will need to support .NET 6/7/8 at least until .NET 7 reaches end of support.

@philliphoff philliphoff mentioned this issue Nov 14, 2023
3 tasks
@philliphoff
Copy link
Contributor Author

/assign

@philliphoff philliphoff added this to the v1.13 milestone Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants