diff --git a/README.md b/README.md index bcf6e19..1bb9149 100755 --- a/README.md +++ b/README.md @@ -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 - } } } ``` diff --git a/src/SharpConnector.Tests/SharpConnector.Tests.csproj b/src/SharpConnector.Tests/SharpConnector.Tests.csproj index 26618c2..7e9cdcc 100644 --- a/src/SharpConnector.Tests/SharpConnector.Tests.csproj +++ b/src/SharpConnector.Tests/SharpConnector.Tests.csproj @@ -27,8 +27,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/SharpConnector/SharpConnector.csproj b/src/SharpConnector/SharpConnector.csproj index a84cccc..15cff38 100755 --- a/src/SharpConnector/SharpConnector.csproj +++ b/src/SharpConnector/SharpConnector.csproj @@ -18,7 +18,7 @@ - + @@ -26,7 +26,7 @@ - +