Skip to content

Commit

Permalink
chore: unpin cdk versions so they can serve as canaries for changes t…
Browse files Browse the repository at this point in the history
…hat might be breaking in the future
  • Loading branch information
shivlaks authored and Gus El Khoury Seoane committed Apr 11, 2020
1 parent 4cb0bcd commit 71d87ca
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions csharp/random-writer/src/RandomWriter/RandomWriter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Amazon.CDK" Version="1.31.0" />
<PackageReference Include="Amazon.CDK.AWS.DynamoDb" Version="1.31.0" />
<PackageReference Include="Amazon.CDK.AWS.Events" Version="1.31.0" />
<PackageReference Include="Amazon.CDK.AWS.Events.Targets" Version="1.31.0" />
<PackageReference Include="Amazon.CDK.AWS.Lambda" Version="1.31.0" />
<PackageReference Include="Amazon.CDK" Version="*" />
<PackageReference Include="Amazon.CDK.AWS.DynamoDb" Version="*" />
<PackageReference Include="Amazon.CDK.AWS.Events" Version="*" />
<PackageReference Include="Amazon.CDK.AWS.Events.Targets" Version="*" />
<PackageReference Include="Amazon.CDK.AWS.Lambda" Version="*" />

<PackageReference Include="Amazon.JSII.Analyzers" Version="1.1.0" />
<PackageReference Include="Amazon.JSII.Analyzers" Version="*" />
</ItemGroup>
</Project>

0 comments on commit 71d87ca

Please sign in to comment.