From 0336fa748eeca3757f091319e4c2579fa851c7ab Mon Sep 17 00:00:00 2001 From: Djuradj Kurepa Date: Thu, 4 Nov 2021 15:47:36 +0100 Subject: [PATCH] Resolve Microsoft.Data.OData Component Governance alert --- src/core-sdk-tasks/AzurePublisher.cs | 9 ++++----- src/core-sdk-tasks/core-sdk-tasks.csproj | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/core-sdk-tasks/AzurePublisher.cs b/src/core-sdk-tasks/AzurePublisher.cs index c537331be..10d3691fa 100644 --- a/src/core-sdk-tasks/AzurePublisher.cs +++ b/src/core-sdk-tasks/AzurePublisher.cs @@ -7,12 +7,11 @@ using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; -using System.Net.Http; using System.Threading; using System.Threading.Tasks; -using Microsoft.WindowsAzure.Storage; -using Microsoft.WindowsAzure.Storage.Auth; -using Microsoft.WindowsAzure.Storage.Blob; +using Microsoft.Azure.Storage; +using Microsoft.Azure.Storage.Auth; +using Microsoft.Azure.Storage.Blob; namespace Microsoft.DotNet.Cli.Build { @@ -217,4 +216,4 @@ namespace Microsoft.DotNet.Cli.Build } } } -#endif \ No newline at end of file +#endif diff --git a/src/core-sdk-tasks/core-sdk-tasks.csproj b/src/core-sdk-tasks/core-sdk-tasks.csproj index f4f54d8fb..1790b50e2 100644 --- a/src/core-sdk-tasks/core-sdk-tasks.csproj +++ b/src/core-sdk-tasks/core-sdk-tasks.csproj @@ -15,7 +15,7 @@ - +