LINQPad warning: No compatible assemblies found in package 'Microsoft.AspNetCore.Identity.EntityFram
LINQPad warning: No compatible assemblies found in package 'Microsoft.AspNetCore.Identity.EntityFram
My environment :
LINQPad v6.14.10 x64 Host runtime version: 3.1.21 Default query runtime version: 3.1.21 Default query reference assembly version: 3.1.0 Roslyn Version: 3.9.0-6.21124.20 FSharp.Compiler.Service version: 39.0.0.0 NuGet client version: 5.6.0.5 Results rendering engine: Edge Chromium Engine 95.0.1020.44
linq file : http://share.linqpad.net/4mpitd.linq
frameworks installed : asp.net core 3.1.21
Comments
EF Core 6 doesn't support anything less than .NET 6.
You will need to use version 5 or earlier. Click "Add specific version to query" and choose 5.0.12.
@JoeAlbahari Thanks! it resolve my problem.