Skip to content

Commit 84e6fb8

Browse files
Updated the dependency of AWSSDK.Core to latest version in AWSSDK.Extensions.NETCore.Setup package which has support for ConnectTimeout property. (#3887)
1 parent f90f161 commit 84e6fb8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

extensions/src/AWSSDK.Extensions.NETCore.Setup/AWSSDK.Extensions.NETCore.Setup.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>AWSSDK.Extensions.NETCore.Setup</id>
55
<title>AWSSDK - Extensions for NETCore Setup</title>
6-
<version>4.0.1.0</version>
6+
<version>4.0.2.0</version>
77
<authors>Amazon Web Services</authors>
88
<description>Extensions for the AWS SDK for .NET to integrate with .NET Core configuration and dependency injection frameworks.</description>
99
<language>en-US</language>
@@ -14,19 +14,19 @@
1414

1515
<dependencies>
1616
<group targetFramework="netstandard2.0">
17-
<dependency id="AWSSDK.Core" version="4.0.0.0" />
17+
<dependency id="AWSSDK.Core" version="4.0.0.12" />
1818
<dependency id="Microsoft.Extensions.Configuration.Abstractions" version="2.0.0" />
1919
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="2.0.0" />
2020
<dependency id="Microsoft.Extensions.Logging.Abstractions" version="2.0.0" />
2121
</group>
2222
<group targetFramework="netcoreapp3.1">
23-
<dependency id="AWSSDK.Core" version="4.0.0.0" />
23+
<dependency id="AWSSDK.Core" version="4.0.0.12" />
2424
<dependency id="Microsoft.Extensions.Configuration.Abstractions" version="2.0.0" />
2525
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="2.0.0" />
2626
<dependency id="Microsoft.Extensions.Logging.Abstractions" version="2.0.0" />
2727
</group>
2828
<group targetFramework="net8.0">
29-
<dependency id="AWSSDK.Core" version="4.0.0.0" />
29+
<dependency id="AWSSDK.Core" version="4.0.0.12" />
3030
<dependency id="Microsoft.Extensions.Configuration.Abstractions" version="2.0.0" />
3131
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="8.0.0" />
3232
<dependency id="Microsoft.Extensions.Logging.Abstractions" version="2.0.0" />

0 commit comments

Comments
 (0)