aboutsummaryrefslogtreecommitdiff
path: root/Api/Api/bin
diff options
context:
space:
mode:
Diffstat (limited to 'Api/Api/bin')
-rw-r--r--Api/Api/bin/Debug/net6.0/Api.deps.json251
-rw-r--r--Api/Api/bin/Debug/net6.0/Api.dllbin0 -> 12288 bytes
-rw-r--r--Api/Api/bin/Debug/net6.0/Api.exebin0 -> 147968 bytes
-rw-r--r--Api/Api/bin/Debug/net6.0/Api.pdbbin0 -> 21812 bytes
-rw-r--r--Api/Api/bin/Debug/net6.0/Api.runtimeconfig.json19
-rw-r--r--Api/Api/bin/Debug/net6.0/DnsClient.dllbin0 -> 154112 bytes
-rw-r--r--Api/Api/bin/Debug/net6.0/MongoDB.Bson.dllbin0 -> 475648 bytes
-rw-r--r--Api/Api/bin/Debug/net6.0/MongoDB.Driver.Core.dllbin0 -> 961024 bytes
-rw-r--r--Api/Api/bin/Debug/net6.0/MongoDB.Driver.dllbin0 -> 1409536 bytes
-rw-r--r--Api/Api/bin/Debug/net6.0/MongoDB.Libmongocrypt.dllbin0 -> 57344 bytes
-rw-r--r--Api/Api/bin/Debug/net6.0/SharpCompress.dllbin0 -> 546304 bytes
-rw-r--r--Api/Api/bin/Debug/net6.0/Snappier.dllbin0 -> 40448 bytes
-rw-r--r--Api/Api/bin/Debug/net6.0/ZstdSharp.dllbin0 -> 412672 bytes
-rw-r--r--Api/Api/bin/Debug/net6.0/appsettings.Development.json8
-rw-r--r--Api/Api/bin/Debug/net6.0/appsettings.json16
-rw-r--r--Api/Api/bin/Debug/net6.0/runtimes/linux/native/libmongocrypt.sobin0 -> 1920328 bytes
-rw-r--r--Api/Api/bin/Debug/net6.0/runtimes/osx/native/libmongocrypt.dylibbin0 -> 1230216 bytes
-rw-r--r--Api/Api/bin/Debug/net6.0/runtimes/win/native/mongocrypt.dllbin0 -> 530944 bytes
18 files changed, 294 insertions, 0 deletions
diff --git a/Api/Api/bin/Debug/net6.0/Api.deps.json b/Api/Api/bin/Debug/net6.0/Api.deps.json
new file mode 100644
index 0000000..f9c8bbc
--- /dev/null
+++ b/Api/Api/bin/Debug/net6.0/Api.deps.json
@@ -0,0 +1,251 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v6.0",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v6.0": {
+ "Api/1.0.0": {
+ "dependencies": {
+ "MongoDB.Driver": "2.18.0"
+ },
+ "runtime": {
+ "Api.dll": {}
+ }
+ },
+ "DnsClient/1.6.1": {
+ "dependencies": {
+ "Microsoft.Win32.Registry": "5.0.0"
+ },
+ "runtime": {
+ "lib/net5.0/DnsClient.dll": {
+ "assemblyVersion": "1.6.1.0",
+ "fileVersion": "1.6.1.0"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/2.0.0": {},
+ "Microsoft.NETCore.Platforms/5.0.0": {},
+ "Microsoft.Win32.Registry/5.0.0": {
+ "dependencies": {
+ "System.Security.AccessControl": "5.0.0",
+ "System.Security.Principal.Windows": "5.0.0"
+ }
+ },
+ "MongoDB.Bson/2.18.0": {
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "5.0.0"
+ },
+ "runtime": {
+ "lib/netstandard2.1/MongoDB.Bson.dll": {
+ "assemblyVersion": "2.18.0.0",
+ "fileVersion": "2.18.0.0"
+ }
+ }
+ },
+ "MongoDB.Driver/2.18.0": {
+ "dependencies": {
+ "Microsoft.Extensions.Logging.Abstractions": "2.0.0",
+ "MongoDB.Bson": "2.18.0",
+ "MongoDB.Driver.Core": "2.18.0",
+ "MongoDB.Libmongocrypt": "1.6.0"
+ },
+ "runtime": {
+ "lib/netstandard2.1/MongoDB.Driver.dll": {
+ "assemblyVersion": "2.18.0.0",
+ "fileVersion": "2.18.0.0"
+ }
+ }
+ },
+ "MongoDB.Driver.Core/2.18.0": {
+ "dependencies": {
+ "DnsClient": "1.6.1",
+ "Microsoft.Extensions.Logging.Abstractions": "2.0.0",
+ "MongoDB.Bson": "2.18.0",
+ "MongoDB.Libmongocrypt": "1.6.0",
+ "SharpCompress": "0.30.1",
+ "Snappier": "1.0.0",
+ "System.Buffers": "4.5.1",
+ "ZstdSharp.Port": "0.6.2"
+ },
+ "runtime": {
+ "lib/netstandard2.1/MongoDB.Driver.Core.dll": {
+ "assemblyVersion": "2.18.0.0",
+ "fileVersion": "2.18.0.0"
+ }
+ }
+ },
+ "MongoDB.Libmongocrypt/1.6.0": {
+ "runtime": {
+ "lib/netstandard2.1/MongoDB.Libmongocrypt.dll": {
+ "assemblyVersion": "1.6.0.0",
+ "fileVersion": "1.6.0.0"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/linux/native/libmongocrypt.so": {
+ "rid": "linux",
+ "assetType": "native",
+ "fileVersion": "0.0.0.0"
+ },
+ "runtimes/osx/native/libmongocrypt.dylib": {
+ "rid": "osx",
+ "assetType": "native",
+ "fileVersion": "0.0.0.0"
+ },
+ "runtimes/win/native/mongocrypt.dll": {
+ "rid": "win",
+ "assetType": "native",
+ "fileVersion": "0.0.0.0"
+ }
+ }
+ },
+ "SharpCompress/0.30.1": {
+ "runtime": {
+ "lib/net5.0/SharpCompress.dll": {
+ "assemblyVersion": "0.30.1.0",
+ "fileVersion": "0.30.1.0"
+ }
+ }
+ },
+ "Snappier/1.0.0": {
+ "runtime": {
+ "lib/net5.0/Snappier.dll": {
+ "assemblyVersion": "1.0.0.0",
+ "fileVersion": "1.0.0.0"
+ }
+ }
+ },
+ "System.Buffers/4.5.1": {},
+ "System.Runtime.CompilerServices.Unsafe/5.0.0": {},
+ "System.Security.AccessControl/5.0.0": {
+ "dependencies": {
+ "Microsoft.NETCore.Platforms": "5.0.0",
+ "System.Security.Principal.Windows": "5.0.0"
+ }
+ },
+ "System.Security.Principal.Windows/5.0.0": {},
+ "ZstdSharp.Port/0.6.2": {
+ "runtime": {
+ "lib/net6.0/ZstdSharp.dll": {
+ "assemblyVersion": "0.6.2.0",
+ "fileVersion": "0.6.2.0"
+ }
+ }
+ }
+ }
+ },
+ "libraries": {
+ "Api/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "DnsClient/1.6.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-4H/f2uYJOZ+YObZjpY9ABrKZI+JNw3uizp6oMzTXwDw6F+2qIPhpRl/1t68O/6e98+vqNiYGu+lswmwdYUy3gg==",
+ "path": "dnsclient/1.6.1",
+ "hashPath": "dnsclient.1.6.1.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Logging.Abstractions/2.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-6ZCllUYGFukkymSTx3Yr0G/ajRxoNJp7/FqSxSB4fGISST54ifBhgu4Nc0ItGi3i6DqwuNd8SUyObmiC++AO2Q==",
+ "path": "microsoft.extensions.logging.abstractions/2.0.0",
+ "hashPath": "microsoft.extensions.logging.abstractions.2.0.0.nupkg.sha512"
+ },
+ "Microsoft.NETCore.Platforms/5.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==",
+ "path": "microsoft.netcore.platforms/5.0.0",
+ "hashPath": "microsoft.netcore.platforms.5.0.0.nupkg.sha512"
+ },
+ "Microsoft.Win32.Registry/5.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==",
+ "path": "microsoft.win32.registry/5.0.0",
+ "hashPath": "microsoft.win32.registry.5.0.0.nupkg.sha512"
+ },
+ "MongoDB.Bson/2.18.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-iyiVjkCAZIUiyYDZXXUqISeW7n3O/qcM90PUeJybryg7g4rXhSMRY0oLpAg+NdoXD/Qm9LlmVIePAluHQB91tQ==",
+ "path": "mongodb.bson/2.18.0",
+ "hashPath": "mongodb.bson.2.18.0.nupkg.sha512"
+ },
+ "MongoDB.Driver/2.18.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-nq7wRMeNoqUe+bndHFMDGX8IY3iSmzLoyLzzf8DRos137O+5R4NCsd9qtw/n+DoGFas0gzzyD546Cpz+5AkmLg==",
+ "path": "mongodb.driver/2.18.0",
+ "hashPath": "mongodb.driver.2.18.0.nupkg.sha512"
+ },
+ "MongoDB.Driver.Core/2.18.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-/X5Ty32gyDyzs/fWFwKGS0QUhfQT3V9Sc/F8yhILBu8bjCjBscOFKQsKieAha8xxBnYS7dZvTvhvEJWT7HgJ1g==",
+ "path": "mongodb.driver.core/2.18.0",
+ "hashPath": "mongodb.driver.core.2.18.0.nupkg.sha512"
+ },
+ "MongoDB.Libmongocrypt/1.6.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-kh+MMf+ECIf5sQDIqOdKBd75ktD5aD1EuzCX3R4HOUGPlAbeAm8harf4zwlbvFe2BLfCXZO7HajSABLf4P0GNg==",
+ "path": "mongodb.libmongocrypt/1.6.0",
+ "hashPath": "mongodb.libmongocrypt.1.6.0.nupkg.sha512"
+ },
+ "SharpCompress/0.30.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-XqD4TpfyYGa7QTPzaGlMVbcecKnXy4YmYLDWrU+JIj7IuRNl7DH2END+Ll7ekWIY8o3dAMWLFDE1xdhfIWD1nw==",
+ "path": "sharpcompress/0.30.1",
+ "hashPath": "sharpcompress.0.30.1.nupkg.sha512"
+ },
+ "Snappier/1.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-rFtK2KEI9hIe8gtx3a0YDXdHOpedIf9wYCEYtBEmtlyiWVX3XlCNV03JrmmAi/Cdfn7dxK+k0sjjcLv4fpHnqA==",
+ "path": "snappier/1.0.0",
+ "hashPath": "snappier.1.0.0.nupkg.sha512"
+ },
+ "System.Buffers/4.5.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
+ "path": "system.buffers/4.5.1",
+ "hashPath": "system.buffers.4.5.1.nupkg.sha512"
+ },
+ "System.Runtime.CompilerServices.Unsafe/5.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-ZD9TMpsmYJLrxbbmdvhwt9YEgG5WntEnZ/d1eH8JBX9LBp+Ju8BSBhUGbZMNVHHomWo2KVImJhTDl2hIgw/6MA==",
+ "path": "system.runtime.compilerservices.unsafe/5.0.0",
+ "hashPath": "system.runtime.compilerservices.unsafe.5.0.0.nupkg.sha512"
+ },
+ "System.Security.AccessControl/5.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==",
+ "path": "system.security.accesscontrol/5.0.0",
+ "hashPath": "system.security.accesscontrol.5.0.0.nupkg.sha512"
+ },
+ "System.Security.Principal.Windows/5.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
+ "path": "system.security.principal.windows/5.0.0",
+ "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
+ },
+ "ZstdSharp.Port/0.6.2": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-jPao/LdUNLUz8rn3H1D8W7wQbZsRZM0iayvWI4xGejJg3XJHT56gcmYdgmCGPdJF1UEBqUjucCRrFB+4HbJsbw==",
+ "path": "zstdsharp.port/0.6.2",
+ "hashPath": "zstdsharp.port.0.6.2.nupkg.sha512"
+ }
+ }
+} \ No newline at end of file
diff --git a/Api/Api/bin/Debug/net6.0/Api.dll b/Api/Api/bin/Debug/net6.0/Api.dll
new file mode 100644
index 0000000..3c4eca8
--- /dev/null
+++ b/Api/Api/bin/Debug/net6.0/Api.dll
Binary files differ
diff --git a/Api/Api/bin/Debug/net6.0/Api.exe b/Api/Api/bin/Debug/net6.0/Api.exe
new file mode 100644
index 0000000..907a0ca
--- /dev/null
+++ b/Api/Api/bin/Debug/net6.0/Api.exe
Binary files differ
diff --git a/Api/Api/bin/Debug/net6.0/Api.pdb b/Api/Api/bin/Debug/net6.0/Api.pdb
new file mode 100644
index 0000000..2a2a730
--- /dev/null
+++ b/Api/Api/bin/Debug/net6.0/Api.pdb
Binary files differ
diff --git a/Api/Api/bin/Debug/net6.0/Api.runtimeconfig.json b/Api/Api/bin/Debug/net6.0/Api.runtimeconfig.json
new file mode 100644
index 0000000..dfb1b77
--- /dev/null
+++ b/Api/Api/bin/Debug/net6.0/Api.runtimeconfig.json
@@ -0,0 +1,19 @@
+{
+ "runtimeOptions": {
+ "tfm": "net6.0",
+ "frameworks": [
+ {
+ "name": "Microsoft.NETCore.App",
+ "version": "6.0.0"
+ },
+ {
+ "name": "Microsoft.AspNetCore.App",
+ "version": "6.0.0"
+ }
+ ],
+ "configProperties": {
+ "System.GC.Server": true,
+ "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
+ }
+ }
+} \ No newline at end of file
diff --git a/Api/Api/bin/Debug/net6.0/DnsClient.dll b/Api/Api/bin/Debug/net6.0/DnsClient.dll
new file mode 100644
index 0000000..39aa546
--- /dev/null
+++ b/Api/Api/bin/Debug/net6.0/DnsClient.dll
Binary files differ
diff --git a/Api/Api/bin/Debug/net6.0/MongoDB.Bson.dll b/Api/Api/bin/Debug/net6.0/MongoDB.Bson.dll
new file mode 100644
index 0000000..580fa07
--- /dev/null
+++ b/Api/Api/bin/Debug/net6.0/MongoDB.Bson.dll
Binary files differ
diff --git a/Api/Api/bin/Debug/net6.0/MongoDB.Driver.Core.dll b/Api/Api/bin/Debug/net6.0/MongoDB.Driver.Core.dll
new file mode 100644
index 0000000..1d17697
--- /dev/null
+++ b/Api/Api/bin/Debug/net6.0/MongoDB.Driver.Core.dll
Binary files differ
diff --git a/Api/Api/bin/Debug/net6.0/MongoDB.Driver.dll b/Api/Api/bin/Debug/net6.0/MongoDB.Driver.dll
new file mode 100644
index 0000000..14f7df3
--- /dev/null
+++ b/Api/Api/bin/Debug/net6.0/MongoDB.Driver.dll
Binary files differ
diff --git a/Api/Api/bin/Debug/net6.0/MongoDB.Libmongocrypt.dll b/Api/Api/bin/Debug/net6.0/MongoDB.Libmongocrypt.dll
new file mode 100644
index 0000000..a98d2a5
--- /dev/null
+++ b/Api/Api/bin/Debug/net6.0/MongoDB.Libmongocrypt.dll
Binary files differ
diff --git a/Api/Api/bin/Debug/net6.0/SharpCompress.dll b/Api/Api/bin/Debug/net6.0/SharpCompress.dll
new file mode 100644
index 0000000..c1a7f07
--- /dev/null
+++ b/Api/Api/bin/Debug/net6.0/SharpCompress.dll
Binary files differ
diff --git a/Api/Api/bin/Debug/net6.0/Snappier.dll b/Api/Api/bin/Debug/net6.0/Snappier.dll
new file mode 100644
index 0000000..9b68e85
--- /dev/null
+++ b/Api/Api/bin/Debug/net6.0/Snappier.dll
Binary files differ
diff --git a/Api/Api/bin/Debug/net6.0/ZstdSharp.dll b/Api/Api/bin/Debug/net6.0/ZstdSharp.dll
new file mode 100644
index 0000000..8b4fe82
--- /dev/null
+++ b/Api/Api/bin/Debug/net6.0/ZstdSharp.dll
Binary files differ
diff --git a/Api/Api/bin/Debug/net6.0/appsettings.Development.json b/Api/Api/bin/Debug/net6.0/appsettings.Development.json
new file mode 100644
index 0000000..0c208ae
--- /dev/null
+++ b/Api/Api/bin/Debug/net6.0/appsettings.Development.json
@@ -0,0 +1,8 @@
+{
+ "Logging": {
+ "LogLevel": {
+ "Default": "Information",
+ "Microsoft.AspNetCore": "Warning"
+ }
+ }
+}
diff --git a/Api/Api/bin/Debug/net6.0/appsettings.json b/Api/Api/bin/Debug/net6.0/appsettings.json
new file mode 100644
index 0000000..57b8003
--- /dev/null
+++ b/Api/Api/bin/Debug/net6.0/appsettings.json
@@ -0,0 +1,16 @@
+{
+ "Logging": {
+ "LogLevel": {
+ "Default": "Information",
+ "Microsoft.AspNetCore": "Warning"
+ }
+ },
+ "AllowedHosts": "*",
+ "DatabaseSettings": {
+
+ "ConnectionString": "mongodb://127.0.0.1:27017/",
+ "DatabaseName": "DemoApp",
+ "ImageCollectionName": "images"
+
+ }
+}
diff --git a/Api/Api/bin/Debug/net6.0/runtimes/linux/native/libmongocrypt.so b/Api/Api/bin/Debug/net6.0/runtimes/linux/native/libmongocrypt.so
new file mode 100644
index 0000000..c4c55c6
--- /dev/null
+++ b/Api/Api/bin/Debug/net6.0/runtimes/linux/native/libmongocrypt.so
Binary files differ
diff --git a/Api/Api/bin/Debug/net6.0/runtimes/osx/native/libmongocrypt.dylib b/Api/Api/bin/Debug/net6.0/runtimes/osx/native/libmongocrypt.dylib
new file mode 100644
index 0000000..d17acad
--- /dev/null
+++ b/Api/Api/bin/Debug/net6.0/runtimes/osx/native/libmongocrypt.dylib
Binary files differ
diff --git a/Api/Api/bin/Debug/net6.0/runtimes/win/native/mongocrypt.dll b/Api/Api/bin/Debug/net6.0/runtimes/win/native/mongocrypt.dll
new file mode 100644
index 0000000..bde3c75
--- /dev/null
+++ b/Api/Api/bin/Debug/net6.0/runtimes/win/native/mongocrypt.dll
Binary files differ