diff --git a/Directory.Packages.props b/Directory.Packages.props index ad7cb66..6721b25 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -15,7 +15,7 @@ - + @@ -61,7 +61,7 @@ - + diff --git a/src/AppHost/AppHost.csproj b/src/AppHost/AppHost.csproj index be5ee29..ad41e6c 100644 --- a/src/AppHost/AppHost.csproj +++ b/src/AppHost/AppHost.csproj @@ -6,7 +6,7 @@ - + diff --git a/tests/Persistence.AzureStorage.Tests.Integration/AzuriteFixture.cs b/tests/Persistence.AzureStorage.Tests.Integration/AzuriteFixture.cs index 9ddf2f5..a0682f2 100644 --- a/tests/Persistence.AzureStorage.Tests.Integration/AzuriteFixture.cs +++ b/tests/Persistence.AzureStorage.Tests.Integration/AzuriteFixture.cs @@ -19,6 +19,7 @@ public sealed class AzuriteFixture : IAsyncLifetime public AzuriteFixture() { _container = new AzuriteBuilder("mcr.microsoft.com/azure-storage/azurite:latest") + .WithCommand("azurite", "--blobHost", "0.0.0.0", "--queueHost", "0.0.0.0", "--tableHost", "0.0.0.0", "--skipApiVersionCheck") .Build(); }