Unable to find package Microsoft.Extensions.DependencyModel with version (>= 6.0.0-rtm.21518.12)
See original GitHub issueSince version 6-rc2 i’m getting this error when i’m trying to use Carter on .NET 6
This was added in this commit 640e105 but it’s using a custom NuGet feed thus it can’t be resolved with nuget.org.
The Nuget feed configured in Carter is <add key="dotnet6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" />
No problem to add this feed while i’m doing experiments with carter, but in production i think it should use nuget.org as usual.
Error:
Unable to find package Microsoft.Extensions.DependencyModel with version (>= 6.0.0-rtm.21518.12)
- Found 64 version(s) in nuget.org [ Nearest version: 6.0.0-rc.2.21480.5 ]
- Found 0 version(s) in Microsoft Visual Studio Offline Packages
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Unable to find package Microsoft.Extensions. ...
0 version of the Microsoft.Extensions.SecretManager.Tools nuget package after an official release of .Net Core 2.1.0? Is it possible to resolve ...
Read more >Microsoft.Extensions.DependencyModel 7.0.0
Provides abstractions for reading `.deps` files. When a .NET application is compiled, the SDK generates a JSON manifest file (` .deps.json`) that contains ......
Read more >Could not load file or assembly Microsoft.Extensions. ...
I have a Visual Studio 2019 extension that references Microsoft.Extensions.Configuration v3.1.1. This assembly gets loaded by a code ...
Read more >Dependency issue when building / running the base ...
I have DotNet version 6.0.200 installed (But I have tried with 6.0.201 and the ... error NU1103: Unable to find a stable package...
Read more >Why am I getting 'Unable to find package Microsoft. ...
I am running Visual Studio 2019 and trying to develop a .NET Core 3,1 ASP MVC application. I was working just fine yesterday...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
MS probably changing their feed as they develop and get ready for the .NET 6 release next week. Once it’s out next week it should be fine. If you’re in a rush, fork the repo and update it and run dotnet pack to create a nupkg
I’ve pushed some changes to the net6 branch which will fix it but not released anything yet onto nuget/feedz
On Tue, 9 Nov 2021 at 15:54, Isaac Ojeda @.***> wrote: