.NET 10 Support SDKs
#4338
-
|
Hello, I have a question with regards to these packages, I have more, but yea:
if do they support .NET 10 already? How come release for lambdas are there but not for these? |
Beta Was this translation helpful? Give feedback.
Answered by
normj
Feb 23, 2026
Replies: 1 comment
-
|
The SDK packages are compatible with .NET 10. When you reference the NuGet packages you will end up using the latest target in the package which is the .NET 8 build. We don't usually add a new build target unless we are going to use a new features in the build target. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
normj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The SDK packages are compatible with .NET 10. When you reference the NuGet packages you will end up using the latest target in the package which is the .NET 8 build. We don't usually add a new build target unless we are going to use a new features in the build target.