Hello,
I have question about ASW SDK i have wrote small console application that creates CVS file and uploads it to S3. Everything works very well on my development environment without any problem.
However when i deploy it to production i get following error:
An assembly specified in the application dependencies manifest (MyApplicationName.deps.json) was not found:
package: 'AWSSDK.Core', version: '3.3.22.1'
path: 'lib/netstandard1.3/AWSSDK.Core.dll'
My application is written on top of .net core 2.0
Any help would be appreciated.
↧
An assembly specified in the application dependencies manifest
↧