Amazon.CDK.Assertions dependency constraint #24645
Unanswered
patricm-enbw
asked this question in
Q&A
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I just created a new .NET CDK project plus a test project. After I added Amazon.CDK.Assertions to the test project I got this:
Warning NU1608 Detected package version outside of dependency constraint: Amazon.CDK.Assertions 1.197.0 requires Constructs (>= 3.3.69 && < 4.0.0) but version Constructs 10.1.279 was resolved. xxx.Tests C:\xxx\xxx\xxx\xxx.csproj 1
Am I using the wrong library or is really Constructs (>= 3.3.69 && < 4.0.0) required to unit test my CDK project?
Beta Was this translation helpful? Give feedback.
All reactions