radimitrov / CSharpShellApp

77 stars 18 forks source link

I can't fix this error, I tried installation a new package Microsoft.Extensions.DependencyInjection.Abstractions version 9 but the error persists #385

Open munashemuchinako741 opened 1 week ago

munashemuchinako741 commented 1 week ago

Compiling NewShopApp... ☒Build failed [00:04.992].[Error] CS1705: Assembly 'Microsoft.EntityFrameworkCore' with identity 'Microsoft.EntityFrameworkCore, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' uses 'Microsoft.Extensions.DependencyInjection.Abstractions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' which has a higher version than referenced assembly 'Microsoft.Extensions.DependencyInjection.Abstractions' with identity 'Microsoft.Extensions.DependencyInjection.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'

radimitrov commented 1 week ago

C# Shell supports .NET 8.0. This package appears to be compiled for .NET 9.0 (Preview). Change to the 8.0 version and it should work

munashemuchinako741 commented 6 days ago

Thank you 😊

On Sat, 22 Jun, 2024, 06:17 Radostin Dimitrov, @.***> wrote:

C# Shell supports .NET 8.0. This package appears to be compiled for .NET 9.0 (Preview). Change to the 8.0 version and it should work

— Reply to this email directly, view it on GitHub https://github.com/radimitrov/CSharpShellApp/issues/385#issuecomment-2183774189, or unsubscribe https://github.com/notifications/unsubscribe-auth/A76SXAB2BSUIK5THF26L2XDZIT3FFAVCNFSM6AAAAABJUVU3BWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBTG43TIMJYHE . You are receiving this because you authored the thread.Message ID: @.***>