drnxloc / AutoLDPlayer

Auto ADB LDPlayer
115 stars 110 forks source link

install error #4

Closed jxamen closed 1 year ago

jxamen commented 1 year ago

Unable to install package 'Emgu.runtime.windows.msvc.rt.arm64 19.35.32217.1'. You are trying to install this package in a project targeting '.NETFramework,Version=v4.8', but this package does not contain any assembly references or content files compatible with that framework. Contact the package author for details.

Dawn-dw commented 1 year ago

Hey, hello! I just solved the problem. It was actually caused by the NuGet package management format. When I changed "Packages.config" to "PackageReference," it started working. image

drnxloc commented 1 year ago

For the new Emgu Nuget package you do need to use PackageReference instead of the traditional package.config.