Skip to content

Commit 9531a67

Browse files
Bump Azure.Storage.Blobs in /src/dotnet/APIView/APIViewTest
Bumps [Azure.Storage.Blobs](https://github.com/Azure/azure-sdk-for-net) from 12.0.0 to 12.13.0. - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](Azure/azure-sdk-for-net@Azure.Storage.Blobs_12.0.0...Azure.Storage.Blobs_12.13.0) --- updated-dependencies: - dependency-name: Azure.Storage.Blobs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e9e3e26 commit 9531a67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/dotnet/APIView/APIViewTest/APIViewUnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<ItemGroup>
2121
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.26.1" />
2222
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="3.0.0" />
23-
<PackageReference Include="Azure.Storage.Blobs" Version="12.0.0" />
23+
<PackageReference Include="Azure.Storage.Blobs" Version="12.13.0" />
2424
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
2525
<PackageReference Include="Moq" Version="4.18.1" />
2626
<PackageReference Include="xunit" Version="2.4.1" />

src/dotnet/APIView/APIViewWeb/APIViewWeb.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</PropertyGroup>
2323

2424
<ItemGroup>
25-
<PackageReference Include="Azure.Storage.Blobs" Version="12.0.0" />
25+
<PackageReference Include="Azure.Storage.Blobs" Version="12.13.0" />
2626
<PackageReference Include="CsvHelper" Version="27.2.1" />
2727
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.12.0-beta4" />
2828
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.26.1" />

0 commit comments

Comments
 (0)