c# - CassandraCSharpDriver 3.3.2 is not compatible with netcoreapp1.1 -


i have tried install cassandra using install-package cassandracsharpdriver -version 3.3.2 command getting below errors.

severity    code    description project file    line    suppression state error       package cassandracsharpdriver 3.3.2 not compatible netcoreapp1.1 (.netcoreapp,version=v1.1) / win10-x64. package cassandracsharpdriver 3.3.2 supports:   - net45 (.netframework,version=v4.5)   - netstandard1.5 (.netstandard,version=v1.5) 

same project working fine on computer (window 7 os) same configuration. getting error on (windows 10 os).

i have spend around 2 days fix error not succeed.

please see attached error image. enter image description here

please help.

thanks


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -