|
3 | 3 | <metadata> |
4 | 4 | <id>AWSSDK.Extensions.NETCore.Setup</id> |
5 | 5 | <title>AWSSDK - Extensions for NETCore Setup</title> |
6 | | - <version>4.0.1.0</version> |
| 6 | + <version>4.0.2.0</version> |
7 | 7 | <authors>Amazon Web Services</authors> |
8 | 8 | <description>Extensions for the AWS SDK for .NET to integrate with .NET Core configuration and dependency injection frameworks.</description> |
9 | 9 | <language>en-US</language> |
|
14 | 14 |
|
15 | 15 | <dependencies> |
16 | 16 | <group targetFramework="netstandard2.0"> |
17 | | - <dependency id="AWSSDK.Core" version="4.0.0.0" /> |
| 17 | + <dependency id="AWSSDK.Core" version="4.0.5.0" /> |
18 | 18 | <dependency id="Microsoft.Extensions.Configuration.Abstractions" version="2.0.0" /> |
19 | 19 | <dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="2.0.0" /> |
20 | 20 | <dependency id="Microsoft.Extensions.Logging.Abstractions" version="2.0.0" /> |
21 | 21 | </group> |
22 | 22 | <group targetFramework="netcoreapp3.1"> |
23 | | - <dependency id="AWSSDK.Core" version="4.0.0.0" /> |
| 23 | + <dependency id="AWSSDK.Core" version="4.0.5.0" /> |
24 | 24 | <dependency id="Microsoft.Extensions.Configuration.Abstractions" version="2.0.0" /> |
25 | 25 | <dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="2.0.0" /> |
26 | 26 | <dependency id="Microsoft.Extensions.Logging.Abstractions" version="2.0.0" /> |
27 | 27 | </group> |
28 | 28 | <group targetFramework="net8.0"> |
29 | | - <dependency id="AWSSDK.Core" version="4.0.0.0" /> |
| 29 | + <dependency id="AWSSDK.Core" version="4.0.5.0" /> |
30 | 30 | <dependency id="Microsoft.Extensions.Configuration.Abstractions" version="2.0.0" /> |
31 | 31 | <dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="8.0.0" /> |
32 | 32 | <dependency id="Microsoft.Extensions.Logging.Abstractions" version="2.0.0" /> |
|
0 commit comments