Код: Выделить всё
Attempting to gather dependency information for package 'Microsoft.EntityFrameworkCore.5.0.17' with respect to project 'Assembly-CSharp', targeting '.NETFramework,Version=v4.7.1'
Gathering dependency information took 2.79 sec
Attempting to resolve dependencies for package 'Microsoft.EntityFrameworkCore.5.0.17' with DependencyBehavior 'Lowest'
One or more unresolved package dependency constraints detected in the existing packages.config file. All dependency constraints must be resolved to add or update packages. If these packages are being updated this message may be ignored, if not the following error(s) may be blocking the current package operation: 'Microsoft.EntityFrameworkCore.Relational 3.1.32 constraint: Microsoft.EntityFrameworkCore (>= 3.1.32)'
Resolving dependency information took 0 ms
Resolving actions to install package 'Microsoft.EntityFrameworkCore.5.0.17'
Resolved actions to install package 'Microsoft.EntityFrameworkCore.5.0.17'
Retrieving package 'Microsoft.EntityFrameworkCore 5.0.17' from 'nuget.org'.
Install failed. Rolling back...
Package 'Microsoft.EntityFrameworkCore.5.0.17' does not exist in project 'Assembly-CSharp'
Package 'Microsoft.EntityFrameworkCore.5.0.17' does not exist in folder 'C:\Users\Atlinx\Documents\Unity\Unity Projects\QuestDispatch\packages'
Executing nuget actions took 1.45 sec
Install-Package : Could not install package 'Microsoft.EntityFrameworkCore 5.0.17'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.7.1', but the package does not contain any assembly
references or content files that are compatible with that framework. For more information, contact the package author.
At line:1 char:1
+ Install-Package Microsoft.EntityFrameworkCore -Version 5.0.17
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Install-Package], Exception
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
Time Elapsed: 00:00:04.7149747
Код: Выделить всё
v4.7.1
Подробнее здесь: https://stackoverflow.com/questions/766 ... standard-2