-
Notifications
You must be signed in to change notification settings - Fork 18
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
Update to DotNet 8? #175
Comments
lets move directly to .net 8! |
.Net 8 will be the new LTS version. |
.Net 8 is still in preview: https://dotnet.microsoft.com/en-us/download/dotnet/8.0. Should be available in October. |
Looks like this was an infinite recursion bug which was fixed in October: dotnet/efcore@e442d41 |
I will do a quick compile to test. .NET9 is out, do we want to stay on .NET8? |
We agreed to move directly to .Net9.0, change is here: #215 |
DotNet 7 is out for a while now and most NuGets now expect 7 to be the baseline and if you don't use it, you need to manually pick a NuGet package version still compatible with DotNet 6. However, DotNet 6 is the LTS version and will be supported longer then 7, see: https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core
The text was updated successfully, but these errors were encountered: