Advertisement
Guest User

Untitled

a guest
Jan 16th, 2017
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. open Amazon
  2. open Amazon.S3
  3.  
  4. Errors in /Users/sanitized/aws_lambda/project.json
  5. Package AWSSDK.Core 3.1.0 is not compatible with netcoreapp1.0 (.NETCoreApp,Version=v1.0). Package AWSSDK.Core 3.1.0 supports:
  6. - monoandroid (MonoAndroid,Version=v0.0)
  7. - net35 (.NETFramework,Version=v3.5)
  8. - net45 (.NETFramework,Version=v4.5)
  9. - portable-net45+win8+wp8+wpa81 (.NETPortable,Version=v0.0,Profile=Profile259)
  10. - win8 (Windows,Version=v8.0)
  11. - wp8 (WindowsPhone,Version=v8.0)
  12. - wpa81 (WindowsPhoneApp,Version=v8.1)
  13. - xamarinios10 (Xamarin.iOS,Version=v1.0)
  14. - xamarinmac20 (Xamarin.Mac,Version=v2.0)
  15. One or more packages are incompatible with .NETCoreApp,Version=v1.0.
  16.  
  17. "dependencies": {
  18. "Microsoft.FSharp.Core.netcore": "1.0.0-alpha-*",
  19. "Amazon.Core": "0.6.0",
  20. "Amazon.Lambda.Core": "1.0.0*",
  21. "Amazon.Lambda.Serialization.Json": "1.0.0",
  22. "Amazon.Lambda.Tools": {
  23. "type": "build",
  24. "version": "1.0.0-preview1"
  25. }
  26. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement