-
Notifications
You must be signed in to change notification settings - Fork 10
.NET 8 support #50
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
Comments
Apologies. This was an inter-product issue that was arisen. |
Reopening as there are usages of Potentially upgrading may fix this issue? |
Update, looks like this comment resolves this: dotnet/SqlClient#1930 (comment) |
This will be fixed with the migration to .NET8. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seeing as dotnet 6 will be rendered EoL on November 12th, 2024 I wanted to know if there were plans to support dotnet 8.
According to Nuget, Signals.Core supports Net8, however I don't entirely think that's the case as on initialization, the application will crash throwing the following error:
Which looks like an issue between
System.Data.SqlClient
andMicrosoft.Data.Sqlclient
I think the version within Signals is required to be updated?
The text was updated successfully, but these errors were encountered: