Skip to content

Commit 3d3ac75

Browse files
Bump the dotnet group with 1 update
Bumps Azure.Storage.Blobs from 12.24.1 to 12.25.0 --- updated-dependencies: - dependency-name: Azure.Storage.Blobs dependency-version: 12.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 496e198 commit 3d3ac75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/azure/sdk/snippets/authentication/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageVersion Include="Azure.Identity" Version="1.14.2" />
1212
<PackageVersion Include="Azure.Identity.Broker" Version="1.2.1" />
1313
<PackageVersion Include="Azure.Security.KeyVault.Secrets" Version="4.8.0" />
14-
<PackageVersion Include="Azure.Storage.Blobs" Version="12.24.1" />
14+
<PackageVersion Include="Azure.Storage.Blobs" Version="12.25.0" />
1515
<!-- ASP.NET Core packages -->
1616
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="8.0.8" />
1717
<PackageVersion Include="Swashbuckle.AspNetCore" Version="6.7.3" />

docs/azure/sdk/snippets/authentication/best-practices/CCA/ConfidentialClientApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageReference Include="Azure.Identity" />
1212
<PackageReference Include="Azure.Security.KeyVault.Secrets" />
1313
<PackageReference Include="Azure.Storage.Blobs" />
14-
<PackageReference Include="Microsoft.Extensions.Azure"/>
14+
<PackageReference Include="Microsoft.Extensions.Azure" />
1515
</ItemGroup>
1616

1717
</Project>

0 commit comments

Comments
 (0)