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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -