-
Hello, We have noticed a strange discrepancy between other AspNetCore packages and Microsoft.AspNetCore.SpaServices package. All packages have been bumped to 5.0.0 but this one is still at 3.1.10. Even Microsoft.AspNetCore.SpaServices.Extensions package is at 5.0.0. Is this intentional or someone forgot to bump it? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
Pilchie
Dec 7, 2020
Replies: 1 comment
-
That package was obsoleted in .NET Core 3.1, and is not included in .NET 5. See aspnet/Announcements#379. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Pilchie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That package was obsoleted in .NET Core 3.1, and is not included in .NET 5. See aspnet/Announcements#379.