c# - Cannot update Microsoft.Extensions.Logging to (2.0) Mono Develop 6.1.4 -




my packages in project indicated there version update 2.0 for:

  • microsoft.extensions.logging
  • netstandard.library
  • microsoft.netcore.platforms

the 1 cannot update microsoft.extensions.logging

the error this:

package 'microsoft.extensions.logging 2.0.0' not exist in folder '/home/myuser/updatedpon/pon/sbmanager/packages' not install package 'microsoft.extensions.logging 2.0.0'. trying install package project targets '.netframework,version=v4.5', package not contain assembly references or content files compatible framework. more information, contact package author.

i have been searching internet past few days looking solution, have not found 1 of yet.

has 1 ran issue, running monodevelop 6.1.4 , mono version 5.2.0.215.

lastly webforms application.

the microsoft.extensions.logging 2.0.0 nuget packages has assemblies .net standard 2.0.

a more recent version of nuget required .net standard 2.0 recognised target framework. need use monodevelop 7.1 work. project need target .net 4.6.1 able install nuget package.

alternatively try installing older version microsoft.extensions.logging 1.1.2 contains .net standard 1.1 assemblies should recognised monodevelop 6.1.





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -