fireflycons / PSCloudFormation

Easy CloudFormation deployments from PowerShell command line. Exports CloudFormation Stacks to Terraform
MIT License
6 stars 0 forks source link

Attempt to remove hard dependency requirements #99

Closed fireflycons closed 3 years ago

fireflycons commented 3 years ago

Use JetBrains refasmer to create reference assemblies for AWS dependencies, and build against these. This should reduce dependency of specific versions of AWS.Tools.

fireflycons commented 3 years ago

Turns out that using a reference assembly did not break the dependency on AWS.Tools.Common due to too explicit version numbering of its assembly. The solution was to remove that dependency entirely.