Skip to content

Commit

Permalink
Updated NuGet packages [release]
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei15193 committed Jul 16, 2022
1 parent 5710805 commit 9766e5e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 13 deletions.
4 changes: 2 additions & 2 deletions HintKeep.Tests/HintKeep.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CloudStub" Version="1.0.0-alpha6" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.5" />
<PackageReference Include="CloudStub.Azure.Cosmos.Table" Version="1.0.0-alpha.1" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.7" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
<PackageReference Include="Moq" Version="4.18.1" />
<PackageReference Include="xunit" Version="2.4.1" />
Expand Down
3 changes: 1 addition & 2 deletions HintKeep.Tests/Stubs/InMemoryEntityTables.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using CloudStub;
using CloudStub.Core;
using CloudStub.Core.StorageHandlers;
using CloudStub.StorageHandlers;
using HintKeep.Storage;
using Microsoft.Azure.Cosmos.Table;

Expand Down
10 changes: 5 additions & 5 deletions HintKeep/HintKeep.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CloudStub" Version="1.0.0-alpha6" />
<PackageReference Include="MailKit" Version="3.2.0" />
<PackageReference Include="CloudStub.Azure.Cosmos.Table" Version="1.0.0-alpha.1" />
<PackageReference Include="MailKit" Version="3.3.0" />
<PackageReference Include="MediatR" Version="10.0.1" />
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="10.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.5" NoWarn="NU1605" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="6.0.5" NoWarn="NU1605" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.7" NoWarn="NU1605" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="6.0.7" NoWarn="NU1605" />
<PackageReference Include="Microsoft.Azure.Cosmos.Table" Version="1.0.8" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.3.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.3.2" />
</ItemGroup>

</Project>
3 changes: 1 addition & 2 deletions HintKeep/Storage/CloudStub/CloudStubEntityTables.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System.IO;
using CloudStub.Core.StorageHandlers;
using CloudStub.StorageHandlers;

namespace HintKeep.Storage.CloudStub
{
Expand Down
2 changes: 1 addition & 1 deletion HintKeep/Storage/CloudStub/FileTableStorageHandler.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Collections.Generic;
using System.IO;
using CloudStub.Core.StorageHandlers;
using CloudStub.StorageHandlers;

namespace HintKeep.Storage.CloudStub
{
Expand Down

0 comments on commit 9766e5e

Please sign in to comment.