Skip to content

Commit fab49d5

Browse files
Bump Azure.Storage.Blobs from 12.14.1 to 12.16.0 (#1594)
Bumps [Azure.Storage.Blobs](https://github.com/Azure/azure-sdk-for-net) from 12.14.1 to 12.16.0. - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](Azure/azure-sdk-for-net@Azure.Storage.Blobs_12.14.1...Azure.Storage.Blobs_12.16.0) --- updated-dependencies: - dependency-name: Azure.Storage.Blobs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b87c9b8 commit fab49d5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

build-system/azure-pipeline.template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
version: 3.1.x
2828
# Linux or macOS
2929
- bash: |
30-
sudo npm install -g azurite@3.19.0
30+
sudo npm install -g azurite@3.23.0
3131
sudo mkdir azurite
3232
sudo azurite --silent --location azurite --debug azirute/debug.log &
3333
displayName: 'Install and Run Azurite (Linux)'
@@ -41,7 +41,7 @@ jobs:
4141
condition: in( variables['Agent.OS'], 'Linux', 'Darwin' )
4242
# Windows
4343
- powershell: |
44-
npm install -g azurite@3.19.0
44+
npm install -g azurite@3.23.0
4545
mkdir azurite
4646
Start-Process azurite.cmd -PassThru
4747
displayName: 'Install and Run Azurite (Windows)'

src/coordination/azure/Akka.Coordination.Azure/Akka.Coordination.Azure.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>$(LibraryFramework)</TargetFramework>
@@ -18,7 +18,7 @@
1818
<PackageReference Include="Akka.Hosting" Version="$(AkkaHostingVersion)" />
1919
<PackageReference Include="Akka.Cluster.Hosting" Version="$(AkkaHostingVersion)" />
2020
<PackageReference Include="Azure.Identity" Version="$(AzureIdentityVersion)" />
21-
<PackageReference Include="Azure.Storage.Blobs" Version="12.14.1" />
21+
<PackageReference Include="Azure.Storage.Blobs" Version="12.16.0" />
2222
<PackageReference Include="Google.Protobuf" Version="$(ProtobufVersion)" />
2323
<PackageReference Include="Grpc.Tools" Version="$(GrpcToolsVersion)">
2424
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)