From 9766e5ec54fafbefc565cefaeb856e4662e78f2e Mon Sep 17 00:00:00 2001 From: Andrei Fangli Date: Sat, 16 Jul 2022 19:30:25 +0300 Subject: [PATCH] Updated NuGet packages [release] --- HintKeep.Tests/HintKeep.Tests.csproj | 4 ++-- HintKeep.Tests/Stubs/InMemoryEntityTables.cs | 3 +-- HintKeep/HintKeep.csproj | 10 +++++----- HintKeep/Storage/CloudStub/CloudStubEntityTables.cs | 3 +-- .../CloudStub/FilePartitionClusterStorageHandler.cs | 2 +- HintKeep/Storage/CloudStub/FileTableStorageHandler.cs | 2 +- 6 files changed, 11 insertions(+), 13 deletions(-) diff --git a/HintKeep.Tests/HintKeep.Tests.csproj b/HintKeep.Tests/HintKeep.Tests.csproj index 6dc8cbb..a1f0989 100644 --- a/HintKeep.Tests/HintKeep.Tests.csproj +++ b/HintKeep.Tests/HintKeep.Tests.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/HintKeep.Tests/Stubs/InMemoryEntityTables.cs b/HintKeep.Tests/Stubs/InMemoryEntityTables.cs index 4bc37f1..ae4de06 100644 --- a/HintKeep.Tests/Stubs/InMemoryEntityTables.cs +++ b/HintKeep.Tests/Stubs/InMemoryEntityTables.cs @@ -1,6 +1,5 @@ using CloudStub; -using CloudStub.Core; -using CloudStub.Core.StorageHandlers; +using CloudStub.StorageHandlers; using HintKeep.Storage; using Microsoft.Azure.Cosmos.Table; diff --git a/HintKeep/HintKeep.csproj b/HintKeep/HintKeep.csproj index 1a62605..57aee42 100644 --- a/HintKeep/HintKeep.csproj +++ b/HintKeep/HintKeep.csproj @@ -5,14 +5,14 @@ - - + + - - + + - + diff --git a/HintKeep/Storage/CloudStub/CloudStubEntityTables.cs b/HintKeep/Storage/CloudStub/CloudStubEntityTables.cs index 8f6cc9e..79b52cc 100644 --- a/HintKeep/Storage/CloudStub/CloudStubEntityTables.cs +++ b/HintKeep/Storage/CloudStub/CloudStubEntityTables.cs @@ -1,6 +1,5 @@ using CloudStub; -using CloudStub.Core; -using CloudStub.Core.StorageHandlers; +using CloudStub.StorageHandlers; using Microsoft.Azure.Cosmos.Table; namespace HintKeep.Storage.CloudStub diff --git a/HintKeep/Storage/CloudStub/FilePartitionClusterStorageHandler.cs b/HintKeep/Storage/CloudStub/FilePartitionClusterStorageHandler.cs index 567e3dd..8a40456 100644 --- a/HintKeep/Storage/CloudStub/FilePartitionClusterStorageHandler.cs +++ b/HintKeep/Storage/CloudStub/FilePartitionClusterStorageHandler.cs @@ -1,5 +1,5 @@ using System.IO; -using CloudStub.Core.StorageHandlers; +using CloudStub.StorageHandlers; namespace HintKeep.Storage.CloudStub { diff --git a/HintKeep/Storage/CloudStub/FileTableStorageHandler.cs b/HintKeep/Storage/CloudStub/FileTableStorageHandler.cs index 47c5f9d..e417b36 100644 --- a/HintKeep/Storage/CloudStub/FileTableStorageHandler.cs +++ b/HintKeep/Storage/CloudStub/FileTableStorageHandler.cs @@ -1,6 +1,6 @@ using System.Collections.Generic; using System.IO; -using CloudStub.Core.StorageHandlers; +using CloudStub.StorageHandlers; namespace HintKeep.Storage.CloudStub {