diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c87d58d8..5db8b60a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Install .NET SDK
- uses: actions/setup-dotnet@v2
+ uses: actions/setup-dotnet@v3
- name: Restore Dependencies
run: dotnet restore EntityDb.sln --locked-mode
- name: Run Project Tests
diff --git a/.github/workflows/dependabot-lockfiles-workaround.yml b/.github/workflows/dependabot-lockfiles-workaround.yml
deleted file mode 100644
index 38c7ddb4..00000000
--- a/.github/workflows/dependabot-lockfiles-workaround.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-on: pull_request
-
-name: Dependabot Lockfiles Workaround
-
-jobs:
- dependabot-lockfiles-workaround:
- name: Update NuGet Lockfiles
- if: contains(github.head_ref, 'dependabot/nuget') && github.event_name == 'pull_request'
- runs-on: ubuntu-latest
- steps:
- - name: Checkout Repository
- uses: actions/checkout@v3
- with:
- token: ${{ secrets.DEPENDABOT_LOCKFILES_WORKAROUND_PAT }}
- - name: Install .NET SDK
- uses: actions/setup-dotnet@v2
- - name: Force Restore Packages
- run: dotnet restore --force-evaluate
- - name: Commit Updated Lockfiles
- uses: stefanzweifel/git-auto-commit-action@v4
- with:
- commit_message: "chore(deps): Update NuGet Lockfiles"
\ No newline at end of file
diff --git a/.github/workflows/publish-beta.yml b/.github/workflows/publish-beta.yml
index a79a0b36..58e33c0a 100644
--- a/.github/workflows/publish-beta.yml
+++ b/.github/workflows/publish-beta.yml
@@ -38,7 +38,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Install .NET SDK
- uses: actions/setup-dotnet@v2
+ uses: actions/setup-dotnet@v3
- name: Restore Dependencies
run: dotnet restore EntityDb.sln --locked-mode
- name: Run Project Tests
@@ -60,7 +60,7 @@ jobs:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: ./TestResults/**/*.xml
- name: Generate Coverage Report
- uses: danielpalme/ReportGenerator-GitHub-Action@5.1.9
+ uses: danielpalme/ReportGenerator-GitHub-Action@5.1.10
with:
reports: './TestResults/**/coverage.opencover.xml'
targetdir: 'CoverageReport'
diff --git a/.github/workflows/publish-stable.yml b/.github/workflows/publish-stable.yml
index 15fe4284..cbb33431 100644
--- a/.github/workflows/publish-stable.yml
+++ b/.github/workflows/publish-stable.yml
@@ -46,7 +46,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Install .NET SDK
- uses: actions/setup-dotnet@v2
+ uses: actions/setup-dotnet@v3
- name: Restore Dependencies
run: dotnet restore EntityDb.sln --locked-mode
- name: Run Project Tests
diff --git a/src/EntityDb.Npgsql/EntityDb.Npgsql.csproj b/src/EntityDb.Npgsql/EntityDb.Npgsql.csproj
index 3a19777f..a466b6b1 100644
--- a/src/EntityDb.Npgsql/EntityDb.Npgsql.csproj
+++ b/src/EntityDb.Npgsql/EntityDb.Npgsql.csproj
@@ -6,7 +6,7 @@
-
+
diff --git a/src/EntityDb.Npgsql/packages.lock.json b/src/EntityDb.Npgsql/packages.lock.json
index a87c03a6..0b4bf8a0 100644
--- a/src/EntityDb.Npgsql/packages.lock.json
+++ b/src/EntityDb.Npgsql/packages.lock.json
@@ -4,9 +4,9 @@
"net6.0": {
"Npgsql": {
"type": "Direct",
- "requested": "[6.0.6, )",
- "resolved": "6.0.6",
- "contentHash": "IIwnoJp0sFkhAydT/KKe/0NhlJKhYPIrXSE95AuU/2dqHNI9alxvjClJSGL+QE8NGqq1SFn+NenxVtm/JYsrJg==",
+ "requested": "[6.0.7, )",
+ "resolved": "6.0.7",
+ "contentHash": "HhD5q/VUJY++tCzc0eCrhtsxmUdP7NxNhUMOdYW6sqpC6NRlFLvUDf5JyRj0gOGkXe3Tn49toaisgvLqlzQ2JQ==",
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
}
@@ -33,29 +33,29 @@
"entitydb.abstractions": {
"type": "Project",
"dependencies": {
- "System.Linq.Async": "6.0.1"
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.common": {
"type": "Project",
"dependencies": {
- "EntityDb.Abstractions": "1.0.0",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.Abstractions": "[1.0.0, )",
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.json": {
"type": "Project",
"dependencies": {
- "EntityDb.Common": "1.0.0",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.Common": "[1.0.0, )",
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.sqldb": {
"type": "Project",
"dependencies": {
- "EntityDb.Common": "1.0.0",
- "EntityDb.Json": "1.0.0",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.Common": "[1.0.0, )",
+ "EntityDb.Json": "[1.0.0, )",
+ "System.Linq.Async": "[6.0.1, )"
}
}
}
diff --git a/src/EntityDb.Provisioner/packages.lock.json b/src/EntityDb.Provisioner/packages.lock.json
index ba2380e7..ba2a251b 100644
--- a/src/EntityDb.Provisioner/packages.lock.json
+++ b/src/EntityDb.Provisioner/packages.lock.json
@@ -90,8 +90,8 @@
},
"Npgsql": {
"type": "Transitive",
- "resolved": "6.0.6",
- "contentHash": "IIwnoJp0sFkhAydT/KKe/0NhlJKhYPIrXSE95AuU/2dqHNI9alxvjClJSGL+QE8NGqq1SFn+NenxVtm/JYsrJg==",
+ "resolved": "6.0.7",
+ "contentHash": "HhD5q/VUJY++tCzc0eCrhtsxmUdP7NxNhUMOdYW6sqpC6NRlFLvUDf5JyRj0gOGkXe3Tn49toaisgvLqlzQ2JQ==",
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
}
@@ -128,45 +128,45 @@
"entitydb.abstractions": {
"type": "Project",
"dependencies": {
- "System.Linq.Async": "6.0.1"
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.common": {
"type": "Project",
"dependencies": {
- "EntityDb.Abstractions": "1.0.0",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.Abstractions": "[1.0.0, )",
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.json": {
"type": "Project",
"dependencies": {
- "EntityDb.Common": "1.0.0",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.Common": "[1.0.0, )",
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.mongodb": {
"type": "Project",
"dependencies": {
- "EntityDb.Common": "1.0.0",
- "MongoDB.Driver": "2.17.1",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.Common": "[1.0.0, )",
+ "MongoDB.Driver": "[2.17.1, )",
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.npgsql": {
"type": "Project",
"dependencies": {
- "EntityDb.SqlDb": "1.0.0",
- "Npgsql": "6.0.6",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.SqlDb": "[1.0.0, )",
+ "Npgsql": "[6.0.7, )",
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.sqldb": {
"type": "Project",
"dependencies": {
- "EntityDb.Common": "1.0.0",
- "EntityDb.Json": "1.0.0",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.Common": "[1.0.0, )",
+ "EntityDb.Json": "[1.0.0, )",
+ "System.Linq.Async": "[6.0.1, )"
}
}
}
diff --git a/src/EntityDb.Redis/EntityDb.Redis.csproj b/src/EntityDb.Redis/EntityDb.Redis.csproj
index 923c81a5..0ad9b2b3 100644
--- a/src/EntityDb.Redis/EntityDb.Redis.csproj
+++ b/src/EntityDb.Redis/EntityDb.Redis.csproj
@@ -7,7 +7,7 @@
-
+
diff --git a/src/EntityDb.Redis/packages.lock.json b/src/EntityDb.Redis/packages.lock.json
index 597ce2b5..ffec596c 100644
--- a/src/EntityDb.Redis/packages.lock.json
+++ b/src/EntityDb.Redis/packages.lock.json
@@ -4,9 +4,9 @@
"net6.0": {
"StackExchange.Redis": {
"type": "Direct",
- "requested": "[2.6.48, )",
- "resolved": "2.6.48",
- "contentHash": "T0rLGogyT6Zny+IMrDx1Z8r4nA3B0C7EVo5SHNjzT4ndOn9aGKe5K7KTVx0y41WaWmfSWpaX7HrPl0tfZ4zuUw==",
+ "requested": "[2.6.66, )",
+ "resolved": "2.6.66",
+ "contentHash": "owEqq2PG1TFU1qUh3UH35BqlMjrR/AB2rlR26tGbUWW9LIeu99ArGg2iCgDj/aCSE+juClFJQhwg8i1pONlVDw==",
"dependencies": {
"Pipelines.Sockets.Unofficial": "2.2.2",
"System.Diagnostics.PerformanceCounter": "5.0.0"
@@ -128,21 +128,21 @@
"entitydb.abstractions": {
"type": "Project",
"dependencies": {
- "System.Linq.Async": "6.0.1"
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.common": {
"type": "Project",
"dependencies": {
- "EntityDb.Abstractions": "1.0.0",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.Abstractions": "[1.0.0, )",
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.json": {
"type": "Project",
"dependencies": {
- "EntityDb.Common": "1.0.0",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.Common": "[1.0.0, )",
+ "System.Linq.Async": "[6.0.1, )"
}
}
}
diff --git a/test/EntityDb.Common.Tests/EntityDb.Common.Tests.csproj b/test/EntityDb.Common.Tests/EntityDb.Common.Tests.csproj
index 66a0d4c6..d40e50d5 100644
--- a/test/EntityDb.Common.Tests/EntityDb.Common.Tests.csproj
+++ b/test/EntityDb.Common.Tests/EntityDb.Common.Tests.csproj
@@ -17,4 +17,9 @@
+
+
+
+
+
diff --git a/test/EntityDb.Common.Tests/packages.lock.json b/test/EntityDb.Common.Tests/packages.lock.json
index 4e6d9346..639d860c 100644
--- a/test/EntityDb.Common.Tests/packages.lock.json
+++ b/test/EntityDb.Common.Tests/packages.lock.json
@@ -16,12 +16,12 @@
},
"Microsoft.NET.Test.Sdk": {
"type": "Direct",
- "requested": "[17.2.0, )",
- "resolved": "17.2.0",
- "contentHash": "kYmkDYbcDd+jNvmMH4TMtgHjsUYbIsWENM2VcjB0X7TawXbehL5I8OIsu2TgFS/nQCgZE94InrqMxrm7WDy+Lw==",
+ "requested": "[17.3.2, )",
+ "resolved": "17.3.2",
+ "contentHash": "apR0ha1T8FujBwq1P8i/DOZjbI5XhcP/i8As4NnVztVSpZG8GtWRPCstcmgkUkBpvEfcrrDPlJWbuZY+Hl1hSg==",
"dependencies": {
- "Microsoft.CodeCoverage": "17.2.0",
- "Microsoft.TestPlatform.TestHost": "17.2.0"
+ "Microsoft.CodeCoverage": "17.3.2",
+ "Microsoft.TestPlatform.TestHost": "17.3.2"
}
},
"Moq": {
@@ -35,14 +35,13 @@
},
"Shouldly": {
"type": "Direct",
- "requested": "[4.0.3, )",
- "resolved": "4.0.3",
- "contentHash": "wrUt6lohfSPcAFBRwdDZiUNh67//xZjaOO3oYU7K9p7KshV7M72JWpFw+A/RJF3GgzZa03qH/kuC8iragWi3Dg==",
+ "requested": "[4.1.0, )",
+ "resolved": "4.1.0",
+ "contentHash": "sEmt1Wf3VvSmCVMfS0XsmnlLubqK9dTk7RxwMxDjk0YYnkAnb3S+wESntgrjgbcszO+HzVxUy9iVJxwxT1HWIw==",
"dependencies": {
- "DiffEngine": "6.4.9",
- "EmptyFiles": "2.3.3",
- "Microsoft.CSharp": "4.7.0",
- "System.Memory": "4.5.4"
+ "DiffEngine": "10.0.0",
+ "EmptyFiles": "2.8.0",
+ "Microsoft.CSharp": "4.7.0"
}
},
"System.Linq.Async": {
@@ -115,11 +114,11 @@
},
"DiffEngine": {
"type": "Transitive",
- "resolved": "6.4.9",
- "contentHash": "VSZM6KtGMTtbHCYK5nXvkp7ZlholzzDtjJ0Z8lbL8zEQAsmSqodZvJfYWDbGU/SNUaNqa9OzA38T4wgga6TMpA==",
+ "resolved": "10.0.0",
+ "contentHash": "H8F7V1zRHkWLP5AW9lCxZypanXlFRT8n7P9Ou8cxz189Yg8TEw5FwTqQCaXjVPRjfE8621lhblpQrghbGJgDZw==",
"dependencies": {
- "EmptyFiles": "2.3.3",
- "Microsoft.Windows.Compatibility": "5.0.0"
+ "EmptyFiles": "2.8.0",
+ "System.Management": "5.0.0"
}
},
"DnsClient": {
@@ -142,8 +141,8 @@
},
"EmptyFiles": {
"type": "Transitive",
- "resolved": "2.3.3",
- "contentHash": "I7L5UMvHYms1KAJr2lSeuC11p+rfAewSCwTAmxsR/LMKi4i9ld9s/91LuvJ1+FJnz9EaWvnOr8XX78M9Xo5H7Q=="
+ "resolved": "2.8.0",
+ "contentHash": "2N6IdrlSYT+FhX5hAbasJ7wpV/ONtIX+7fN+XXukwGAgHRNjiAoO0TScQsTZcgaXmbuvGu4ogKk0jPt2dVLgTQ=="
},
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
@@ -152,8 +151,8 @@
},
"Microsoft.CodeCoverage": {
"type": "Transitive",
- "resolved": "17.2.0",
- "contentHash": "MsKhJmwIfHxNDbTIlgQy29UpWSWPpbZOQPhQ7xalRy+ABnl8/neFHZGzSP3XlpW2dKAXHTFrtIcKzW/kopY2Bg=="
+ "resolved": "17.3.2",
+ "contentHash": "+CeYNY9hYNRgv1wAID5koeDVob1ZOrOYfRRTLxU9Zm5ZMDMkMZ8wzXgakxVv+jtk8tPdE8Ze9vVE+czMKapv/Q=="
},
"Microsoft.CSharp": {
"type": "Transitive",
@@ -288,8 +287,8 @@
},
"Microsoft.TestPlatform.ObjectModel": {
"type": "Transitive",
- "resolved": "17.2.0",
- "contentHash": "7j1KYDHLhU98XnCEbECMncXLydI9fNiFLcFsiBsP3lV6EkHOaj5kTPAWHYkKnPGRC9TbZUboSQq8rWI4dTQsxg==",
+ "resolved": "17.3.2",
+ "contentHash": "DJEIfSA2GDC+2m42vKGNR2hm+Uhta4SpCsLZVVvYIiYMjxtk7GzNnv82qvE4SCW3kIYllMg2D0rr8juuj/f7AA==",
"dependencies": {
"NuGet.Frameworks": "5.11.0",
"System.Reflection.Metadata": "1.6.0"
@@ -297,10 +296,10 @@
},
"Microsoft.TestPlatform.TestHost": {
"type": "Transitive",
- "resolved": "17.2.0",
- "contentHash": "bI67J+hers241h7eD2eecS02p9CbKcQDIeoRvO4FgMlTWg2ZTzc0D3uWLYr5U+K5x9O1pNmyMoMDbYIeWY/TWw==",
+ "resolved": "17.3.2",
+ "contentHash": "113J19v31pIx+PzmdEw67cWTZWh/YApnprbclFeat6szNbnpKOKG7Ap4PX5LT6E5Da+xONyilxvx2HZPpEaXPQ==",
"dependencies": {
- "Microsoft.TestPlatform.ObjectModel": "17.2.0",
+ "Microsoft.TestPlatform.ObjectModel": "17.3.2",
"Newtonsoft.Json": "9.0.1"
}
},
@@ -323,15 +322,6 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
- "Microsoft.Win32.Registry.AccessControl": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "rwF501ZS/xKGWz5H3RLBvwta6E5kcMLB0UYGTgrZ8nL5bvrbGmtEcEObgMC/qRFhA3og/0Zh+eacrcA+0FBXJA==",
- "dependencies": {
- "Microsoft.Win32.Registry": "5.0.0",
- "System.Security.AccessControl": "5.0.0"
- }
- },
"Microsoft.Win32.SystemEvents": {
"type": "Transitive",
"resolved": "5.0.0",
@@ -340,56 +330,6 @@
"Microsoft.NETCore.Platforms": "5.0.0"
}
},
- "Microsoft.Windows.Compatibility": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "HujVMtkV1WTVlzbPWNZjHVG8ro6mIS15ul0XRLwmCq8NnbuI3C8bAUP3KdPTypK2D/Zr+u0q3m3qk7iM7b3JPg==",
- "dependencies": {
- "Microsoft.Win32.Registry": "5.0.0",
- "Microsoft.Win32.Registry.AccessControl": "5.0.0",
- "Microsoft.Win32.SystemEvents": "5.0.0",
- "System.CodeDom": "5.0.0",
- "System.ComponentModel.Composition": "5.0.0",
- "System.ComponentModel.Composition.Registration": "5.0.0",
- "System.Configuration.ConfigurationManager": "5.0.0",
- "System.Data.DataSetExtensions": "4.5.0",
- "System.Data.Odbc": "5.0.0",
- "System.Data.OleDb": "5.0.0",
- "System.Data.SqlClient": "4.8.1",
- "System.Diagnostics.EventLog": "5.0.0",
- "System.Diagnostics.PerformanceCounter": "5.0.0",
- "System.DirectoryServices": "5.0.0",
- "System.DirectoryServices.AccountManagement": "5.0.0",
- "System.DirectoryServices.Protocols": "5.0.0",
- "System.Drawing.Common": "5.0.0",
- "System.IO.FileSystem.AccessControl": "5.0.0",
- "System.IO.Packaging": "5.0.0",
- "System.IO.Pipes.AccessControl": "5.0.0",
- "System.IO.Ports": "5.0.0",
- "System.Management": "5.0.0",
- "System.Reflection.Context": "5.0.0",
- "System.Reflection.Emit": "4.7.0",
- "System.Reflection.Emit.ILGeneration": "4.7.0",
- "System.Reflection.Emit.Lightweight": "4.7.0",
- "System.Runtime.Caching": "5.0.0",
- "System.Security.AccessControl": "5.0.0",
- "System.Security.Cryptography.Cng": "5.0.0",
- "System.Security.Cryptography.Pkcs": "5.0.0",
- "System.Security.Cryptography.ProtectedData": "5.0.0",
- "System.Security.Cryptography.Xml": "5.0.0",
- "System.Security.Permissions": "5.0.0",
- "System.Security.Principal.Windows": "5.0.0",
- "System.ServiceModel.Duplex": "4.7.0",
- "System.ServiceModel.Http": "4.7.0",
- "System.ServiceModel.NetTcp": "4.7.0",
- "System.ServiceModel.Primitives": "4.7.0",
- "System.ServiceModel.Security": "4.7.0",
- "System.ServiceModel.Syndication": "5.0.0",
- "System.ServiceProcess.ServiceController": "5.0.0",
- "System.Text.Encoding.CodePages": "5.0.0",
- "System.Threading.AccessControl": "5.0.0"
- }
- },
"MongoDB.Bson": {
"type": "Transitive",
"resolved": "2.17.1",
@@ -483,8 +423,8 @@
},
"Npgsql": {
"type": "Transitive",
- "resolved": "6.0.6",
- "contentHash": "IIwnoJp0sFkhAydT/KKe/0NhlJKhYPIrXSE95AuU/2dqHNI9alxvjClJSGL+QE8NGqq1SFn+NenxVtm/JYsrJg==",
+ "resolved": "6.0.7",
+ "contentHash": "HhD5q/VUJY++tCzc0eCrhtsxmUdP7NxNhUMOdYW6sqpC6NRlFLvUDf5JyRj0gOGkXe3Tn49toaisgvLqlzQ2JQ==",
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
}
@@ -517,21 +457,6 @@
"resolved": "4.3.0",
"contentHash": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw=="
},
- "runtime.linux-arm.runtime.native.System.IO.Ports": {
- "type": "Transitive",
- "resolved": "5.0.0-rtm.20519.4",
- "contentHash": "Np6w3r1dSFB930GGZHIKCc5ZClRXZIqOrCAT0pzcd/zXnsZPvGqLZB1MnxAbVhvriJl71B0N0tJaaT1ICWXsyg=="
- },
- "runtime.linux-arm64.runtime.native.System.IO.Ports": {
- "type": "Transitive",
- "resolved": "5.0.0-rtm.20519.4",
- "contentHash": "VnGZmQ7pzMNkcTVdmGtXUQIbytK4Xk8F4/mxm0I+n7zbrsW/WNgLrWMTv9pb2Uyq09azXazNDQhZao4R4ebWcw=="
- },
- "runtime.linux-x64.runtime.native.System.IO.Ports": {
- "type": "Transitive",
- "resolved": "5.0.0-rtm.20519.4",
- "contentHash": "kvMZgZjtcC6cA8Y8imKpjCpiOJKDtwlNekS86GzUol4Jmzh0FWiRwAj4E9ZKO8R7rTBGIA4rkmra9Ko8j7l6AA=="
- },
"runtime.native.System": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -541,16 +466,6 @@
"Microsoft.NETCore.Targets": "1.1.0"
}
},
- "runtime.native.System.Data.SqlClient.sni": {
- "type": "Transitive",
- "resolved": "4.7.0",
- "contentHash": "9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==",
- "dependencies": {
- "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
- "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
- "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0"
- }
- },
"runtime.native.System.IO.Compression": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -560,17 +475,6 @@
"Microsoft.NETCore.Targets": "1.1.0"
}
},
- "runtime.native.System.IO.Ports": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "ME+/evR+UxVlWyGHUlLBoNTnsTdaylMbnvVwOp0Nl6XIZGGyXdqJqjlEew7e6TcKkJAA0lljhjKi3Kie+vzQ7g==",
- "dependencies": {
- "runtime.linux-arm.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4",
- "runtime.linux-arm64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4",
- "runtime.linux-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4",
- "runtime.osx-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4"
- }
- },
"runtime.native.System.Net.Http": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -615,11 +519,6 @@
"resolved": "4.3.0",
"contentHash": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ=="
},
- "runtime.osx-x64.runtime.native.System.IO.Ports": {
- "type": "Transitive",
- "resolved": "5.0.0-rtm.20519.4",
- "contentHash": "N+dbbqhT7JBnPVHa7n2+Z5fHYO4a4UUhm7cQkbuQQoNkjbxLpxYnQ4lpRjr1RuQptqYkPmunKvN5etdFOObaiw=="
- },
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -650,21 +549,6 @@
"resolved": "4.3.0",
"contentHash": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg=="
},
- "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": {
- "type": "Transitive",
- "resolved": "4.4.0",
- "contentHash": "LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg=="
- },
- "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": {
- "type": "Transitive",
- "resolved": "4.4.0",
- "contentHash": "38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ=="
- },
- "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": {
- "type": "Transitive",
- "resolved": "4.4.0",
- "contentHash": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA=="
- },
"SharpCompress": {
"type": "Transitive",
"resolved": "0.30.1",
@@ -677,8 +561,8 @@
},
"StackExchange.Redis": {
"type": "Transitive",
- "resolved": "2.6.48",
- "contentHash": "T0rLGogyT6Zny+IMrDx1Z8r4nA3B0C7EVo5SHNjzT4ndOn9aGKe5K7KTVx0y41WaWmfSWpaX7HrPl0tfZ4zuUw==",
+ "resolved": "2.6.66",
+ "contentHash": "owEqq2PG1TFU1qUh3UH35BqlMjrR/AB2rlR26tGbUWW9LIeu99ArGg2iCgDj/aCSE+juClFJQhwg8i1pONlVDw==",
"dependencies": {
"Pipelines.Sockets.Unofficial": "2.2.2",
"System.Diagnostics.PerformanceCounter": "5.0.0"
@@ -742,20 +626,6 @@
"System.CommandLine": "2.0.0-beta4.22272.1"
}
},
- "System.ComponentModel.Composition": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "YL8iA3VOFxhyomn7FxtBgh3F+8XG5jOfT5UcqYLtkafSa6g6alQfKZuRwlEIWe+tzH6OVnj0Ekg5tn/DmV7SkQ=="
- },
- "System.ComponentModel.Composition.Registration": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "CTTPajoCKcXQ1NVTlazz6ned37MHVFf1qKfzsBIdHkaFJBnRVVh4hYsVkPP7z+RrMQU5iXdiTcsfxDb5DWOKOA==",
- "dependencies": {
- "System.ComponentModel.Composition": "5.0.0",
- "System.Reflection.Context": "5.0.0"
- }
- },
"System.Configuration.ConfigurationManager": {
"type": "Transitive",
"resolved": "5.0.0",
@@ -777,40 +647,6 @@
"System.Text.Encoding": "4.3.0"
}
},
- "System.Data.DataSetExtensions": {
- "type": "Transitive",
- "resolved": "4.5.0",
- "contentHash": "221clPs1445HkTBZPL+K9sDBdJRB8UN8rgjO3ztB0CQ26z//fmJXtlsr6whGatscsKGBrhJl5bwJuKSA8mwFOw=="
- },
- "System.Data.Odbc": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "j4WsYGmcD7m1D0Tc3N7HqWqcdUHNn9+kdXh9ODTWEsOGrAvALf+BgRStd7L0/O/zDS0R4Uu9vNM8UY6EnK+WYw==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0"
- }
- },
- "System.Data.OleDb": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "DHCZucsidgFtUr1w5OggQNjb7M6N722QpNbkG6TV+3hCvPSLXdrm1NjJqVZB5/OW067gzuZVj9W147hrkTF/Ig==",
- "dependencies": {
- "Microsoft.Win32.Registry": "5.0.0",
- "System.Configuration.ConfigurationManager": "5.0.0",
- "System.Diagnostics.PerformanceCounter": "5.0.0",
- "System.Security.Principal.Windows": "5.0.0"
- }
- },
- "System.Data.SqlClient": {
- "type": "Transitive",
- "resolved": "4.8.1",
- "contentHash": "HKLykcv6eZLbLnSMnlQ6Os4+UAmFE+AgYm92CTvJYeTOBtOYusX3qu8OoGhFrnKZax91UcLcDo5vPrqvJUTSNQ==",
- "dependencies": {
- "Microsoft.Win32.Registry": "4.7.0",
- "System.Security.Principal.Windows": "4.7.0",
- "runtime.native.System.Data.SqlClient.sni": "4.7.0"
- }
- },
"System.Diagnostics.Debug": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -865,41 +701,6 @@
"System.Runtime": "4.3.0"
}
},
- "System.DirectoryServices": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "lAS54Y3KO1XV68akGa0/GJeddkkuuiv2CtcSkMiTmLHQ6o6kFbKpw4DmJZADF7a6KjPwYxmZnH4D3eGicrJdcg==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0",
- "System.IO.FileSystem.AccessControl": "5.0.0",
- "System.Security.AccessControl": "5.0.0",
- "System.Security.Permissions": "5.0.0",
- "System.Security.Principal.Windows": "5.0.0"
- }
- },
- "System.DirectoryServices.AccountManagement": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "1WevH/8ULy0iixbsZW4k8ftV9fDqkeUJfeVMsJ7SySrHsnBISkRx1JuDRRV7QXfNTCQKrHeecfqcY5pevlDwog==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0",
- "System.Configuration.ConfigurationManager": "5.0.0",
- "System.DirectoryServices": "5.0.0",
- "System.DirectoryServices.Protocols": "5.0.0",
- "System.IO.FileSystem.AccessControl": "5.0.0",
- "System.Security.AccessControl": "5.0.0",
- "System.Security.Principal.Windows": "5.0.0"
- }
- },
- "System.DirectoryServices.Protocols": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "uQvO3kpXBDCoRQecbY8yXiQTVBT5t6ZMCZwBsyGFeCL0KUTlNJDsaIx+hsqCKF+bLglaYyz5nWLVRaxPKVeBBw==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0",
- "System.Security.Principal.Windows": "5.0.0"
- }
- },
"System.Drawing.Common": {
"type": "Transitive",
"resolved": "5.0.0",
@@ -908,11 +709,6 @@
"Microsoft.Win32.SystemEvents": "5.0.0"
}
},
- "System.Formats.Asn1": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w=="
- },
"System.Globalization": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -1012,15 +808,6 @@
"System.Threading.Tasks": "4.3.0"
}
},
- "System.IO.FileSystem.AccessControl": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==",
- "dependencies": {
- "System.Security.AccessControl": "5.0.0",
- "System.Security.Principal.Windows": "5.0.0"
- }
- },
"System.IO.FileSystem.Primitives": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -1029,34 +816,11 @@
"System.Runtime": "4.3.0"
}
},
- "System.IO.Packaging": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "ebfUwKsgZF4HTwaRUj67SrJdsM4O62Fxsd6u1bSk3MNgvU8yjyfEK0xQmUFUqOYJi1IcL4HENoccl4SKVPndYw=="
- },
"System.IO.Pipelines": {
"type": "Transitive",
"resolved": "5.0.1",
"contentHash": "qEePWsaq9LoEEIqhbGe6D5J8c9IqQOUuTzzV6wn1POlfdLkJliZY3OlB0j0f17uMWlqZYjH7txj+2YbyrIA8Yg=="
},
- "System.IO.Pipes.AccessControl": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "P0FIsXSFNL1AXlHO9zpJ9atRUzVyoPZCkcbkYGZfXXMx9xlGA2H3HOGBwIhpKhB+h0eL3hry/z0UcfJZ+yb2kQ==",
- "dependencies": {
- "System.Security.AccessControl": "5.0.0",
- "System.Security.Principal.Windows": "5.0.0"
- }
- },
- "System.IO.Ports": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "MZY/0cgRg5bcuvHR4LKHqWnlxWV7GkoTgBaOdwIoWGZKsfSBC1twDz+BzG0o1Rk46WdRhhV30E2qzsBABHwGUA==",
- "dependencies": {
- "Microsoft.Win32.Registry": "5.0.0",
- "runtime.native.System.IO.Ports": "5.0.0"
- }
- },
"System.Linq": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -1105,8 +869,8 @@
},
"System.Memory": {
"type": "Transitive",
- "resolved": "4.5.4",
- "contentHash": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw=="
+ "resolved": "4.5.0",
+ "contentHash": "m0psCSpUxTGfvwyO0i03ajXVhgBqyXlibXz0Mo1dtKGjaHrXFLnuQ8rNBTmWRqbfRjr4eC6Wah4X5FfuFDu5og=="
},
"System.Net.Http": {
"type": "Transitive",
@@ -1177,16 +941,6 @@
"System.Threading": "4.3.0"
}
},
- "System.Private.ServiceModel": {
- "type": "Transitive",
- "resolved": "4.7.0",
- "contentHash": "BItrYCkoTV3VzVPsrew+uc34fmLb+3ncgspa7vbO3vkfY9JQCea4u34pHE+Bcv1Iy16MgRs3n2jKVRCDg0rPfg==",
- "dependencies": {
- "System.Reflection.DispatchProxy": "4.5.0",
- "System.Security.Cryptography.Xml": "4.5.0",
- "System.Security.Principal.Windows": "4.5.0"
- }
- },
"System.Reflection": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -1199,30 +953,38 @@
"System.Runtime": "4.3.0"
}
},
- "System.Reflection.Context": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "gG1wxxJLcjQaUkd07K2l2MKVoW+e0w8jS8Jye7QLPXrXT7XXMmOcFV/Ek6XyTOy5Z4GVN0WY95BQNp/iHEs5mw=="
- },
- "System.Reflection.DispatchProxy": {
- "type": "Transitive",
- "resolved": "4.5.0",
- "contentHash": "+UW1hq11TNSeb+16rIk8hRQ02o339NFyzMc4ma/FqmxBzM30l1c2IherBB4ld1MNcenS48fz8tbt50OW4rVULA=="
- },
"System.Reflection.Emit": {
"type": "Transitive",
- "resolved": "4.7.0",
- "contentHash": "VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ=="
+ "resolved": "4.3.0",
+ "contentHash": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==",
+ "dependencies": {
+ "System.IO": "4.3.0",
+ "System.Reflection": "4.3.0",
+ "System.Reflection.Emit.ILGeneration": "4.3.0",
+ "System.Reflection.Primitives": "4.3.0",
+ "System.Runtime": "4.3.0"
+ }
},
"System.Reflection.Emit.ILGeneration": {
"type": "Transitive",
- "resolved": "4.7.0",
- "contentHash": "AucBYo3DSI0IDxdUjKksBcQJXPHyoPyrCXYURW1WDsLI4M65Ar/goSHjdnHOAY9MiYDNKqDlIgaYm+zL2hA1KA=="
+ "resolved": "4.3.0",
+ "contentHash": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==",
+ "dependencies": {
+ "System.Reflection": "4.3.0",
+ "System.Reflection.Primitives": "4.3.0",
+ "System.Runtime": "4.3.0"
+ }
},
"System.Reflection.Emit.Lightweight": {
"type": "Transitive",
- "resolved": "4.7.0",
- "contentHash": "a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA=="
+ "resolved": "4.3.0",
+ "contentHash": "oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==",
+ "dependencies": {
+ "System.Reflection": "4.3.0",
+ "System.Reflection.Emit.ILGeneration": "4.3.0",
+ "System.Reflection.Primitives": "4.3.0",
+ "System.Runtime": "4.3.0"
+ }
},
"System.Reflection.Extensions": {
"type": "Transitive",
@@ -1280,14 +1042,6 @@
"Microsoft.NETCore.Targets": "1.1.0"
}
},
- "System.Runtime.Caching": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "30D6MkO8WF9jVGWZIP0hmCN8l9BTY4LCsAzLIe4xFSXzs+AjDotR7DpSmj27pFskDURzUvqYYY0ikModgBTxWw==",
- "dependencies": {
- "System.Configuration.ConfigurationManager": "5.0.0"
- }
- },
"System.Runtime.CompilerServices.Unsafe": {
"type": "Transitive",
"resolved": "6.0.0",
@@ -1383,10 +1137,20 @@
},
"System.Security.Cryptography.Cng": {
"type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==",
+ "resolved": "4.3.0",
+ "contentHash": "03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==",
"dependencies": {
- "System.Formats.Asn1": "5.0.0"
+ "Microsoft.NETCore.Platforms": "1.1.0",
+ "System.IO": "4.3.0",
+ "System.Resources.ResourceManager": "4.3.0",
+ "System.Runtime": "4.3.0",
+ "System.Runtime.Extensions": "4.3.0",
+ "System.Runtime.Handles": "4.3.0",
+ "System.Runtime.InteropServices": "4.3.0",
+ "System.Security.Cryptography.Algorithms": "4.3.0",
+ "System.Security.Cryptography.Encoding": "4.3.0",
+ "System.Security.Cryptography.Primitives": "4.3.0",
+ "System.Text.Encoding": "4.3.0"
}
},
"System.Security.Cryptography.Csp": {
@@ -1448,15 +1212,6 @@
"runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
}
},
- "System.Security.Cryptography.Pkcs": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "9TPLGjBCGKmNvG8pjwPeuYy0SMVmGZRwlTZvyPHDbYv/DRkoeumJdfumaaDNQzVGMEmbWtg07zUpSW9q70IlDQ==",
- "dependencies": {
- "System.Formats.Asn1": "5.0.0",
- "System.Security.Cryptography.Cng": "5.0.0"
- }
- },
"System.Security.Cryptography.Primitives": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -1508,15 +1263,6 @@
"runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
}
},
- "System.Security.Cryptography.Xml": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "MYmkHtCW+paFmPGFDktnLdOeH3zUrNchbZNki87E1ejNSMm9enSRbJokmvFrsWUrDE4bRE1lVeAle01+t6SGhA==",
- "dependencies": {
- "System.Security.Cryptography.Pkcs": "5.0.0",
- "System.Security.Permissions": "5.0.0"
- }
- },
"System.Security.Permissions": {
"type": "Transitive",
"resolved": "5.0.0",
@@ -1531,63 +1277,6 @@
"resolved": "5.0.0",
"contentHash": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA=="
},
- "System.ServiceModel.Duplex": {
- "type": "Transitive",
- "resolved": "4.7.0",
- "contentHash": "7GBKQc2QWRxnEVQ49zMKq3z3RFKaHhhWjfMWhp+DP+dgfp0X4Szln/eL+UQumOKvv+sTU5bhOXjnJg5045liCA==",
- "dependencies": {
- "System.Private.ServiceModel": "4.7.0",
- "System.ServiceModel.Primitives": "4.7.0"
- }
- },
- "System.ServiceModel.Http": {
- "type": "Transitive",
- "resolved": "4.7.0",
- "contentHash": "+BB61ycl1cSlRbJDpABoqMa7bRE4boJfK1CfWfbNzTGeADFVmDkhylpfmC1bKloxtf95p2owj8/n7kilgRBAow==",
- "dependencies": {
- "System.Private.ServiceModel": "4.7.0",
- "System.ServiceModel.Primitives": "4.7.0"
- }
- },
- "System.ServiceModel.NetTcp": {
- "type": "Transitive",
- "resolved": "4.7.0",
- "contentHash": "snQgAc7kn4721eaus8nZ52eRu1QrdEnWGbru6I263hPWcISStntwHwSrT57Iwp1Z58b3Lz0J/hbjJhGP0yExOA==",
- "dependencies": {
- "System.Private.ServiceModel": "4.7.0",
- "System.ServiceModel.Primitives": "4.7.0"
- }
- },
- "System.ServiceModel.Primitives": {
- "type": "Transitive",
- "resolved": "4.7.0",
- "contentHash": "YUXIMO4kL1v6dUVptJGixAx/8Ai5trQzVn3gbk0mpwxh77kGAs+MyBRoHN/5ZoxtwNn4E1dq3N4rJCAgAUaiJA==",
- "dependencies": {
- "System.Private.ServiceModel": "4.7.0"
- }
- },
- "System.ServiceModel.Security": {
- "type": "Transitive",
- "resolved": "4.7.0",
- "contentHash": "LjYrQRrP1rw+s/wieB+QIv3p6/oG2ucTfVpg5iWmX8/7+nfUxcqmy9l8rsbtYE8X8BEQnSq42OhWap/Dlhlh9Q==",
- "dependencies": {
- "System.Private.ServiceModel": "4.7.0",
- "System.ServiceModel.Primitives": "4.7.0"
- }
- },
- "System.ServiceModel.Syndication": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "xjwRFydlevI/DMLlBcDRbOmofJTZNoJ0FCkEPdMw9i+85lDbl8Pw001LJKQbRSeHSVJCEuPfAvEuC1TAumxcmw=="
- },
- "System.ServiceProcess.ServiceController": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "p2yX167GW1pr2DCR6cW+cBKrvhli4thckXk108faFaTPHnoudb0AYPcIPq3nmrwn7IQj9FEmjpyJlXzcOmIjjw==",
- "dependencies": {
- "System.Diagnostics.EventLog": "5.0.0"
- }
- },
"System.Text.Encoding": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -1598,14 +1287,6 @@
"System.Runtime": "4.3.0"
}
},
- "System.Text.Encoding.CodePages": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0"
- }
- },
"System.Text.Encoding.Extensions": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -1639,15 +1320,6 @@
"System.Threading.Tasks": "4.3.0"
}
},
- "System.Threading.AccessControl": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "WJ9w9m4iHJVq0VoH7hZvYAccbRq95itYRhAAXd6M4kVCzLmT6NqTwmSXKwp3oQilWHhYTXgqaIXxBfg8YaqtmA==",
- "dependencies": {
- "System.Security.AccessControl": "5.0.0",
- "System.Security.Principal.Windows": "5.0.0"
- }
- },
"System.Threading.Tasks": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -1770,71 +1442,71 @@
"entitydb.abstractions": {
"type": "Project",
"dependencies": {
- "System.Linq.Async": "6.0.1"
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.common": {
"type": "Project",
"dependencies": {
- "EntityDb.Abstractions": "1.0.0",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.Abstractions": "[1.0.0, )",
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.inmemory": {
"type": "Project",
"dependencies": {
- "EntityDb.Common": "1.0.0",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.Common": "[1.0.0, )",
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.json": {
"type": "Project",
"dependencies": {
- "EntityDb.Common": "1.0.0",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.Common": "[1.0.0, )",
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.mongodb": {
"type": "Project",
"dependencies": {
- "EntityDb.Common": "1.0.0",
- "MongoDB.Driver": "2.17.1",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.Common": "[1.0.0, )",
+ "MongoDB.Driver": "[2.17.1, )",
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.npgsql": {
"type": "Project",
"dependencies": {
- "EntityDb.SqlDb": "1.0.0",
- "Npgsql": "6.0.6",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.SqlDb": "[1.0.0, )",
+ "Npgsql": "[6.0.7, )",
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.provisioner": {
"type": "Project",
"dependencies": {
- "EntityDb.MongoDb": "1.0.0",
- "EntityDb.Npgsql": "1.0.0",
- "System.CommandLine": "2.0.0-beta4.22272.1",
- "System.CommandLine.NamingConventionBinder": "2.0.0-beta4.22272.1",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.MongoDb": "[1.0.0, )",
+ "EntityDb.Npgsql": "[1.0.0, )",
+ "System.CommandLine": "[2.0.0-beta4.22272.1, )",
+ "System.CommandLine.NamingConventionBinder": "[2.0.0-beta4.22272.1, )",
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.redis": {
"type": "Project",
"dependencies": {
- "EntityDb.Common": "1.0.0",
- "EntityDb.Json": "1.0.0",
- "StackExchange.Redis": "2.6.48",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.Common": "[1.0.0, )",
+ "EntityDb.Json": "[1.0.0, )",
+ "StackExchange.Redis": "[2.6.66, )",
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.sqldb": {
"type": "Project",
"dependencies": {
- "EntityDb.Common": "1.0.0",
- "EntityDb.Json": "1.0.0",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.Common": "[1.0.0, )",
+ "EntityDb.Json": "[1.0.0, )",
+ "System.Linq.Async": "[6.0.1, )"
}
}
}
diff --git a/test/EntityDb.MongoDb.Tests/EntityDb.MongoDb.Tests.csproj b/test/EntityDb.MongoDb.Tests/EntityDb.MongoDb.Tests.csproj
index 8577fd3b..5cfac5a6 100644
--- a/test/EntityDb.MongoDb.Tests/EntityDb.MongoDb.Tests.csproj
+++ b/test/EntityDb.MongoDb.Tests/EntityDb.MongoDb.Tests.csproj
@@ -1,8 +1,13 @@
-
-
+
+
+
+
+
+
+
diff --git a/test/EntityDb.MongoDb.Tests/packages.lock.json b/test/EntityDb.MongoDb.Tests/packages.lock.json
index f39fe807..2021c57f 100644
--- a/test/EntityDb.MongoDb.Tests/packages.lock.json
+++ b/test/EntityDb.MongoDb.Tests/packages.lock.json
@@ -16,12 +16,12 @@
},
"Microsoft.NET.Test.Sdk": {
"type": "Direct",
- "requested": "[17.2.0, )",
- "resolved": "17.2.0",
- "contentHash": "kYmkDYbcDd+jNvmMH4TMtgHjsUYbIsWENM2VcjB0X7TawXbehL5I8OIsu2TgFS/nQCgZE94InrqMxrm7WDy+Lw==",
+ "requested": "[17.3.2, )",
+ "resolved": "17.3.2",
+ "contentHash": "apR0ha1T8FujBwq1P8i/DOZjbI5XhcP/i8As4NnVztVSpZG8GtWRPCstcmgkUkBpvEfcrrDPlJWbuZY+Hl1hSg==",
"dependencies": {
- "Microsoft.CodeCoverage": "17.2.0",
- "Microsoft.TestPlatform.TestHost": "17.2.0"
+ "Microsoft.CodeCoverage": "17.3.2",
+ "Microsoft.TestPlatform.TestHost": "17.3.2"
}
},
"Moq": {
@@ -35,14 +35,13 @@
},
"Shouldly": {
"type": "Direct",
- "requested": "[4.0.3, )",
- "resolved": "4.0.3",
- "contentHash": "wrUt6lohfSPcAFBRwdDZiUNh67//xZjaOO3oYU7K9p7KshV7M72JWpFw+A/RJF3GgzZa03qH/kuC8iragWi3Dg==",
+ "requested": "[4.1.0, )",
+ "resolved": "4.1.0",
+ "contentHash": "sEmt1Wf3VvSmCVMfS0XsmnlLubqK9dTk7RxwMxDjk0YYnkAnb3S+wESntgrjgbcszO+HzVxUy9iVJxwxT1HWIw==",
"dependencies": {
- "DiffEngine": "6.4.9",
- "EmptyFiles": "2.3.3",
- "Microsoft.CSharp": "4.7.0",
- "System.Memory": "4.5.4"
+ "DiffEngine": "10.0.0",
+ "EmptyFiles": "2.8.0",
+ "Microsoft.CSharp": "4.7.0"
}
},
"System.Linq.Async": {
@@ -102,11 +101,11 @@
},
"DiffEngine": {
"type": "Transitive",
- "resolved": "6.4.9",
- "contentHash": "VSZM6KtGMTtbHCYK5nXvkp7ZlholzzDtjJ0Z8lbL8zEQAsmSqodZvJfYWDbGU/SNUaNqa9OzA38T4wgga6TMpA==",
+ "resolved": "10.0.0",
+ "contentHash": "H8F7V1zRHkWLP5AW9lCxZypanXlFRT8n7P9Ou8cxz189Yg8TEw5FwTqQCaXjVPRjfE8621lhblpQrghbGJgDZw==",
"dependencies": {
- "EmptyFiles": "2.3.3",
- "Microsoft.Windows.Compatibility": "5.0.0"
+ "EmptyFiles": "2.8.0",
+ "System.Management": "5.0.0"
}
},
"DnsClient": {
@@ -129,8 +128,8 @@
},
"EmptyFiles": {
"type": "Transitive",
- "resolved": "2.3.3",
- "contentHash": "I7L5UMvHYms1KAJr2lSeuC11p+rfAewSCwTAmxsR/LMKi4i9ld9s/91LuvJ1+FJnz9EaWvnOr8XX78M9Xo5H7Q=="
+ "resolved": "2.8.0",
+ "contentHash": "2N6IdrlSYT+FhX5hAbasJ7wpV/ONtIX+7fN+XXukwGAgHRNjiAoO0TScQsTZcgaXmbuvGu4ogKk0jPt2dVLgTQ=="
},
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
@@ -139,8 +138,8 @@
},
"Microsoft.CodeCoverage": {
"type": "Transitive",
- "resolved": "17.2.0",
- "contentHash": "MsKhJmwIfHxNDbTIlgQy29UpWSWPpbZOQPhQ7xalRy+ABnl8/neFHZGzSP3XlpW2dKAXHTFrtIcKzW/kopY2Bg=="
+ "resolved": "17.3.2",
+ "contentHash": "+CeYNY9hYNRgv1wAID5koeDVob1ZOrOYfRRTLxU9Zm5ZMDMkMZ8wzXgakxVv+jtk8tPdE8Ze9vVE+czMKapv/Q=="
},
"Microsoft.CSharp": {
"type": "Transitive",
@@ -275,8 +274,8 @@
},
"Microsoft.TestPlatform.ObjectModel": {
"type": "Transitive",
- "resolved": "17.2.0",
- "contentHash": "7j1KYDHLhU98XnCEbECMncXLydI9fNiFLcFsiBsP3lV6EkHOaj5kTPAWHYkKnPGRC9TbZUboSQq8rWI4dTQsxg==",
+ "resolved": "17.3.2",
+ "contentHash": "DJEIfSA2GDC+2m42vKGNR2hm+Uhta4SpCsLZVVvYIiYMjxtk7GzNnv82qvE4SCW3kIYllMg2D0rr8juuj/f7AA==",
"dependencies": {
"NuGet.Frameworks": "5.11.0",
"System.Reflection.Metadata": "1.6.0"
@@ -284,10 +283,10 @@
},
"Microsoft.TestPlatform.TestHost": {
"type": "Transitive",
- "resolved": "17.2.0",
- "contentHash": "bI67J+hers241h7eD2eecS02p9CbKcQDIeoRvO4FgMlTWg2ZTzc0D3uWLYr5U+K5x9O1pNmyMoMDbYIeWY/TWw==",
+ "resolved": "17.3.2",
+ "contentHash": "113J19v31pIx+PzmdEw67cWTZWh/YApnprbclFeat6szNbnpKOKG7Ap4PX5LT6E5Da+xONyilxvx2HZPpEaXPQ==",
"dependencies": {
- "Microsoft.TestPlatform.ObjectModel": "17.2.0",
+ "Microsoft.TestPlatform.ObjectModel": "17.3.2",
"Newtonsoft.Json": "9.0.1"
}
},
@@ -310,15 +309,6 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
- "Microsoft.Win32.Registry.AccessControl": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "rwF501ZS/xKGWz5H3RLBvwta6E5kcMLB0UYGTgrZ8nL5bvrbGmtEcEObgMC/qRFhA3og/0Zh+eacrcA+0FBXJA==",
- "dependencies": {
- "Microsoft.Win32.Registry": "5.0.0",
- "System.Security.AccessControl": "5.0.0"
- }
- },
"Microsoft.Win32.SystemEvents": {
"type": "Transitive",
"resolved": "5.0.0",
@@ -327,56 +317,6 @@
"Microsoft.NETCore.Platforms": "5.0.0"
}
},
- "Microsoft.Windows.Compatibility": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "HujVMtkV1WTVlzbPWNZjHVG8ro6mIS15ul0XRLwmCq8NnbuI3C8bAUP3KdPTypK2D/Zr+u0q3m3qk7iM7b3JPg==",
- "dependencies": {
- "Microsoft.Win32.Registry": "5.0.0",
- "Microsoft.Win32.Registry.AccessControl": "5.0.0",
- "Microsoft.Win32.SystemEvents": "5.0.0",
- "System.CodeDom": "5.0.0",
- "System.ComponentModel.Composition": "5.0.0",
- "System.ComponentModel.Composition.Registration": "5.0.0",
- "System.Configuration.ConfigurationManager": "5.0.0",
- "System.Data.DataSetExtensions": "4.5.0",
- "System.Data.Odbc": "5.0.0",
- "System.Data.OleDb": "5.0.0",
- "System.Data.SqlClient": "4.8.1",
- "System.Diagnostics.EventLog": "5.0.0",
- "System.Diagnostics.PerformanceCounter": "5.0.0",
- "System.DirectoryServices": "5.0.0",
- "System.DirectoryServices.AccountManagement": "5.0.0",
- "System.DirectoryServices.Protocols": "5.0.0",
- "System.Drawing.Common": "5.0.0",
- "System.IO.FileSystem.AccessControl": "5.0.0",
- "System.IO.Packaging": "5.0.0",
- "System.IO.Pipes.AccessControl": "5.0.0",
- "System.IO.Ports": "5.0.0",
- "System.Management": "5.0.0",
- "System.Reflection.Context": "5.0.0",
- "System.Reflection.Emit": "4.7.0",
- "System.Reflection.Emit.ILGeneration": "4.7.0",
- "System.Reflection.Emit.Lightweight": "4.7.0",
- "System.Runtime.Caching": "5.0.0",
- "System.Security.AccessControl": "5.0.0",
- "System.Security.Cryptography.Cng": "5.0.0",
- "System.Security.Cryptography.Pkcs": "5.0.0",
- "System.Security.Cryptography.ProtectedData": "5.0.0",
- "System.Security.Cryptography.Xml": "5.0.0",
- "System.Security.Permissions": "5.0.0",
- "System.Security.Principal.Windows": "5.0.0",
- "System.ServiceModel.Duplex": "4.7.0",
- "System.ServiceModel.Http": "4.7.0",
- "System.ServiceModel.NetTcp": "4.7.0",
- "System.ServiceModel.Primitives": "4.7.0",
- "System.ServiceModel.Security": "4.7.0",
- "System.ServiceModel.Syndication": "5.0.0",
- "System.ServiceProcess.ServiceController": "5.0.0",
- "System.Text.Encoding.CodePages": "5.0.0",
- "System.Threading.AccessControl": "5.0.0"
- }
- },
"MongoDB.Bson": {
"type": "Transitive",
"resolved": "2.17.1",
@@ -470,8 +410,8 @@
},
"Npgsql": {
"type": "Transitive",
- "resolved": "6.0.6",
- "contentHash": "IIwnoJp0sFkhAydT/KKe/0NhlJKhYPIrXSE95AuU/2dqHNI9alxvjClJSGL+QE8NGqq1SFn+NenxVtm/JYsrJg==",
+ "resolved": "6.0.7",
+ "contentHash": "HhD5q/VUJY++tCzc0eCrhtsxmUdP7NxNhUMOdYW6sqpC6NRlFLvUDf5JyRj0gOGkXe3Tn49toaisgvLqlzQ2JQ==",
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
}
@@ -504,21 +444,6 @@
"resolved": "4.3.0",
"contentHash": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw=="
},
- "runtime.linux-arm.runtime.native.System.IO.Ports": {
- "type": "Transitive",
- "resolved": "5.0.0-rtm.20519.4",
- "contentHash": "Np6w3r1dSFB930GGZHIKCc5ZClRXZIqOrCAT0pzcd/zXnsZPvGqLZB1MnxAbVhvriJl71B0N0tJaaT1ICWXsyg=="
- },
- "runtime.linux-arm64.runtime.native.System.IO.Ports": {
- "type": "Transitive",
- "resolved": "5.0.0-rtm.20519.4",
- "contentHash": "VnGZmQ7pzMNkcTVdmGtXUQIbytK4Xk8F4/mxm0I+n7zbrsW/WNgLrWMTv9pb2Uyq09azXazNDQhZao4R4ebWcw=="
- },
- "runtime.linux-x64.runtime.native.System.IO.Ports": {
- "type": "Transitive",
- "resolved": "5.0.0-rtm.20519.4",
- "contentHash": "kvMZgZjtcC6cA8Y8imKpjCpiOJKDtwlNekS86GzUol4Jmzh0FWiRwAj4E9ZKO8R7rTBGIA4rkmra9Ko8j7l6AA=="
- },
"runtime.native.System": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -528,16 +453,6 @@
"Microsoft.NETCore.Targets": "1.1.0"
}
},
- "runtime.native.System.Data.SqlClient.sni": {
- "type": "Transitive",
- "resolved": "4.7.0",
- "contentHash": "9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==",
- "dependencies": {
- "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
- "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
- "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0"
- }
- },
"runtime.native.System.IO.Compression": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -547,17 +462,6 @@
"Microsoft.NETCore.Targets": "1.1.0"
}
},
- "runtime.native.System.IO.Ports": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "ME+/evR+UxVlWyGHUlLBoNTnsTdaylMbnvVwOp0Nl6XIZGGyXdqJqjlEew7e6TcKkJAA0lljhjKi3Kie+vzQ7g==",
- "dependencies": {
- "runtime.linux-arm.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4",
- "runtime.linux-arm64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4",
- "runtime.linux-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4",
- "runtime.osx-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4"
- }
- },
"runtime.native.System.Net.Http": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -602,11 +506,6 @@
"resolved": "4.3.0",
"contentHash": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ=="
},
- "runtime.osx-x64.runtime.native.System.IO.Ports": {
- "type": "Transitive",
- "resolved": "5.0.0-rtm.20519.4",
- "contentHash": "N+dbbqhT7JBnPVHa7n2+Z5fHYO4a4UUhm7cQkbuQQoNkjbxLpxYnQ4lpRjr1RuQptqYkPmunKvN5etdFOObaiw=="
- },
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -637,21 +536,6 @@
"resolved": "4.3.0",
"contentHash": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg=="
},
- "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": {
- "type": "Transitive",
- "resolved": "4.4.0",
- "contentHash": "LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg=="
- },
- "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": {
- "type": "Transitive",
- "resolved": "4.4.0",
- "contentHash": "38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ=="
- },
- "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": {
- "type": "Transitive",
- "resolved": "4.4.0",
- "contentHash": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA=="
- },
"SharpCompress": {
"type": "Transitive",
"resolved": "0.30.1",
@@ -664,8 +548,8 @@
},
"StackExchange.Redis": {
"type": "Transitive",
- "resolved": "2.6.48",
- "contentHash": "T0rLGogyT6Zny+IMrDx1Z8r4nA3B0C7EVo5SHNjzT4ndOn9aGKe5K7KTVx0y41WaWmfSWpaX7HrPl0tfZ4zuUw==",
+ "resolved": "2.6.66",
+ "contentHash": "owEqq2PG1TFU1qUh3UH35BqlMjrR/AB2rlR26tGbUWW9LIeu99ArGg2iCgDj/aCSE+juClFJQhwg8i1pONlVDw==",
"dependencies": {
"Pipelines.Sockets.Unofficial": "2.2.2",
"System.Diagnostics.PerformanceCounter": "5.0.0"
@@ -729,20 +613,6 @@
"System.CommandLine": "2.0.0-beta4.22272.1"
}
},
- "System.ComponentModel.Composition": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "YL8iA3VOFxhyomn7FxtBgh3F+8XG5jOfT5UcqYLtkafSa6g6alQfKZuRwlEIWe+tzH6OVnj0Ekg5tn/DmV7SkQ=="
- },
- "System.ComponentModel.Composition.Registration": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "CTTPajoCKcXQ1NVTlazz6ned37MHVFf1qKfzsBIdHkaFJBnRVVh4hYsVkPP7z+RrMQU5iXdiTcsfxDb5DWOKOA==",
- "dependencies": {
- "System.ComponentModel.Composition": "5.0.0",
- "System.Reflection.Context": "5.0.0"
- }
- },
"System.Configuration.ConfigurationManager": {
"type": "Transitive",
"resolved": "5.0.0",
@@ -764,40 +634,6 @@
"System.Text.Encoding": "4.3.0"
}
},
- "System.Data.DataSetExtensions": {
- "type": "Transitive",
- "resolved": "4.5.0",
- "contentHash": "221clPs1445HkTBZPL+K9sDBdJRB8UN8rgjO3ztB0CQ26z//fmJXtlsr6whGatscsKGBrhJl5bwJuKSA8mwFOw=="
- },
- "System.Data.Odbc": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "j4WsYGmcD7m1D0Tc3N7HqWqcdUHNn9+kdXh9ODTWEsOGrAvALf+BgRStd7L0/O/zDS0R4Uu9vNM8UY6EnK+WYw==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0"
- }
- },
- "System.Data.OleDb": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "DHCZucsidgFtUr1w5OggQNjb7M6N722QpNbkG6TV+3hCvPSLXdrm1NjJqVZB5/OW067gzuZVj9W147hrkTF/Ig==",
- "dependencies": {
- "Microsoft.Win32.Registry": "5.0.0",
- "System.Configuration.ConfigurationManager": "5.0.0",
- "System.Diagnostics.PerformanceCounter": "5.0.0",
- "System.Security.Principal.Windows": "5.0.0"
- }
- },
- "System.Data.SqlClient": {
- "type": "Transitive",
- "resolved": "4.8.1",
- "contentHash": "HKLykcv6eZLbLnSMnlQ6Os4+UAmFE+AgYm92CTvJYeTOBtOYusX3qu8OoGhFrnKZax91UcLcDo5vPrqvJUTSNQ==",
- "dependencies": {
- "Microsoft.Win32.Registry": "4.7.0",
- "System.Security.Principal.Windows": "4.7.0",
- "runtime.native.System.Data.SqlClient.sni": "4.7.0"
- }
- },
"System.Diagnostics.Debug": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -852,41 +688,6 @@
"System.Runtime": "4.3.0"
}
},
- "System.DirectoryServices": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "lAS54Y3KO1XV68akGa0/GJeddkkuuiv2CtcSkMiTmLHQ6o6kFbKpw4DmJZADF7a6KjPwYxmZnH4D3eGicrJdcg==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0",
- "System.IO.FileSystem.AccessControl": "5.0.0",
- "System.Security.AccessControl": "5.0.0",
- "System.Security.Permissions": "5.0.0",
- "System.Security.Principal.Windows": "5.0.0"
- }
- },
- "System.DirectoryServices.AccountManagement": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "1WevH/8ULy0iixbsZW4k8ftV9fDqkeUJfeVMsJ7SySrHsnBISkRx1JuDRRV7QXfNTCQKrHeecfqcY5pevlDwog==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0",
- "System.Configuration.ConfigurationManager": "5.0.0",
- "System.DirectoryServices": "5.0.0",
- "System.DirectoryServices.Protocols": "5.0.0",
- "System.IO.FileSystem.AccessControl": "5.0.0",
- "System.Security.AccessControl": "5.0.0",
- "System.Security.Principal.Windows": "5.0.0"
- }
- },
- "System.DirectoryServices.Protocols": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "uQvO3kpXBDCoRQecbY8yXiQTVBT5t6ZMCZwBsyGFeCL0KUTlNJDsaIx+hsqCKF+bLglaYyz5nWLVRaxPKVeBBw==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0",
- "System.Security.Principal.Windows": "5.0.0"
- }
- },
"System.Drawing.Common": {
"type": "Transitive",
"resolved": "5.0.0",
@@ -895,11 +696,6 @@
"Microsoft.Win32.SystemEvents": "5.0.0"
}
},
- "System.Formats.Asn1": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w=="
- },
"System.Globalization": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -999,15 +795,6 @@
"System.Threading.Tasks": "4.3.0"
}
},
- "System.IO.FileSystem.AccessControl": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==",
- "dependencies": {
- "System.Security.AccessControl": "5.0.0",
- "System.Security.Principal.Windows": "5.0.0"
- }
- },
"System.IO.FileSystem.Primitives": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -1016,34 +803,11 @@
"System.Runtime": "4.3.0"
}
},
- "System.IO.Packaging": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "ebfUwKsgZF4HTwaRUj67SrJdsM4O62Fxsd6u1bSk3MNgvU8yjyfEK0xQmUFUqOYJi1IcL4HENoccl4SKVPndYw=="
- },
"System.IO.Pipelines": {
"type": "Transitive",
"resolved": "5.0.1",
"contentHash": "qEePWsaq9LoEEIqhbGe6D5J8c9IqQOUuTzzV6wn1POlfdLkJliZY3OlB0j0f17uMWlqZYjH7txj+2YbyrIA8Yg=="
},
- "System.IO.Pipes.AccessControl": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "P0FIsXSFNL1AXlHO9zpJ9atRUzVyoPZCkcbkYGZfXXMx9xlGA2H3HOGBwIhpKhB+h0eL3hry/z0UcfJZ+yb2kQ==",
- "dependencies": {
- "System.Security.AccessControl": "5.0.0",
- "System.Security.Principal.Windows": "5.0.0"
- }
- },
- "System.IO.Ports": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "MZY/0cgRg5bcuvHR4LKHqWnlxWV7GkoTgBaOdwIoWGZKsfSBC1twDz+BzG0o1Rk46WdRhhV30E2qzsBABHwGUA==",
- "dependencies": {
- "Microsoft.Win32.Registry": "5.0.0",
- "runtime.native.System.IO.Ports": "5.0.0"
- }
- },
"System.Linq": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -1092,8 +856,8 @@
},
"System.Memory": {
"type": "Transitive",
- "resolved": "4.5.4",
- "contentHash": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw=="
+ "resolved": "4.5.0",
+ "contentHash": "m0psCSpUxTGfvwyO0i03ajXVhgBqyXlibXz0Mo1dtKGjaHrXFLnuQ8rNBTmWRqbfRjr4eC6Wah4X5FfuFDu5og=="
},
"System.Net.Http": {
"type": "Transitive",
@@ -1164,16 +928,6 @@
"System.Threading": "4.3.0"
}
},
- "System.Private.ServiceModel": {
- "type": "Transitive",
- "resolved": "4.7.0",
- "contentHash": "BItrYCkoTV3VzVPsrew+uc34fmLb+3ncgspa7vbO3vkfY9JQCea4u34pHE+Bcv1Iy16MgRs3n2jKVRCDg0rPfg==",
- "dependencies": {
- "System.Reflection.DispatchProxy": "4.5.0",
- "System.Security.Cryptography.Xml": "4.5.0",
- "System.Security.Principal.Windows": "4.5.0"
- }
- },
"System.Reflection": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -1186,30 +940,38 @@
"System.Runtime": "4.3.0"
}
},
- "System.Reflection.Context": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "gG1wxxJLcjQaUkd07K2l2MKVoW+e0w8jS8Jye7QLPXrXT7XXMmOcFV/Ek6XyTOy5Z4GVN0WY95BQNp/iHEs5mw=="
- },
- "System.Reflection.DispatchProxy": {
- "type": "Transitive",
- "resolved": "4.5.0",
- "contentHash": "+UW1hq11TNSeb+16rIk8hRQ02o339NFyzMc4ma/FqmxBzM30l1c2IherBB4ld1MNcenS48fz8tbt50OW4rVULA=="
- },
"System.Reflection.Emit": {
"type": "Transitive",
- "resolved": "4.7.0",
- "contentHash": "VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ=="
+ "resolved": "4.3.0",
+ "contentHash": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==",
+ "dependencies": {
+ "System.IO": "4.3.0",
+ "System.Reflection": "4.3.0",
+ "System.Reflection.Emit.ILGeneration": "4.3.0",
+ "System.Reflection.Primitives": "4.3.0",
+ "System.Runtime": "4.3.0"
+ }
},
"System.Reflection.Emit.ILGeneration": {
"type": "Transitive",
- "resolved": "4.7.0",
- "contentHash": "AucBYo3DSI0IDxdUjKksBcQJXPHyoPyrCXYURW1WDsLI4M65Ar/goSHjdnHOAY9MiYDNKqDlIgaYm+zL2hA1KA=="
+ "resolved": "4.3.0",
+ "contentHash": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==",
+ "dependencies": {
+ "System.Reflection": "4.3.0",
+ "System.Reflection.Primitives": "4.3.0",
+ "System.Runtime": "4.3.0"
+ }
},
"System.Reflection.Emit.Lightweight": {
"type": "Transitive",
- "resolved": "4.7.0",
- "contentHash": "a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA=="
+ "resolved": "4.3.0",
+ "contentHash": "oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==",
+ "dependencies": {
+ "System.Reflection": "4.3.0",
+ "System.Reflection.Emit.ILGeneration": "4.3.0",
+ "System.Reflection.Primitives": "4.3.0",
+ "System.Runtime": "4.3.0"
+ }
},
"System.Reflection.Extensions": {
"type": "Transitive",
@@ -1267,14 +1029,6 @@
"Microsoft.NETCore.Targets": "1.1.0"
}
},
- "System.Runtime.Caching": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "30D6MkO8WF9jVGWZIP0hmCN8l9BTY4LCsAzLIe4xFSXzs+AjDotR7DpSmj27pFskDURzUvqYYY0ikModgBTxWw==",
- "dependencies": {
- "System.Configuration.ConfigurationManager": "5.0.0"
- }
- },
"System.Runtime.CompilerServices.Unsafe": {
"type": "Transitive",
"resolved": "6.0.0",
@@ -1370,10 +1124,20 @@
},
"System.Security.Cryptography.Cng": {
"type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==",
+ "resolved": "4.3.0",
+ "contentHash": "03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==",
"dependencies": {
- "System.Formats.Asn1": "5.0.0"
+ "Microsoft.NETCore.Platforms": "1.1.0",
+ "System.IO": "4.3.0",
+ "System.Resources.ResourceManager": "4.3.0",
+ "System.Runtime": "4.3.0",
+ "System.Runtime.Extensions": "4.3.0",
+ "System.Runtime.Handles": "4.3.0",
+ "System.Runtime.InteropServices": "4.3.0",
+ "System.Security.Cryptography.Algorithms": "4.3.0",
+ "System.Security.Cryptography.Encoding": "4.3.0",
+ "System.Security.Cryptography.Primitives": "4.3.0",
+ "System.Text.Encoding": "4.3.0"
}
},
"System.Security.Cryptography.Csp": {
@@ -1435,15 +1199,6 @@
"runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
}
},
- "System.Security.Cryptography.Pkcs": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "9TPLGjBCGKmNvG8pjwPeuYy0SMVmGZRwlTZvyPHDbYv/DRkoeumJdfumaaDNQzVGMEmbWtg07zUpSW9q70IlDQ==",
- "dependencies": {
- "System.Formats.Asn1": "5.0.0",
- "System.Security.Cryptography.Cng": "5.0.0"
- }
- },
"System.Security.Cryptography.Primitives": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -1495,15 +1250,6 @@
"runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
}
},
- "System.Security.Cryptography.Xml": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "MYmkHtCW+paFmPGFDktnLdOeH3zUrNchbZNki87E1ejNSMm9enSRbJokmvFrsWUrDE4bRE1lVeAle01+t6SGhA==",
- "dependencies": {
- "System.Security.Cryptography.Pkcs": "5.0.0",
- "System.Security.Permissions": "5.0.0"
- }
- },
"System.Security.Permissions": {
"type": "Transitive",
"resolved": "5.0.0",
@@ -1518,63 +1264,6 @@
"resolved": "5.0.0",
"contentHash": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA=="
},
- "System.ServiceModel.Duplex": {
- "type": "Transitive",
- "resolved": "4.7.0",
- "contentHash": "7GBKQc2QWRxnEVQ49zMKq3z3RFKaHhhWjfMWhp+DP+dgfp0X4Szln/eL+UQumOKvv+sTU5bhOXjnJg5045liCA==",
- "dependencies": {
- "System.Private.ServiceModel": "4.7.0",
- "System.ServiceModel.Primitives": "4.7.0"
- }
- },
- "System.ServiceModel.Http": {
- "type": "Transitive",
- "resolved": "4.7.0",
- "contentHash": "+BB61ycl1cSlRbJDpABoqMa7bRE4boJfK1CfWfbNzTGeADFVmDkhylpfmC1bKloxtf95p2owj8/n7kilgRBAow==",
- "dependencies": {
- "System.Private.ServiceModel": "4.7.0",
- "System.ServiceModel.Primitives": "4.7.0"
- }
- },
- "System.ServiceModel.NetTcp": {
- "type": "Transitive",
- "resolved": "4.7.0",
- "contentHash": "snQgAc7kn4721eaus8nZ52eRu1QrdEnWGbru6I263hPWcISStntwHwSrT57Iwp1Z58b3Lz0J/hbjJhGP0yExOA==",
- "dependencies": {
- "System.Private.ServiceModel": "4.7.0",
- "System.ServiceModel.Primitives": "4.7.0"
- }
- },
- "System.ServiceModel.Primitives": {
- "type": "Transitive",
- "resolved": "4.7.0",
- "contentHash": "YUXIMO4kL1v6dUVptJGixAx/8Ai5trQzVn3gbk0mpwxh77kGAs+MyBRoHN/5ZoxtwNn4E1dq3N4rJCAgAUaiJA==",
- "dependencies": {
- "System.Private.ServiceModel": "4.7.0"
- }
- },
- "System.ServiceModel.Security": {
- "type": "Transitive",
- "resolved": "4.7.0",
- "contentHash": "LjYrQRrP1rw+s/wieB+QIv3p6/oG2ucTfVpg5iWmX8/7+nfUxcqmy9l8rsbtYE8X8BEQnSq42OhWap/Dlhlh9Q==",
- "dependencies": {
- "System.Private.ServiceModel": "4.7.0",
- "System.ServiceModel.Primitives": "4.7.0"
- }
- },
- "System.ServiceModel.Syndication": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "xjwRFydlevI/DMLlBcDRbOmofJTZNoJ0FCkEPdMw9i+85lDbl8Pw001LJKQbRSeHSVJCEuPfAvEuC1TAumxcmw=="
- },
- "System.ServiceProcess.ServiceController": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "p2yX167GW1pr2DCR6cW+cBKrvhli4thckXk108faFaTPHnoudb0AYPcIPq3nmrwn7IQj9FEmjpyJlXzcOmIjjw==",
- "dependencies": {
- "System.Diagnostics.EventLog": "5.0.0"
- }
- },
"System.Text.Encoding": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -1585,14 +1274,6 @@
"System.Runtime": "4.3.0"
}
},
- "System.Text.Encoding.CodePages": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0"
- }
- },
"System.Text.Encoding.Extensions": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -1626,15 +1307,6 @@
"System.Threading.Tasks": "4.3.0"
}
},
- "System.Threading.AccessControl": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "WJ9w9m4iHJVq0VoH7hZvYAccbRq95itYRhAAXd6M4kVCzLmT6NqTwmSXKwp3oQilWHhYTXgqaIXxBfg8YaqtmA==",
- "dependencies": {
- "System.Security.AccessControl": "5.0.0",
- "System.Security.Principal.Windows": "5.0.0"
- }
- },
"System.Threading.Tasks": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -1769,89 +1441,89 @@
"entitydb.abstractions": {
"type": "Project",
"dependencies": {
- "System.Linq.Async": "6.0.1"
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.common": {
"type": "Project",
"dependencies": {
- "EntityDb.Abstractions": "1.0.0",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.Abstractions": "[1.0.0, )",
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.common.tests": {
"type": "Project",
"dependencies": {
- "Bogus": "34.0.2",
- "EntityDb.Common": "1.0.0",
- "EntityDb.InMemory": "1.0.0",
- "EntityDb.Provisioner": "1.0.0",
- "EntityDb.Redis": "1.0.0",
- "Microsoft.NET.Test.Sdk": "17.2.0",
- "Moq": "4.18.2",
- "Shouldly": "4.0.3",
- "System.Linq.Async": "6.0.1",
- "Testcontainers": "2.1.0",
- "Xunit.DependencyInjection": "8.5.0",
- "Xunit.DependencyInjection.Logging": "8.0.1",
- "xunit": "2.4.2"
+ "Bogus": "[34.0.2, )",
+ "EntityDb.Common": "[1.0.0, )",
+ "EntityDb.InMemory": "[1.0.0, )",
+ "EntityDb.Provisioner": "[1.0.0, )",
+ "EntityDb.Redis": "[1.0.0, )",
+ "Microsoft.NET.Test.Sdk": "[17.3.2, )",
+ "Moq": "[4.18.2, )",
+ "Shouldly": "[4.1.0, )",
+ "System.Linq.Async": "[6.0.1, )",
+ "Testcontainers": "[2.1.0, )",
+ "Xunit.DependencyInjection": "[8.5.0, )",
+ "Xunit.DependencyInjection.Logging": "[8.0.1, )",
+ "xunit": "[2.4.2, )"
}
},
"entitydb.inmemory": {
"type": "Project",
"dependencies": {
- "EntityDb.Common": "1.0.0",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.Common": "[1.0.0, )",
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.json": {
"type": "Project",
"dependencies": {
- "EntityDb.Common": "1.0.0",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.Common": "[1.0.0, )",
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.mongodb": {
"type": "Project",
"dependencies": {
- "EntityDb.Common": "1.0.0",
- "MongoDB.Driver": "2.17.1",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.Common": "[1.0.0, )",
+ "MongoDB.Driver": "[2.17.1, )",
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.npgsql": {
"type": "Project",
"dependencies": {
- "EntityDb.SqlDb": "1.0.0",
- "Npgsql": "6.0.6",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.SqlDb": "[1.0.0, )",
+ "Npgsql": "[6.0.7, )",
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.provisioner": {
"type": "Project",
"dependencies": {
- "EntityDb.MongoDb": "1.0.0",
- "EntityDb.Npgsql": "1.0.0",
- "System.CommandLine": "2.0.0-beta4.22272.1",
- "System.CommandLine.NamingConventionBinder": "2.0.0-beta4.22272.1",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.MongoDb": "[1.0.0, )",
+ "EntityDb.Npgsql": "[1.0.0, )",
+ "System.CommandLine": "[2.0.0-beta4.22272.1, )",
+ "System.CommandLine.NamingConventionBinder": "[2.0.0-beta4.22272.1, )",
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.redis": {
"type": "Project",
"dependencies": {
- "EntityDb.Common": "1.0.0",
- "EntityDb.Json": "1.0.0",
- "StackExchange.Redis": "2.6.48",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.Common": "[1.0.0, )",
+ "EntityDb.Json": "[1.0.0, )",
+ "StackExchange.Redis": "[2.6.66, )",
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.sqldb": {
"type": "Project",
"dependencies": {
- "EntityDb.Common": "1.0.0",
- "EntityDb.Json": "1.0.0",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.Common": "[1.0.0, )",
+ "EntityDb.Json": "[1.0.0, )",
+ "System.Linq.Async": "[6.0.1, )"
}
}
}
diff --git a/test/EntityDb.Mvc.Tests/EntityDb.Mvc.Tests.csproj b/test/EntityDb.Mvc.Tests/EntityDb.Mvc.Tests.csproj
index 6f7592b4..5a248820 100644
--- a/test/EntityDb.Mvc.Tests/EntityDb.Mvc.Tests.csproj
+++ b/test/EntityDb.Mvc.Tests/EntityDb.Mvc.Tests.csproj
@@ -1,8 +1,13 @@
-
-
+
+
+
+
+
+
+
diff --git a/test/EntityDb.Mvc.Tests/packages.lock.json b/test/EntityDb.Mvc.Tests/packages.lock.json
index e0e546ef..d2e7188a 100644
--- a/test/EntityDb.Mvc.Tests/packages.lock.json
+++ b/test/EntityDb.Mvc.Tests/packages.lock.json
@@ -16,12 +16,12 @@
},
"Microsoft.NET.Test.Sdk": {
"type": "Direct",
- "requested": "[17.2.0, )",
- "resolved": "17.2.0",
- "contentHash": "kYmkDYbcDd+jNvmMH4TMtgHjsUYbIsWENM2VcjB0X7TawXbehL5I8OIsu2TgFS/nQCgZE94InrqMxrm7WDy+Lw==",
+ "requested": "[17.3.2, )",
+ "resolved": "17.3.2",
+ "contentHash": "apR0ha1T8FujBwq1P8i/DOZjbI5XhcP/i8As4NnVztVSpZG8GtWRPCstcmgkUkBpvEfcrrDPlJWbuZY+Hl1hSg==",
"dependencies": {
- "Microsoft.CodeCoverage": "17.2.0",
- "Microsoft.TestPlatform.TestHost": "17.2.0"
+ "Microsoft.CodeCoverage": "17.3.2",
+ "Microsoft.TestPlatform.TestHost": "17.3.2"
}
},
"Moq": {
@@ -35,14 +35,13 @@
},
"Shouldly": {
"type": "Direct",
- "requested": "[4.0.3, )",
- "resolved": "4.0.3",
- "contentHash": "wrUt6lohfSPcAFBRwdDZiUNh67//xZjaOO3oYU7K9p7KshV7M72JWpFw+A/RJF3GgzZa03qH/kuC8iragWi3Dg==",
+ "requested": "[4.1.0, )",
+ "resolved": "4.1.0",
+ "contentHash": "sEmt1Wf3VvSmCVMfS0XsmnlLubqK9dTk7RxwMxDjk0YYnkAnb3S+wESntgrjgbcszO+HzVxUy9iVJxwxT1HWIw==",
"dependencies": {
- "DiffEngine": "6.4.9",
- "EmptyFiles": "2.3.3",
- "Microsoft.CSharp": "4.7.0",
- "System.Memory": "4.5.4"
+ "DiffEngine": "10.0.0",
+ "EmptyFiles": "2.8.0",
+ "Microsoft.CSharp": "4.7.0"
}
},
"System.Linq.Async": {
@@ -102,11 +101,11 @@
},
"DiffEngine": {
"type": "Transitive",
- "resolved": "6.4.9",
- "contentHash": "VSZM6KtGMTtbHCYK5nXvkp7ZlholzzDtjJ0Z8lbL8zEQAsmSqodZvJfYWDbGU/SNUaNqa9OzA38T4wgga6TMpA==",
+ "resolved": "10.0.0",
+ "contentHash": "H8F7V1zRHkWLP5AW9lCxZypanXlFRT8n7P9Ou8cxz189Yg8TEw5FwTqQCaXjVPRjfE8621lhblpQrghbGJgDZw==",
"dependencies": {
- "EmptyFiles": "2.3.3",
- "Microsoft.Windows.Compatibility": "5.0.0"
+ "EmptyFiles": "2.8.0",
+ "System.Management": "5.0.0"
}
},
"DnsClient": {
@@ -129,8 +128,8 @@
},
"EmptyFiles": {
"type": "Transitive",
- "resolved": "2.3.3",
- "contentHash": "I7L5UMvHYms1KAJr2lSeuC11p+rfAewSCwTAmxsR/LMKi4i9ld9s/91LuvJ1+FJnz9EaWvnOr8XX78M9Xo5H7Q=="
+ "resolved": "2.8.0",
+ "contentHash": "2N6IdrlSYT+FhX5hAbasJ7wpV/ONtIX+7fN+XXukwGAgHRNjiAoO0TScQsTZcgaXmbuvGu4ogKk0jPt2dVLgTQ=="
},
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
@@ -139,8 +138,8 @@
},
"Microsoft.CodeCoverage": {
"type": "Transitive",
- "resolved": "17.2.0",
- "contentHash": "MsKhJmwIfHxNDbTIlgQy29UpWSWPpbZOQPhQ7xalRy+ABnl8/neFHZGzSP3XlpW2dKAXHTFrtIcKzW/kopY2Bg=="
+ "resolved": "17.3.2",
+ "contentHash": "+CeYNY9hYNRgv1wAID5koeDVob1ZOrOYfRRTLxU9Zm5ZMDMkMZ8wzXgakxVv+jtk8tPdE8Ze9vVE+czMKapv/Q=="
},
"Microsoft.CSharp": {
"type": "Transitive",
@@ -275,8 +274,8 @@
},
"Microsoft.TestPlatform.ObjectModel": {
"type": "Transitive",
- "resolved": "17.2.0",
- "contentHash": "7j1KYDHLhU98XnCEbECMncXLydI9fNiFLcFsiBsP3lV6EkHOaj5kTPAWHYkKnPGRC9TbZUboSQq8rWI4dTQsxg==",
+ "resolved": "17.3.2",
+ "contentHash": "DJEIfSA2GDC+2m42vKGNR2hm+Uhta4SpCsLZVVvYIiYMjxtk7GzNnv82qvE4SCW3kIYllMg2D0rr8juuj/f7AA==",
"dependencies": {
"NuGet.Frameworks": "5.11.0",
"System.Reflection.Metadata": "1.6.0"
@@ -284,10 +283,10 @@
},
"Microsoft.TestPlatform.TestHost": {
"type": "Transitive",
- "resolved": "17.2.0",
- "contentHash": "bI67J+hers241h7eD2eecS02p9CbKcQDIeoRvO4FgMlTWg2ZTzc0D3uWLYr5U+K5x9O1pNmyMoMDbYIeWY/TWw==",
+ "resolved": "17.3.2",
+ "contentHash": "113J19v31pIx+PzmdEw67cWTZWh/YApnprbclFeat6szNbnpKOKG7Ap4PX5LT6E5Da+xONyilxvx2HZPpEaXPQ==",
"dependencies": {
- "Microsoft.TestPlatform.ObjectModel": "17.2.0",
+ "Microsoft.TestPlatform.ObjectModel": "17.3.2",
"Newtonsoft.Json": "9.0.1"
}
},
@@ -310,15 +309,6 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
- "Microsoft.Win32.Registry.AccessControl": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "rwF501ZS/xKGWz5H3RLBvwta6E5kcMLB0UYGTgrZ8nL5bvrbGmtEcEObgMC/qRFhA3og/0Zh+eacrcA+0FBXJA==",
- "dependencies": {
- "Microsoft.Win32.Registry": "5.0.0",
- "System.Security.AccessControl": "5.0.0"
- }
- },
"Microsoft.Win32.SystemEvents": {
"type": "Transitive",
"resolved": "5.0.0",
@@ -327,56 +317,6 @@
"Microsoft.NETCore.Platforms": "5.0.0"
}
},
- "Microsoft.Windows.Compatibility": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "HujVMtkV1WTVlzbPWNZjHVG8ro6mIS15ul0XRLwmCq8NnbuI3C8bAUP3KdPTypK2D/Zr+u0q3m3qk7iM7b3JPg==",
- "dependencies": {
- "Microsoft.Win32.Registry": "5.0.0",
- "Microsoft.Win32.Registry.AccessControl": "5.0.0",
- "Microsoft.Win32.SystemEvents": "5.0.0",
- "System.CodeDom": "5.0.0",
- "System.ComponentModel.Composition": "5.0.0",
- "System.ComponentModel.Composition.Registration": "5.0.0",
- "System.Configuration.ConfigurationManager": "5.0.0",
- "System.Data.DataSetExtensions": "4.5.0",
- "System.Data.Odbc": "5.0.0",
- "System.Data.OleDb": "5.0.0",
- "System.Data.SqlClient": "4.8.1",
- "System.Diagnostics.EventLog": "5.0.0",
- "System.Diagnostics.PerformanceCounter": "5.0.0",
- "System.DirectoryServices": "5.0.0",
- "System.DirectoryServices.AccountManagement": "5.0.0",
- "System.DirectoryServices.Protocols": "5.0.0",
- "System.Drawing.Common": "5.0.0",
- "System.IO.FileSystem.AccessControl": "5.0.0",
- "System.IO.Packaging": "5.0.0",
- "System.IO.Pipes.AccessControl": "5.0.0",
- "System.IO.Ports": "5.0.0",
- "System.Management": "5.0.0",
- "System.Reflection.Context": "5.0.0",
- "System.Reflection.Emit": "4.7.0",
- "System.Reflection.Emit.ILGeneration": "4.7.0",
- "System.Reflection.Emit.Lightweight": "4.7.0",
- "System.Runtime.Caching": "5.0.0",
- "System.Security.AccessControl": "5.0.0",
- "System.Security.Cryptography.Cng": "5.0.0",
- "System.Security.Cryptography.Pkcs": "5.0.0",
- "System.Security.Cryptography.ProtectedData": "5.0.0",
- "System.Security.Cryptography.Xml": "5.0.0",
- "System.Security.Permissions": "5.0.0",
- "System.Security.Principal.Windows": "5.0.0",
- "System.ServiceModel.Duplex": "4.7.0",
- "System.ServiceModel.Http": "4.7.0",
- "System.ServiceModel.NetTcp": "4.7.0",
- "System.ServiceModel.Primitives": "4.7.0",
- "System.ServiceModel.Security": "4.7.0",
- "System.ServiceModel.Syndication": "5.0.0",
- "System.ServiceProcess.ServiceController": "5.0.0",
- "System.Text.Encoding.CodePages": "5.0.0",
- "System.Threading.AccessControl": "5.0.0"
- }
- },
"MongoDB.Bson": {
"type": "Transitive",
"resolved": "2.17.1",
@@ -470,8 +410,8 @@
},
"Npgsql": {
"type": "Transitive",
- "resolved": "6.0.6",
- "contentHash": "IIwnoJp0sFkhAydT/KKe/0NhlJKhYPIrXSE95AuU/2dqHNI9alxvjClJSGL+QE8NGqq1SFn+NenxVtm/JYsrJg==",
+ "resolved": "6.0.7",
+ "contentHash": "HhD5q/VUJY++tCzc0eCrhtsxmUdP7NxNhUMOdYW6sqpC6NRlFLvUDf5JyRj0gOGkXe3Tn49toaisgvLqlzQ2JQ==",
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
}
@@ -504,21 +444,6 @@
"resolved": "4.3.0",
"contentHash": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw=="
},
- "runtime.linux-arm.runtime.native.System.IO.Ports": {
- "type": "Transitive",
- "resolved": "5.0.0-rtm.20519.4",
- "contentHash": "Np6w3r1dSFB930GGZHIKCc5ZClRXZIqOrCAT0pzcd/zXnsZPvGqLZB1MnxAbVhvriJl71B0N0tJaaT1ICWXsyg=="
- },
- "runtime.linux-arm64.runtime.native.System.IO.Ports": {
- "type": "Transitive",
- "resolved": "5.0.0-rtm.20519.4",
- "contentHash": "VnGZmQ7pzMNkcTVdmGtXUQIbytK4Xk8F4/mxm0I+n7zbrsW/WNgLrWMTv9pb2Uyq09azXazNDQhZao4R4ebWcw=="
- },
- "runtime.linux-x64.runtime.native.System.IO.Ports": {
- "type": "Transitive",
- "resolved": "5.0.0-rtm.20519.4",
- "contentHash": "kvMZgZjtcC6cA8Y8imKpjCpiOJKDtwlNekS86GzUol4Jmzh0FWiRwAj4E9ZKO8R7rTBGIA4rkmra9Ko8j7l6AA=="
- },
"runtime.native.System": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -528,16 +453,6 @@
"Microsoft.NETCore.Targets": "1.1.0"
}
},
- "runtime.native.System.Data.SqlClient.sni": {
- "type": "Transitive",
- "resolved": "4.7.0",
- "contentHash": "9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==",
- "dependencies": {
- "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
- "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
- "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0"
- }
- },
"runtime.native.System.IO.Compression": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -547,17 +462,6 @@
"Microsoft.NETCore.Targets": "1.1.0"
}
},
- "runtime.native.System.IO.Ports": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "ME+/evR+UxVlWyGHUlLBoNTnsTdaylMbnvVwOp0Nl6XIZGGyXdqJqjlEew7e6TcKkJAA0lljhjKi3Kie+vzQ7g==",
- "dependencies": {
- "runtime.linux-arm.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4",
- "runtime.linux-arm64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4",
- "runtime.linux-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4",
- "runtime.osx-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4"
- }
- },
"runtime.native.System.Net.Http": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -602,11 +506,6 @@
"resolved": "4.3.0",
"contentHash": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ=="
},
- "runtime.osx-x64.runtime.native.System.IO.Ports": {
- "type": "Transitive",
- "resolved": "5.0.0-rtm.20519.4",
- "contentHash": "N+dbbqhT7JBnPVHa7n2+Z5fHYO4a4UUhm7cQkbuQQoNkjbxLpxYnQ4lpRjr1RuQptqYkPmunKvN5etdFOObaiw=="
- },
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -637,21 +536,6 @@
"resolved": "4.3.0",
"contentHash": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg=="
},
- "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": {
- "type": "Transitive",
- "resolved": "4.4.0",
- "contentHash": "LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg=="
- },
- "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": {
- "type": "Transitive",
- "resolved": "4.4.0",
- "contentHash": "38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ=="
- },
- "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": {
- "type": "Transitive",
- "resolved": "4.4.0",
- "contentHash": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA=="
- },
"SharpCompress": {
"type": "Transitive",
"resolved": "0.30.1",
@@ -664,8 +548,8 @@
},
"StackExchange.Redis": {
"type": "Transitive",
- "resolved": "2.6.48",
- "contentHash": "T0rLGogyT6Zny+IMrDx1Z8r4nA3B0C7EVo5SHNjzT4ndOn9aGKe5K7KTVx0y41WaWmfSWpaX7HrPl0tfZ4zuUw==",
+ "resolved": "2.6.66",
+ "contentHash": "owEqq2PG1TFU1qUh3UH35BqlMjrR/AB2rlR26tGbUWW9LIeu99ArGg2iCgDj/aCSE+juClFJQhwg8i1pONlVDw==",
"dependencies": {
"Pipelines.Sockets.Unofficial": "2.2.2",
"System.Diagnostics.PerformanceCounter": "5.0.0"
@@ -729,20 +613,6 @@
"System.CommandLine": "2.0.0-beta4.22272.1"
}
},
- "System.ComponentModel.Composition": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "YL8iA3VOFxhyomn7FxtBgh3F+8XG5jOfT5UcqYLtkafSa6g6alQfKZuRwlEIWe+tzH6OVnj0Ekg5tn/DmV7SkQ=="
- },
- "System.ComponentModel.Composition.Registration": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "CTTPajoCKcXQ1NVTlazz6ned37MHVFf1qKfzsBIdHkaFJBnRVVh4hYsVkPP7z+RrMQU5iXdiTcsfxDb5DWOKOA==",
- "dependencies": {
- "System.ComponentModel.Composition": "5.0.0",
- "System.Reflection.Context": "5.0.0"
- }
- },
"System.Configuration.ConfigurationManager": {
"type": "Transitive",
"resolved": "5.0.0",
@@ -764,40 +634,6 @@
"System.Text.Encoding": "4.3.0"
}
},
- "System.Data.DataSetExtensions": {
- "type": "Transitive",
- "resolved": "4.5.0",
- "contentHash": "221clPs1445HkTBZPL+K9sDBdJRB8UN8rgjO3ztB0CQ26z//fmJXtlsr6whGatscsKGBrhJl5bwJuKSA8mwFOw=="
- },
- "System.Data.Odbc": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "j4WsYGmcD7m1D0Tc3N7HqWqcdUHNn9+kdXh9ODTWEsOGrAvALf+BgRStd7L0/O/zDS0R4Uu9vNM8UY6EnK+WYw==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0"
- }
- },
- "System.Data.OleDb": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "DHCZucsidgFtUr1w5OggQNjb7M6N722QpNbkG6TV+3hCvPSLXdrm1NjJqVZB5/OW067gzuZVj9W147hrkTF/Ig==",
- "dependencies": {
- "Microsoft.Win32.Registry": "5.0.0",
- "System.Configuration.ConfigurationManager": "5.0.0",
- "System.Diagnostics.PerformanceCounter": "5.0.0",
- "System.Security.Principal.Windows": "5.0.0"
- }
- },
- "System.Data.SqlClient": {
- "type": "Transitive",
- "resolved": "4.8.1",
- "contentHash": "HKLykcv6eZLbLnSMnlQ6Os4+UAmFE+AgYm92CTvJYeTOBtOYusX3qu8OoGhFrnKZax91UcLcDo5vPrqvJUTSNQ==",
- "dependencies": {
- "Microsoft.Win32.Registry": "4.7.0",
- "System.Security.Principal.Windows": "4.7.0",
- "runtime.native.System.Data.SqlClient.sni": "4.7.0"
- }
- },
"System.Diagnostics.Debug": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -852,41 +688,6 @@
"System.Runtime": "4.3.0"
}
},
- "System.DirectoryServices": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "lAS54Y3KO1XV68akGa0/GJeddkkuuiv2CtcSkMiTmLHQ6o6kFbKpw4DmJZADF7a6KjPwYxmZnH4D3eGicrJdcg==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0",
- "System.IO.FileSystem.AccessControl": "5.0.0",
- "System.Security.AccessControl": "5.0.0",
- "System.Security.Permissions": "5.0.0",
- "System.Security.Principal.Windows": "5.0.0"
- }
- },
- "System.DirectoryServices.AccountManagement": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "1WevH/8ULy0iixbsZW4k8ftV9fDqkeUJfeVMsJ7SySrHsnBISkRx1JuDRRV7QXfNTCQKrHeecfqcY5pevlDwog==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0",
- "System.Configuration.ConfigurationManager": "5.0.0",
- "System.DirectoryServices": "5.0.0",
- "System.DirectoryServices.Protocols": "5.0.0",
- "System.IO.FileSystem.AccessControl": "5.0.0",
- "System.Security.AccessControl": "5.0.0",
- "System.Security.Principal.Windows": "5.0.0"
- }
- },
- "System.DirectoryServices.Protocols": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "uQvO3kpXBDCoRQecbY8yXiQTVBT5t6ZMCZwBsyGFeCL0KUTlNJDsaIx+hsqCKF+bLglaYyz5nWLVRaxPKVeBBw==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0",
- "System.Security.Principal.Windows": "5.0.0"
- }
- },
"System.Drawing.Common": {
"type": "Transitive",
"resolved": "5.0.0",
@@ -895,11 +696,6 @@
"Microsoft.Win32.SystemEvents": "5.0.0"
}
},
- "System.Formats.Asn1": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w=="
- },
"System.Globalization": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -999,15 +795,6 @@
"System.Threading.Tasks": "4.3.0"
}
},
- "System.IO.FileSystem.AccessControl": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==",
- "dependencies": {
- "System.Security.AccessControl": "5.0.0",
- "System.Security.Principal.Windows": "5.0.0"
- }
- },
"System.IO.FileSystem.Primitives": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -1016,34 +803,11 @@
"System.Runtime": "4.3.0"
}
},
- "System.IO.Packaging": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "ebfUwKsgZF4HTwaRUj67SrJdsM4O62Fxsd6u1bSk3MNgvU8yjyfEK0xQmUFUqOYJi1IcL4HENoccl4SKVPndYw=="
- },
"System.IO.Pipelines": {
"type": "Transitive",
"resolved": "5.0.1",
"contentHash": "qEePWsaq9LoEEIqhbGe6D5J8c9IqQOUuTzzV6wn1POlfdLkJliZY3OlB0j0f17uMWlqZYjH7txj+2YbyrIA8Yg=="
},
- "System.IO.Pipes.AccessControl": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "P0FIsXSFNL1AXlHO9zpJ9atRUzVyoPZCkcbkYGZfXXMx9xlGA2H3HOGBwIhpKhB+h0eL3hry/z0UcfJZ+yb2kQ==",
- "dependencies": {
- "System.Security.AccessControl": "5.0.0",
- "System.Security.Principal.Windows": "5.0.0"
- }
- },
- "System.IO.Ports": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "MZY/0cgRg5bcuvHR4LKHqWnlxWV7GkoTgBaOdwIoWGZKsfSBC1twDz+BzG0o1Rk46WdRhhV30E2qzsBABHwGUA==",
- "dependencies": {
- "Microsoft.Win32.Registry": "5.0.0",
- "runtime.native.System.IO.Ports": "5.0.0"
- }
- },
"System.Linq": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -1092,8 +856,8 @@
},
"System.Memory": {
"type": "Transitive",
- "resolved": "4.5.4",
- "contentHash": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw=="
+ "resolved": "4.5.0",
+ "contentHash": "m0psCSpUxTGfvwyO0i03ajXVhgBqyXlibXz0Mo1dtKGjaHrXFLnuQ8rNBTmWRqbfRjr4eC6Wah4X5FfuFDu5og=="
},
"System.Net.Http": {
"type": "Transitive",
@@ -1164,16 +928,6 @@
"System.Threading": "4.3.0"
}
},
- "System.Private.ServiceModel": {
- "type": "Transitive",
- "resolved": "4.7.0",
- "contentHash": "BItrYCkoTV3VzVPsrew+uc34fmLb+3ncgspa7vbO3vkfY9JQCea4u34pHE+Bcv1Iy16MgRs3n2jKVRCDg0rPfg==",
- "dependencies": {
- "System.Reflection.DispatchProxy": "4.5.0",
- "System.Security.Cryptography.Xml": "4.5.0",
- "System.Security.Principal.Windows": "4.5.0"
- }
- },
"System.Reflection": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -1186,30 +940,38 @@
"System.Runtime": "4.3.0"
}
},
- "System.Reflection.Context": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "gG1wxxJLcjQaUkd07K2l2MKVoW+e0w8jS8Jye7QLPXrXT7XXMmOcFV/Ek6XyTOy5Z4GVN0WY95BQNp/iHEs5mw=="
- },
- "System.Reflection.DispatchProxy": {
- "type": "Transitive",
- "resolved": "4.5.0",
- "contentHash": "+UW1hq11TNSeb+16rIk8hRQ02o339NFyzMc4ma/FqmxBzM30l1c2IherBB4ld1MNcenS48fz8tbt50OW4rVULA=="
- },
"System.Reflection.Emit": {
"type": "Transitive",
- "resolved": "4.7.0",
- "contentHash": "VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ=="
+ "resolved": "4.3.0",
+ "contentHash": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==",
+ "dependencies": {
+ "System.IO": "4.3.0",
+ "System.Reflection": "4.3.0",
+ "System.Reflection.Emit.ILGeneration": "4.3.0",
+ "System.Reflection.Primitives": "4.3.0",
+ "System.Runtime": "4.3.0"
+ }
},
"System.Reflection.Emit.ILGeneration": {
"type": "Transitive",
- "resolved": "4.7.0",
- "contentHash": "AucBYo3DSI0IDxdUjKksBcQJXPHyoPyrCXYURW1WDsLI4M65Ar/goSHjdnHOAY9MiYDNKqDlIgaYm+zL2hA1KA=="
+ "resolved": "4.3.0",
+ "contentHash": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==",
+ "dependencies": {
+ "System.Reflection": "4.3.0",
+ "System.Reflection.Primitives": "4.3.0",
+ "System.Runtime": "4.3.0"
+ }
},
"System.Reflection.Emit.Lightweight": {
"type": "Transitive",
- "resolved": "4.7.0",
- "contentHash": "a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA=="
+ "resolved": "4.3.0",
+ "contentHash": "oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==",
+ "dependencies": {
+ "System.Reflection": "4.3.0",
+ "System.Reflection.Emit.ILGeneration": "4.3.0",
+ "System.Reflection.Primitives": "4.3.0",
+ "System.Runtime": "4.3.0"
+ }
},
"System.Reflection.Extensions": {
"type": "Transitive",
@@ -1267,14 +1029,6 @@
"Microsoft.NETCore.Targets": "1.1.0"
}
},
- "System.Runtime.Caching": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "30D6MkO8WF9jVGWZIP0hmCN8l9BTY4LCsAzLIe4xFSXzs+AjDotR7DpSmj27pFskDURzUvqYYY0ikModgBTxWw==",
- "dependencies": {
- "System.Configuration.ConfigurationManager": "5.0.0"
- }
- },
"System.Runtime.CompilerServices.Unsafe": {
"type": "Transitive",
"resolved": "6.0.0",
@@ -1370,10 +1124,20 @@
},
"System.Security.Cryptography.Cng": {
"type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==",
+ "resolved": "4.3.0",
+ "contentHash": "03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==",
"dependencies": {
- "System.Formats.Asn1": "5.0.0"
+ "Microsoft.NETCore.Platforms": "1.1.0",
+ "System.IO": "4.3.0",
+ "System.Resources.ResourceManager": "4.3.0",
+ "System.Runtime": "4.3.0",
+ "System.Runtime.Extensions": "4.3.0",
+ "System.Runtime.Handles": "4.3.0",
+ "System.Runtime.InteropServices": "4.3.0",
+ "System.Security.Cryptography.Algorithms": "4.3.0",
+ "System.Security.Cryptography.Encoding": "4.3.0",
+ "System.Security.Cryptography.Primitives": "4.3.0",
+ "System.Text.Encoding": "4.3.0"
}
},
"System.Security.Cryptography.Csp": {
@@ -1435,15 +1199,6 @@
"runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
}
},
- "System.Security.Cryptography.Pkcs": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "9TPLGjBCGKmNvG8pjwPeuYy0SMVmGZRwlTZvyPHDbYv/DRkoeumJdfumaaDNQzVGMEmbWtg07zUpSW9q70IlDQ==",
- "dependencies": {
- "System.Formats.Asn1": "5.0.0",
- "System.Security.Cryptography.Cng": "5.0.0"
- }
- },
"System.Security.Cryptography.Primitives": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -1495,15 +1250,6 @@
"runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
}
},
- "System.Security.Cryptography.Xml": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "MYmkHtCW+paFmPGFDktnLdOeH3zUrNchbZNki87E1ejNSMm9enSRbJokmvFrsWUrDE4bRE1lVeAle01+t6SGhA==",
- "dependencies": {
- "System.Security.Cryptography.Pkcs": "5.0.0",
- "System.Security.Permissions": "5.0.0"
- }
- },
"System.Security.Permissions": {
"type": "Transitive",
"resolved": "5.0.0",
@@ -1518,63 +1264,6 @@
"resolved": "5.0.0",
"contentHash": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA=="
},
- "System.ServiceModel.Duplex": {
- "type": "Transitive",
- "resolved": "4.7.0",
- "contentHash": "7GBKQc2QWRxnEVQ49zMKq3z3RFKaHhhWjfMWhp+DP+dgfp0X4Szln/eL+UQumOKvv+sTU5bhOXjnJg5045liCA==",
- "dependencies": {
- "System.Private.ServiceModel": "4.7.0",
- "System.ServiceModel.Primitives": "4.7.0"
- }
- },
- "System.ServiceModel.Http": {
- "type": "Transitive",
- "resolved": "4.7.0",
- "contentHash": "+BB61ycl1cSlRbJDpABoqMa7bRE4boJfK1CfWfbNzTGeADFVmDkhylpfmC1bKloxtf95p2owj8/n7kilgRBAow==",
- "dependencies": {
- "System.Private.ServiceModel": "4.7.0",
- "System.ServiceModel.Primitives": "4.7.0"
- }
- },
- "System.ServiceModel.NetTcp": {
- "type": "Transitive",
- "resolved": "4.7.0",
- "contentHash": "snQgAc7kn4721eaus8nZ52eRu1QrdEnWGbru6I263hPWcISStntwHwSrT57Iwp1Z58b3Lz0J/hbjJhGP0yExOA==",
- "dependencies": {
- "System.Private.ServiceModel": "4.7.0",
- "System.ServiceModel.Primitives": "4.7.0"
- }
- },
- "System.ServiceModel.Primitives": {
- "type": "Transitive",
- "resolved": "4.7.0",
- "contentHash": "YUXIMO4kL1v6dUVptJGixAx/8Ai5trQzVn3gbk0mpwxh77kGAs+MyBRoHN/5ZoxtwNn4E1dq3N4rJCAgAUaiJA==",
- "dependencies": {
- "System.Private.ServiceModel": "4.7.0"
- }
- },
- "System.ServiceModel.Security": {
- "type": "Transitive",
- "resolved": "4.7.0",
- "contentHash": "LjYrQRrP1rw+s/wieB+QIv3p6/oG2ucTfVpg5iWmX8/7+nfUxcqmy9l8rsbtYE8X8BEQnSq42OhWap/Dlhlh9Q==",
- "dependencies": {
- "System.Private.ServiceModel": "4.7.0",
- "System.ServiceModel.Primitives": "4.7.0"
- }
- },
- "System.ServiceModel.Syndication": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "xjwRFydlevI/DMLlBcDRbOmofJTZNoJ0FCkEPdMw9i+85lDbl8Pw001LJKQbRSeHSVJCEuPfAvEuC1TAumxcmw=="
- },
- "System.ServiceProcess.ServiceController": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "p2yX167GW1pr2DCR6cW+cBKrvhli4thckXk108faFaTPHnoudb0AYPcIPq3nmrwn7IQj9FEmjpyJlXzcOmIjjw==",
- "dependencies": {
- "System.Diagnostics.EventLog": "5.0.0"
- }
- },
"System.Text.Encoding": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -1585,14 +1274,6 @@
"System.Runtime": "4.3.0"
}
},
- "System.Text.Encoding.CodePages": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0"
- }
- },
"System.Text.Encoding.Extensions": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -1626,15 +1307,6 @@
"System.Threading.Tasks": "4.3.0"
}
},
- "System.Threading.AccessControl": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "WJ9w9m4iHJVq0VoH7hZvYAccbRq95itYRhAAXd6M4kVCzLmT6NqTwmSXKwp3oQilWHhYTXgqaIXxBfg8YaqtmA==",
- "dependencies": {
- "System.Security.AccessControl": "5.0.0",
- "System.Security.Principal.Windows": "5.0.0"
- }
- },
"System.Threading.Tasks": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -1769,96 +1441,96 @@
"entitydb.abstractions": {
"type": "Project",
"dependencies": {
- "System.Linq.Async": "6.0.1"
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.common": {
"type": "Project",
"dependencies": {
- "EntityDb.Abstractions": "1.0.0",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.Abstractions": "[1.0.0, )",
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.common.tests": {
"type": "Project",
"dependencies": {
- "Bogus": "34.0.2",
- "EntityDb.Common": "1.0.0",
- "EntityDb.InMemory": "1.0.0",
- "EntityDb.Provisioner": "1.0.0",
- "EntityDb.Redis": "1.0.0",
- "Microsoft.NET.Test.Sdk": "17.2.0",
- "Moq": "4.18.2",
- "Shouldly": "4.0.3",
- "System.Linq.Async": "6.0.1",
- "Testcontainers": "2.1.0",
- "Xunit.DependencyInjection": "8.5.0",
- "Xunit.DependencyInjection.Logging": "8.0.1",
- "xunit": "2.4.2"
+ "Bogus": "[34.0.2, )",
+ "EntityDb.Common": "[1.0.0, )",
+ "EntityDb.InMemory": "[1.0.0, )",
+ "EntityDb.Provisioner": "[1.0.0, )",
+ "EntityDb.Redis": "[1.0.0, )",
+ "Microsoft.NET.Test.Sdk": "[17.3.2, )",
+ "Moq": "[4.18.2, )",
+ "Shouldly": "[4.1.0, )",
+ "System.Linq.Async": "[6.0.1, )",
+ "Testcontainers": "[2.1.0, )",
+ "Xunit.DependencyInjection": "[8.5.0, )",
+ "Xunit.DependencyInjection.Logging": "[8.0.1, )",
+ "xunit": "[2.4.2, )"
}
},
"entitydb.inmemory": {
"type": "Project",
"dependencies": {
- "EntityDb.Common": "1.0.0",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.Common": "[1.0.0, )",
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.json": {
"type": "Project",
"dependencies": {
- "EntityDb.Common": "1.0.0",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.Common": "[1.0.0, )",
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.mongodb": {
"type": "Project",
"dependencies": {
- "EntityDb.Common": "1.0.0",
- "MongoDB.Driver": "2.17.1",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.Common": "[1.0.0, )",
+ "MongoDB.Driver": "[2.17.1, )",
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.mvc": {
"type": "Project",
"dependencies": {
- "EntityDb.Common": "1.0.0",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.Common": "[1.0.0, )",
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.npgsql": {
"type": "Project",
"dependencies": {
- "EntityDb.SqlDb": "1.0.0",
- "Npgsql": "6.0.6",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.SqlDb": "[1.0.0, )",
+ "Npgsql": "[6.0.7, )",
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.provisioner": {
"type": "Project",
"dependencies": {
- "EntityDb.MongoDb": "1.0.0",
- "EntityDb.Npgsql": "1.0.0",
- "System.CommandLine": "2.0.0-beta4.22272.1",
- "System.CommandLine.NamingConventionBinder": "2.0.0-beta4.22272.1",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.MongoDb": "[1.0.0, )",
+ "EntityDb.Npgsql": "[1.0.0, )",
+ "System.CommandLine": "[2.0.0-beta4.22272.1, )",
+ "System.CommandLine.NamingConventionBinder": "[2.0.0-beta4.22272.1, )",
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.redis": {
"type": "Project",
"dependencies": {
- "EntityDb.Common": "1.0.0",
- "EntityDb.Json": "1.0.0",
- "StackExchange.Redis": "2.6.48",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.Common": "[1.0.0, )",
+ "EntityDb.Json": "[1.0.0, )",
+ "StackExchange.Redis": "[2.6.66, )",
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.sqldb": {
"type": "Project",
"dependencies": {
- "EntityDb.Common": "1.0.0",
- "EntityDb.Json": "1.0.0",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.Common": "[1.0.0, )",
+ "EntityDb.Json": "[1.0.0, )",
+ "System.Linq.Async": "[6.0.1, )"
}
}
}
diff --git a/test/EntityDb.Redis.Tests/EntityDb.Redis.Tests.csproj b/test/EntityDb.Redis.Tests/EntityDb.Redis.Tests.csproj
index 2d9d164d..d10c5c6e 100644
--- a/test/EntityDb.Redis.Tests/EntityDb.Redis.Tests.csproj
+++ b/test/EntityDb.Redis.Tests/EntityDb.Redis.Tests.csproj
@@ -1,8 +1,13 @@
-
-
+
+
+
+
+
+
+
diff --git a/test/EntityDb.Redis.Tests/packages.lock.json b/test/EntityDb.Redis.Tests/packages.lock.json
index f39fe807..2021c57f 100644
--- a/test/EntityDb.Redis.Tests/packages.lock.json
+++ b/test/EntityDb.Redis.Tests/packages.lock.json
@@ -16,12 +16,12 @@
},
"Microsoft.NET.Test.Sdk": {
"type": "Direct",
- "requested": "[17.2.0, )",
- "resolved": "17.2.0",
- "contentHash": "kYmkDYbcDd+jNvmMH4TMtgHjsUYbIsWENM2VcjB0X7TawXbehL5I8OIsu2TgFS/nQCgZE94InrqMxrm7WDy+Lw==",
+ "requested": "[17.3.2, )",
+ "resolved": "17.3.2",
+ "contentHash": "apR0ha1T8FujBwq1P8i/DOZjbI5XhcP/i8As4NnVztVSpZG8GtWRPCstcmgkUkBpvEfcrrDPlJWbuZY+Hl1hSg==",
"dependencies": {
- "Microsoft.CodeCoverage": "17.2.0",
- "Microsoft.TestPlatform.TestHost": "17.2.0"
+ "Microsoft.CodeCoverage": "17.3.2",
+ "Microsoft.TestPlatform.TestHost": "17.3.2"
}
},
"Moq": {
@@ -35,14 +35,13 @@
},
"Shouldly": {
"type": "Direct",
- "requested": "[4.0.3, )",
- "resolved": "4.0.3",
- "contentHash": "wrUt6lohfSPcAFBRwdDZiUNh67//xZjaOO3oYU7K9p7KshV7M72JWpFw+A/RJF3GgzZa03qH/kuC8iragWi3Dg==",
+ "requested": "[4.1.0, )",
+ "resolved": "4.1.0",
+ "contentHash": "sEmt1Wf3VvSmCVMfS0XsmnlLubqK9dTk7RxwMxDjk0YYnkAnb3S+wESntgrjgbcszO+HzVxUy9iVJxwxT1HWIw==",
"dependencies": {
- "DiffEngine": "6.4.9",
- "EmptyFiles": "2.3.3",
- "Microsoft.CSharp": "4.7.0",
- "System.Memory": "4.5.4"
+ "DiffEngine": "10.0.0",
+ "EmptyFiles": "2.8.0",
+ "Microsoft.CSharp": "4.7.0"
}
},
"System.Linq.Async": {
@@ -102,11 +101,11 @@
},
"DiffEngine": {
"type": "Transitive",
- "resolved": "6.4.9",
- "contentHash": "VSZM6KtGMTtbHCYK5nXvkp7ZlholzzDtjJ0Z8lbL8zEQAsmSqodZvJfYWDbGU/SNUaNqa9OzA38T4wgga6TMpA==",
+ "resolved": "10.0.0",
+ "contentHash": "H8F7V1zRHkWLP5AW9lCxZypanXlFRT8n7P9Ou8cxz189Yg8TEw5FwTqQCaXjVPRjfE8621lhblpQrghbGJgDZw==",
"dependencies": {
- "EmptyFiles": "2.3.3",
- "Microsoft.Windows.Compatibility": "5.0.0"
+ "EmptyFiles": "2.8.0",
+ "System.Management": "5.0.0"
}
},
"DnsClient": {
@@ -129,8 +128,8 @@
},
"EmptyFiles": {
"type": "Transitive",
- "resolved": "2.3.3",
- "contentHash": "I7L5UMvHYms1KAJr2lSeuC11p+rfAewSCwTAmxsR/LMKi4i9ld9s/91LuvJ1+FJnz9EaWvnOr8XX78M9Xo5H7Q=="
+ "resolved": "2.8.0",
+ "contentHash": "2N6IdrlSYT+FhX5hAbasJ7wpV/ONtIX+7fN+XXukwGAgHRNjiAoO0TScQsTZcgaXmbuvGu4ogKk0jPt2dVLgTQ=="
},
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
@@ -139,8 +138,8 @@
},
"Microsoft.CodeCoverage": {
"type": "Transitive",
- "resolved": "17.2.0",
- "contentHash": "MsKhJmwIfHxNDbTIlgQy29UpWSWPpbZOQPhQ7xalRy+ABnl8/neFHZGzSP3XlpW2dKAXHTFrtIcKzW/kopY2Bg=="
+ "resolved": "17.3.2",
+ "contentHash": "+CeYNY9hYNRgv1wAID5koeDVob1ZOrOYfRRTLxU9Zm5ZMDMkMZ8wzXgakxVv+jtk8tPdE8Ze9vVE+czMKapv/Q=="
},
"Microsoft.CSharp": {
"type": "Transitive",
@@ -275,8 +274,8 @@
},
"Microsoft.TestPlatform.ObjectModel": {
"type": "Transitive",
- "resolved": "17.2.0",
- "contentHash": "7j1KYDHLhU98XnCEbECMncXLydI9fNiFLcFsiBsP3lV6EkHOaj5kTPAWHYkKnPGRC9TbZUboSQq8rWI4dTQsxg==",
+ "resolved": "17.3.2",
+ "contentHash": "DJEIfSA2GDC+2m42vKGNR2hm+Uhta4SpCsLZVVvYIiYMjxtk7GzNnv82qvE4SCW3kIYllMg2D0rr8juuj/f7AA==",
"dependencies": {
"NuGet.Frameworks": "5.11.0",
"System.Reflection.Metadata": "1.6.0"
@@ -284,10 +283,10 @@
},
"Microsoft.TestPlatform.TestHost": {
"type": "Transitive",
- "resolved": "17.2.0",
- "contentHash": "bI67J+hers241h7eD2eecS02p9CbKcQDIeoRvO4FgMlTWg2ZTzc0D3uWLYr5U+K5x9O1pNmyMoMDbYIeWY/TWw==",
+ "resolved": "17.3.2",
+ "contentHash": "113J19v31pIx+PzmdEw67cWTZWh/YApnprbclFeat6szNbnpKOKG7Ap4PX5LT6E5Da+xONyilxvx2HZPpEaXPQ==",
"dependencies": {
- "Microsoft.TestPlatform.ObjectModel": "17.2.0",
+ "Microsoft.TestPlatform.ObjectModel": "17.3.2",
"Newtonsoft.Json": "9.0.1"
}
},
@@ -310,15 +309,6 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
- "Microsoft.Win32.Registry.AccessControl": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "rwF501ZS/xKGWz5H3RLBvwta6E5kcMLB0UYGTgrZ8nL5bvrbGmtEcEObgMC/qRFhA3og/0Zh+eacrcA+0FBXJA==",
- "dependencies": {
- "Microsoft.Win32.Registry": "5.0.0",
- "System.Security.AccessControl": "5.0.0"
- }
- },
"Microsoft.Win32.SystemEvents": {
"type": "Transitive",
"resolved": "5.0.0",
@@ -327,56 +317,6 @@
"Microsoft.NETCore.Platforms": "5.0.0"
}
},
- "Microsoft.Windows.Compatibility": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "HujVMtkV1WTVlzbPWNZjHVG8ro6mIS15ul0XRLwmCq8NnbuI3C8bAUP3KdPTypK2D/Zr+u0q3m3qk7iM7b3JPg==",
- "dependencies": {
- "Microsoft.Win32.Registry": "5.0.0",
- "Microsoft.Win32.Registry.AccessControl": "5.0.0",
- "Microsoft.Win32.SystemEvents": "5.0.0",
- "System.CodeDom": "5.0.0",
- "System.ComponentModel.Composition": "5.0.0",
- "System.ComponentModel.Composition.Registration": "5.0.0",
- "System.Configuration.ConfigurationManager": "5.0.0",
- "System.Data.DataSetExtensions": "4.5.0",
- "System.Data.Odbc": "5.0.0",
- "System.Data.OleDb": "5.0.0",
- "System.Data.SqlClient": "4.8.1",
- "System.Diagnostics.EventLog": "5.0.0",
- "System.Diagnostics.PerformanceCounter": "5.0.0",
- "System.DirectoryServices": "5.0.0",
- "System.DirectoryServices.AccountManagement": "5.0.0",
- "System.DirectoryServices.Protocols": "5.0.0",
- "System.Drawing.Common": "5.0.0",
- "System.IO.FileSystem.AccessControl": "5.0.0",
- "System.IO.Packaging": "5.0.0",
- "System.IO.Pipes.AccessControl": "5.0.0",
- "System.IO.Ports": "5.0.0",
- "System.Management": "5.0.0",
- "System.Reflection.Context": "5.0.0",
- "System.Reflection.Emit": "4.7.0",
- "System.Reflection.Emit.ILGeneration": "4.7.0",
- "System.Reflection.Emit.Lightweight": "4.7.0",
- "System.Runtime.Caching": "5.0.0",
- "System.Security.AccessControl": "5.0.0",
- "System.Security.Cryptography.Cng": "5.0.0",
- "System.Security.Cryptography.Pkcs": "5.0.0",
- "System.Security.Cryptography.ProtectedData": "5.0.0",
- "System.Security.Cryptography.Xml": "5.0.0",
- "System.Security.Permissions": "5.0.0",
- "System.Security.Principal.Windows": "5.0.0",
- "System.ServiceModel.Duplex": "4.7.0",
- "System.ServiceModel.Http": "4.7.0",
- "System.ServiceModel.NetTcp": "4.7.0",
- "System.ServiceModel.Primitives": "4.7.0",
- "System.ServiceModel.Security": "4.7.0",
- "System.ServiceModel.Syndication": "5.0.0",
- "System.ServiceProcess.ServiceController": "5.0.0",
- "System.Text.Encoding.CodePages": "5.0.0",
- "System.Threading.AccessControl": "5.0.0"
- }
- },
"MongoDB.Bson": {
"type": "Transitive",
"resolved": "2.17.1",
@@ -470,8 +410,8 @@
},
"Npgsql": {
"type": "Transitive",
- "resolved": "6.0.6",
- "contentHash": "IIwnoJp0sFkhAydT/KKe/0NhlJKhYPIrXSE95AuU/2dqHNI9alxvjClJSGL+QE8NGqq1SFn+NenxVtm/JYsrJg==",
+ "resolved": "6.0.7",
+ "contentHash": "HhD5q/VUJY++tCzc0eCrhtsxmUdP7NxNhUMOdYW6sqpC6NRlFLvUDf5JyRj0gOGkXe3Tn49toaisgvLqlzQ2JQ==",
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
}
@@ -504,21 +444,6 @@
"resolved": "4.3.0",
"contentHash": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw=="
},
- "runtime.linux-arm.runtime.native.System.IO.Ports": {
- "type": "Transitive",
- "resolved": "5.0.0-rtm.20519.4",
- "contentHash": "Np6w3r1dSFB930GGZHIKCc5ZClRXZIqOrCAT0pzcd/zXnsZPvGqLZB1MnxAbVhvriJl71B0N0tJaaT1ICWXsyg=="
- },
- "runtime.linux-arm64.runtime.native.System.IO.Ports": {
- "type": "Transitive",
- "resolved": "5.0.0-rtm.20519.4",
- "contentHash": "VnGZmQ7pzMNkcTVdmGtXUQIbytK4Xk8F4/mxm0I+n7zbrsW/WNgLrWMTv9pb2Uyq09azXazNDQhZao4R4ebWcw=="
- },
- "runtime.linux-x64.runtime.native.System.IO.Ports": {
- "type": "Transitive",
- "resolved": "5.0.0-rtm.20519.4",
- "contentHash": "kvMZgZjtcC6cA8Y8imKpjCpiOJKDtwlNekS86GzUol4Jmzh0FWiRwAj4E9ZKO8R7rTBGIA4rkmra9Ko8j7l6AA=="
- },
"runtime.native.System": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -528,16 +453,6 @@
"Microsoft.NETCore.Targets": "1.1.0"
}
},
- "runtime.native.System.Data.SqlClient.sni": {
- "type": "Transitive",
- "resolved": "4.7.0",
- "contentHash": "9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==",
- "dependencies": {
- "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
- "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
- "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0"
- }
- },
"runtime.native.System.IO.Compression": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -547,17 +462,6 @@
"Microsoft.NETCore.Targets": "1.1.0"
}
},
- "runtime.native.System.IO.Ports": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "ME+/evR+UxVlWyGHUlLBoNTnsTdaylMbnvVwOp0Nl6XIZGGyXdqJqjlEew7e6TcKkJAA0lljhjKi3Kie+vzQ7g==",
- "dependencies": {
- "runtime.linux-arm.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4",
- "runtime.linux-arm64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4",
- "runtime.linux-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4",
- "runtime.osx-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4"
- }
- },
"runtime.native.System.Net.Http": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -602,11 +506,6 @@
"resolved": "4.3.0",
"contentHash": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ=="
},
- "runtime.osx-x64.runtime.native.System.IO.Ports": {
- "type": "Transitive",
- "resolved": "5.0.0-rtm.20519.4",
- "contentHash": "N+dbbqhT7JBnPVHa7n2+Z5fHYO4a4UUhm7cQkbuQQoNkjbxLpxYnQ4lpRjr1RuQptqYkPmunKvN5etdFOObaiw=="
- },
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -637,21 +536,6 @@
"resolved": "4.3.0",
"contentHash": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg=="
},
- "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": {
- "type": "Transitive",
- "resolved": "4.4.0",
- "contentHash": "LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg=="
- },
- "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": {
- "type": "Transitive",
- "resolved": "4.4.0",
- "contentHash": "38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ=="
- },
- "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": {
- "type": "Transitive",
- "resolved": "4.4.0",
- "contentHash": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA=="
- },
"SharpCompress": {
"type": "Transitive",
"resolved": "0.30.1",
@@ -664,8 +548,8 @@
},
"StackExchange.Redis": {
"type": "Transitive",
- "resolved": "2.6.48",
- "contentHash": "T0rLGogyT6Zny+IMrDx1Z8r4nA3B0C7EVo5SHNjzT4ndOn9aGKe5K7KTVx0y41WaWmfSWpaX7HrPl0tfZ4zuUw==",
+ "resolved": "2.6.66",
+ "contentHash": "owEqq2PG1TFU1qUh3UH35BqlMjrR/AB2rlR26tGbUWW9LIeu99ArGg2iCgDj/aCSE+juClFJQhwg8i1pONlVDw==",
"dependencies": {
"Pipelines.Sockets.Unofficial": "2.2.2",
"System.Diagnostics.PerformanceCounter": "5.0.0"
@@ -729,20 +613,6 @@
"System.CommandLine": "2.0.0-beta4.22272.1"
}
},
- "System.ComponentModel.Composition": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "YL8iA3VOFxhyomn7FxtBgh3F+8XG5jOfT5UcqYLtkafSa6g6alQfKZuRwlEIWe+tzH6OVnj0Ekg5tn/DmV7SkQ=="
- },
- "System.ComponentModel.Composition.Registration": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "CTTPajoCKcXQ1NVTlazz6ned37MHVFf1qKfzsBIdHkaFJBnRVVh4hYsVkPP7z+RrMQU5iXdiTcsfxDb5DWOKOA==",
- "dependencies": {
- "System.ComponentModel.Composition": "5.0.0",
- "System.Reflection.Context": "5.0.0"
- }
- },
"System.Configuration.ConfigurationManager": {
"type": "Transitive",
"resolved": "5.0.0",
@@ -764,40 +634,6 @@
"System.Text.Encoding": "4.3.0"
}
},
- "System.Data.DataSetExtensions": {
- "type": "Transitive",
- "resolved": "4.5.0",
- "contentHash": "221clPs1445HkTBZPL+K9sDBdJRB8UN8rgjO3ztB0CQ26z//fmJXtlsr6whGatscsKGBrhJl5bwJuKSA8mwFOw=="
- },
- "System.Data.Odbc": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "j4WsYGmcD7m1D0Tc3N7HqWqcdUHNn9+kdXh9ODTWEsOGrAvALf+BgRStd7L0/O/zDS0R4Uu9vNM8UY6EnK+WYw==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0"
- }
- },
- "System.Data.OleDb": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "DHCZucsidgFtUr1w5OggQNjb7M6N722QpNbkG6TV+3hCvPSLXdrm1NjJqVZB5/OW067gzuZVj9W147hrkTF/Ig==",
- "dependencies": {
- "Microsoft.Win32.Registry": "5.0.0",
- "System.Configuration.ConfigurationManager": "5.0.0",
- "System.Diagnostics.PerformanceCounter": "5.0.0",
- "System.Security.Principal.Windows": "5.0.0"
- }
- },
- "System.Data.SqlClient": {
- "type": "Transitive",
- "resolved": "4.8.1",
- "contentHash": "HKLykcv6eZLbLnSMnlQ6Os4+UAmFE+AgYm92CTvJYeTOBtOYusX3qu8OoGhFrnKZax91UcLcDo5vPrqvJUTSNQ==",
- "dependencies": {
- "Microsoft.Win32.Registry": "4.7.0",
- "System.Security.Principal.Windows": "4.7.0",
- "runtime.native.System.Data.SqlClient.sni": "4.7.0"
- }
- },
"System.Diagnostics.Debug": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -852,41 +688,6 @@
"System.Runtime": "4.3.0"
}
},
- "System.DirectoryServices": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "lAS54Y3KO1XV68akGa0/GJeddkkuuiv2CtcSkMiTmLHQ6o6kFbKpw4DmJZADF7a6KjPwYxmZnH4D3eGicrJdcg==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0",
- "System.IO.FileSystem.AccessControl": "5.0.0",
- "System.Security.AccessControl": "5.0.0",
- "System.Security.Permissions": "5.0.0",
- "System.Security.Principal.Windows": "5.0.0"
- }
- },
- "System.DirectoryServices.AccountManagement": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "1WevH/8ULy0iixbsZW4k8ftV9fDqkeUJfeVMsJ7SySrHsnBISkRx1JuDRRV7QXfNTCQKrHeecfqcY5pevlDwog==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0",
- "System.Configuration.ConfigurationManager": "5.0.0",
- "System.DirectoryServices": "5.0.0",
- "System.DirectoryServices.Protocols": "5.0.0",
- "System.IO.FileSystem.AccessControl": "5.0.0",
- "System.Security.AccessControl": "5.0.0",
- "System.Security.Principal.Windows": "5.0.0"
- }
- },
- "System.DirectoryServices.Protocols": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "uQvO3kpXBDCoRQecbY8yXiQTVBT5t6ZMCZwBsyGFeCL0KUTlNJDsaIx+hsqCKF+bLglaYyz5nWLVRaxPKVeBBw==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0",
- "System.Security.Principal.Windows": "5.0.0"
- }
- },
"System.Drawing.Common": {
"type": "Transitive",
"resolved": "5.0.0",
@@ -895,11 +696,6 @@
"Microsoft.Win32.SystemEvents": "5.0.0"
}
},
- "System.Formats.Asn1": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w=="
- },
"System.Globalization": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -999,15 +795,6 @@
"System.Threading.Tasks": "4.3.0"
}
},
- "System.IO.FileSystem.AccessControl": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==",
- "dependencies": {
- "System.Security.AccessControl": "5.0.0",
- "System.Security.Principal.Windows": "5.0.0"
- }
- },
"System.IO.FileSystem.Primitives": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -1016,34 +803,11 @@
"System.Runtime": "4.3.0"
}
},
- "System.IO.Packaging": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "ebfUwKsgZF4HTwaRUj67SrJdsM4O62Fxsd6u1bSk3MNgvU8yjyfEK0xQmUFUqOYJi1IcL4HENoccl4SKVPndYw=="
- },
"System.IO.Pipelines": {
"type": "Transitive",
"resolved": "5.0.1",
"contentHash": "qEePWsaq9LoEEIqhbGe6D5J8c9IqQOUuTzzV6wn1POlfdLkJliZY3OlB0j0f17uMWlqZYjH7txj+2YbyrIA8Yg=="
},
- "System.IO.Pipes.AccessControl": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "P0FIsXSFNL1AXlHO9zpJ9atRUzVyoPZCkcbkYGZfXXMx9xlGA2H3HOGBwIhpKhB+h0eL3hry/z0UcfJZ+yb2kQ==",
- "dependencies": {
- "System.Security.AccessControl": "5.0.0",
- "System.Security.Principal.Windows": "5.0.0"
- }
- },
- "System.IO.Ports": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "MZY/0cgRg5bcuvHR4LKHqWnlxWV7GkoTgBaOdwIoWGZKsfSBC1twDz+BzG0o1Rk46WdRhhV30E2qzsBABHwGUA==",
- "dependencies": {
- "Microsoft.Win32.Registry": "5.0.0",
- "runtime.native.System.IO.Ports": "5.0.0"
- }
- },
"System.Linq": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -1092,8 +856,8 @@
},
"System.Memory": {
"type": "Transitive",
- "resolved": "4.5.4",
- "contentHash": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw=="
+ "resolved": "4.5.0",
+ "contentHash": "m0psCSpUxTGfvwyO0i03ajXVhgBqyXlibXz0Mo1dtKGjaHrXFLnuQ8rNBTmWRqbfRjr4eC6Wah4X5FfuFDu5og=="
},
"System.Net.Http": {
"type": "Transitive",
@@ -1164,16 +928,6 @@
"System.Threading": "4.3.0"
}
},
- "System.Private.ServiceModel": {
- "type": "Transitive",
- "resolved": "4.7.0",
- "contentHash": "BItrYCkoTV3VzVPsrew+uc34fmLb+3ncgspa7vbO3vkfY9JQCea4u34pHE+Bcv1Iy16MgRs3n2jKVRCDg0rPfg==",
- "dependencies": {
- "System.Reflection.DispatchProxy": "4.5.0",
- "System.Security.Cryptography.Xml": "4.5.0",
- "System.Security.Principal.Windows": "4.5.0"
- }
- },
"System.Reflection": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -1186,30 +940,38 @@
"System.Runtime": "4.3.0"
}
},
- "System.Reflection.Context": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "gG1wxxJLcjQaUkd07K2l2MKVoW+e0w8jS8Jye7QLPXrXT7XXMmOcFV/Ek6XyTOy5Z4GVN0WY95BQNp/iHEs5mw=="
- },
- "System.Reflection.DispatchProxy": {
- "type": "Transitive",
- "resolved": "4.5.0",
- "contentHash": "+UW1hq11TNSeb+16rIk8hRQ02o339NFyzMc4ma/FqmxBzM30l1c2IherBB4ld1MNcenS48fz8tbt50OW4rVULA=="
- },
"System.Reflection.Emit": {
"type": "Transitive",
- "resolved": "4.7.0",
- "contentHash": "VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ=="
+ "resolved": "4.3.0",
+ "contentHash": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==",
+ "dependencies": {
+ "System.IO": "4.3.0",
+ "System.Reflection": "4.3.0",
+ "System.Reflection.Emit.ILGeneration": "4.3.0",
+ "System.Reflection.Primitives": "4.3.0",
+ "System.Runtime": "4.3.0"
+ }
},
"System.Reflection.Emit.ILGeneration": {
"type": "Transitive",
- "resolved": "4.7.0",
- "contentHash": "AucBYo3DSI0IDxdUjKksBcQJXPHyoPyrCXYURW1WDsLI4M65Ar/goSHjdnHOAY9MiYDNKqDlIgaYm+zL2hA1KA=="
+ "resolved": "4.3.0",
+ "contentHash": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==",
+ "dependencies": {
+ "System.Reflection": "4.3.0",
+ "System.Reflection.Primitives": "4.3.0",
+ "System.Runtime": "4.3.0"
+ }
},
"System.Reflection.Emit.Lightweight": {
"type": "Transitive",
- "resolved": "4.7.0",
- "contentHash": "a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA=="
+ "resolved": "4.3.0",
+ "contentHash": "oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==",
+ "dependencies": {
+ "System.Reflection": "4.3.0",
+ "System.Reflection.Emit.ILGeneration": "4.3.0",
+ "System.Reflection.Primitives": "4.3.0",
+ "System.Runtime": "4.3.0"
+ }
},
"System.Reflection.Extensions": {
"type": "Transitive",
@@ -1267,14 +1029,6 @@
"Microsoft.NETCore.Targets": "1.1.0"
}
},
- "System.Runtime.Caching": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "30D6MkO8WF9jVGWZIP0hmCN8l9BTY4LCsAzLIe4xFSXzs+AjDotR7DpSmj27pFskDURzUvqYYY0ikModgBTxWw==",
- "dependencies": {
- "System.Configuration.ConfigurationManager": "5.0.0"
- }
- },
"System.Runtime.CompilerServices.Unsafe": {
"type": "Transitive",
"resolved": "6.0.0",
@@ -1370,10 +1124,20 @@
},
"System.Security.Cryptography.Cng": {
"type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==",
+ "resolved": "4.3.0",
+ "contentHash": "03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==",
"dependencies": {
- "System.Formats.Asn1": "5.0.0"
+ "Microsoft.NETCore.Platforms": "1.1.0",
+ "System.IO": "4.3.0",
+ "System.Resources.ResourceManager": "4.3.0",
+ "System.Runtime": "4.3.0",
+ "System.Runtime.Extensions": "4.3.0",
+ "System.Runtime.Handles": "4.3.0",
+ "System.Runtime.InteropServices": "4.3.0",
+ "System.Security.Cryptography.Algorithms": "4.3.0",
+ "System.Security.Cryptography.Encoding": "4.3.0",
+ "System.Security.Cryptography.Primitives": "4.3.0",
+ "System.Text.Encoding": "4.3.0"
}
},
"System.Security.Cryptography.Csp": {
@@ -1435,15 +1199,6 @@
"runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
}
},
- "System.Security.Cryptography.Pkcs": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "9TPLGjBCGKmNvG8pjwPeuYy0SMVmGZRwlTZvyPHDbYv/DRkoeumJdfumaaDNQzVGMEmbWtg07zUpSW9q70IlDQ==",
- "dependencies": {
- "System.Formats.Asn1": "5.0.0",
- "System.Security.Cryptography.Cng": "5.0.0"
- }
- },
"System.Security.Cryptography.Primitives": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -1495,15 +1250,6 @@
"runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
}
},
- "System.Security.Cryptography.Xml": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "MYmkHtCW+paFmPGFDktnLdOeH3zUrNchbZNki87E1ejNSMm9enSRbJokmvFrsWUrDE4bRE1lVeAle01+t6SGhA==",
- "dependencies": {
- "System.Security.Cryptography.Pkcs": "5.0.0",
- "System.Security.Permissions": "5.0.0"
- }
- },
"System.Security.Permissions": {
"type": "Transitive",
"resolved": "5.0.0",
@@ -1518,63 +1264,6 @@
"resolved": "5.0.0",
"contentHash": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA=="
},
- "System.ServiceModel.Duplex": {
- "type": "Transitive",
- "resolved": "4.7.0",
- "contentHash": "7GBKQc2QWRxnEVQ49zMKq3z3RFKaHhhWjfMWhp+DP+dgfp0X4Szln/eL+UQumOKvv+sTU5bhOXjnJg5045liCA==",
- "dependencies": {
- "System.Private.ServiceModel": "4.7.0",
- "System.ServiceModel.Primitives": "4.7.0"
- }
- },
- "System.ServiceModel.Http": {
- "type": "Transitive",
- "resolved": "4.7.0",
- "contentHash": "+BB61ycl1cSlRbJDpABoqMa7bRE4boJfK1CfWfbNzTGeADFVmDkhylpfmC1bKloxtf95p2owj8/n7kilgRBAow==",
- "dependencies": {
- "System.Private.ServiceModel": "4.7.0",
- "System.ServiceModel.Primitives": "4.7.0"
- }
- },
- "System.ServiceModel.NetTcp": {
- "type": "Transitive",
- "resolved": "4.7.0",
- "contentHash": "snQgAc7kn4721eaus8nZ52eRu1QrdEnWGbru6I263hPWcISStntwHwSrT57Iwp1Z58b3Lz0J/hbjJhGP0yExOA==",
- "dependencies": {
- "System.Private.ServiceModel": "4.7.0",
- "System.ServiceModel.Primitives": "4.7.0"
- }
- },
- "System.ServiceModel.Primitives": {
- "type": "Transitive",
- "resolved": "4.7.0",
- "contentHash": "YUXIMO4kL1v6dUVptJGixAx/8Ai5trQzVn3gbk0mpwxh77kGAs+MyBRoHN/5ZoxtwNn4E1dq3N4rJCAgAUaiJA==",
- "dependencies": {
- "System.Private.ServiceModel": "4.7.0"
- }
- },
- "System.ServiceModel.Security": {
- "type": "Transitive",
- "resolved": "4.7.0",
- "contentHash": "LjYrQRrP1rw+s/wieB+QIv3p6/oG2ucTfVpg5iWmX8/7+nfUxcqmy9l8rsbtYE8X8BEQnSq42OhWap/Dlhlh9Q==",
- "dependencies": {
- "System.Private.ServiceModel": "4.7.0",
- "System.ServiceModel.Primitives": "4.7.0"
- }
- },
- "System.ServiceModel.Syndication": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "xjwRFydlevI/DMLlBcDRbOmofJTZNoJ0FCkEPdMw9i+85lDbl8Pw001LJKQbRSeHSVJCEuPfAvEuC1TAumxcmw=="
- },
- "System.ServiceProcess.ServiceController": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "p2yX167GW1pr2DCR6cW+cBKrvhli4thckXk108faFaTPHnoudb0AYPcIPq3nmrwn7IQj9FEmjpyJlXzcOmIjjw==",
- "dependencies": {
- "System.Diagnostics.EventLog": "5.0.0"
- }
- },
"System.Text.Encoding": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -1585,14 +1274,6 @@
"System.Runtime": "4.3.0"
}
},
- "System.Text.Encoding.CodePages": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0"
- }
- },
"System.Text.Encoding.Extensions": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -1626,15 +1307,6 @@
"System.Threading.Tasks": "4.3.0"
}
},
- "System.Threading.AccessControl": {
- "type": "Transitive",
- "resolved": "5.0.0",
- "contentHash": "WJ9w9m4iHJVq0VoH7hZvYAccbRq95itYRhAAXd6M4kVCzLmT6NqTwmSXKwp3oQilWHhYTXgqaIXxBfg8YaqtmA==",
- "dependencies": {
- "System.Security.AccessControl": "5.0.0",
- "System.Security.Principal.Windows": "5.0.0"
- }
- },
"System.Threading.Tasks": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -1769,89 +1441,89 @@
"entitydb.abstractions": {
"type": "Project",
"dependencies": {
- "System.Linq.Async": "6.0.1"
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.common": {
"type": "Project",
"dependencies": {
- "EntityDb.Abstractions": "1.0.0",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.Abstractions": "[1.0.0, )",
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.common.tests": {
"type": "Project",
"dependencies": {
- "Bogus": "34.0.2",
- "EntityDb.Common": "1.0.0",
- "EntityDb.InMemory": "1.0.0",
- "EntityDb.Provisioner": "1.0.0",
- "EntityDb.Redis": "1.0.0",
- "Microsoft.NET.Test.Sdk": "17.2.0",
- "Moq": "4.18.2",
- "Shouldly": "4.0.3",
- "System.Linq.Async": "6.0.1",
- "Testcontainers": "2.1.0",
- "Xunit.DependencyInjection": "8.5.0",
- "Xunit.DependencyInjection.Logging": "8.0.1",
- "xunit": "2.4.2"
+ "Bogus": "[34.0.2, )",
+ "EntityDb.Common": "[1.0.0, )",
+ "EntityDb.InMemory": "[1.0.0, )",
+ "EntityDb.Provisioner": "[1.0.0, )",
+ "EntityDb.Redis": "[1.0.0, )",
+ "Microsoft.NET.Test.Sdk": "[17.3.2, )",
+ "Moq": "[4.18.2, )",
+ "Shouldly": "[4.1.0, )",
+ "System.Linq.Async": "[6.0.1, )",
+ "Testcontainers": "[2.1.0, )",
+ "Xunit.DependencyInjection": "[8.5.0, )",
+ "Xunit.DependencyInjection.Logging": "[8.0.1, )",
+ "xunit": "[2.4.2, )"
}
},
"entitydb.inmemory": {
"type": "Project",
"dependencies": {
- "EntityDb.Common": "1.0.0",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.Common": "[1.0.0, )",
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.json": {
"type": "Project",
"dependencies": {
- "EntityDb.Common": "1.0.0",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.Common": "[1.0.0, )",
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.mongodb": {
"type": "Project",
"dependencies": {
- "EntityDb.Common": "1.0.0",
- "MongoDB.Driver": "2.17.1",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.Common": "[1.0.0, )",
+ "MongoDB.Driver": "[2.17.1, )",
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.npgsql": {
"type": "Project",
"dependencies": {
- "EntityDb.SqlDb": "1.0.0",
- "Npgsql": "6.0.6",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.SqlDb": "[1.0.0, )",
+ "Npgsql": "[6.0.7, )",
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.provisioner": {
"type": "Project",
"dependencies": {
- "EntityDb.MongoDb": "1.0.0",
- "EntityDb.Npgsql": "1.0.0",
- "System.CommandLine": "2.0.0-beta4.22272.1",
- "System.CommandLine.NamingConventionBinder": "2.0.0-beta4.22272.1",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.MongoDb": "[1.0.0, )",
+ "EntityDb.Npgsql": "[1.0.0, )",
+ "System.CommandLine": "[2.0.0-beta4.22272.1, )",
+ "System.CommandLine.NamingConventionBinder": "[2.0.0-beta4.22272.1, )",
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.redis": {
"type": "Project",
"dependencies": {
- "EntityDb.Common": "1.0.0",
- "EntityDb.Json": "1.0.0",
- "StackExchange.Redis": "2.6.48",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.Common": "[1.0.0, )",
+ "EntityDb.Json": "[1.0.0, )",
+ "StackExchange.Redis": "[2.6.66, )",
+ "System.Linq.Async": "[6.0.1, )"
}
},
"entitydb.sqldb": {
"type": "Project",
"dependencies": {
- "EntityDb.Common": "1.0.0",
- "EntityDb.Json": "1.0.0",
- "System.Linq.Async": "6.0.1"
+ "EntityDb.Common": "[1.0.0, )",
+ "EntityDb.Json": "[1.0.0, )",
+ "System.Linq.Async": "[6.0.1, )"
}
}
}