Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump AWSSDK.IoT from 3.7.17.32 to 3.7.200.29 in /cross-account-publish/c-sharp/ConsoleApp1 #5750

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump AWSSDK.IoT in /cross-account-publish/c-sharp/ConsoleApp1
Bumps [AWSSDK.IoT](https://github.com/aws/aws-sdk-net) from 3.7.17.32 to 3.7.200.29.
- [Changelog](https://github.com/aws/aws-sdk-net/blob/master/SDK.CHANGELOG.MD)
- [Commits](https://github.com/aws/aws-sdk-net/commits)

---
updated-dependencies:
- dependency-name: AWSSDK.IoT
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 31, 2023
commit cbf0d15dd17e575d8148320f08f21a91f45b9f85
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.IoT" Version="3.7.17.32" />
<PackageReference Include="AWSSDK.IoT" Version="3.7.200.29" />
<PackageReference Include="AWSSDK.IotData" Version="3.7.2.81" />
<PackageReference Include="AWSSDK.SecurityToken" Version="3.7.1.214" />
</ItemGroup>
Expand Down