-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Microsoft.AspNetCore.Mvc.Core 1.1.5 depends on a non-existent NuGet Package #7070
Comments
@dperschonok we're aware of this issue and we're working on producing a new build of Mvc that rolls back the dependency to the 1.1.2 version of |
Assigning to @muratg so he can close when the packages go up to NuGet.org. |
+1 I'm also blocked on fixing the CORS vulnerability now (aspnet/Announcements#279). Waiting for the 1.1.4 stable version to be released (or downgrade to 1.1.2). |
This is done. |
@blowdart Do you want to update the main text of the announcement, putting a note for the release, and updating the version numbers? |
Tell me what the versions now need to be and I'll update the issue. |
Updated, because I made @pranavkm stand behind me and check I did it right. |
The NuGet package for Microsoft.AspNetCore.Mvc.Core v1.1.5 depends on Microsoft.Extensions.DependencyModel (>= 1.1.4-servicing-001653) which doesn't exist as a NuGet package. This causes a 2.x version of the library to be pulled in instead. Shouldn't this be resolved to reference a proper 1.1.x package instead?
The text was updated successfully, but these errors were encountered: