VahidN / EFSecondLevelCache.Core

Entity Framework Core Second Level Caching Library
Apache License 2.0
326 stars 51 forks source link

FileNotFound #51

Closed kooshanabedian closed 4 years ago

kooshanabedian commented 4 years ago

Summary of the issue

FileNotFoundException: Could not load file or assembly 'EFSecondLevelCache.Core, Version=2.6.3.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified

Environment

.NET Core SDK version: 3.0.100-preview9-014004 
Microsoft.EntityFrameworkCore version: 3.0.0-preview9.19423.6
EFSecondLevelCache.Core version: 2.6.3

Output:

Exception message:
FileNotFoundException: Could not load file or assembly 'EFSecondLevelCache.Core, Version=2.6.3.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified
VahidN commented 4 years ago

Run these commands in the main folder of your app to update your entire solution consistently:

dotnet tool install -g dotnet-outdated
dotnet outdated -u
dotnet restore
lock[bot] commented 4 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related problems.