Skip to content

Commit

Permalink
chore(deps): update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
engineering87 committed Dec 6, 2024
1 parent 1fdb489 commit a884126
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,6 @@ Then, add the specif `ConnectorConfig` node within your *appsettings.json* file:
"Username": "Administrator",
"Password": "password",
"BucketName": "example_bucket",
"Options": {
"EnableTls": false,
"KvTimeout": 2500,
"QueryTimeout": 7500,
"AnalyticsTimeout": 10000,
"SearchTimeout": 5000,
"ManagementTimeout": 10000
}
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions src/SharpConnector.Tests/SharpConnector.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Moq" Version="4.20.72" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.3" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.3" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.4" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.4" />
<PackageReference Include="coverlet.collector" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
4 changes: 2 additions & 2 deletions src/SharpConnector/SharpConnector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.403.8" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.404" />
<PackageReference Include="CouchbaseNetClient" Version="3.6.4" />
<PackageReference Include="EnyimMemcachedCore" Version="3.3.0" />
<PackageReference Include="LiteDB" Version="5.0.21" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.0" />
<PackageReference Include="MongoDB.Driver" Version="3.0.0" />
<PackageReference Include="MongoDB.Driver" Version="3.1.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="RavenDB.Client" Version="6.2.1" />
<PackageReference Include="StackExchange.Redis" Version="2.8.22" />
Expand Down

0 comments on commit a884126

Please sign in to comment.