diff --git a/CoreIntegrationTests/CoreIntegrationTests.csproj b/CoreIntegrationTests/CoreIntegrationTests.csproj index 2512b40..b89f770 100644 --- a/CoreIntegrationTests/CoreIntegrationTests.csproj +++ b/CoreIntegrationTests/CoreIntegrationTests.csproj @@ -8,6 +8,7 @@ + all @@ -17,10 +18,6 @@ - - - - ..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\System.Configuration.dll diff --git a/CoreIntegrationTests/Infrastructure/MongoDbTKeyDocumentTestBase.Main.cs b/CoreIntegrationTests/Infrastructure/MongoDbTKeyDocumentTestBase.Main.cs index ddd8ff9..fba2045 100644 --- a/CoreIntegrationTests/Infrastructure/MongoDbTKeyDocumentTestBase.Main.cs +++ b/CoreIntegrationTests/Infrastructure/MongoDbTKeyDocumentTestBase.Main.cs @@ -796,7 +796,7 @@ namespace CoreIntegrationTests.Infrastructure #region Index Management - static SemaphoreSlim textIndexSemaphore = new SemaphoreSlim(1, 1); + static readonly SemaphoreSlim textIndexSemaphore = new SemaphoreSlim(1, 1); [Fact] public async Task CreateTextIndexNoOptionAsync() diff --git a/MongoDbGenericRepository/MongoDbGenericRepository.csproj b/MongoDbGenericRepository/MongoDbGenericRepository.csproj index 402a376..c22899f 100644 --- a/MongoDbGenericRepository/MongoDbGenericRepository.csproj +++ b/MongoDbGenericRepository/MongoDbGenericRepository.csproj @@ -12,7 +12,7 @@ http://www.opensource.org/licenses/mit-license.php false Release notes are at https://github.com/alexandre-spieser/mongodb-generic-repository/releases - Copyright 2020 (c) Alexandre Spieser. All rights reserved. + Copyright 2021 (c) Alexandre Spieser. All rights reserved. MongoDb Repository Generic NoSql true 1.4.6