From eab3a45a634e12faf5cb10127e7d575863b79ba0 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sun, 24 May 2020 14:18:22 +0200 Subject: [PATCH] Deprecated packages updated. --- .../Squidex.Domain.Apps.Entities.csproj | 4 ++-- .../Assets/AzureBlobAssetStore.cs | 4 ++-- .../Squidex.Infrastructure.Azure.csproj | 2 +- .../Squidex.Infrastructure.GetEventStore.csproj | 2 +- .../Squidex.Infrastructure/Squidex.Infrastructure.csproj | 6 +++--- backend/src/Squidex/Squidex.csproj | 9 ++++----- 6 files changed, 13 insertions(+), 14 deletions(-) diff --git a/backend/src/Squidex.Domain.Apps.Entities/Squidex.Domain.Apps.Entities.csproj b/backend/src/Squidex.Domain.Apps.Entities/Squidex.Domain.Apps.Entities.csproj index 250038c36..4c2d03c8a 100644 --- a/backend/src/Squidex.Domain.Apps.Entities/Squidex.Domain.Apps.Entities.csproj +++ b/backend/src/Squidex.Domain.Apps.Entities/Squidex.Domain.Apps.Entities.csproj @@ -29,11 +29,11 @@ - + all runtime; build; native; contentfiles; analyzers - + diff --git a/backend/src/Squidex.Infrastructure.Azure/Assets/AzureBlobAssetStore.cs b/backend/src/Squidex.Infrastructure.Azure/Assets/AzureBlobAssetStore.cs index 8712cb642..63194eacb 100644 --- a/backend/src/Squidex.Infrastructure.Azure/Assets/AzureBlobAssetStore.cs +++ b/backend/src/Squidex.Infrastructure.Azure/Assets/AzureBlobAssetStore.cs @@ -9,8 +9,8 @@ using System; using System.IO; using System.Threading; using System.Threading.Tasks; -using Microsoft.WindowsAzure.Storage; -using Microsoft.WindowsAzure.Storage.Blob; +using Microsoft.Azure.Storage; +using Microsoft.Azure.Storage.Blob; namespace Squidex.Infrastructure.Assets { diff --git a/backend/src/Squidex.Infrastructure.Azure/Squidex.Infrastructure.Azure.csproj b/backend/src/Squidex.Infrastructure.Azure/Squidex.Infrastructure.Azure.csproj index ff938312c..36cabaf5d 100644 --- a/backend/src/Squidex.Infrastructure.Azure/Squidex.Infrastructure.Azure.csproj +++ b/backend/src/Squidex.Infrastructure.Azure/Squidex.Infrastructure.Azure.csproj @@ -10,7 +10,7 @@ - + diff --git a/backend/src/Squidex.Infrastructure.GetEventStore/Squidex.Infrastructure.GetEventStore.csproj b/backend/src/Squidex.Infrastructure.GetEventStore/Squidex.Infrastructure.GetEventStore.csproj index c3bbf6d47..3de2c7e28 100644 --- a/backend/src/Squidex.Infrastructure.GetEventStore/Squidex.Infrastructure.GetEventStore.csproj +++ b/backend/src/Squidex.Infrastructure.GetEventStore/Squidex.Infrastructure.GetEventStore.csproj @@ -10,7 +10,7 @@ True - + diff --git a/backend/src/Squidex.Infrastructure/Squidex.Infrastructure.csproj b/backend/src/Squidex.Infrastructure/Squidex.Infrastructure.csproj index 1f4639195..dc4be4a36 100644 --- a/backend/src/Squidex.Infrastructure/Squidex.Infrastructure.csproj +++ b/backend/src/Squidex.Infrastructure/Squidex.Infrastructure.csproj @@ -21,12 +21,12 @@ - + all runtime; build; native; contentfiles; analyzers - - + + diff --git a/backend/src/Squidex/Squidex.csproj b/backend/src/Squidex/Squidex.csproj index 00beeee54..4ffd6bd44 100644 --- a/backend/src/Squidex/Squidex.csproj +++ b/backend/src/Squidex/Squidex.csproj @@ -35,7 +35,6 @@ - @@ -46,9 +45,9 @@ - - - + + + @@ -56,7 +55,7 @@ - +