We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9543034 commit 43936cbCopy full SHA for 43936cb
samples/aws/aws.csproj
@@ -7,8 +7,8 @@
7
</PropertyGroup>
8
9
<ItemGroup>
10
- <PackageReference Include="AWSSDK.S3" Version="3.7.9.69" />
11
- <PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
+ <PackageReference Include="AWSSDK.S3" Version="3.7.416.5" />
+ <PackageReference Include="Swashbuckle.AspNetCore" Version="8.1.0" />
12
</ItemGroup>
13
14
</Project>
samples/dapr/ui/ui.csproj
@@ -3,6 +3,6 @@
3
<TargetFramework>net8.0</TargetFramework>
4
5
6
- <PackageReference Include="Dapr.Client" Version="1.14.0" />
+ <PackageReference Include="Dapr.Client" Version="1.15.2" />
0 commit comments