'running .net core 3.1 app and getting dependent assembly not found error

An assembly specified in the application dependencies manifest (project.deps.json) was not found: package: 'runtime.win-x64.runtime.native.System.Data.SqlClient.sni', version: '4.4.0' path: 'runtimes/win-x64/native/sni.dll'

Project refers to System.data.sqlclient.dll version 4.4.3



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source