diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..3f75e95
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,23 @@
+# Build-Ausgaben
+bin/
+obj/
+publish/
+
+# Visual Studio
+.vs/
+*.user
+*.suo
+*.userosscache
+*.sln.docobj
+
+# Logs
+logs/
+*.log
+
+# Secrets / Config mit Zugangsdaten
+**/appsettings.json
+**/appsettings.*.json
+
+# Temp
+*.tmp
+*.temp
diff --git a/.vs/MailPrint/DesignTimeBuild/.dtbcache.v2 b/.vs/MailPrint/DesignTimeBuild/.dtbcache.v2
deleted file mode 100644
index 4218c95..0000000
Binary files a/.vs/MailPrint/DesignTimeBuild/.dtbcache.v2 and /dev/null differ
diff --git a/.vs/MailPrint/FileContentIndex/7049014b-f24a-4311-8d61-50503ef398ed.vsidx b/.vs/MailPrint/FileContentIndex/7049014b-f24a-4311-8d61-50503ef398ed.vsidx
deleted file mode 100644
index 098dd2e..0000000
Binary files a/.vs/MailPrint/FileContentIndex/7049014b-f24a-4311-8d61-50503ef398ed.vsidx and /dev/null differ
diff --git a/.vs/MailPrint/v18/.futdcache.v2 b/.vs/MailPrint/v18/.futdcache.v2
deleted file mode 100644
index a013fe4..0000000
Binary files a/.vs/MailPrint/v18/.futdcache.v2 and /dev/null differ
diff --git a/.vs/MailPrint/v18/.suo b/.vs/MailPrint/v18/.suo
deleted file mode 100644
index 54e1b33..0000000
Binary files a/.vs/MailPrint/v18/.suo and /dev/null differ
diff --git a/.vs/MailPrint/v18/DocumentLayout.json b/.vs/MailPrint/v18/DocumentLayout.json
deleted file mode 100644
index 61b3923..0000000
--- a/.vs/MailPrint/v18/DocumentLayout.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "Version": 1,
- "WorkspaceRootPath": "Z:\\Programmierung\\MailPrint\\",
- "Documents": [],
- "DocumentGroupContainers": [
- {
- "Orientation": 0,
- "VerticalTabListWidth": 256,
- "DocumentGroups": [
- {
- "DockedWidth": 200,
- "SelectedChildIndex": -1,
- "Children": [
- {
- "$type": "Bookmark",
- "Name": "ST:0:0:{cce594b6-0c39-4442-ba28-10c64ac7e89f}"
- }
- ]
- }
- ]
- }
- ]
-}
\ No newline at end of file
diff --git a/.vs/ProjectEvaluation/mailprint.metadata.v10.bin b/.vs/ProjectEvaluation/mailprint.metadata.v10.bin
deleted file mode 100644
index 3482576..0000000
Binary files a/.vs/ProjectEvaluation/mailprint.metadata.v10.bin and /dev/null differ
diff --git a/.vs/ProjectEvaluation/mailprint.projects.v10.bin b/.vs/ProjectEvaluation/mailprint.projects.v10.bin
deleted file mode 100644
index a3a3640..0000000
Binary files a/.vs/ProjectEvaluation/mailprint.projects.v10.bin and /dev/null differ
diff --git a/.vs/ProjectEvaluation/mailprint.strings.v10.bin b/.vs/ProjectEvaluation/mailprint.strings.v10.bin
deleted file mode 100644
index 94b3036..0000000
Binary files a/.vs/ProjectEvaluation/mailprint.strings.v10.bin and /dev/null differ
diff --git a/MailPrint/appsettings.json b/MailPrint/appsettings.json
deleted file mode 100644
index 34ad357..0000000
--- a/MailPrint/appsettings.json
+++ /dev/null
@@ -1,38 +0,0 @@
-{
- "MailPrint": {
- "Protocol": "IMAP",
- "Host": "imap.example.com",
- "Port": 993,
- "UseSsl": true,
- "Username": "druck@example.com",
- "Password": "IHR_PASSWORT",
- "Folder": "INBOX",
- "PollIntervalSeconds": 60,
-
- "AllowedSenders": [],
- "SubjectFilter": "",
-
- "PrinterName": "",
- "Copies": 1,
- "DeleteAfterPrint": true,
- "MarkAsRead": true,
-
- "TempDirectory": "C:\\ProgramData\\MailPrint\\Temp",
- "AllowedExtensions": [ ".pdf" ],
-
- "WebApi": {
- "Port": 5100,
- "BindAllInterfaces": true,
- "ApiKey": "SICHERER_ZUFAELLIGER_KEY"
- }
- },
- "Serilog": {
- "MinimumLevel": {
- "Default": "Information",
- "Override": {
- "Microsoft": "Warning",
- "Microsoft.AspNetCore": "Warning"
- }
- }
- }
-}
diff --git a/MailPrint/bin/Release/net10.0-windows/BouncyCastle.Cryptography.dll b/MailPrint/bin/Release/net10.0-windows/BouncyCastle.Cryptography.dll
deleted file mode 100644
index b62a41b..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/BouncyCastle.Cryptography.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/MailKit.dll b/MailPrint/bin/Release/net10.0-windows/MailKit.dll
deleted file mode 100644
index 7225406..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/MailKit.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/MailPrint.deps.json b/MailPrint/bin/Release/net10.0-windows/MailPrint.deps.json
deleted file mode 100644
index 8f774cc..0000000
--- a/MailPrint/bin/Release/net10.0-windows/MailPrint.deps.json
+++ /dev/null
@@ -1,451 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v10.0",
- "signature": ""
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v10.0": {
- "MailPrint/1.0.0": {
- "dependencies": {
- "MailKit": "4.7.1.1",
- "Microsoft.Extensions.Hosting.WindowsServices": "10.0.0-preview.3.25171.5",
- "MimeKit": "4.7.1",
- "Serilog.AspNetCore": "9.0.0",
- "Serilog.Sinks.Console": "6.0.0",
- "Serilog.Sinks.EventLog": "4.0.0",
- "Serilog.Sinks.File": "6.0.0",
- "Swashbuckle.AspNetCore": "7.3.1",
- "System.Drawing.Common": "9.0.4"
- },
- "runtime": {
- "MailPrint.dll": {}
- }
- },
- "BouncyCastle.Cryptography/2.4.0": {
- "runtime": {
- "lib/net6.0/BouncyCastle.Cryptography.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.4.0.33771"
- }
- }
- },
- "MailKit/4.7.1.1": {
- "dependencies": {
- "MimeKit": "4.7.1"
- },
- "runtime": {
- "lib/net8.0/MailKit.dll": {
- "assemblyVersion": "4.7.0.0",
- "fileVersion": "4.7.1.1"
- }
- }
- },
- "Microsoft.Extensions.DependencyModel/9.0.0": {
- "runtime": {
- "lib/net9.0/Microsoft.Extensions.DependencyModel.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.24.52809"
- }
- }
- },
- "Microsoft.Extensions.Hosting.WindowsServices/10.0.0-preview.3.25171.5": {
- "dependencies": {
- "System.ServiceProcess.ServiceController": "10.0.0-preview.3.25171.5"
- },
- "runtime": {
- "lib/net10.0/Microsoft.Extensions.Hosting.WindowsServices.dll": {
- "assemblyVersion": "10.0.0.0",
- "fileVersion": "10.0.25.17105"
- }
- }
- },
- "Microsoft.OpenApi/1.6.22": {
- "runtime": {
- "lib/netstandard2.0/Microsoft.OpenApi.dll": {
- "assemblyVersion": "1.6.22.0",
- "fileVersion": "1.6.22.0"
- }
- }
- },
- "Microsoft.Win32.SystemEvents/9.0.4": {
- "runtime": {
- "lib/net9.0/Microsoft.Win32.SystemEvents.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.425.16305"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net9.0/Microsoft.Win32.SystemEvents.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.425.16305"
- }
- }
- },
- "MimeKit/4.7.1": {
- "dependencies": {
- "BouncyCastle.Cryptography": "2.4.0"
- },
- "runtime": {
- "lib/net8.0/MimeKit.dll": {
- "assemblyVersion": "4.7.0.0",
- "fileVersion": "4.7.1.0"
- }
- }
- },
- "Serilog/4.2.0": {
- "runtime": {
- "lib/net9.0/Serilog.dll": {
- "assemblyVersion": "4.2.0.0",
- "fileVersion": "4.2.0.0"
- }
- }
- },
- "Serilog.AspNetCore/9.0.0": {
- "dependencies": {
- "Serilog": "4.2.0",
- "Serilog.Extensions.Hosting": "9.0.0",
- "Serilog.Formatting.Compact": "3.0.0",
- "Serilog.Settings.Configuration": "9.0.0",
- "Serilog.Sinks.Console": "6.0.0",
- "Serilog.Sinks.Debug": "3.0.0",
- "Serilog.Sinks.File": "6.0.0"
- },
- "runtime": {
- "lib/net9.0/Serilog.AspNetCore.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.0.0"
- }
- }
- },
- "Serilog.Extensions.Hosting/9.0.0": {
- "dependencies": {
- "Serilog": "4.2.0",
- "Serilog.Extensions.Logging": "9.0.0"
- },
- "runtime": {
- "lib/net9.0/Serilog.Extensions.Hosting.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.0.0"
- }
- }
- },
- "Serilog.Extensions.Logging/9.0.0": {
- "dependencies": {
- "Serilog": "4.2.0"
- },
- "runtime": {
- "lib/net9.0/Serilog.Extensions.Logging.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.0.0"
- }
- }
- },
- "Serilog.Formatting.Compact/3.0.0": {
- "dependencies": {
- "Serilog": "4.2.0"
- },
- "runtime": {
- "lib/net8.0/Serilog.Formatting.Compact.dll": {
- "assemblyVersion": "3.0.0.0",
- "fileVersion": "3.0.0.0"
- }
- }
- },
- "Serilog.Settings.Configuration/9.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyModel": "9.0.0",
- "Serilog": "4.2.0"
- },
- "runtime": {
- "lib/net9.0/Serilog.Settings.Configuration.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.0.0"
- }
- }
- },
- "Serilog.Sinks.Console/6.0.0": {
- "dependencies": {
- "Serilog": "4.2.0"
- },
- "runtime": {
- "lib/net8.0/Serilog.Sinks.Console.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.0.0"
- }
- }
- },
- "Serilog.Sinks.Debug/3.0.0": {
- "dependencies": {
- "Serilog": "4.2.0"
- },
- "runtime": {
- "lib/net8.0/Serilog.Sinks.Debug.dll": {
- "assemblyVersion": "3.0.0.0",
- "fileVersion": "3.0.0.0"
- }
- }
- },
- "Serilog.Sinks.EventLog/4.0.0": {
- "dependencies": {
- "Serilog": "4.2.0"
- },
- "runtime": {
- "lib/net8.0/Serilog.Sinks.EventLog.dll": {
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "4.0.0.0"
- }
- }
- },
- "Serilog.Sinks.File/6.0.0": {
- "dependencies": {
- "Serilog": "4.2.0"
- },
- "runtime": {
- "lib/net8.0/Serilog.Sinks.File.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.0.0"
- }
- }
- },
- "Swashbuckle.AspNetCore/7.3.1": {
- "dependencies": {
- "Swashbuckle.AspNetCore.Swagger": "7.3.1",
- "Swashbuckle.AspNetCore.SwaggerGen": "7.3.1",
- "Swashbuckle.AspNetCore.SwaggerUI": "7.3.1"
- }
- },
- "Swashbuckle.AspNetCore.Swagger/7.3.1": {
- "dependencies": {
- "Microsoft.OpenApi": "1.6.22"
- },
- "runtime": {
- "lib/net9.0/Swashbuckle.AspNetCore.Swagger.dll": {
- "assemblyVersion": "7.3.1.0",
- "fileVersion": "7.3.1.1111"
- }
- }
- },
- "Swashbuckle.AspNetCore.SwaggerGen/7.3.1": {
- "dependencies": {
- "Swashbuckle.AspNetCore.Swagger": "7.3.1"
- },
- "runtime": {
- "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
- "assemblyVersion": "7.3.1.0",
- "fileVersion": "7.3.1.1111"
- }
- }
- },
- "Swashbuckle.AspNetCore.SwaggerUI/7.3.1": {
- "runtime": {
- "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
- "assemblyVersion": "7.3.1.0",
- "fileVersion": "7.3.1.1111"
- }
- }
- },
- "System.Drawing.Common/9.0.4": {
- "dependencies": {
- "Microsoft.Win32.SystemEvents": "9.0.4"
- },
- "runtime": {
- "lib/net9.0/System.Drawing.Common.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.425.16312"
- },
- "lib/net9.0/System.Private.Windows.Core.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.425.16312"
- }
- }
- },
- "System.ServiceProcess.ServiceController/10.0.0-preview.3.25171.5": {
- "runtime": {
- "lib/net10.0/System.ServiceProcess.ServiceController.dll": {
- "assemblyVersion": "10.0.0.0",
- "fileVersion": "10.0.25.17105"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net10.0/System.ServiceProcess.ServiceController.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "10.0.0.0",
- "fileVersion": "10.0.25.17105"
- }
- }
- }
- }
- },
- "libraries": {
- "MailPrint/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "BouncyCastle.Cryptography/2.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-SwXsAV3sMvAU/Nn31pbjhWurYSjJ+/giI/0n6tCrYoupEK34iIHCuk3STAd9fx8yudM85KkLSVdn951vTng/vQ==",
- "path": "bouncycastle.cryptography/2.4.0",
- "hashPath": "bouncycastle.cryptography.2.4.0.nupkg.sha512"
- },
- "MailKit/4.7.1.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Y3okmIxu8g/ZcoJiE2i+dCeKgnNyddsXmcJslZnCPGVPP0aRyeVINHV1h97V+OVMdqjQI6O12J2p8Duwq5UEqQ==",
- "path": "mailkit/4.7.1.1",
- "hashPath": "mailkit.4.7.1.1.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyModel/9.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-saxr2XzwgDU77LaQfYFXmddEDRUKHF4DaGMZkNB3qjdVSZlax3//dGJagJkKrGMIPNZs2jVFXITyCCR6UHJNdA==",
- "path": "microsoft.extensions.dependencymodel/9.0.0",
- "hashPath": "microsoft.extensions.dependencymodel.9.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Hosting.WindowsServices/10.0.0-preview.3.25171.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kL3TeKTEnkpQNuAxR5/CSi+7vQwKGXHl/pz+szetFjN8M39zWe5ECDHkcGk9xwcyhLv2aiuBQ1DqV45qXsfLag==",
- "path": "microsoft.extensions.hosting.windowsservices/10.0.0-preview.3.25171.5",
- "hashPath": "microsoft.extensions.hosting.windowsservices.10.0.0-preview.3.25171.5.nupkg.sha512"
- },
- "Microsoft.OpenApi/1.6.22": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-aBvunmrdu/x+4CaA/UP1Jx4xWGwk4kymhoIRnn2Vp+zi5/KOPQJ9EkSXHRUr01WcGKtYl3Au7XfkPJbU1G2sjQ==",
- "path": "microsoft.openapi/1.6.22",
- "hashPath": "microsoft.openapi.1.6.22.nupkg.sha512"
- },
- "Microsoft.Win32.SystemEvents/9.0.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kHgtAkXhNEP8oGuAVe3Q5admxsdMlSdWE2rXcA9FfeGDZJQawPccmZgnOswgW3ugUPSJt7VH+TMQPz65mnhGSQ==",
- "path": "microsoft.win32.systemevents/9.0.4",
- "hashPath": "microsoft.win32.systemevents.9.0.4.nupkg.sha512"
- },
- "MimeKit/4.7.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Qoj4aVvhX14A1FNvaJ33hzOP4VZI2j+Mr38I9wSGcjMq4BYDtWLJG89aJ9nRW2cNfH6Czjwyp7+Mh++xv3AZvg==",
- "path": "mimekit/4.7.1",
- "hashPath": "mimekit.4.7.1.nupkg.sha512"
- },
- "Serilog/4.2.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-gmoWVOvKgbME8TYR+gwMf7osROiWAURterc6Rt2dQyX7wtjZYpqFiA/pY6ztjGQKKV62GGCyOcmtP1UKMHgSmA==",
- "path": "serilog/4.2.0",
- "hashPath": "serilog.4.2.0.nupkg.sha512"
- },
- "Serilog.AspNetCore/9.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-JslDajPlBsn3Pww1554flJFTqROvK9zz9jONNQgn0D8Lx2Trw8L0A8/n6zEQK1DAZWXrJwiVLw8cnTR3YFuYsg==",
- "path": "serilog.aspnetcore/9.0.0",
- "hashPath": "serilog.aspnetcore.9.0.0.nupkg.sha512"
- },
- "Serilog.Extensions.Hosting/9.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-u2TRxuxbjvTAldQn7uaAwePkWxTHIqlgjelekBtilAGL5sYyF3+65NWctN4UrwwGLsDC7c3Vz3HnOlu+PcoxXg==",
- "path": "serilog.extensions.hosting/9.0.0",
- "hashPath": "serilog.extensions.hosting.9.0.0.nupkg.sha512"
- },
- "Serilog.Extensions.Logging/9.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-NwSSYqPJeKNzl5AuXVHpGbr6PkZJFlNa14CdIebVjK3k/76kYj/mz5kiTRNVSsSaxM8kAIa1kpy/qyT9E4npRQ==",
- "path": "serilog.extensions.logging/9.0.0",
- "hashPath": "serilog.extensions.logging.9.0.0.nupkg.sha512"
- },
- "Serilog.Formatting.Compact/3.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-wQsv14w9cqlfB5FX2MZpNsTawckN4a8dryuNGbebB/3Nh1pXnROHZov3swtu3Nj5oNG7Ba+xdu7Et/ulAUPanQ==",
- "path": "serilog.formatting.compact/3.0.0",
- "hashPath": "serilog.formatting.compact.3.0.0.nupkg.sha512"
- },
- "Serilog.Settings.Configuration/9.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-4/Et4Cqwa+F88l5SeFeNZ4c4Z6dEAIKbu3MaQb2Zz9F/g27T5a3wvfMcmCOaAiACjfUb4A6wrlTVfyYUZk3RRQ==",
- "path": "serilog.settings.configuration/9.0.0",
- "hashPath": "serilog.settings.configuration.9.0.0.nupkg.sha512"
- },
- "Serilog.Sinks.Console/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-fQGWqVMClCP2yEyTXPIinSr5c+CBGUvBybPxjAGcf7ctDhadFhrQw03Mv8rJ07/wR5PDfFjewf2LimvXCDzpbA==",
- "path": "serilog.sinks.console/6.0.0",
- "hashPath": "serilog.sinks.console.6.0.0.nupkg.sha512"
- },
- "Serilog.Sinks.Debug/3.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-4BzXcdrgRX7wde9PmHuYd9U6YqycCC28hhpKonK7hx0wb19eiuRj16fPcPSVp0o/Y1ipJuNLYQ00R3q2Zs8FDA==",
- "path": "serilog.sinks.debug/3.0.0",
- "hashPath": "serilog.sinks.debug.3.0.0.nupkg.sha512"
- },
- "Serilog.Sinks.EventLog/4.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Cmfr5v407xVc0GA0Sk+RQCCBNvxvwY1lV5/k2bqLi3ksTvLx/KbGTVM2rA5Z/e2ZEZ12HOCvBviQ9Er9GsMjXQ==",
- "path": "serilog.sinks.eventlog/4.0.0",
- "hashPath": "serilog.sinks.eventlog.4.0.0.nupkg.sha512"
- },
- "Serilog.Sinks.File/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-lxjg89Y8gJMmFxVkbZ+qDgjl+T4yC5F7WSLTvA+5q0R04tfKVLRL/EHpYoJ/MEQd2EeCKDuylBIVnAYMotmh2A==",
- "path": "serilog.sinks.file/6.0.0",
- "hashPath": "serilog.sinks.file.6.0.0.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore/7.3.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-6u8w+UXp/sF89xQjfydWw6znQrUpbpFOmEIs8ODE+S0bV+mCQ9dNP4mk+HRsGHylpDaP5KSYSCEfFSgluLXHsA==",
- "path": "swashbuckle.aspnetcore/7.3.1",
- "hashPath": "swashbuckle.aspnetcore.7.3.1.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore.Swagger/7.3.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-jQuJ8kVbq+YE8WsJE3RwWHlF1kasp0QkA9Gl6NeNLICrhcgN8IQIthMufYW6t/4hpcN5cBIdES5jCEV81WjHbA==",
- "path": "swashbuckle.aspnetcore.swagger/7.3.1",
- "hashPath": "swashbuckle.aspnetcore.swagger.7.3.1.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore.SwaggerGen/7.3.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-xs7Pznb3SSjZy7HpThE0ILqECfQFsGDHOrRoIYD/j67ktdRR1juDG4AMyidXXCOipgzHanZoF+nFrc+Nmjqjyw==",
- "path": "swashbuckle.aspnetcore.swaggergen/7.3.1",
- "hashPath": "swashbuckle.aspnetcore.swaggergen.7.3.1.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore.SwaggerUI/7.3.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-hs6C+lmNEzipOA1WPQpIaGvvoXjUbnoevbv6l7o9ZQE8SNF8ggjOmK6NB6cYdMcEvk0uBeKl4Qq/BnRt5MFVqg==",
- "path": "swashbuckle.aspnetcore.swaggerui/7.3.1",
- "hashPath": "swashbuckle.aspnetcore.swaggerui.7.3.1.nupkg.sha512"
- },
- "System.Drawing.Common/9.0.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-SbtusMUT1bCxZ14904ZPo2GZyelze0rwUni9wXrp8KX9Zlsda8idqpxra1RBvOA85WM0wW+fCI4GLrlCTYiE6A==",
- "path": "system.drawing.common/9.0.4",
- "hashPath": "system.drawing.common.9.0.4.nupkg.sha512"
- },
- "System.ServiceProcess.ServiceController/10.0.0-preview.3.25171.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-/Co2ApycIZx6M9tXQQNgk0g/JE3mYCP2HI5/VdCb48ZNbC52Tcgapej+DdWZn24ejfWwq6mavY7YMnsFm9nVEQ==",
- "path": "system.serviceprocess.servicecontroller/10.0.0-preview.3.25171.5",
- "hashPath": "system.serviceprocess.servicecontroller.10.0.0-preview.3.25171.5.nupkg.sha512"
- }
- }
-}
\ No newline at end of file
diff --git a/MailPrint/bin/Release/net10.0-windows/MailPrint.dll b/MailPrint/bin/Release/net10.0-windows/MailPrint.dll
deleted file mode 100644
index 04266e9..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/MailPrint.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/MailPrint.exe b/MailPrint/bin/Release/net10.0-windows/MailPrint.exe
deleted file mode 100644
index b066c18..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/MailPrint.exe and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/MailPrint.pdb b/MailPrint/bin/Release/net10.0-windows/MailPrint.pdb
deleted file mode 100644
index f0fd0ff..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/MailPrint.pdb and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/MailPrint.runtimeconfig.json b/MailPrint/bin/Release/net10.0-windows/MailPrint.runtimeconfig.json
deleted file mode 100644
index 372f290..0000000
--- a/MailPrint/bin/Release/net10.0-windows/MailPrint.runtimeconfig.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "runtimeOptions": {
- "tfm": "net10.0",
- "frameworks": [
- {
- "name": "Microsoft.NETCore.App",
- "version": "10.0.0"
- },
- {
- "name": "Microsoft.AspNetCore.App",
- "version": "10.0.0"
- }
- ],
- "configProperties": {
- "System.GC.Server": true,
- "System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
- "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false,
- "CSWINRT_USE_WINDOWS_UI_XAML_PROJECTIONS": false
- }
- }
-}
\ No newline at end of file
diff --git a/MailPrint/bin/Release/net10.0-windows/MailPrint.staticwebassets.endpoints.json b/MailPrint/bin/Release/net10.0-windows/MailPrint.staticwebassets.endpoints.json
deleted file mode 100644
index 5576e88..0000000
--- a/MailPrint/bin/Release/net10.0-windows/MailPrint.staticwebassets.endpoints.json
+++ /dev/null
@@ -1 +0,0 @@
-{"Version":1,"ManifestType":"Build","Endpoints":[]}
\ No newline at end of file
diff --git a/MailPrint/bin/Release/net10.0-windows/Microsoft.Extensions.DependencyModel.dll b/MailPrint/bin/Release/net10.0-windows/Microsoft.Extensions.DependencyModel.dll
deleted file mode 100644
index e8ee78b..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/Microsoft.Extensions.DependencyModel.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/Microsoft.Extensions.Hosting.WindowsServices.dll b/MailPrint/bin/Release/net10.0-windows/Microsoft.Extensions.Hosting.WindowsServices.dll
deleted file mode 100644
index 229f08b..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/Microsoft.Extensions.Hosting.WindowsServices.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/Microsoft.OpenApi.dll b/MailPrint/bin/Release/net10.0-windows/Microsoft.OpenApi.dll
deleted file mode 100644
index 8ba2ce6..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/Microsoft.OpenApi.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/Microsoft.Win32.SystemEvents.dll b/MailPrint/bin/Release/net10.0-windows/Microsoft.Win32.SystemEvents.dll
deleted file mode 100644
index 5187863..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/Microsoft.Win32.SystemEvents.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/MimeKit.dll b/MailPrint/bin/Release/net10.0-windows/MimeKit.dll
deleted file mode 100644
index 696b315..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/MimeKit.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/Serilog.AspNetCore.dll b/MailPrint/bin/Release/net10.0-windows/Serilog.AspNetCore.dll
deleted file mode 100644
index f8155a1..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/Serilog.AspNetCore.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/Serilog.Extensions.Hosting.dll b/MailPrint/bin/Release/net10.0-windows/Serilog.Extensions.Hosting.dll
deleted file mode 100644
index cb1bd42..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/Serilog.Extensions.Hosting.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/Serilog.Extensions.Logging.dll b/MailPrint/bin/Release/net10.0-windows/Serilog.Extensions.Logging.dll
deleted file mode 100644
index dbf62b2..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/Serilog.Extensions.Logging.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/Serilog.Formatting.Compact.dll b/MailPrint/bin/Release/net10.0-windows/Serilog.Formatting.Compact.dll
deleted file mode 100644
index bbd2122..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/Serilog.Formatting.Compact.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/Serilog.Settings.Configuration.dll b/MailPrint/bin/Release/net10.0-windows/Serilog.Settings.Configuration.dll
deleted file mode 100644
index 0b77828..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/Serilog.Settings.Configuration.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/Serilog.Sinks.Console.dll b/MailPrint/bin/Release/net10.0-windows/Serilog.Sinks.Console.dll
deleted file mode 100644
index 96c89a0..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/Serilog.Sinks.Console.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/Serilog.Sinks.Debug.dll b/MailPrint/bin/Release/net10.0-windows/Serilog.Sinks.Debug.dll
deleted file mode 100644
index 7c94015..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/Serilog.Sinks.Debug.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/Serilog.Sinks.EventLog.dll b/MailPrint/bin/Release/net10.0-windows/Serilog.Sinks.EventLog.dll
deleted file mode 100644
index 5eb240d..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/Serilog.Sinks.EventLog.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/Serilog.Sinks.File.dll b/MailPrint/bin/Release/net10.0-windows/Serilog.Sinks.File.dll
deleted file mode 100644
index 17d80f3..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/Serilog.Sinks.File.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/Serilog.dll b/MailPrint/bin/Release/net10.0-windows/Serilog.dll
deleted file mode 100644
index 1790bfa..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/Serilog.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/Swashbuckle.AspNetCore.Swagger.dll b/MailPrint/bin/Release/net10.0-windows/Swashbuckle.AspNetCore.Swagger.dll
deleted file mode 100644
index 5d0741e..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/Swashbuckle.AspNetCore.Swagger.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/Swashbuckle.AspNetCore.SwaggerGen.dll b/MailPrint/bin/Release/net10.0-windows/Swashbuckle.AspNetCore.SwaggerGen.dll
deleted file mode 100644
index 0aa635b..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/Swashbuckle.AspNetCore.SwaggerGen.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/Swashbuckle.AspNetCore.SwaggerUI.dll b/MailPrint/bin/Release/net10.0-windows/Swashbuckle.AspNetCore.SwaggerUI.dll
deleted file mode 100644
index 8be64bc..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/Swashbuckle.AspNetCore.SwaggerUI.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/System.Drawing.Common.dll b/MailPrint/bin/Release/net10.0-windows/System.Drawing.Common.dll
deleted file mode 100644
index e39299f..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/System.Drawing.Common.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/System.Private.Windows.Core.dll b/MailPrint/bin/Release/net10.0-windows/System.Private.Windows.Core.dll
deleted file mode 100644
index 7e6e534..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/System.Private.Windows.Core.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/System.ServiceProcess.ServiceController.dll b/MailPrint/bin/Release/net10.0-windows/System.ServiceProcess.ServiceController.dll
deleted file mode 100644
index d9eff11..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/System.ServiceProcess.ServiceController.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/appsettings.json b/MailPrint/bin/Release/net10.0-windows/appsettings.json
deleted file mode 100644
index 34ad357..0000000
--- a/MailPrint/bin/Release/net10.0-windows/appsettings.json
+++ /dev/null
@@ -1,38 +0,0 @@
-{
- "MailPrint": {
- "Protocol": "IMAP",
- "Host": "imap.example.com",
- "Port": 993,
- "UseSsl": true,
- "Username": "druck@example.com",
- "Password": "IHR_PASSWORT",
- "Folder": "INBOX",
- "PollIntervalSeconds": 60,
-
- "AllowedSenders": [],
- "SubjectFilter": "",
-
- "PrinterName": "",
- "Copies": 1,
- "DeleteAfterPrint": true,
- "MarkAsRead": true,
-
- "TempDirectory": "C:\\ProgramData\\MailPrint\\Temp",
- "AllowedExtensions": [ ".pdf" ],
-
- "WebApi": {
- "Port": 5100,
- "BindAllInterfaces": true,
- "ApiKey": "SICHERER_ZUFAELLIGER_KEY"
- }
- },
- "Serilog": {
- "MinimumLevel": {
- "Default": "Information",
- "Override": {
- "Microsoft": "Warning",
- "Microsoft.AspNetCore": "Warning"
- }
- }
- }
-}
diff --git a/MailPrint/bin/Release/net10.0-windows/runtimes/win/lib/net10.0/System.ServiceProcess.ServiceController.dll b/MailPrint/bin/Release/net10.0-windows/runtimes/win/lib/net10.0/System.ServiceProcess.ServiceController.dll
deleted file mode 100644
index b40078d..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/runtimes/win/lib/net10.0/System.ServiceProcess.ServiceController.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/runtimes/win/lib/net9.0/Microsoft.Win32.SystemEvents.dll b/MailPrint/bin/Release/net10.0-windows/runtimes/win/lib/net9.0/Microsoft.Win32.SystemEvents.dll
deleted file mode 100644
index 89d7db5..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/runtimes/win/lib/net9.0/Microsoft.Win32.SystemEvents.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/win-x64/BouncyCastle.Cryptography.dll b/MailPrint/bin/Release/net10.0-windows/win-x64/BouncyCastle.Cryptography.dll
deleted file mode 100644
index b62a41b..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/win-x64/BouncyCastle.Cryptography.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/win-x64/MailKit.dll b/MailPrint/bin/Release/net10.0-windows/win-x64/MailKit.dll
deleted file mode 100644
index 7225406..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/win-x64/MailKit.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/win-x64/MailPrint.deps.json b/MailPrint/bin/Release/net10.0-windows/win-x64/MailPrint.deps.json
deleted file mode 100644
index f8df26f..0000000
--- a/MailPrint/bin/Release/net10.0-windows/win-x64/MailPrint.deps.json
+++ /dev/null
@@ -1,436 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v10.0/win-x64",
- "signature": ""
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v10.0": {},
- ".NETCoreApp,Version=v10.0/win-x64": {
- "MailPrint/1.0.0": {
- "dependencies": {
- "MailKit": "4.7.1.1",
- "Microsoft.Extensions.Hosting.WindowsServices": "10.0.0-preview.3.25171.5",
- "MimeKit": "4.7.1",
- "Serilog.AspNetCore": "9.0.0",
- "Serilog.Sinks.Console": "6.0.0",
- "Serilog.Sinks.EventLog": "4.0.0",
- "Serilog.Sinks.File": "6.0.0",
- "Swashbuckle.AspNetCore": "7.3.1",
- "System.Drawing.Common": "9.0.4"
- },
- "runtime": {
- "MailPrint.dll": {}
- }
- },
- "BouncyCastle.Cryptography/2.4.0": {
- "runtime": {
- "lib/net6.0/BouncyCastle.Cryptography.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.4.0.33771"
- }
- }
- },
- "MailKit/4.7.1.1": {
- "dependencies": {
- "MimeKit": "4.7.1"
- },
- "runtime": {
- "lib/net8.0/MailKit.dll": {
- "assemblyVersion": "4.7.0.0",
- "fileVersion": "4.7.1.1"
- }
- }
- },
- "Microsoft.Extensions.DependencyModel/9.0.0": {
- "runtime": {
- "lib/net9.0/Microsoft.Extensions.DependencyModel.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.24.52809"
- }
- }
- },
- "Microsoft.Extensions.Hosting.WindowsServices/10.0.0-preview.3.25171.5": {
- "dependencies": {
- "System.ServiceProcess.ServiceController": "10.0.0-preview.3.25171.5"
- },
- "runtime": {
- "lib/net10.0/Microsoft.Extensions.Hosting.WindowsServices.dll": {
- "assemblyVersion": "10.0.0.0",
- "fileVersion": "10.0.25.17105"
- }
- }
- },
- "Microsoft.OpenApi/1.6.22": {
- "runtime": {
- "lib/netstandard2.0/Microsoft.OpenApi.dll": {
- "assemblyVersion": "1.6.22.0",
- "fileVersion": "1.6.22.0"
- }
- }
- },
- "Microsoft.Win32.SystemEvents/9.0.4": {
- "runtime": {
- "runtimes/win/lib/net9.0/Microsoft.Win32.SystemEvents.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.425.16305"
- }
- }
- },
- "MimeKit/4.7.1": {
- "dependencies": {
- "BouncyCastle.Cryptography": "2.4.0"
- },
- "runtime": {
- "lib/net8.0/MimeKit.dll": {
- "assemblyVersion": "4.7.0.0",
- "fileVersion": "4.7.1.0"
- }
- }
- },
- "Serilog/4.2.0": {
- "runtime": {
- "lib/net9.0/Serilog.dll": {
- "assemblyVersion": "4.2.0.0",
- "fileVersion": "4.2.0.0"
- }
- }
- },
- "Serilog.AspNetCore/9.0.0": {
- "dependencies": {
- "Serilog": "4.2.0",
- "Serilog.Extensions.Hosting": "9.0.0",
- "Serilog.Formatting.Compact": "3.0.0",
- "Serilog.Settings.Configuration": "9.0.0",
- "Serilog.Sinks.Console": "6.0.0",
- "Serilog.Sinks.Debug": "3.0.0",
- "Serilog.Sinks.File": "6.0.0"
- },
- "runtime": {
- "lib/net9.0/Serilog.AspNetCore.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.0.0"
- }
- }
- },
- "Serilog.Extensions.Hosting/9.0.0": {
- "dependencies": {
- "Serilog": "4.2.0",
- "Serilog.Extensions.Logging": "9.0.0"
- },
- "runtime": {
- "lib/net9.0/Serilog.Extensions.Hosting.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.0.0"
- }
- }
- },
- "Serilog.Extensions.Logging/9.0.0": {
- "dependencies": {
- "Serilog": "4.2.0"
- },
- "runtime": {
- "lib/net9.0/Serilog.Extensions.Logging.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.0.0"
- }
- }
- },
- "Serilog.Formatting.Compact/3.0.0": {
- "dependencies": {
- "Serilog": "4.2.0"
- },
- "runtime": {
- "lib/net8.0/Serilog.Formatting.Compact.dll": {
- "assemblyVersion": "3.0.0.0",
- "fileVersion": "3.0.0.0"
- }
- }
- },
- "Serilog.Settings.Configuration/9.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyModel": "9.0.0",
- "Serilog": "4.2.0"
- },
- "runtime": {
- "lib/net9.0/Serilog.Settings.Configuration.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.0.0"
- }
- }
- },
- "Serilog.Sinks.Console/6.0.0": {
- "dependencies": {
- "Serilog": "4.2.0"
- },
- "runtime": {
- "lib/net8.0/Serilog.Sinks.Console.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.0.0"
- }
- }
- },
- "Serilog.Sinks.Debug/3.0.0": {
- "dependencies": {
- "Serilog": "4.2.0"
- },
- "runtime": {
- "lib/net8.0/Serilog.Sinks.Debug.dll": {
- "assemblyVersion": "3.0.0.0",
- "fileVersion": "3.0.0.0"
- }
- }
- },
- "Serilog.Sinks.EventLog/4.0.0": {
- "dependencies": {
- "Serilog": "4.2.0"
- },
- "runtime": {
- "lib/net8.0/Serilog.Sinks.EventLog.dll": {
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "4.0.0.0"
- }
- }
- },
- "Serilog.Sinks.File/6.0.0": {
- "dependencies": {
- "Serilog": "4.2.0"
- },
- "runtime": {
- "lib/net8.0/Serilog.Sinks.File.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.0.0"
- }
- }
- },
- "Swashbuckle.AspNetCore/7.3.1": {
- "dependencies": {
- "Swashbuckle.AspNetCore.Swagger": "7.3.1",
- "Swashbuckle.AspNetCore.SwaggerGen": "7.3.1",
- "Swashbuckle.AspNetCore.SwaggerUI": "7.3.1"
- }
- },
- "Swashbuckle.AspNetCore.Swagger/7.3.1": {
- "dependencies": {
- "Microsoft.OpenApi": "1.6.22"
- },
- "runtime": {
- "lib/net9.0/Swashbuckle.AspNetCore.Swagger.dll": {
- "assemblyVersion": "7.3.1.0",
- "fileVersion": "7.3.1.1111"
- }
- }
- },
- "Swashbuckle.AspNetCore.SwaggerGen/7.3.1": {
- "dependencies": {
- "Swashbuckle.AspNetCore.Swagger": "7.3.1"
- },
- "runtime": {
- "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
- "assemblyVersion": "7.3.1.0",
- "fileVersion": "7.3.1.1111"
- }
- }
- },
- "Swashbuckle.AspNetCore.SwaggerUI/7.3.1": {
- "runtime": {
- "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
- "assemblyVersion": "7.3.1.0",
- "fileVersion": "7.3.1.1111"
- }
- }
- },
- "System.Drawing.Common/9.0.4": {
- "dependencies": {
- "Microsoft.Win32.SystemEvents": "9.0.4"
- },
- "runtime": {
- "lib/net9.0/System.Drawing.Common.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.425.16312"
- },
- "lib/net9.0/System.Private.Windows.Core.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.425.16312"
- }
- }
- },
- "System.ServiceProcess.ServiceController/10.0.0-preview.3.25171.5": {
- "runtime": {
- "runtimes/win/lib/net10.0/System.ServiceProcess.ServiceController.dll": {
- "assemblyVersion": "10.0.0.0",
- "fileVersion": "10.0.25.17105"
- }
- }
- }
- }
- },
- "libraries": {
- "MailPrint/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "BouncyCastle.Cryptography/2.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-SwXsAV3sMvAU/Nn31pbjhWurYSjJ+/giI/0n6tCrYoupEK34iIHCuk3STAd9fx8yudM85KkLSVdn951vTng/vQ==",
- "path": "bouncycastle.cryptography/2.4.0",
- "hashPath": "bouncycastle.cryptography.2.4.0.nupkg.sha512"
- },
- "MailKit/4.7.1.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Y3okmIxu8g/ZcoJiE2i+dCeKgnNyddsXmcJslZnCPGVPP0aRyeVINHV1h97V+OVMdqjQI6O12J2p8Duwq5UEqQ==",
- "path": "mailkit/4.7.1.1",
- "hashPath": "mailkit.4.7.1.1.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyModel/9.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-saxr2XzwgDU77LaQfYFXmddEDRUKHF4DaGMZkNB3qjdVSZlax3//dGJagJkKrGMIPNZs2jVFXITyCCR6UHJNdA==",
- "path": "microsoft.extensions.dependencymodel/9.0.0",
- "hashPath": "microsoft.extensions.dependencymodel.9.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Hosting.WindowsServices/10.0.0-preview.3.25171.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kL3TeKTEnkpQNuAxR5/CSi+7vQwKGXHl/pz+szetFjN8M39zWe5ECDHkcGk9xwcyhLv2aiuBQ1DqV45qXsfLag==",
- "path": "microsoft.extensions.hosting.windowsservices/10.0.0-preview.3.25171.5",
- "hashPath": "microsoft.extensions.hosting.windowsservices.10.0.0-preview.3.25171.5.nupkg.sha512"
- },
- "Microsoft.OpenApi/1.6.22": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-aBvunmrdu/x+4CaA/UP1Jx4xWGwk4kymhoIRnn2Vp+zi5/KOPQJ9EkSXHRUr01WcGKtYl3Au7XfkPJbU1G2sjQ==",
- "path": "microsoft.openapi/1.6.22",
- "hashPath": "microsoft.openapi.1.6.22.nupkg.sha512"
- },
- "Microsoft.Win32.SystemEvents/9.0.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kHgtAkXhNEP8oGuAVe3Q5admxsdMlSdWE2rXcA9FfeGDZJQawPccmZgnOswgW3ugUPSJt7VH+TMQPz65mnhGSQ==",
- "path": "microsoft.win32.systemevents/9.0.4",
- "hashPath": "microsoft.win32.systemevents.9.0.4.nupkg.sha512"
- },
- "MimeKit/4.7.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Qoj4aVvhX14A1FNvaJ33hzOP4VZI2j+Mr38I9wSGcjMq4BYDtWLJG89aJ9nRW2cNfH6Czjwyp7+Mh++xv3AZvg==",
- "path": "mimekit/4.7.1",
- "hashPath": "mimekit.4.7.1.nupkg.sha512"
- },
- "Serilog/4.2.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-gmoWVOvKgbME8TYR+gwMf7osROiWAURterc6Rt2dQyX7wtjZYpqFiA/pY6ztjGQKKV62GGCyOcmtP1UKMHgSmA==",
- "path": "serilog/4.2.0",
- "hashPath": "serilog.4.2.0.nupkg.sha512"
- },
- "Serilog.AspNetCore/9.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-JslDajPlBsn3Pww1554flJFTqROvK9zz9jONNQgn0D8Lx2Trw8L0A8/n6zEQK1DAZWXrJwiVLw8cnTR3YFuYsg==",
- "path": "serilog.aspnetcore/9.0.0",
- "hashPath": "serilog.aspnetcore.9.0.0.nupkg.sha512"
- },
- "Serilog.Extensions.Hosting/9.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-u2TRxuxbjvTAldQn7uaAwePkWxTHIqlgjelekBtilAGL5sYyF3+65NWctN4UrwwGLsDC7c3Vz3HnOlu+PcoxXg==",
- "path": "serilog.extensions.hosting/9.0.0",
- "hashPath": "serilog.extensions.hosting.9.0.0.nupkg.sha512"
- },
- "Serilog.Extensions.Logging/9.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-NwSSYqPJeKNzl5AuXVHpGbr6PkZJFlNa14CdIebVjK3k/76kYj/mz5kiTRNVSsSaxM8kAIa1kpy/qyT9E4npRQ==",
- "path": "serilog.extensions.logging/9.0.0",
- "hashPath": "serilog.extensions.logging.9.0.0.nupkg.sha512"
- },
- "Serilog.Formatting.Compact/3.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-wQsv14w9cqlfB5FX2MZpNsTawckN4a8dryuNGbebB/3Nh1pXnROHZov3swtu3Nj5oNG7Ba+xdu7Et/ulAUPanQ==",
- "path": "serilog.formatting.compact/3.0.0",
- "hashPath": "serilog.formatting.compact.3.0.0.nupkg.sha512"
- },
- "Serilog.Settings.Configuration/9.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-4/Et4Cqwa+F88l5SeFeNZ4c4Z6dEAIKbu3MaQb2Zz9F/g27T5a3wvfMcmCOaAiACjfUb4A6wrlTVfyYUZk3RRQ==",
- "path": "serilog.settings.configuration/9.0.0",
- "hashPath": "serilog.settings.configuration.9.0.0.nupkg.sha512"
- },
- "Serilog.Sinks.Console/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-fQGWqVMClCP2yEyTXPIinSr5c+CBGUvBybPxjAGcf7ctDhadFhrQw03Mv8rJ07/wR5PDfFjewf2LimvXCDzpbA==",
- "path": "serilog.sinks.console/6.0.0",
- "hashPath": "serilog.sinks.console.6.0.0.nupkg.sha512"
- },
- "Serilog.Sinks.Debug/3.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-4BzXcdrgRX7wde9PmHuYd9U6YqycCC28hhpKonK7hx0wb19eiuRj16fPcPSVp0o/Y1ipJuNLYQ00R3q2Zs8FDA==",
- "path": "serilog.sinks.debug/3.0.0",
- "hashPath": "serilog.sinks.debug.3.0.0.nupkg.sha512"
- },
- "Serilog.Sinks.EventLog/4.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Cmfr5v407xVc0GA0Sk+RQCCBNvxvwY1lV5/k2bqLi3ksTvLx/KbGTVM2rA5Z/e2ZEZ12HOCvBviQ9Er9GsMjXQ==",
- "path": "serilog.sinks.eventlog/4.0.0",
- "hashPath": "serilog.sinks.eventlog.4.0.0.nupkg.sha512"
- },
- "Serilog.Sinks.File/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-lxjg89Y8gJMmFxVkbZ+qDgjl+T4yC5F7WSLTvA+5q0R04tfKVLRL/EHpYoJ/MEQd2EeCKDuylBIVnAYMotmh2A==",
- "path": "serilog.sinks.file/6.0.0",
- "hashPath": "serilog.sinks.file.6.0.0.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore/7.3.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-6u8w+UXp/sF89xQjfydWw6znQrUpbpFOmEIs8ODE+S0bV+mCQ9dNP4mk+HRsGHylpDaP5KSYSCEfFSgluLXHsA==",
- "path": "swashbuckle.aspnetcore/7.3.1",
- "hashPath": "swashbuckle.aspnetcore.7.3.1.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore.Swagger/7.3.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-jQuJ8kVbq+YE8WsJE3RwWHlF1kasp0QkA9Gl6NeNLICrhcgN8IQIthMufYW6t/4hpcN5cBIdES5jCEV81WjHbA==",
- "path": "swashbuckle.aspnetcore.swagger/7.3.1",
- "hashPath": "swashbuckle.aspnetcore.swagger.7.3.1.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore.SwaggerGen/7.3.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-xs7Pznb3SSjZy7HpThE0ILqECfQFsGDHOrRoIYD/j67ktdRR1juDG4AMyidXXCOipgzHanZoF+nFrc+Nmjqjyw==",
- "path": "swashbuckle.aspnetcore.swaggergen/7.3.1",
- "hashPath": "swashbuckle.aspnetcore.swaggergen.7.3.1.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore.SwaggerUI/7.3.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-hs6C+lmNEzipOA1WPQpIaGvvoXjUbnoevbv6l7o9ZQE8SNF8ggjOmK6NB6cYdMcEvk0uBeKl4Qq/BnRt5MFVqg==",
- "path": "swashbuckle.aspnetcore.swaggerui/7.3.1",
- "hashPath": "swashbuckle.aspnetcore.swaggerui.7.3.1.nupkg.sha512"
- },
- "System.Drawing.Common/9.0.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-SbtusMUT1bCxZ14904ZPo2GZyelze0rwUni9wXrp8KX9Zlsda8idqpxra1RBvOA85WM0wW+fCI4GLrlCTYiE6A==",
- "path": "system.drawing.common/9.0.4",
- "hashPath": "system.drawing.common.9.0.4.nupkg.sha512"
- },
- "System.ServiceProcess.ServiceController/10.0.0-preview.3.25171.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-/Co2ApycIZx6M9tXQQNgk0g/JE3mYCP2HI5/VdCb48ZNbC52Tcgapej+DdWZn24ejfWwq6mavY7YMnsFm9nVEQ==",
- "path": "system.serviceprocess.servicecontroller/10.0.0-preview.3.25171.5",
- "hashPath": "system.serviceprocess.servicecontroller.10.0.0-preview.3.25171.5.nupkg.sha512"
- }
- }
-}
\ No newline at end of file
diff --git a/MailPrint/bin/Release/net10.0-windows/win-x64/MailPrint.dll b/MailPrint/bin/Release/net10.0-windows/win-x64/MailPrint.dll
deleted file mode 100644
index 67dc450..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/win-x64/MailPrint.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/win-x64/MailPrint.exe b/MailPrint/bin/Release/net10.0-windows/win-x64/MailPrint.exe
deleted file mode 100644
index b066c18..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/win-x64/MailPrint.exe and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/win-x64/MailPrint.pdb b/MailPrint/bin/Release/net10.0-windows/win-x64/MailPrint.pdb
deleted file mode 100644
index ed99de5..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/win-x64/MailPrint.pdb and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/win-x64/MailPrint.runtimeconfig.json b/MailPrint/bin/Release/net10.0-windows/win-x64/MailPrint.runtimeconfig.json
deleted file mode 100644
index 372f290..0000000
--- a/MailPrint/bin/Release/net10.0-windows/win-x64/MailPrint.runtimeconfig.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "runtimeOptions": {
- "tfm": "net10.0",
- "frameworks": [
- {
- "name": "Microsoft.NETCore.App",
- "version": "10.0.0"
- },
- {
- "name": "Microsoft.AspNetCore.App",
- "version": "10.0.0"
- }
- ],
- "configProperties": {
- "System.GC.Server": true,
- "System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
- "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false,
- "CSWINRT_USE_WINDOWS_UI_XAML_PROJECTIONS": false
- }
- }
-}
\ No newline at end of file
diff --git a/MailPrint/bin/Release/net10.0-windows/win-x64/MailPrint.staticwebassets.endpoints.json b/MailPrint/bin/Release/net10.0-windows/win-x64/MailPrint.staticwebassets.endpoints.json
deleted file mode 100644
index 5576e88..0000000
--- a/MailPrint/bin/Release/net10.0-windows/win-x64/MailPrint.staticwebassets.endpoints.json
+++ /dev/null
@@ -1 +0,0 @@
-{"Version":1,"ManifestType":"Build","Endpoints":[]}
\ No newline at end of file
diff --git a/MailPrint/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.DependencyModel.dll b/MailPrint/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.DependencyModel.dll
deleted file mode 100644
index e8ee78b..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.DependencyModel.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Hosting.WindowsServices.dll b/MailPrint/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Hosting.WindowsServices.dll
deleted file mode 100644
index 229f08b..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Hosting.WindowsServices.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/win-x64/Microsoft.OpenApi.dll b/MailPrint/bin/Release/net10.0-windows/win-x64/Microsoft.OpenApi.dll
deleted file mode 100644
index 8ba2ce6..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/win-x64/Microsoft.OpenApi.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/win-x64/Microsoft.Win32.SystemEvents.dll b/MailPrint/bin/Release/net10.0-windows/win-x64/Microsoft.Win32.SystemEvents.dll
deleted file mode 100644
index 89d7db5..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/win-x64/Microsoft.Win32.SystemEvents.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/win-x64/MimeKit.dll b/MailPrint/bin/Release/net10.0-windows/win-x64/MimeKit.dll
deleted file mode 100644
index 696b315..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/win-x64/MimeKit.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/win-x64/Serilog.AspNetCore.dll b/MailPrint/bin/Release/net10.0-windows/win-x64/Serilog.AspNetCore.dll
deleted file mode 100644
index f8155a1..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/win-x64/Serilog.AspNetCore.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/win-x64/Serilog.Extensions.Hosting.dll b/MailPrint/bin/Release/net10.0-windows/win-x64/Serilog.Extensions.Hosting.dll
deleted file mode 100644
index cb1bd42..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/win-x64/Serilog.Extensions.Hosting.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/win-x64/Serilog.Extensions.Logging.dll b/MailPrint/bin/Release/net10.0-windows/win-x64/Serilog.Extensions.Logging.dll
deleted file mode 100644
index dbf62b2..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/win-x64/Serilog.Extensions.Logging.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/win-x64/Serilog.Formatting.Compact.dll b/MailPrint/bin/Release/net10.0-windows/win-x64/Serilog.Formatting.Compact.dll
deleted file mode 100644
index bbd2122..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/win-x64/Serilog.Formatting.Compact.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/win-x64/Serilog.Settings.Configuration.dll b/MailPrint/bin/Release/net10.0-windows/win-x64/Serilog.Settings.Configuration.dll
deleted file mode 100644
index 0b77828..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/win-x64/Serilog.Settings.Configuration.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/win-x64/Serilog.Sinks.Console.dll b/MailPrint/bin/Release/net10.0-windows/win-x64/Serilog.Sinks.Console.dll
deleted file mode 100644
index 96c89a0..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/win-x64/Serilog.Sinks.Console.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/win-x64/Serilog.Sinks.Debug.dll b/MailPrint/bin/Release/net10.0-windows/win-x64/Serilog.Sinks.Debug.dll
deleted file mode 100644
index 7c94015..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/win-x64/Serilog.Sinks.Debug.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/win-x64/Serilog.Sinks.EventLog.dll b/MailPrint/bin/Release/net10.0-windows/win-x64/Serilog.Sinks.EventLog.dll
deleted file mode 100644
index 5eb240d..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/win-x64/Serilog.Sinks.EventLog.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/win-x64/Serilog.Sinks.File.dll b/MailPrint/bin/Release/net10.0-windows/win-x64/Serilog.Sinks.File.dll
deleted file mode 100644
index 17d80f3..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/win-x64/Serilog.Sinks.File.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/win-x64/Serilog.dll b/MailPrint/bin/Release/net10.0-windows/win-x64/Serilog.dll
deleted file mode 100644
index 1790bfa..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/win-x64/Serilog.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/win-x64/Swashbuckle.AspNetCore.Swagger.dll b/MailPrint/bin/Release/net10.0-windows/win-x64/Swashbuckle.AspNetCore.Swagger.dll
deleted file mode 100644
index 5d0741e..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/win-x64/Swashbuckle.AspNetCore.Swagger.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/win-x64/Swashbuckle.AspNetCore.SwaggerGen.dll b/MailPrint/bin/Release/net10.0-windows/win-x64/Swashbuckle.AspNetCore.SwaggerGen.dll
deleted file mode 100644
index 0aa635b..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/win-x64/Swashbuckle.AspNetCore.SwaggerGen.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/win-x64/Swashbuckle.AspNetCore.SwaggerUI.dll b/MailPrint/bin/Release/net10.0-windows/win-x64/Swashbuckle.AspNetCore.SwaggerUI.dll
deleted file mode 100644
index 8be64bc..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/win-x64/Swashbuckle.AspNetCore.SwaggerUI.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/win-x64/System.Drawing.Common.dll b/MailPrint/bin/Release/net10.0-windows/win-x64/System.Drawing.Common.dll
deleted file mode 100644
index e39299f..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/win-x64/System.Drawing.Common.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/win-x64/System.Private.Windows.Core.dll b/MailPrint/bin/Release/net10.0-windows/win-x64/System.Private.Windows.Core.dll
deleted file mode 100644
index 7e6e534..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/win-x64/System.Private.Windows.Core.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/win-x64/System.ServiceProcess.ServiceController.dll b/MailPrint/bin/Release/net10.0-windows/win-x64/System.ServiceProcess.ServiceController.dll
deleted file mode 100644
index b40078d..0000000
Binary files a/MailPrint/bin/Release/net10.0-windows/win-x64/System.ServiceProcess.ServiceController.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net10.0-windows/win-x64/appsettings.json b/MailPrint/bin/Release/net10.0-windows/win-x64/appsettings.json
deleted file mode 100644
index 34ad357..0000000
--- a/MailPrint/bin/Release/net10.0-windows/win-x64/appsettings.json
+++ /dev/null
@@ -1,38 +0,0 @@
-{
- "MailPrint": {
- "Protocol": "IMAP",
- "Host": "imap.example.com",
- "Port": 993,
- "UseSsl": true,
- "Username": "druck@example.com",
- "Password": "IHR_PASSWORT",
- "Folder": "INBOX",
- "PollIntervalSeconds": 60,
-
- "AllowedSenders": [],
- "SubjectFilter": "",
-
- "PrinterName": "",
- "Copies": 1,
- "DeleteAfterPrint": true,
- "MarkAsRead": true,
-
- "TempDirectory": "C:\\ProgramData\\MailPrint\\Temp",
- "AllowedExtensions": [ ".pdf" ],
-
- "WebApi": {
- "Port": 5100,
- "BindAllInterfaces": true,
- "ApiKey": "SICHERER_ZUFAELLIGER_KEY"
- }
- },
- "Serilog": {
- "MinimumLevel": {
- "Default": "Information",
- "Override": {
- "Microsoft": "Warning",
- "Microsoft.AspNetCore": "Warning"
- }
- }
- }
-}
diff --git a/MailPrint/bin/Release/net6.0-windows/BouncyCastle.Cryptography.dll b/MailPrint/bin/Release/net6.0-windows/BouncyCastle.Cryptography.dll
deleted file mode 100644
index 637242d..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/BouncyCastle.Cryptography.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/MailKit.dll b/MailPrint/bin/Release/net6.0-windows/MailKit.dll
deleted file mode 100644
index b6efca1..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/MailKit.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/MailPrint.deps.json b/MailPrint/bin/Release/net6.0-windows/MailPrint.deps.json
deleted file mode 100644
index 756e8ac..0000000
--- a/MailPrint/bin/Release/net6.0-windows/MailPrint.deps.json
+++ /dev/null
@@ -1,986 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v6.0",
- "signature": ""
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v6.0": {
- "MailPrint/1.0.0": {
- "dependencies": {
- "MailKit": "4.3.0",
- "Microsoft.Extensions.Hosting.WindowsServices": "6.0.1",
- "MimeKit": "4.3.0",
- "Serilog.AspNetCore": "6.1.0",
- "Serilog.Sinks.EventLog": "3.1.0",
- "Serilog.Sinks.File": "5.0.0",
- "Swashbuckle.AspNetCore": "6.5.0",
- "System.Drawing.Common": "6.0.0"
- },
- "runtime": {
- "MailPrint.dll": {}
- }
- },
- "BouncyCastle.Cryptography/2.2.1": {
- "runtime": {
- "lib/net6.0/BouncyCastle.Cryptography.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.2.1.47552"
- }
- }
- },
- "MailKit/4.3.0": {
- "dependencies": {
- "MimeKit": "4.3.0"
- },
- "runtime": {
- "lib/net6.0/MailKit.dll": {
- "assemblyVersion": "4.3.0.0",
- "fileVersion": "4.3.0.0"
- }
- }
- },
- "Microsoft.Extensions.ApiDescription.Server/6.0.5": {},
- "Microsoft.Extensions.Configuration/6.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
- }
- },
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0"
- }
- },
- "Microsoft.Extensions.Configuration.Binder/6.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0"
- }
- },
- "Microsoft.Extensions.Configuration.CommandLine/6.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Configuration": "6.0.0",
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0"
- }
- },
- "Microsoft.Extensions.Configuration.EnvironmentVariables/6.0.1": {
- "dependencies": {
- "Microsoft.Extensions.Configuration": "6.0.0",
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.222.6406"
- }
- }
- },
- "Microsoft.Extensions.Configuration.FileExtensions/6.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Configuration": "6.0.0",
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
- "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0",
- "Microsoft.Extensions.FileProviders.Physical": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
- }
- },
- "Microsoft.Extensions.Configuration.Json/6.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Configuration": "6.0.0",
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
- "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0",
- "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0",
- "System.Text.Json": "6.0.0"
- }
- },
- "Microsoft.Extensions.Configuration.UserSecrets/6.0.1": {
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
- "Microsoft.Extensions.Configuration.Json": "6.0.0",
- "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0",
- "Microsoft.Extensions.FileProviders.Physical": "6.0.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.222.6406"
- }
- }
- },
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- }
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {},
- "Microsoft.Extensions.DependencyModel/3.0.0": {
- "dependencies": {
- "System.Text.Json": "6.0.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": {
- "assemblyVersion": "3.0.0.0",
- "fileVersion": "3.0.19.46305"
- }
- }
- },
- "Microsoft.Extensions.FileProviders.Abstractions/6.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0"
- }
- },
- "Microsoft.Extensions.FileProviders.Physical/6.0.0": {
- "dependencies": {
- "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0",
- "Microsoft.Extensions.FileSystemGlobbing": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
- }
- },
- "Microsoft.Extensions.FileSystemGlobbing/6.0.0": {},
- "Microsoft.Extensions.Hosting/6.0.1": {
- "dependencies": {
- "Microsoft.Extensions.Configuration": "6.0.0",
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
- "Microsoft.Extensions.Configuration.Binder": "6.0.0",
- "Microsoft.Extensions.Configuration.CommandLine": "6.0.0",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1",
- "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0",
- "Microsoft.Extensions.Configuration.Json": "6.0.0",
- "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1",
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0",
- "Microsoft.Extensions.FileProviders.Physical": "6.0.0",
- "Microsoft.Extensions.Hosting.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Configuration": "6.0.0",
- "Microsoft.Extensions.Logging.Console": "6.0.0",
- "Microsoft.Extensions.Logging.Debug": "6.0.0",
- "Microsoft.Extensions.Logging.EventLog": "6.0.0",
- "Microsoft.Extensions.Logging.EventSource": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.Extensions.Hosting.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.222.6406"
- }
- }
- },
- "Microsoft.Extensions.Hosting.Abstractions/6.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0"
- }
- },
- "Microsoft.Extensions.Hosting.WindowsServices/6.0.1": {
- "dependencies": {
- "Microsoft.Extensions.Hosting": "6.0.1",
- "Microsoft.Extensions.Logging.EventLog": "6.0.0",
- "System.ServiceProcess.ServiceController": "6.0.0"
- },
- "runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Hosting.WindowsServices.dll": {
- "assemblyVersion": "6.0.0.1",
- "fileVersion": "6.0.1022.47605"
- }
- }
- },
- "Microsoft.Extensions.Logging/6.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0"
- }
- },
- "Microsoft.Extensions.Logging.Abstractions/6.0.0": {},
- "Microsoft.Extensions.Logging.Configuration/6.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Configuration": "6.0.0",
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
- "Microsoft.Extensions.Configuration.Binder": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "Microsoft.Extensions.Options.ConfigurationExtensions": "6.0.0"
- }
- },
- "Microsoft.Extensions.Logging.Console/6.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Configuration": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "System.Text.Json": "6.0.0"
- }
- },
- "Microsoft.Extensions.Logging.Debug/6.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0"
- }
- },
- "Microsoft.Extensions.Logging.EventLog/6.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "System.Diagnostics.EventLog": "6.0.0"
- }
- },
- "Microsoft.Extensions.Logging.EventSource/6.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0",
- "System.Text.Json": "6.0.0"
- }
- },
- "Microsoft.Extensions.Options/6.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
- }
- },
- "Microsoft.Extensions.Options.ConfigurationExtensions/6.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
- "Microsoft.Extensions.Configuration.Binder": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
- }
- },
- "Microsoft.Extensions.Primitives/6.0.0": {
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- }
- },
- "Microsoft.OpenApi/1.2.3": {
- "runtime": {
- "lib/netstandard2.0/Microsoft.OpenApi.dll": {
- "assemblyVersion": "1.2.3.0",
- "fileVersion": "1.2.3.0"
- }
- }
- },
- "Microsoft.Win32.SystemEvents/6.0.0": {
- "runtime": {
- "lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "MimeKit/4.3.0": {
- "dependencies": {
- "BouncyCastle.Cryptography": "2.2.1",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0",
- "System.Security.Cryptography.Pkcs": "7.0.3",
- "System.Text.Encoding.CodePages": "7.0.0"
- },
- "runtime": {
- "lib/net6.0/MimeKit.dll": {
- "assemblyVersion": "4.3.0.0",
- "fileVersion": "4.3.0.0"
- }
- }
- },
- "Serilog/2.10.0": {
- "runtime": {
- "lib/netstandard2.1/Serilog.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.10.0.0"
- }
- }
- },
- "Serilog.AspNetCore/6.1.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "Serilog": "2.10.0",
- "Serilog.Extensions.Hosting": "5.0.1",
- "Serilog.Formatting.Compact": "1.1.0",
- "Serilog.Settings.Configuration": "3.3.0",
- "Serilog.Sinks.Console": "4.0.1",
- "Serilog.Sinks.Debug": "2.0.0",
- "Serilog.Sinks.File": "5.0.0"
- },
- "runtime": {
- "lib/net5.0/Serilog.AspNetCore.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "6.1.0.0"
- }
- }
- },
- "Serilog.Extensions.Hosting/5.0.1": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Hosting.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Serilog": "2.10.0",
- "Serilog.Extensions.Logging": "3.1.0"
- },
- "runtime": {
- "lib/netstandard2.1/Serilog.Extensions.Hosting.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "5.0.1.0"
- }
- }
- },
- "Serilog.Extensions.Logging/3.1.0": {
- "dependencies": {
- "Microsoft.Extensions.Logging": "6.0.0",
- "Serilog": "2.10.0"
- },
- "runtime": {
- "lib/netstandard2.0/Serilog.Extensions.Logging.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "3.1.0.0"
- }
- }
- },
- "Serilog.Formatting.Compact/1.1.0": {
- "dependencies": {
- "Serilog": "2.10.0"
- },
- "runtime": {
- "lib/netstandard2.0/Serilog.Formatting.Compact.dll": {
- "assemblyVersion": "1.1.0.0",
- "fileVersion": "1.1.0.0"
- }
- }
- },
- "Serilog.Settings.Configuration/3.3.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyModel": "3.0.0",
- "Microsoft.Extensions.Options.ConfigurationExtensions": "6.0.0",
- "Serilog": "2.10.0"
- },
- "runtime": {
- "lib/netstandard2.0/Serilog.Settings.Configuration.dll": {
- "assemblyVersion": "3.3.0.0",
- "fileVersion": "3.3.0.0"
- }
- }
- },
- "Serilog.Sinks.Console/4.0.1": {
- "dependencies": {
- "Serilog": "2.10.0"
- },
- "runtime": {
- "lib/net5.0/Serilog.Sinks.Console.dll": {
- "assemblyVersion": "4.0.1.0",
- "fileVersion": "4.0.1.0"
- }
- }
- },
- "Serilog.Sinks.Debug/2.0.0": {
- "dependencies": {
- "Serilog": "2.10.0"
- },
- "runtime": {
- "lib/netstandard2.1/Serilog.Sinks.Debug.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.0.0.0"
- }
- }
- },
- "Serilog.Sinks.EventLog/3.1.0": {
- "dependencies": {
- "Serilog": "2.10.0",
- "System.Diagnostics.EventLog": "6.0.0"
- },
- "runtime": {
- "lib/netstandard2.0/Serilog.Sinks.EventLog.dll": {
- "assemblyVersion": "3.0.0.0",
- "fileVersion": "3.1.0.0"
- }
- }
- },
- "Serilog.Sinks.File/5.0.0": {
- "dependencies": {
- "Serilog": "2.10.0"
- },
- "runtime": {
- "lib/net5.0/Serilog.Sinks.File.dll": {
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.0.0"
- }
- }
- },
- "Swashbuckle.AspNetCore/6.5.0": {
- "dependencies": {
- "Microsoft.Extensions.ApiDescription.Server": "6.0.5",
- "Swashbuckle.AspNetCore.Swagger": "6.5.0",
- "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0",
- "Swashbuckle.AspNetCore.SwaggerUI": "6.5.0"
- }
- },
- "Swashbuckle.AspNetCore.Swagger/6.5.0": {
- "dependencies": {
- "Microsoft.OpenApi": "1.2.3"
- },
- "runtime": {
- "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": {
- "assemblyVersion": "6.5.0.0",
- "fileVersion": "6.5.0.0"
- }
- }
- },
- "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": {
- "dependencies": {
- "Swashbuckle.AspNetCore.Swagger": "6.5.0"
- },
- "runtime": {
- "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
- "assemblyVersion": "6.5.0.0",
- "fileVersion": "6.5.0.0"
- }
- }
- },
- "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": {
- "runtime": {
- "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
- "assemblyVersion": "6.5.0.0",
- "fileVersion": "6.5.0.0"
- }
- }
- },
- "System.Diagnostics.DiagnosticSource/6.0.0": {
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- }
- },
- "System.Diagnostics.EventLog/6.0.0": {},
- "System.Drawing.Common/6.0.0": {
- "dependencies": {
- "Microsoft.Win32.SystemEvents": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/System.Drawing.Common.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- },
- "runtimeTargets": {
- "runtimes/unix/lib/net6.0/System.Drawing.Common.dll": {
- "rid": "unix",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- },
- "runtimes/win/lib/net6.0/System.Drawing.Common.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "System.Formats.Asn1/7.0.0": {
- "runtime": {
- "lib/net6.0/System.Formats.Asn1.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {},
- "System.Security.Cryptography.Pkcs/7.0.3": {
- "dependencies": {
- "System.Formats.Asn1": "7.0.0"
- },
- "runtime": {
- "lib/net6.0/System.Security.Cryptography.Pkcs.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.823.31807"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.823.31807"
- }
- }
- },
- "System.ServiceProcess.ServiceController/6.0.0": {
- "dependencies": {
- "System.Diagnostics.EventLog": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/System.ServiceProcess.ServiceController.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net6.0/System.ServiceProcess.ServiceController.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "System.Text.Encoding.CodePages/7.0.0": {
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/System.Text.Encoding.CodePages.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "System.Text.Encodings.Web/6.0.0": {
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- }
- },
- "System.Text.Json/6.0.0": {
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0",
- "System.Text.Encodings.Web": "6.0.0"
- }
- }
- }
- },
- "libraries": {
- "MailPrint/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "BouncyCastle.Cryptography/2.2.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-A6Zr52zVqJKt18ZBsTnX0qhG0kwIQftVAjLmszmkiR/trSp8H+xj1gUOzk7XHwaKgyREMSV1v9XaKrBUeIOdvQ==",
- "path": "bouncycastle.cryptography/2.2.1",
- "hashPath": "bouncycastle.cryptography.2.2.1.nupkg.sha512"
- },
- "MailKit/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-jVmB3Nr0JpqhyMiXOGWMin+QvRKpucGpSFBCav9dG6jEJPdBV+yp1RHVpKzxZPfT+0adaBuZlMFdbIciZo1EWA==",
- "path": "mailkit/4.3.0",
- "hashPath": "mailkit.4.3.0.nupkg.sha512"
- },
- "Microsoft.Extensions.ApiDescription.Server/6.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Ckb5EDBUNJdFWyajfXzUIMRkhf52fHZOQuuZg/oiu8y7zDCVwD0iHhew6MnThjHmevanpxL3f5ci2TtHQEN6bw==",
- "path": "microsoft.extensions.apidescription.server/6.0.5",
- "hashPath": "microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512"
- },
- "Microsoft.Extensions.Configuration/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-tq2wXyh3fL17EMF2bXgRhU7JrbO3on93MRKYxzz4JzzvuGSA1l0W3GI9/tl8EO89TH+KWEymP7bcFway6z9fXg==",
- "path": "microsoft.extensions.configuration/6.0.0",
- "hashPath": "microsoft.extensions.configuration.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-qWzV9o+ZRWq+pGm+1dF+R7qTgTYoXvbyowRoBxQJGfqTpqDun2eteerjRQhq5PQ/14S+lqto3Ft4gYaRyl4rdQ==",
- "path": "microsoft.extensions.configuration.abstractions/6.0.0",
- "hashPath": "microsoft.extensions.configuration.abstractions.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Configuration.Binder/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-b3ErKzND8LIC7o08QAVlKfaEIYEvLJbtmVbFZVBRXeu9YkKfSSzLZfR1SUfQPBIy9mKLhEtJgGYImkcMNaKE0A==",
- "path": "microsoft.extensions.configuration.binder/6.0.0",
- "hashPath": "microsoft.extensions.configuration.binder.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Configuration.CommandLine/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-3nL1qCkZ1Oxx14ZTzgo4MmlO7tso7F+TtMZAY2jUAtTLyAcDp+EDjk3RqafoKiNaePyPvvlleEcBxh3b2Hzl1g==",
- "path": "microsoft.extensions.configuration.commandline/6.0.0",
- "hashPath": "microsoft.extensions.configuration.commandline.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Configuration.EnvironmentVariables/6.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-pnyXV1LFOsYjGveuC07xp0YHIyGq7jRq5Ncb5zrrIieMLWVwgMyYxcOH0jTnBedDT4Gh1QinSqsjqzcieHk1og==",
- "path": "microsoft.extensions.configuration.environmentvariables/6.0.1",
- "hashPath": "microsoft.extensions.configuration.environmentvariables.6.0.1.nupkg.sha512"
- },
- "Microsoft.Extensions.Configuration.FileExtensions/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-V4Dth2cYMZpw3HhGw9XUDIijpI6gN+22LDt0AhufIgOppCUfpWX4483OmN+dFXRJkJLc8Tv0Q8QK+1ingT2+KQ==",
- "path": "microsoft.extensions.configuration.fileextensions/6.0.0",
- "hashPath": "microsoft.extensions.configuration.fileextensions.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Configuration.Json/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-GJGery6QytCzS/BxJ96klgG9in3uH26KcUBbiVG/coNDXCRq6LGVVlUT4vXq34KPuM+R2av+LeYdX9h4IZOCUg==",
- "path": "microsoft.extensions.configuration.json/6.0.0",
- "hashPath": "microsoft.extensions.configuration.json.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Configuration.UserSecrets/6.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Fy8yr4V6obi7ZxvKYI1i85jqtwMq8tqyxQVZpRSkgeA8enqy/KvBIMdcuNdznlxQMZa72mvbHqb7vbg4Pyx95w==",
- "path": "microsoft.extensions.configuration.usersecrets/6.0.1",
- "hashPath": "microsoft.extensions.configuration.usersecrets.6.0.1.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==",
- "path": "microsoft.extensions.dependencyinjection/6.0.0",
- "hashPath": "microsoft.extensions.dependencyinjection.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==",
- "path": "microsoft.extensions.dependencyinjection.abstractions/6.0.0",
- "hashPath": "microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyModel/3.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Iaectmzg9Dc4ZbKX/FurrRjgO/I8rTumL5UU+Uube6vZuGetcnXoIgTA94RthFWePhdMVm8MMhVFJZdbzMsdyQ==",
- "path": "microsoft.extensions.dependencymodel/3.0.0",
- "hashPath": "microsoft.extensions.dependencymodel.3.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.FileProviders.Abstractions/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-0pd4/fho0gC12rQswaGQxbU34jOS1TPS8lZPpkFCH68ppQjHNHYle9iRuHeev1LhrJ94YPvzcRd8UmIuFk23Qw==",
- "path": "microsoft.extensions.fileproviders.abstractions/6.0.0",
- "hashPath": "microsoft.extensions.fileproviders.abstractions.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.FileProviders.Physical/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-QvkL7l0nM8udt3gfyu0Vw8bbCXblxaKOl7c2oBfgGy4LCURRaL9XWZX1FWJrQc43oMokVneVxH38iz+bY1sbhg==",
- "path": "microsoft.extensions.fileproviders.physical/6.0.0",
- "hashPath": "microsoft.extensions.fileproviders.physical.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.FileSystemGlobbing/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ip8jnL1aPiaPeKINCqaTEbvBFDmVx9dXQEBZ2HOBRXPD1eabGNqP/bKlsIcp7U2lGxiXd5xIhoFcmY8nM4Hdiw==",
- "path": "microsoft.extensions.filesystemglobbing/6.0.0",
- "hashPath": "microsoft.extensions.filesystemglobbing.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Hosting/6.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-hbmizc9KPWOacLU8Z8YMaBG6KWdZFppczYV/KwnPGU/8xebWxQxdDeJmLOgg968prb7g2oQgnp6JVLX6lgby8g==",
- "path": "microsoft.extensions.hosting/6.0.1",
- "hashPath": "microsoft.extensions.hosting.6.0.1.nupkg.sha512"
- },
- "Microsoft.Extensions.Hosting.Abstractions/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-GcT5l2CYXL6Sa27KCSh0TixsRfADUgth+ojQSD5EkzisZxmGFh7CwzkcYuGwvmXLjr27uWRNrJ2vuuEjMhU05Q==",
- "path": "microsoft.extensions.hosting.abstractions/6.0.0",
- "hashPath": "microsoft.extensions.hosting.abstractions.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Hosting.WindowsServices/6.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-0vaOeMeDpVUqvOJ0pHugoOqTZULdq7c0kZLzzlrQwUZ7ScUat27d8hrK3IxJ7FWF3OBZXSjA2nWYRcdA5WG9wg==",
- "path": "microsoft.extensions.hosting.windowsservices/6.0.1",
- "hashPath": "microsoft.extensions.hosting.windowsservices.6.0.1.nupkg.sha512"
- },
- "Microsoft.Extensions.Logging/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==",
- "path": "microsoft.extensions.logging/6.0.0",
- "hashPath": "microsoft.extensions.logging.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Logging.Abstractions/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-/HggWBbTwy8TgebGSX5DBZ24ndhzi93sHUBDvP1IxbZD7FDokYzdAr6+vbWGjw2XAfR2EJ1sfKUotpjHnFWPxA==",
- "path": "microsoft.extensions.logging.abstractions/6.0.0",
- "hashPath": "microsoft.extensions.logging.abstractions.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Logging.Configuration/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ZDskjagmBAbv+K8rYW9VhjPplhbOE63xUD0DiuydZJwt15dRyoqicYklLd86zzeintUc7AptDkHn+YhhYkYo8A==",
- "path": "microsoft.extensions.logging.configuration/6.0.0",
- "hashPath": "microsoft.extensions.logging.configuration.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Logging.Console/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-gsqKzOEdsvq28QiXFxagmn1oRB9GeI5GgYCkoybZtQA0IUb7QPwf1WmN3AwJeNIsadTvIFQCiVK0OVIgKfOBGg==",
- "path": "microsoft.extensions.logging.console/6.0.0",
- "hashPath": "microsoft.extensions.logging.console.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Logging.Debug/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-M9g/JixseSZATJE9tcMn9uzoD4+DbSglivFqVx8YkRJ7VVPmnvCEbOZ0AAaxsL1EKyI4cz07DXOOJExxNsUOHw==",
- "path": "microsoft.extensions.logging.debug/6.0.0",
- "hashPath": "microsoft.extensions.logging.debug.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Logging.EventLog/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-rlo0RxlMd0WtLG3CHI0qOTp6fFn7MvQjlrCjucA31RqmiMFCZkF8CHNbe8O7tbBIyyoLGWB1he9CbaA5iyHthg==",
- "path": "microsoft.extensions.logging.eventlog/6.0.0",
- "hashPath": "microsoft.extensions.logging.eventlog.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Logging.EventSource/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-BeDyyqt7nkm/nr+Gdk+L8n1tUT/u33VkbXAOesgYSNsxDM9hJ1NOBGoZfj9rCbeD2+9myElI6JOVVFmnzgeWQA==",
- "path": "microsoft.extensions.logging.eventsource/6.0.0",
- "hashPath": "microsoft.extensions.logging.eventsource.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Options/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==",
- "path": "microsoft.extensions.options/6.0.0",
- "hashPath": "microsoft.extensions.options.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Options.ConfigurationExtensions/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-bXWINbTn0vC0FYc9GaQTISbxhQLAMrvtbuvD9N6JelEaIS/Pr62wUCinrq5bf1WRBGczt1v4wDhxFtVFNcMdUQ==",
- "path": "microsoft.extensions.options.configurationextensions/6.0.0",
- "hashPath": "microsoft.extensions.options.configurationextensions.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Primitives/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==",
- "path": "microsoft.extensions.primitives/6.0.0",
- "hashPath": "microsoft.extensions.primitives.6.0.0.nupkg.sha512"
- },
- "Microsoft.OpenApi/1.2.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==",
- "path": "microsoft.openapi/1.2.3",
- "hashPath": "microsoft.openapi.1.2.3.nupkg.sha512"
- },
- "Microsoft.Win32.SystemEvents/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==",
- "path": "microsoft.win32.systemevents/6.0.0",
- "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512"
- },
- "MimeKit/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-39KDXuERDy5VmHIn7NnCWvIVp/Ar4qnxZWg9m06DfRqDbW1B6zFv9o3Tdoa4CCu71tE/0SRqRCN5Z+bbffw6uw==",
- "path": "mimekit/4.3.0",
- "hashPath": "mimekit.4.3.0.nupkg.sha512"
- },
- "Serilog/2.10.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-+QX0hmf37a0/OZLxM3wL7V6/ADvC1XihXN4Kq/p6d8lCPfgkRdiuhbWlMaFjR9Av0dy5F0+MBeDmDdRZN/YwQA==",
- "path": "serilog/2.10.0",
- "hashPath": "serilog.2.10.0.nupkg.sha512"
- },
- "Serilog.AspNetCore/6.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-iMwFUJDN+/yWIPz4TKCliagJ1Yn//SceCYCzgdPwe/ECYUwb5/WUL8cTzRKV+tFwxGjLEV/xpm0GupS5RwbhSQ==",
- "path": "serilog.aspnetcore/6.1.0",
- "hashPath": "serilog.aspnetcore.6.1.0.nupkg.sha512"
- },
- "Serilog.Extensions.Hosting/5.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-o0VUyt3npAqOJaZ6CiWLFeLYs3CYJwfcAqaUqprzsmj7qYIvorcn8cZLVR8AQX6vzX7gee2bD0sQeA17iO2/Aw==",
- "path": "serilog.extensions.hosting/5.0.1",
- "hashPath": "serilog.extensions.hosting.5.0.1.nupkg.sha512"
- },
- "Serilog.Extensions.Logging/3.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-IWfem7wfrFbB3iw1OikqPFNPEzfayvDuN4WP7Ue1AVFskalMByeWk3QbtUXQR34SBkv1EbZ3AySHda/ErDgpcg==",
- "path": "serilog.extensions.logging/3.1.0",
- "hashPath": "serilog.extensions.logging.3.1.0.nupkg.sha512"
- },
- "Serilog.Formatting.Compact/1.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-pNroKVjo+rDqlxNG5PXkRLpfSCuDOBY0ri6jp9PLe505ljqwhwZz8ospy2vWhQlFu5GkIesh3FcDs4n7sWZODA==",
- "path": "serilog.formatting.compact/1.1.0",
- "hashPath": "serilog.formatting.compact.1.1.0.nupkg.sha512"
- },
- "Serilog.Settings.Configuration/3.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-7GNudISZwqaT902hqEL2OFGTZeUFWfnrNLupJkOqeF41AR3GjcxX+Hwb30xb8gG2/CDXsCMVfF8o0+8KY0fJNg==",
- "path": "serilog.settings.configuration/3.3.0",
- "hashPath": "serilog.settings.configuration.3.3.0.nupkg.sha512"
- },
- "Serilog.Sinks.Console/4.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-apLOvSJQLlIbKlbx+Y2UDHSP05kJsV7mou+fvJoRGs/iR+jC22r8cuFVMjjfVxz/AD4B2UCltFhE1naRLXwKNw==",
- "path": "serilog.sinks.console/4.0.1",
- "hashPath": "serilog.sinks.console.4.0.1.nupkg.sha512"
- },
- "Serilog.Sinks.Debug/2.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Y6g3OBJ4JzTyyw16fDqtFcQ41qQAydnEvEqmXjhwhgjsnG/FaJ8GUqF5ldsC/bVkK8KYmqrPhDO+tm4dF6xx4A==",
- "path": "serilog.sinks.debug/2.0.0",
- "hashPath": "serilog.sinks.debug.2.0.0.nupkg.sha512"
- },
- "Serilog.Sinks.EventLog/3.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-NZukSBsuyGqcA8h6VI4SC84vmwjw08OKJUEXFktSx7wPokWIwx/Mk9cdqSvadwLIC+2Stmpz1vG6EP5OZ5indQ==",
- "path": "serilog.sinks.eventlog/3.1.0",
- "hashPath": "serilog.sinks.eventlog.3.1.0.nupkg.sha512"
- },
- "Serilog.Sinks.File/5.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-uwV5hdhWPwUH1szhO8PJpFiahqXmzPzJT/sOijH/kFgUx+cyoDTMM8MHD0adw9+Iem6itoibbUXHYslzXsLEAg==",
- "path": "serilog.sinks.file/5.0.0",
- "hashPath": "serilog.sinks.file.5.0.0.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore/6.5.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-FK05XokgjgwlCI6wCT+D4/abtQkL1X1/B9Oas6uIwHFmYrIO9WUD5aLC9IzMs9GnHfUXOtXZ2S43gN1mhs5+aA==",
- "path": "swashbuckle.aspnetcore/6.5.0",
- "hashPath": "swashbuckle.aspnetcore.6.5.0.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore.Swagger/6.5.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-XWmCmqyFmoItXKFsQSwQbEAsjDKcxlNf1l+/Ki42hcb6LjKL8m5Db69OTvz5vLonMSRntYO1XLqz0OP+n3vKnA==",
- "path": "swashbuckle.aspnetcore.swagger/6.5.0",
- "hashPath": "swashbuckle.aspnetcore.swagger.6.5.0.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Y/qW8Qdg9OEs7V013tt+94OdPxbRdbhcEbw4NiwGvf4YBcfhL/y7qp/Mjv/cENsQ2L3NqJ2AOu94weBy/h4KvA==",
- "path": "swashbuckle.aspnetcore.swaggergen/6.5.0",
- "hashPath": "swashbuckle.aspnetcore.swaggergen.6.5.0.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-OvbvxX+wL8skxTBttcBsVxdh73Fag4xwqEU2edh4JMn7Ws/xJHnY/JB1e9RoCb6XpDxUF3hD9A0Z1lEUx40Pfw==",
- "path": "swashbuckle.aspnetcore.swaggerui/6.5.0",
- "hashPath": "swashbuckle.aspnetcore.swaggerui.6.5.0.nupkg.sha512"
- },
- "System.Diagnostics.DiagnosticSource/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
- "path": "system.diagnostics.diagnosticsource/6.0.0",
- "hashPath": "system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512"
- },
- "System.Diagnostics.EventLog/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==",
- "path": "system.diagnostics.eventlog/6.0.0",
- "hashPath": "system.diagnostics.eventlog.6.0.0.nupkg.sha512"
- },
- "System.Drawing.Common/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==",
- "path": "system.drawing.common/6.0.0",
- "hashPath": "system.drawing.common.6.0.0.nupkg.sha512"
- },
- "System.Formats.Asn1/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-+nfpV0afLmvJW8+pLlHxRjz3oZJw4fkyU9MMEaMhCsHi/SN9bGF9q79ROubDiwTiCHezmK0uCWkPP7tGFP/4yg==",
- "path": "system.formats.asn1/7.0.0",
- "hashPath": "system.formats.asn1.7.0.0.nupkg.sha512"
- },
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
- "path": "system.runtime.compilerservices.unsafe/6.0.0",
- "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
- },
- "System.Security.Cryptography.Pkcs/7.0.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-yhwEHH5Gzl/VoADrXtt5XC95OFoSjNSWLHNutE7GwdOgefZVRvEXRSooSpL8HHm3qmdd9epqzsWg28UJemt22w==",
- "path": "system.security.cryptography.pkcs/7.0.3",
- "hashPath": "system.security.cryptography.pkcs.7.0.3.nupkg.sha512"
- },
- "System.ServiceProcess.ServiceController/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-qMBvG8ZFbkXoe0Z5/D7FAAadfPkH2v7vSuh2xsLf3U6jNoejpIdeV18A0htiASsLK1CCAc/p59kaLXlt2yB1gw==",
- "path": "system.serviceprocess.servicecontroller/6.0.0",
- "hashPath": "system.serviceprocess.servicecontroller.6.0.0.nupkg.sha512"
- },
- "System.Text.Encoding.CodePages/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-LSyCblMpvOe0N3E+8e0skHcrIhgV2huaNcjUUEa8hRtgEAm36aGkRoC8Jxlb6Ra6GSfF29ftduPNywin8XolzQ==",
- "path": "system.text.encoding.codepages/7.0.0",
- "hashPath": "system.text.encoding.codepages.7.0.0.nupkg.sha512"
- },
- "System.Text.Encodings.Web/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==",
- "path": "system.text.encodings.web/6.0.0",
- "hashPath": "system.text.encodings.web.6.0.0.nupkg.sha512"
- },
- "System.Text.Json/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-zaJsHfESQvJ11vbXnNlkrR46IaMULk/gHxYsJphzSF+07kTjPHv+Oc14w6QEOfo3Q4hqLJgStUaYB9DBl0TmWg==",
- "path": "system.text.json/6.0.0",
- "hashPath": "system.text.json.6.0.0.nupkg.sha512"
- }
- }
-}
\ No newline at end of file
diff --git a/MailPrint/bin/Release/net6.0-windows/MailPrint.dll b/MailPrint/bin/Release/net6.0-windows/MailPrint.dll
deleted file mode 100644
index 5788b69..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/MailPrint.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/MailPrint.exe b/MailPrint/bin/Release/net6.0-windows/MailPrint.exe
deleted file mode 100644
index 5496f1f..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/MailPrint.exe and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/MailPrint.pdb b/MailPrint/bin/Release/net6.0-windows/MailPrint.pdb
deleted file mode 100644
index b962a08..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/MailPrint.pdb and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/MailPrint.runtimeconfig.json b/MailPrint/bin/Release/net6.0-windows/MailPrint.runtimeconfig.json
deleted file mode 100644
index 80d0347..0000000
--- a/MailPrint/bin/Release/net6.0-windows/MailPrint.runtimeconfig.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "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.Reflection.Metadata.MetadataUpdater.IsSupported": false,
- "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
- }
- }
-}
\ No newline at end of file
diff --git a/MailPrint/bin/Release/net6.0-windows/Microsoft.Extensions.Configuration.EnvironmentVariables.dll b/MailPrint/bin/Release/net6.0-windows/Microsoft.Extensions.Configuration.EnvironmentVariables.dll
deleted file mode 100644
index b8beb77..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/Microsoft.Extensions.Configuration.EnvironmentVariables.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/Microsoft.Extensions.Configuration.UserSecrets.dll b/MailPrint/bin/Release/net6.0-windows/Microsoft.Extensions.Configuration.UserSecrets.dll
deleted file mode 100644
index f4ae415..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/Microsoft.Extensions.Configuration.UserSecrets.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/Microsoft.Extensions.DependencyModel.dll b/MailPrint/bin/Release/net6.0-windows/Microsoft.Extensions.DependencyModel.dll
deleted file mode 100644
index 2e78d8e..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/Microsoft.Extensions.DependencyModel.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/Microsoft.Extensions.Hosting.WindowsServices.dll b/MailPrint/bin/Release/net6.0-windows/Microsoft.Extensions.Hosting.WindowsServices.dll
deleted file mode 100644
index 2ed6abb..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/Microsoft.Extensions.Hosting.WindowsServices.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/Microsoft.Extensions.Hosting.dll b/MailPrint/bin/Release/net6.0-windows/Microsoft.Extensions.Hosting.dll
deleted file mode 100644
index c9565cb..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/Microsoft.Extensions.Hosting.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/Microsoft.OpenApi.dll b/MailPrint/bin/Release/net6.0-windows/Microsoft.OpenApi.dll
deleted file mode 100644
index 14f3ded..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/Microsoft.OpenApi.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/Microsoft.Win32.SystemEvents.dll b/MailPrint/bin/Release/net6.0-windows/Microsoft.Win32.SystemEvents.dll
deleted file mode 100644
index 3ab5850..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/Microsoft.Win32.SystemEvents.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/MimeKit.dll b/MailPrint/bin/Release/net6.0-windows/MimeKit.dll
deleted file mode 100644
index fa83ff7..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/MimeKit.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/Serilog.AspNetCore.dll b/MailPrint/bin/Release/net6.0-windows/Serilog.AspNetCore.dll
deleted file mode 100644
index 6fd0ba7..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/Serilog.AspNetCore.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/Serilog.Extensions.Hosting.dll b/MailPrint/bin/Release/net6.0-windows/Serilog.Extensions.Hosting.dll
deleted file mode 100644
index 37eb2ec..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/Serilog.Extensions.Hosting.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/Serilog.Extensions.Logging.dll b/MailPrint/bin/Release/net6.0-windows/Serilog.Extensions.Logging.dll
deleted file mode 100644
index 27dc8cf..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/Serilog.Extensions.Logging.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/Serilog.Formatting.Compact.dll b/MailPrint/bin/Release/net6.0-windows/Serilog.Formatting.Compact.dll
deleted file mode 100644
index 7e6d49c..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/Serilog.Formatting.Compact.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/Serilog.Settings.Configuration.dll b/MailPrint/bin/Release/net6.0-windows/Serilog.Settings.Configuration.dll
deleted file mode 100644
index 183aae3..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/Serilog.Settings.Configuration.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/Serilog.Sinks.Console.dll b/MailPrint/bin/Release/net6.0-windows/Serilog.Sinks.Console.dll
deleted file mode 100644
index 388ff02..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/Serilog.Sinks.Console.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/Serilog.Sinks.Debug.dll b/MailPrint/bin/Release/net6.0-windows/Serilog.Sinks.Debug.dll
deleted file mode 100644
index 2bd024b..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/Serilog.Sinks.Debug.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/Serilog.Sinks.EventLog.dll b/MailPrint/bin/Release/net6.0-windows/Serilog.Sinks.EventLog.dll
deleted file mode 100644
index 8279582..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/Serilog.Sinks.EventLog.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/Serilog.Sinks.File.dll b/MailPrint/bin/Release/net6.0-windows/Serilog.Sinks.File.dll
deleted file mode 100644
index 29dc2fd..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/Serilog.Sinks.File.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/Serilog.dll b/MailPrint/bin/Release/net6.0-windows/Serilog.dll
deleted file mode 100644
index 78688c8..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/Serilog.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/Swashbuckle.AspNetCore.Swagger.dll b/MailPrint/bin/Release/net6.0-windows/Swashbuckle.AspNetCore.Swagger.dll
deleted file mode 100644
index 39b68f8..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/Swashbuckle.AspNetCore.Swagger.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/Swashbuckle.AspNetCore.SwaggerGen.dll b/MailPrint/bin/Release/net6.0-windows/Swashbuckle.AspNetCore.SwaggerGen.dll
deleted file mode 100644
index 47f3406..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/Swashbuckle.AspNetCore.SwaggerGen.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/Swashbuckle.AspNetCore.SwaggerUI.dll b/MailPrint/bin/Release/net6.0-windows/Swashbuckle.AspNetCore.SwaggerUI.dll
deleted file mode 100644
index 2628e9e..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/Swashbuckle.AspNetCore.SwaggerUI.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/System.Drawing.Common.dll b/MailPrint/bin/Release/net6.0-windows/System.Drawing.Common.dll
deleted file mode 100644
index be6915e..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/System.Drawing.Common.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/System.Formats.Asn1.dll b/MailPrint/bin/Release/net6.0-windows/System.Formats.Asn1.dll
deleted file mode 100644
index a123306..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/System.Formats.Asn1.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/System.Security.Cryptography.Pkcs.dll b/MailPrint/bin/Release/net6.0-windows/System.Security.Cryptography.Pkcs.dll
deleted file mode 100644
index 1d857dc..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/System.Security.Cryptography.Pkcs.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/System.ServiceProcess.ServiceController.dll b/MailPrint/bin/Release/net6.0-windows/System.ServiceProcess.ServiceController.dll
deleted file mode 100644
index 3e5508c..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/System.ServiceProcess.ServiceController.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/System.Text.Encoding.CodePages.dll b/MailPrint/bin/Release/net6.0-windows/System.Text.Encoding.CodePages.dll
deleted file mode 100644
index 78383ad..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/System.Text.Encoding.CodePages.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/appsettings.json b/MailPrint/bin/Release/net6.0-windows/appsettings.json
deleted file mode 100644
index 34ad357..0000000
--- a/MailPrint/bin/Release/net6.0-windows/appsettings.json
+++ /dev/null
@@ -1,38 +0,0 @@
-{
- "MailPrint": {
- "Protocol": "IMAP",
- "Host": "imap.example.com",
- "Port": 993,
- "UseSsl": true,
- "Username": "druck@example.com",
- "Password": "IHR_PASSWORT",
- "Folder": "INBOX",
- "PollIntervalSeconds": 60,
-
- "AllowedSenders": [],
- "SubjectFilter": "",
-
- "PrinterName": "",
- "Copies": 1,
- "DeleteAfterPrint": true,
- "MarkAsRead": true,
-
- "TempDirectory": "C:\\ProgramData\\MailPrint\\Temp",
- "AllowedExtensions": [ ".pdf" ],
-
- "WebApi": {
- "Port": 5100,
- "BindAllInterfaces": true,
- "ApiKey": "SICHERER_ZUFAELLIGER_KEY"
- }
- },
- "Serilog": {
- "MinimumLevel": {
- "Default": "Information",
- "Override": {
- "Microsoft": "Warning",
- "Microsoft.AspNetCore": "Warning"
- }
- }
- }
-}
diff --git a/MailPrint/bin/Release/net6.0-windows/runtimes/unix/lib/net6.0/System.Drawing.Common.dll b/MailPrint/bin/Release/net6.0-windows/runtimes/unix/lib/net6.0/System.Drawing.Common.dll
deleted file mode 100644
index 9e26473..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/runtimes/unix/lib/net6.0/System.Drawing.Common.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll b/MailPrint/bin/Release/net6.0-windows/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll
deleted file mode 100644
index 66af198..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/runtimes/win/lib/net6.0/System.Drawing.Common.dll b/MailPrint/bin/Release/net6.0-windows/runtimes/win/lib/net6.0/System.Drawing.Common.dll
deleted file mode 100644
index 7c9e87b..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/runtimes/win/lib/net6.0/System.Drawing.Common.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.dll b/MailPrint/bin/Release/net6.0-windows/runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.dll
deleted file mode 100644
index a76916f..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/runtimes/win/lib/net6.0/System.ServiceProcess.ServiceController.dll b/MailPrint/bin/Release/net6.0-windows/runtimes/win/lib/net6.0/System.ServiceProcess.ServiceController.dll
deleted file mode 100644
index 8a6feee..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/runtimes/win/lib/net6.0/System.ServiceProcess.ServiceController.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.dll b/MailPrint/bin/Release/net6.0-windows/runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.dll
deleted file mode 100644
index 73b2d02..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/BouncyCastle.Cryptography.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/BouncyCastle.Cryptography.dll
deleted file mode 100644
index 637242d..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/BouncyCastle.Cryptography.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/MailKit.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/MailKit.dll
deleted file mode 100644
index b6efca1..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/MailKit.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/MailPrint.deps.json b/MailPrint/bin/Release/net6.0-windows/win-x64/MailPrint.deps.json
deleted file mode 100644
index 54f5280..0000000
--- a/MailPrint/bin/Release/net6.0-windows/win-x64/MailPrint.deps.json
+++ /dev/null
@@ -1,1979 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v6.0/win-x64",
- "signature": ""
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v6.0": {},
- ".NETCoreApp,Version=v6.0/win-x64": {
- "MailPrint/1.0.0": {
- "dependencies": {
- "MailKit": "4.3.0",
- "Microsoft.Extensions.Hosting.WindowsServices": "6.0.1",
- "MimeKit": "4.3.0",
- "Serilog.AspNetCore": "6.1.0",
- "Serilog.Sinks.Console": "4.1.0",
- "Serilog.Sinks.EventLog": "3.1.0",
- "Serilog.Sinks.File": "5.0.0",
- "Swashbuckle.AspNetCore": "6.5.0",
- "System.Drawing.Common": "6.0.0",
- "runtimepack.Microsoft.NETCore.App.Runtime.win-x64": "6.0.36",
- "runtimepack.Microsoft.AspNetCore.App.Runtime.win-x64": "6.0.36"
- },
- "runtime": {
- "MailPrint.dll": {}
- }
- },
- "runtimepack.Microsoft.NETCore.App.Runtime.win-x64/6.0.36": {
- "runtime": {
- "Microsoft.CSharp.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "Microsoft.VisualBasic.Core.dll": {
- "assemblyVersion": "11.0.0.0",
- "fileVersion": "11.100.3624.51421"
- },
- "Microsoft.VisualBasic.dll": {
- "assemblyVersion": "10.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "Microsoft.Win32.Primitives.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "Microsoft.Win32.Registry.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.AppContext.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Buffers.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Collections.Concurrent.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Collections.Immutable.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Collections.NonGeneric.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Collections.Specialized.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Collections.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.ComponentModel.Annotations.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.ComponentModel.DataAnnotations.dll": {
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.ComponentModel.EventBasedAsync.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.ComponentModel.Primitives.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.ComponentModel.TypeConverter.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.ComponentModel.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Configuration.dll": {
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Console.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Core.dll": {
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Data.Common.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Data.DataSetExtensions.dll": {
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Data.dll": {
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Diagnostics.Contracts.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Diagnostics.Debug.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Diagnostics.DiagnosticSource.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Diagnostics.FileVersionInfo.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Diagnostics.Process.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Diagnostics.StackTrace.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Diagnostics.TextWriterTraceListener.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Diagnostics.Tools.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Diagnostics.TraceSource.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Diagnostics.Tracing.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Drawing.Primitives.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Drawing.dll": {
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Dynamic.Runtime.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Globalization.Calendars.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Globalization.Extensions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Globalization.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.IO.Compression.Brotli.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.IO.Compression.FileSystem.dll": {
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.IO.Compression.ZipFile.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.IO.Compression.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.IO.FileSystem.AccessControl.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.IO.FileSystem.DriveInfo.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.IO.FileSystem.Primitives.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.IO.FileSystem.Watcher.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.IO.FileSystem.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.IO.IsolatedStorage.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.IO.MemoryMappedFiles.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.IO.Pipes.AccessControl.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.IO.Pipes.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.IO.UnmanagedMemoryStream.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.IO.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Linq.Expressions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Linq.Parallel.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Linq.Queryable.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Linq.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Memory.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Net.Http.Json.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Net.Http.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Net.HttpListener.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Net.Mail.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Net.NameResolution.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Net.NetworkInformation.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Net.Ping.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Net.Primitives.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Net.Quic.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Net.Requests.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Net.Security.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Net.ServicePoint.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Net.Sockets.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Net.WebClient.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Net.WebHeaderCollection.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Net.WebProxy.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Net.WebSockets.Client.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Net.WebSockets.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Net.dll": {
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Numerics.Vectors.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Numerics.dll": {
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.ObjectModel.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Private.CoreLib.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Private.DataContractSerialization.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Private.Uri.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Private.Xml.Linq.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Private.Xml.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Reflection.DispatchProxy.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Reflection.Emit.ILGeneration.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Reflection.Emit.Lightweight.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Reflection.Emit.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Reflection.Extensions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Reflection.Metadata.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Reflection.Primitives.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Reflection.TypeExtensions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Reflection.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Resources.Reader.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Resources.ResourceManager.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Resources.Writer.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Runtime.CompilerServices.Unsafe.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Runtime.CompilerServices.VisualC.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Runtime.Extensions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Runtime.Handles.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Runtime.InteropServices.RuntimeInformation.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Runtime.InteropServices.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Runtime.Intrinsics.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Runtime.Loader.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Runtime.Numerics.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Runtime.Serialization.Formatters.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Runtime.Serialization.Json.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Runtime.Serialization.Primitives.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Runtime.Serialization.Xml.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Runtime.Serialization.dll": {
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Runtime.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Security.AccessControl.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Security.Claims.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Security.Cryptography.Algorithms.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Security.Cryptography.Cng.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Security.Cryptography.Csp.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Security.Cryptography.Encoding.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Security.Cryptography.OpenSsl.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Security.Cryptography.Primitives.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Security.Cryptography.X509Certificates.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Security.Principal.Windows.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Security.Principal.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Security.SecureString.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Security.dll": {
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.ServiceModel.Web.dll": {
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.ServiceProcess.dll": {
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Text.Encoding.Extensions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Text.Encoding.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Text.Encodings.Web.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Text.Json.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Text.RegularExpressions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Threading.Channels.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Threading.Overlapped.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Threading.Tasks.Dataflow.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Threading.Tasks.Extensions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Threading.Tasks.Parallel.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Threading.Tasks.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Threading.Thread.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Threading.ThreadPool.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Threading.Timer.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Threading.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Transactions.Local.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Transactions.dll": {
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.ValueTuple.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Web.HttpUtility.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Web.dll": {
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Windows.dll": {
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Xml.Linq.dll": {
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Xml.ReaderWriter.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Xml.Serialization.dll": {
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Xml.XDocument.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Xml.XPath.XDocument.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Xml.XPath.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Xml.XmlDocument.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Xml.XmlSerializer.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.Xml.dll": {
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "System.dll": {
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "WindowsBase.dll": {
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "mscorlib.dll": {
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "netstandard.dll": {
- "assemblyVersion": "2.1.0.0",
- "fileVersion": "6.0.3624.51421"
- }
- },
- "native": {
- "Microsoft.DiaSymReader.Native.amd64.dll": {
- "fileVersion": "14.40.33810.0"
- },
- "System.IO.Compression.Native.dll": {
- "fileVersion": "42.42.42.42424"
- },
- "api-ms-win-core-console-l1-1-0.dll": {
- "fileVersion": "10.0.22000.194"
- },
- "api-ms-win-core-console-l1-2-0.dll": {
- "fileVersion": "10.0.22000.194"
- },
- "api-ms-win-core-datetime-l1-1-0.dll": {
- "fileVersion": "10.0.22000.194"
- },
- "api-ms-win-core-debug-l1-1-0.dll": {
- "fileVersion": "10.0.22000.194"
- },
- "api-ms-win-core-errorhandling-l1-1-0.dll": {
- "fileVersion": "10.0.22000.194"
- },
- "api-ms-win-core-fibers-l1-1-0.dll": {
- "fileVersion": "10.0.22000.194"
- },
- "api-ms-win-core-file-l1-1-0.dll": {
- "fileVersion": "10.0.22000.194"
- },
- "api-ms-win-core-file-l1-2-0.dll": {
- "fileVersion": "10.0.22000.194"
- },
- "api-ms-win-core-file-l2-1-0.dll": {
- "fileVersion": "10.0.22000.194"
- },
- "api-ms-win-core-handle-l1-1-0.dll": {
- "fileVersion": "10.0.22000.194"
- },
- "api-ms-win-core-heap-l1-1-0.dll": {
- "fileVersion": "10.0.22000.194"
- },
- "api-ms-win-core-interlocked-l1-1-0.dll": {
- "fileVersion": "10.0.22000.194"
- },
- "api-ms-win-core-libraryloader-l1-1-0.dll": {
- "fileVersion": "10.0.22000.194"
- },
- "api-ms-win-core-localization-l1-2-0.dll": {
- "fileVersion": "10.0.22000.194"
- },
- "api-ms-win-core-memory-l1-1-0.dll": {
- "fileVersion": "10.0.22000.194"
- },
- "api-ms-win-core-namedpipe-l1-1-0.dll": {
- "fileVersion": "10.0.22000.194"
- },
- "api-ms-win-core-processenvironment-l1-1-0.dll": {
- "fileVersion": "10.0.22000.194"
- },
- "api-ms-win-core-processthreads-l1-1-0.dll": {
- "fileVersion": "10.0.22000.194"
- },
- "api-ms-win-core-processthreads-l1-1-1.dll": {
- "fileVersion": "10.0.22000.194"
- },
- "api-ms-win-core-profile-l1-1-0.dll": {
- "fileVersion": "10.0.22000.194"
- },
- "api-ms-win-core-rtlsupport-l1-1-0.dll": {
- "fileVersion": "10.0.22000.194"
- },
- "api-ms-win-core-string-l1-1-0.dll": {
- "fileVersion": "10.0.22000.194"
- },
- "api-ms-win-core-synch-l1-1-0.dll": {
- "fileVersion": "10.0.22000.194"
- },
- "api-ms-win-core-synch-l1-2-0.dll": {
- "fileVersion": "10.0.22000.194"
- },
- "api-ms-win-core-sysinfo-l1-1-0.dll": {
- "fileVersion": "10.0.22000.194"
- },
- "api-ms-win-core-timezone-l1-1-0.dll": {
- "fileVersion": "10.0.22000.194"
- },
- "api-ms-win-core-util-l1-1-0.dll": {
- "fileVersion": "10.0.22000.194"
- },
- "api-ms-win-crt-conio-l1-1-0.dll": {
- "fileVersion": "10.0.22000.194"
- },
- "api-ms-win-crt-convert-l1-1-0.dll": {
- "fileVersion": "10.0.22000.194"
- },
- "api-ms-win-crt-environment-l1-1-0.dll": {
- "fileVersion": "10.0.22000.194"
- },
- "api-ms-win-crt-filesystem-l1-1-0.dll": {
- "fileVersion": "10.0.22000.194"
- },
- "api-ms-win-crt-heap-l1-1-0.dll": {
- "fileVersion": "10.0.22000.194"
- },
- "api-ms-win-crt-locale-l1-1-0.dll": {
- "fileVersion": "10.0.22000.194"
- },
- "api-ms-win-crt-math-l1-1-0.dll": {
- "fileVersion": "10.0.22000.194"
- },
- "api-ms-win-crt-multibyte-l1-1-0.dll": {
- "fileVersion": "10.0.22000.194"
- },
- "api-ms-win-crt-private-l1-1-0.dll": {
- "fileVersion": "10.0.22000.194"
- },
- "api-ms-win-crt-process-l1-1-0.dll": {
- "fileVersion": "10.0.22000.194"
- },
- "api-ms-win-crt-runtime-l1-1-0.dll": {
- "fileVersion": "10.0.22000.194"
- },
- "api-ms-win-crt-stdio-l1-1-0.dll": {
- "fileVersion": "10.0.22000.194"
- },
- "api-ms-win-crt-string-l1-1-0.dll": {
- "fileVersion": "10.0.22000.194"
- },
- "api-ms-win-crt-time-l1-1-0.dll": {
- "fileVersion": "10.0.22000.194"
- },
- "api-ms-win-crt-utility-l1-1-0.dll": {
- "fileVersion": "10.0.22000.194"
- },
- "clretwrc.dll": {
- "fileVersion": "6.0.3624.51421"
- },
- "clrjit.dll": {
- "fileVersion": "6.0.3624.51421"
- },
- "coreclr.dll": {
- "fileVersion": "6.0.3624.51421"
- },
- "createdump.exe": {
- "fileVersion": "6.0.3624.51421"
- },
- "dbgshim.dll": {
- "fileVersion": "6.0.3624.51421"
- },
- "hostfxr.dll": {
- "fileVersion": "6.0.3624.51421"
- },
- "hostpolicy.dll": {
- "fileVersion": "6.0.3624.51421"
- },
- "mscordaccore.dll": {
- "fileVersion": "6.0.3624.51421"
- },
- "mscordaccore_amd64_amd64_6.0.3624.51421.dll": {
- "fileVersion": "6.0.3624.51421"
- },
- "mscordbi.dll": {
- "fileVersion": "6.0.3624.51421"
- },
- "mscorrc.dll": {
- "fileVersion": "6.0.3624.51421"
- },
- "msquic.dll": {
- "fileVersion": "1.9.1.0"
- },
- "ucrtbase.dll": {
- "fileVersion": "10.0.22000.194"
- }
- }
- },
- "runtimepack.Microsoft.AspNetCore.App.Runtime.win-x64/6.0.36": {
- "runtime": {
- "Microsoft.AspNetCore.Antiforgery.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Authentication.Abstractions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Authentication.Cookies.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Authentication.Core.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Authentication.OAuth.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Authentication.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Authorization.Policy.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Authorization.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Components.Authorization.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Components.Forms.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Components.Server.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Components.Web.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Components.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Connections.Abstractions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.CookiePolicy.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Cors.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Cryptography.Internal.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.DataProtection.Abstractions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.DataProtection.Extensions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.DataProtection.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Diagnostics.Abstractions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Diagnostics.HealthChecks.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Diagnostics.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.HostFiltering.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Hosting.Abstractions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Hosting.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Html.Abstractions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Http.Abstractions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Http.Connections.Common.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Http.Connections.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Http.Extensions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Http.Features.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Http.Results.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Http.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.HttpLogging.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.HttpOverrides.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.HttpsPolicy.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Identity.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Localization.Routing.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Localization.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Metadata.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Mvc.Abstractions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Mvc.ApiExplorer.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Mvc.Core.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Mvc.Cors.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Mvc.DataAnnotations.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Mvc.Formatters.Json.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Mvc.Formatters.Xml.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Mvc.Localization.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Mvc.Razor.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Mvc.RazorPages.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Mvc.TagHelpers.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Mvc.ViewFeatures.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Mvc.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Razor.Runtime.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Razor.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.ResponseCaching.Abstractions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.ResponseCaching.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.ResponseCompression.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Rewrite.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Routing.Abstractions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Routing.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Server.HttpSys.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Server.IIS.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Server.IISIntegration.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Server.Kestrel.Core.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Server.Kestrel.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.Session.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.SignalR.Common.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.SignalR.Core.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.SignalR.Protocols.Json.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.SignalR.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.StaticFiles.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.WebSockets.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.WebUtilities.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.AspNetCore.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.Extensions.Caching.Abstractions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "Microsoft.Extensions.Caching.Memory.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "Microsoft.Extensions.Configuration.Abstractions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "Microsoft.Extensions.Configuration.Binder.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "Microsoft.Extensions.Configuration.CommandLine.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "Microsoft.Extensions.Configuration.FileExtensions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "Microsoft.Extensions.Configuration.Ini.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "Microsoft.Extensions.Configuration.Json.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "Microsoft.Extensions.Configuration.KeyPerFile.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.Extensions.Configuration.UserSecrets.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "Microsoft.Extensions.Configuration.Xml.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "Microsoft.Extensions.Configuration.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- },
- "Microsoft.Extensions.DependencyInjection.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.Extensions.Diagnostics.HealthChecks.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.Extensions.Features.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.Extensions.FileProviders.Abstractions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "Microsoft.Extensions.FileProviders.Composite.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "Microsoft.Extensions.FileProviders.Embedded.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.Extensions.FileProviders.Physical.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "Microsoft.Extensions.FileSystemGlobbing.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- },
- "Microsoft.Extensions.Hosting.Abstractions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "Microsoft.Extensions.Hosting.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.222.6406"
- },
- "Microsoft.Extensions.Http.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "Microsoft.Extensions.Identity.Core.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.Extensions.Identity.Stores.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.Extensions.Localization.Abstractions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.Extensions.Localization.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.Extensions.Logging.Abstractions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.1823.26907"
- },
- "Microsoft.Extensions.Logging.Configuration.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "Microsoft.Extensions.Logging.Console.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "Microsoft.Extensions.Logging.Debug.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "Microsoft.Extensions.Logging.EventLog.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "Microsoft.Extensions.Logging.EventSource.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "Microsoft.Extensions.Logging.TraceSource.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "Microsoft.Extensions.Logging.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "Microsoft.Extensions.ObjectPool.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.Extensions.Options.ConfigurationExtensions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "Microsoft.Extensions.Options.DataAnnotations.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "Microsoft.Extensions.Options.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "Microsoft.Extensions.Primitives.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- },
- "Microsoft.Extensions.WebEncoders.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.JSInterop.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "Microsoft.Net.Http.Headers.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51604"
- },
- "System.Diagnostics.EventLog.Messages.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "0.0.0.0"
- },
- "System.Diagnostics.EventLog.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- },
- "System.IO.Pipelines.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.522.21309"
- },
- "System.Security.Cryptography.Xml.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.3624.51421"
- }
- },
- "native": {
- "aspnetcorev2_inprocess.dll": {
- "fileVersion": "16.0.24290.36"
- }
- }
- },
- "BouncyCastle.Cryptography/2.2.1": {
- "runtime": {
- "lib/net6.0/BouncyCastle.Cryptography.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.2.1.47552"
- }
- }
- },
- "MailKit/4.3.0": {
- "dependencies": {
- "MimeKit": "4.3.0"
- },
- "runtime": {
- "lib/net6.0/MailKit.dll": {
- "assemblyVersion": "4.3.0.0",
- "fileVersion": "4.3.0.0"
- }
- }
- },
- "Microsoft.Extensions.DependencyModel/3.0.0": {
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": {
- "assemblyVersion": "3.0.0.0",
- "fileVersion": "3.0.19.46305"
- }
- }
- },
- "Microsoft.Extensions.Hosting.WindowsServices/6.0.1": {
- "dependencies": {
- "System.ServiceProcess.ServiceController": "6.0.0"
- },
- "runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Hosting.WindowsServices.dll": {
- "assemblyVersion": "6.0.0.1",
- "fileVersion": "6.0.1022.47605"
- }
- }
- },
- "Microsoft.OpenApi/1.2.3": {
- "runtime": {
- "lib/netstandard2.0/Microsoft.OpenApi.dll": {
- "assemblyVersion": "1.2.3.0",
- "fileVersion": "1.2.3.0"
- }
- }
- },
- "Microsoft.Win32.SystemEvents/6.0.0": {
- "runtime": {
- "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "MimeKit/4.3.0": {
- "dependencies": {
- "BouncyCastle.Cryptography": "2.2.1",
- "System.Security.Cryptography.Pkcs": "7.0.3",
- "System.Text.Encoding.CodePages": "7.0.0"
- },
- "runtime": {
- "lib/net6.0/MimeKit.dll": {
- "assemblyVersion": "4.3.0.0",
- "fileVersion": "4.3.0.0"
- }
- }
- },
- "Serilog/2.10.0": {
- "runtime": {
- "lib/netstandard2.1/Serilog.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.10.0.0"
- }
- }
- },
- "Serilog.AspNetCore/6.1.0": {
- "dependencies": {
- "Serilog": "2.10.0",
- "Serilog.Extensions.Hosting": "5.0.1",
- "Serilog.Formatting.Compact": "1.1.0",
- "Serilog.Settings.Configuration": "3.3.0",
- "Serilog.Sinks.Console": "4.1.0",
- "Serilog.Sinks.Debug": "2.0.0",
- "Serilog.Sinks.File": "5.0.0"
- },
- "runtime": {
- "lib/net5.0/Serilog.AspNetCore.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "6.1.0.0"
- }
- }
- },
- "Serilog.Extensions.Hosting/5.0.1": {
- "dependencies": {
- "Serilog": "2.10.0",
- "Serilog.Extensions.Logging": "3.1.0"
- },
- "runtime": {
- "lib/netstandard2.1/Serilog.Extensions.Hosting.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "5.0.1.0"
- }
- }
- },
- "Serilog.Extensions.Logging/3.1.0": {
- "dependencies": {
- "Serilog": "2.10.0"
- },
- "runtime": {
- "lib/netstandard2.0/Serilog.Extensions.Logging.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "3.1.0.0"
- }
- }
- },
- "Serilog.Formatting.Compact/1.1.0": {
- "dependencies": {
- "Serilog": "2.10.0"
- },
- "runtime": {
- "lib/netstandard2.0/Serilog.Formatting.Compact.dll": {
- "assemblyVersion": "1.1.0.0",
- "fileVersion": "1.1.0.0"
- }
- }
- },
- "Serilog.Settings.Configuration/3.3.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyModel": "3.0.0",
- "Serilog": "2.10.0"
- },
- "runtime": {
- "lib/netstandard2.0/Serilog.Settings.Configuration.dll": {
- "assemblyVersion": "3.3.0.0",
- "fileVersion": "3.3.0.0"
- }
- }
- },
- "Serilog.Sinks.Console/4.1.0": {
- "dependencies": {
- "Serilog": "2.10.0"
- },
- "runtime": {
- "lib/net5.0/Serilog.Sinks.Console.dll": {
- "assemblyVersion": "4.1.0.0",
- "fileVersion": "4.1.0.0"
- }
- }
- },
- "Serilog.Sinks.Debug/2.0.0": {
- "dependencies": {
- "Serilog": "2.10.0"
- },
- "runtime": {
- "lib/netstandard2.1/Serilog.Sinks.Debug.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.0.0.0"
- }
- }
- },
- "Serilog.Sinks.EventLog/3.1.0": {
- "dependencies": {
- "Serilog": "2.10.0"
- },
- "runtime": {
- "lib/netstandard2.0/Serilog.Sinks.EventLog.dll": {
- "assemblyVersion": "3.0.0.0",
- "fileVersion": "3.1.0.0"
- }
- }
- },
- "Serilog.Sinks.File/5.0.0": {
- "dependencies": {
- "Serilog": "2.10.0"
- },
- "runtime": {
- "lib/net5.0/Serilog.Sinks.File.dll": {
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.0.0"
- }
- }
- },
- "Swashbuckle.AspNetCore/6.5.0": {
- "dependencies": {
- "Swashbuckle.AspNetCore.Swagger": "6.5.0",
- "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0",
- "Swashbuckle.AspNetCore.SwaggerUI": "6.5.0"
- }
- },
- "Swashbuckle.AspNetCore.Swagger/6.5.0": {
- "dependencies": {
- "Microsoft.OpenApi": "1.2.3"
- },
- "runtime": {
- "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": {
- "assemblyVersion": "6.5.0.0",
- "fileVersion": "6.5.0.0"
- }
- }
- },
- "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": {
- "dependencies": {
- "Swashbuckle.AspNetCore.Swagger": "6.5.0"
- },
- "runtime": {
- "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
- "assemblyVersion": "6.5.0.0",
- "fileVersion": "6.5.0.0"
- }
- }
- },
- "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": {
- "runtime": {
- "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
- "assemblyVersion": "6.5.0.0",
- "fileVersion": "6.5.0.0"
- }
- }
- },
- "System.Drawing.Common/6.0.0": {
- "dependencies": {
- "Microsoft.Win32.SystemEvents": "6.0.0"
- },
- "runtime": {
- "runtimes/win/lib/net6.0/System.Drawing.Common.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "System.Formats.Asn1/7.0.0": {
- "runtime": {
- "lib/net6.0/System.Formats.Asn1.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "System.Security.Cryptography.Pkcs/7.0.3": {
- "dependencies": {
- "System.Formats.Asn1": "7.0.0"
- },
- "runtime": {
- "runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.823.31807"
- }
- }
- },
- "System.ServiceProcess.ServiceController/6.0.0": {
- "runtime": {
- "runtimes/win/lib/net6.0/System.ServiceProcess.ServiceController.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "System.Text.Encoding.CodePages/7.0.0": {
- "runtime": {
- "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- }
- }
- },
- "libraries": {
- "MailPrint/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "runtimepack.Microsoft.NETCore.App.Runtime.win-x64/6.0.36": {
- "type": "runtimepack",
- "serviceable": false,
- "sha512": ""
- },
- "runtimepack.Microsoft.AspNetCore.App.Runtime.win-x64/6.0.36": {
- "type": "runtimepack",
- "serviceable": false,
- "sha512": ""
- },
- "BouncyCastle.Cryptography/2.2.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-A6Zr52zVqJKt18ZBsTnX0qhG0kwIQftVAjLmszmkiR/trSp8H+xj1gUOzk7XHwaKgyREMSV1v9XaKrBUeIOdvQ==",
- "path": "bouncycastle.cryptography/2.2.1",
- "hashPath": "bouncycastle.cryptography.2.2.1.nupkg.sha512"
- },
- "MailKit/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-jVmB3Nr0JpqhyMiXOGWMin+QvRKpucGpSFBCav9dG6jEJPdBV+yp1RHVpKzxZPfT+0adaBuZlMFdbIciZo1EWA==",
- "path": "mailkit/4.3.0",
- "hashPath": "mailkit.4.3.0.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyModel/3.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Iaectmzg9Dc4ZbKX/FurrRjgO/I8rTumL5UU+Uube6vZuGetcnXoIgTA94RthFWePhdMVm8MMhVFJZdbzMsdyQ==",
- "path": "microsoft.extensions.dependencymodel/3.0.0",
- "hashPath": "microsoft.extensions.dependencymodel.3.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Hosting.WindowsServices/6.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-0vaOeMeDpVUqvOJ0pHugoOqTZULdq7c0kZLzzlrQwUZ7ScUat27d8hrK3IxJ7FWF3OBZXSjA2nWYRcdA5WG9wg==",
- "path": "microsoft.extensions.hosting.windowsservices/6.0.1",
- "hashPath": "microsoft.extensions.hosting.windowsservices.6.0.1.nupkg.sha512"
- },
- "Microsoft.OpenApi/1.2.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==",
- "path": "microsoft.openapi/1.2.3",
- "hashPath": "microsoft.openapi.1.2.3.nupkg.sha512"
- },
- "Microsoft.Win32.SystemEvents/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==",
- "path": "microsoft.win32.systemevents/6.0.0",
- "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512"
- },
- "MimeKit/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-39KDXuERDy5VmHIn7NnCWvIVp/Ar4qnxZWg9m06DfRqDbW1B6zFv9o3Tdoa4CCu71tE/0SRqRCN5Z+bbffw6uw==",
- "path": "mimekit/4.3.0",
- "hashPath": "mimekit.4.3.0.nupkg.sha512"
- },
- "Serilog/2.10.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-+QX0hmf37a0/OZLxM3wL7V6/ADvC1XihXN4Kq/p6d8lCPfgkRdiuhbWlMaFjR9Av0dy5F0+MBeDmDdRZN/YwQA==",
- "path": "serilog/2.10.0",
- "hashPath": "serilog.2.10.0.nupkg.sha512"
- },
- "Serilog.AspNetCore/6.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-iMwFUJDN+/yWIPz4TKCliagJ1Yn//SceCYCzgdPwe/ECYUwb5/WUL8cTzRKV+tFwxGjLEV/xpm0GupS5RwbhSQ==",
- "path": "serilog.aspnetcore/6.1.0",
- "hashPath": "serilog.aspnetcore.6.1.0.nupkg.sha512"
- },
- "Serilog.Extensions.Hosting/5.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-o0VUyt3npAqOJaZ6CiWLFeLYs3CYJwfcAqaUqprzsmj7qYIvorcn8cZLVR8AQX6vzX7gee2bD0sQeA17iO2/Aw==",
- "path": "serilog.extensions.hosting/5.0.1",
- "hashPath": "serilog.extensions.hosting.5.0.1.nupkg.sha512"
- },
- "Serilog.Extensions.Logging/3.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-IWfem7wfrFbB3iw1OikqPFNPEzfayvDuN4WP7Ue1AVFskalMByeWk3QbtUXQR34SBkv1EbZ3AySHda/ErDgpcg==",
- "path": "serilog.extensions.logging/3.1.0",
- "hashPath": "serilog.extensions.logging.3.1.0.nupkg.sha512"
- },
- "Serilog.Formatting.Compact/1.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-pNroKVjo+rDqlxNG5PXkRLpfSCuDOBY0ri6jp9PLe505ljqwhwZz8ospy2vWhQlFu5GkIesh3FcDs4n7sWZODA==",
- "path": "serilog.formatting.compact/1.1.0",
- "hashPath": "serilog.formatting.compact.1.1.0.nupkg.sha512"
- },
- "Serilog.Settings.Configuration/3.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-7GNudISZwqaT902hqEL2OFGTZeUFWfnrNLupJkOqeF41AR3GjcxX+Hwb30xb8gG2/CDXsCMVfF8o0+8KY0fJNg==",
- "path": "serilog.settings.configuration/3.3.0",
- "hashPath": "serilog.settings.configuration.3.3.0.nupkg.sha512"
- },
- "Serilog.Sinks.Console/4.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-K6N5q+5fetjnJPvCmkWOpJ/V8IEIoMIB1s86OzBrbxwTyHxdx3pmz4H+8+O/Dc/ftUX12DM1aynx/dDowkwzqg==",
- "path": "serilog.sinks.console/4.1.0",
- "hashPath": "serilog.sinks.console.4.1.0.nupkg.sha512"
- },
- "Serilog.Sinks.Debug/2.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Y6g3OBJ4JzTyyw16fDqtFcQ41qQAydnEvEqmXjhwhgjsnG/FaJ8GUqF5ldsC/bVkK8KYmqrPhDO+tm4dF6xx4A==",
- "path": "serilog.sinks.debug/2.0.0",
- "hashPath": "serilog.sinks.debug.2.0.0.nupkg.sha512"
- },
- "Serilog.Sinks.EventLog/3.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-NZukSBsuyGqcA8h6VI4SC84vmwjw08OKJUEXFktSx7wPokWIwx/Mk9cdqSvadwLIC+2Stmpz1vG6EP5OZ5indQ==",
- "path": "serilog.sinks.eventlog/3.1.0",
- "hashPath": "serilog.sinks.eventlog.3.1.0.nupkg.sha512"
- },
- "Serilog.Sinks.File/5.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-uwV5hdhWPwUH1szhO8PJpFiahqXmzPzJT/sOijH/kFgUx+cyoDTMM8MHD0adw9+Iem6itoibbUXHYslzXsLEAg==",
- "path": "serilog.sinks.file/5.0.0",
- "hashPath": "serilog.sinks.file.5.0.0.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore/6.5.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-FK05XokgjgwlCI6wCT+D4/abtQkL1X1/B9Oas6uIwHFmYrIO9WUD5aLC9IzMs9GnHfUXOtXZ2S43gN1mhs5+aA==",
- "path": "swashbuckle.aspnetcore/6.5.0",
- "hashPath": "swashbuckle.aspnetcore.6.5.0.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore.Swagger/6.5.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-XWmCmqyFmoItXKFsQSwQbEAsjDKcxlNf1l+/Ki42hcb6LjKL8m5Db69OTvz5vLonMSRntYO1XLqz0OP+n3vKnA==",
- "path": "swashbuckle.aspnetcore.swagger/6.5.0",
- "hashPath": "swashbuckle.aspnetcore.swagger.6.5.0.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Y/qW8Qdg9OEs7V013tt+94OdPxbRdbhcEbw4NiwGvf4YBcfhL/y7qp/Mjv/cENsQ2L3NqJ2AOu94weBy/h4KvA==",
- "path": "swashbuckle.aspnetcore.swaggergen/6.5.0",
- "hashPath": "swashbuckle.aspnetcore.swaggergen.6.5.0.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-OvbvxX+wL8skxTBttcBsVxdh73Fag4xwqEU2edh4JMn7Ws/xJHnY/JB1e9RoCb6XpDxUF3hD9A0Z1lEUx40Pfw==",
- "path": "swashbuckle.aspnetcore.swaggerui/6.5.0",
- "hashPath": "swashbuckle.aspnetcore.swaggerui.6.5.0.nupkg.sha512"
- },
- "System.Drawing.Common/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==",
- "path": "system.drawing.common/6.0.0",
- "hashPath": "system.drawing.common.6.0.0.nupkg.sha512"
- },
- "System.Formats.Asn1/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-+nfpV0afLmvJW8+pLlHxRjz3oZJw4fkyU9MMEaMhCsHi/SN9bGF9q79ROubDiwTiCHezmK0uCWkPP7tGFP/4yg==",
- "path": "system.formats.asn1/7.0.0",
- "hashPath": "system.formats.asn1.7.0.0.nupkg.sha512"
- },
- "System.Security.Cryptography.Pkcs/7.0.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-yhwEHH5Gzl/VoADrXtt5XC95OFoSjNSWLHNutE7GwdOgefZVRvEXRSooSpL8HHm3qmdd9epqzsWg28UJemt22w==",
- "path": "system.security.cryptography.pkcs/7.0.3",
- "hashPath": "system.security.cryptography.pkcs.7.0.3.nupkg.sha512"
- },
- "System.ServiceProcess.ServiceController/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-qMBvG8ZFbkXoe0Z5/D7FAAadfPkH2v7vSuh2xsLf3U6jNoejpIdeV18A0htiASsLK1CCAc/p59kaLXlt2yB1gw==",
- "path": "system.serviceprocess.servicecontroller/6.0.0",
- "hashPath": "system.serviceprocess.servicecontroller.6.0.0.nupkg.sha512"
- },
- "System.Text.Encoding.CodePages/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-LSyCblMpvOe0N3E+8e0skHcrIhgV2huaNcjUUEa8hRtgEAm36aGkRoC8Jxlb6Ra6GSfF29ftduPNywin8XolzQ==",
- "path": "system.text.encoding.codepages/7.0.0",
- "hashPath": "system.text.encoding.codepages.7.0.0.nupkg.sha512"
- }
- },
- "runtimes": {
- "win-x64": [
- "win",
- "any",
- "base"
- ],
- "win-x64-aot": [
- "win-aot",
- "win-x64",
- "win",
- "aot",
- "any",
- "base"
- ],
- "win10-x64": [
- "win10",
- "win81-x64",
- "win81",
- "win8-x64",
- "win8",
- "win7-x64",
- "win7",
- "win-x64",
- "win",
- "any",
- "base"
- ],
- "win10-x64-aot": [
- "win10-aot",
- "win10-x64",
- "win10",
- "win81-x64-aot",
- "win81-aot",
- "win81-x64",
- "win81",
- "win8-x64-aot",
- "win8-aot",
- "win8-x64",
- "win8",
- "win7-x64-aot",
- "win7-aot",
- "win7-x64",
- "win7",
- "win-x64-aot",
- "win-aot",
- "win-x64",
- "win",
- "aot",
- "any",
- "base"
- ],
- "win7-x64": [
- "win7",
- "win-x64",
- "win",
- "any",
- "base"
- ],
- "win7-x64-aot": [
- "win7-aot",
- "win7-x64",
- "win7",
- "win-x64-aot",
- "win-aot",
- "win-x64",
- "win",
- "aot",
- "any",
- "base"
- ],
- "win8-x64": [
- "win8",
- "win7-x64",
- "win7",
- "win-x64",
- "win",
- "any",
- "base"
- ],
- "win8-x64-aot": [
- "win8-aot",
- "win8-x64",
- "win8",
- "win7-x64-aot",
- "win7-aot",
- "win7-x64",
- "win7",
- "win-x64-aot",
- "win-aot",
- "win-x64",
- "win",
- "aot",
- "any",
- "base"
- ],
- "win81-x64": [
- "win81",
- "win8-x64",
- "win8",
- "win7-x64",
- "win7",
- "win-x64",
- "win",
- "any",
- "base"
- ],
- "win81-x64-aot": [
- "win81-aot",
- "win81-x64",
- "win81",
- "win8-x64-aot",
- "win8-aot",
- "win8-x64",
- "win8",
- "win7-x64-aot",
- "win7-aot",
- "win7-x64",
- "win7",
- "win-x64-aot",
- "win-aot",
- "win-x64",
- "win",
- "aot",
- "any",
- "base"
- ]
- }
-}
\ No newline at end of file
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/MailPrint.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/MailPrint.dll
deleted file mode 100644
index 7d224eb..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/MailPrint.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/MailPrint.exe b/MailPrint/bin/Release/net6.0-windows/win-x64/MailPrint.exe
deleted file mode 100644
index 04b531f..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/MailPrint.exe and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/MailPrint.pdb b/MailPrint/bin/Release/net6.0-windows/win-x64/MailPrint.pdb
deleted file mode 100644
index 9579169..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/MailPrint.pdb and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/MailPrint.runtimeconfig.json b/MailPrint/bin/Release/net6.0-windows/win-x64/MailPrint.runtimeconfig.json
deleted file mode 100644
index 8f72bfa..0000000
--- a/MailPrint/bin/Release/net6.0-windows/win-x64/MailPrint.runtimeconfig.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "runtimeOptions": {
- "tfm": "net6.0",
- "includedFrameworks": [
- {
- "name": "Microsoft.NETCore.App",
- "version": "6.0.36"
- },
- {
- "name": "Microsoft.AspNetCore.App",
- "version": "6.0.36"
- }
- ],
- "configProperties": {
- "System.GC.Server": true,
- "System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
- "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
- }
- }
-}
\ No newline at end of file
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/MailPrint.staticwebassets.endpoints.json b/MailPrint/bin/Release/net6.0-windows/win-x64/MailPrint.staticwebassets.endpoints.json
deleted file mode 100644
index 5576e88..0000000
--- a/MailPrint/bin/Release/net6.0-windows/win-x64/MailPrint.staticwebassets.endpoints.json
+++ /dev/null
@@ -1 +0,0 @@
-{"Version":1,"ManifestType":"Build","Endpoints":[]}
\ No newline at end of file
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Antiforgery.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Antiforgery.dll
deleted file mode 100644
index 6ff62e2..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Antiforgery.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Authentication.Abstractions.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Authentication.Abstractions.dll
deleted file mode 100644
index a65d1c0..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Authentication.Abstractions.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Authentication.Cookies.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Authentication.Cookies.dll
deleted file mode 100644
index 68e28d3..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Authentication.Cookies.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Authentication.Core.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Authentication.Core.dll
deleted file mode 100644
index 930d4bd..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Authentication.Core.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Authentication.OAuth.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Authentication.OAuth.dll
deleted file mode 100644
index 9c74381..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Authentication.OAuth.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Authentication.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Authentication.dll
deleted file mode 100644
index e3f6294..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Authentication.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Authorization.Policy.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Authorization.Policy.dll
deleted file mode 100644
index 5f6293e..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Authorization.Policy.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Authorization.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Authorization.dll
deleted file mode 100644
index c8ca73e..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Authorization.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Components.Authorization.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Components.Authorization.dll
deleted file mode 100644
index 8bfc507..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Components.Authorization.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Components.Forms.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Components.Forms.dll
deleted file mode 100644
index f289222..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Components.Forms.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Components.Server.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Components.Server.dll
deleted file mode 100644
index 3c8baa2..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Components.Server.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Components.Web.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Components.Web.dll
deleted file mode 100644
index d2f9db8..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Components.Web.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Components.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Components.dll
deleted file mode 100644
index c2c3371..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Components.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Connections.Abstractions.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Connections.Abstractions.dll
deleted file mode 100644
index 3e4b299..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Connections.Abstractions.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.CookiePolicy.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.CookiePolicy.dll
deleted file mode 100644
index 7e948e1..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.CookiePolicy.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Cors.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Cors.dll
deleted file mode 100644
index b33b53d..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Cors.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Cryptography.Internal.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Cryptography.Internal.dll
deleted file mode 100644
index e430d5c..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Cryptography.Internal.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll
deleted file mode 100644
index e2e2aea..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.DataProtection.Abstractions.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.DataProtection.Abstractions.dll
deleted file mode 100644
index bf9e306..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.DataProtection.Abstractions.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.DataProtection.Extensions.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.DataProtection.Extensions.dll
deleted file mode 100644
index 46e4331..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.DataProtection.Extensions.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.DataProtection.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.DataProtection.dll
deleted file mode 100644
index 93f19f5..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.DataProtection.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Diagnostics.Abstractions.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Diagnostics.Abstractions.dll
deleted file mode 100644
index 9e58734..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Diagnostics.Abstractions.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll
deleted file mode 100644
index 6846c1e..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Diagnostics.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Diagnostics.dll
deleted file mode 100644
index a31ba72..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Diagnostics.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.HostFiltering.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.HostFiltering.dll
deleted file mode 100644
index a0fa8fa..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.HostFiltering.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Hosting.Abstractions.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Hosting.Abstractions.dll
deleted file mode 100644
index 7cbfd68..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Hosting.Abstractions.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
deleted file mode 100644
index 313bfce..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Hosting.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Hosting.dll
deleted file mode 100644
index e2f87c2..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Hosting.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Html.Abstractions.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Html.Abstractions.dll
deleted file mode 100644
index 3096c20..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Html.Abstractions.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Http.Abstractions.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Http.Abstractions.dll
deleted file mode 100644
index 57de8ad..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Http.Abstractions.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Http.Connections.Common.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Http.Connections.Common.dll
deleted file mode 100644
index de688a5..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Http.Connections.Common.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Http.Connections.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Http.Connections.dll
deleted file mode 100644
index 669b36e..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Http.Connections.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Http.Extensions.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Http.Extensions.dll
deleted file mode 100644
index 34a1f55..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Http.Extensions.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Http.Features.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Http.Features.dll
deleted file mode 100644
index fc4a86e..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Http.Features.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Http.Results.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Http.Results.dll
deleted file mode 100644
index 1969f80..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Http.Results.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Http.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Http.dll
deleted file mode 100644
index b2e61da..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Http.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.HttpLogging.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.HttpLogging.dll
deleted file mode 100644
index 09e8f28..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.HttpLogging.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.HttpOverrides.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.HttpOverrides.dll
deleted file mode 100644
index 758142c..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.HttpOverrides.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.HttpsPolicy.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.HttpsPolicy.dll
deleted file mode 100644
index 1eaac0c..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.HttpsPolicy.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Identity.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Identity.dll
deleted file mode 100644
index 6fd3609..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Identity.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Localization.Routing.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Localization.Routing.dll
deleted file mode 100644
index 30faa37..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Localization.Routing.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Localization.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Localization.dll
deleted file mode 100644
index 357f872..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Localization.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Metadata.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Metadata.dll
deleted file mode 100644
index 4c5b853..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Metadata.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Mvc.Abstractions.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Mvc.Abstractions.dll
deleted file mode 100644
index d27033a..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Mvc.Abstractions.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Mvc.ApiExplorer.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Mvc.ApiExplorer.dll
deleted file mode 100644
index c02cd3f..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Mvc.ApiExplorer.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Mvc.Core.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Mvc.Core.dll
deleted file mode 100644
index 695dc67..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Mvc.Core.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Mvc.Cors.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Mvc.Cors.dll
deleted file mode 100644
index c71505b..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Mvc.Cors.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Mvc.DataAnnotations.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Mvc.DataAnnotations.dll
deleted file mode 100644
index 2f0cf3e..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Mvc.DataAnnotations.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Mvc.Formatters.Json.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Mvc.Formatters.Json.dll
deleted file mode 100644
index 6a4b704..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Mvc.Formatters.Json.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll
deleted file mode 100644
index 7c33c5c..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Mvc.Localization.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Mvc.Localization.dll
deleted file mode 100644
index 83be2ee..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Mvc.Localization.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Mvc.Razor.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Mvc.Razor.dll
deleted file mode 100644
index 41fe8b1..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Mvc.Razor.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Mvc.RazorPages.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Mvc.RazorPages.dll
deleted file mode 100644
index 0eecafa..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Mvc.RazorPages.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Mvc.TagHelpers.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Mvc.TagHelpers.dll
deleted file mode 100644
index 8204fdc..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Mvc.TagHelpers.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Mvc.ViewFeatures.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Mvc.ViewFeatures.dll
deleted file mode 100644
index 21aa3e1..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Mvc.ViewFeatures.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Mvc.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Mvc.dll
deleted file mode 100644
index 196fa04..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Mvc.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Razor.Runtime.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Razor.Runtime.dll
deleted file mode 100644
index 5ef62b1..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Razor.Runtime.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Razor.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Razor.dll
deleted file mode 100644
index 129256f..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Razor.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll
deleted file mode 100644
index e997436..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.ResponseCaching.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.ResponseCaching.dll
deleted file mode 100644
index d56ddd0..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.ResponseCaching.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.ResponseCompression.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.ResponseCompression.dll
deleted file mode 100644
index 69cef80..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.ResponseCompression.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Rewrite.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Rewrite.dll
deleted file mode 100644
index a8da74e..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Rewrite.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Routing.Abstractions.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Routing.Abstractions.dll
deleted file mode 100644
index 70ef14b..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Routing.Abstractions.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Routing.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Routing.dll
deleted file mode 100644
index 94ed889..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Routing.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Server.HttpSys.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Server.HttpSys.dll
deleted file mode 100644
index 679b2ec..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Server.HttpSys.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Server.IIS.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Server.IIS.dll
deleted file mode 100644
index 33ae458..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Server.IIS.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Server.IISIntegration.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Server.IISIntegration.dll
deleted file mode 100644
index 3aed23c..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Server.IISIntegration.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Server.Kestrel.Core.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Server.Kestrel.Core.dll
deleted file mode 100644
index 6ec5e09..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Server.Kestrel.Core.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll
deleted file mode 100644
index 0df8240..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll
deleted file mode 100644
index 4e17bae..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Server.Kestrel.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Server.Kestrel.dll
deleted file mode 100644
index 9d891da..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Server.Kestrel.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Session.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Session.dll
deleted file mode 100644
index 35d461a..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.Session.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.SignalR.Common.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.SignalR.Common.dll
deleted file mode 100644
index c18ce27..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.SignalR.Common.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.SignalR.Core.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.SignalR.Core.dll
deleted file mode 100644
index e659cc5..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.SignalR.Core.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.SignalR.Protocols.Json.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.SignalR.Protocols.Json.dll
deleted file mode 100644
index c7012a0..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.SignalR.Protocols.Json.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.SignalR.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.SignalR.dll
deleted file mode 100644
index f56fe37..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.SignalR.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.StaticFiles.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.StaticFiles.dll
deleted file mode 100644
index 4d3dee9..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.StaticFiles.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.WebSockets.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.WebSockets.dll
deleted file mode 100644
index ec4407a..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.WebSockets.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.WebUtilities.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.WebUtilities.dll
deleted file mode 100644
index 6908c9d..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.WebUtilities.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.dll
deleted file mode 100644
index f0785fe..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.AspNetCore.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.CSharp.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.CSharp.dll
deleted file mode 100644
index 39b5df2..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.CSharp.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.DiaSymReader.Native.amd64.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.DiaSymReader.Native.amd64.dll
deleted file mode 100644
index 03f5288..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.DiaSymReader.Native.amd64.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Caching.Abstractions.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Caching.Abstractions.dll
deleted file mode 100644
index 26643ea..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Caching.Abstractions.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Caching.Memory.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Caching.Memory.dll
deleted file mode 100644
index 058dba8..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Caching.Memory.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Configuration.Abstractions.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Configuration.Abstractions.dll
deleted file mode 100644
index cd54f33..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Configuration.Abstractions.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Configuration.Binder.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Configuration.Binder.dll
deleted file mode 100644
index e8960bd..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Configuration.Binder.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Configuration.CommandLine.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Configuration.CommandLine.dll
deleted file mode 100644
index 8191030..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Configuration.CommandLine.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Configuration.EnvironmentVariables.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Configuration.EnvironmentVariables.dll
deleted file mode 100644
index f1d27c9..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Configuration.EnvironmentVariables.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Configuration.FileExtensions.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Configuration.FileExtensions.dll
deleted file mode 100644
index f4d5e89..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Configuration.FileExtensions.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Configuration.Ini.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Configuration.Ini.dll
deleted file mode 100644
index 0ace9c7..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Configuration.Ini.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Configuration.Json.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Configuration.Json.dll
deleted file mode 100644
index 981f26e..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Configuration.Json.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Configuration.KeyPerFile.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Configuration.KeyPerFile.dll
deleted file mode 100644
index 2fd7f1d..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Configuration.KeyPerFile.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Configuration.UserSecrets.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Configuration.UserSecrets.dll
deleted file mode 100644
index 93c1e2e..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Configuration.UserSecrets.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Configuration.Xml.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Configuration.Xml.dll
deleted file mode 100644
index 9ea9d03..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Configuration.Xml.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Configuration.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Configuration.dll
deleted file mode 100644
index 1db7c53..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Configuration.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.DependencyInjection.Abstractions.dll
deleted file mode 100644
index 7bcabc2..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.DependencyInjection.Abstractions.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.DependencyInjection.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.DependencyInjection.dll
deleted file mode 100644
index e01a6bf..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.DependencyInjection.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.DependencyModel.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.DependencyModel.dll
deleted file mode 100644
index 2e78d8e..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.DependencyModel.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll
deleted file mode 100644
index a3a6bd4..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Diagnostics.HealthChecks.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Diagnostics.HealthChecks.dll
deleted file mode 100644
index cd1f36c..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Diagnostics.HealthChecks.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Features.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Features.dll
deleted file mode 100644
index 69da60b..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Features.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.FileProviders.Abstractions.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.FileProviders.Abstractions.dll
deleted file mode 100644
index ff2aa46..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.FileProviders.Abstractions.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.FileProviders.Composite.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.FileProviders.Composite.dll
deleted file mode 100644
index 05c5657..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.FileProviders.Composite.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.FileProviders.Embedded.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.FileProviders.Embedded.dll
deleted file mode 100644
index 270c933..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.FileProviders.Embedded.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.FileProviders.Physical.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.FileProviders.Physical.dll
deleted file mode 100644
index 3e553c3..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.FileProviders.Physical.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.FileSystemGlobbing.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.FileSystemGlobbing.dll
deleted file mode 100644
index f643bfb..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.FileSystemGlobbing.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Hosting.Abstractions.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Hosting.Abstractions.dll
deleted file mode 100644
index 65aaa0e..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Hosting.Abstractions.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Hosting.WindowsServices.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Hosting.WindowsServices.dll
deleted file mode 100644
index 2ed6abb..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Hosting.WindowsServices.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Hosting.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Hosting.dll
deleted file mode 100644
index 3bc01fd..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Hosting.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Http.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Http.dll
deleted file mode 100644
index 76931e0..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Http.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Identity.Core.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Identity.Core.dll
deleted file mode 100644
index 25a0ccc..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Identity.Core.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Identity.Stores.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Identity.Stores.dll
deleted file mode 100644
index 9ffa215..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Identity.Stores.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Localization.Abstractions.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Localization.Abstractions.dll
deleted file mode 100644
index 0c932a7..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Localization.Abstractions.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Localization.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Localization.dll
deleted file mode 100644
index 7498b75..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Localization.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Logging.Abstractions.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Logging.Abstractions.dll
deleted file mode 100644
index 141d431..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Logging.Abstractions.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Logging.Configuration.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Logging.Configuration.dll
deleted file mode 100644
index c6b6683..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Logging.Configuration.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Logging.Console.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Logging.Console.dll
deleted file mode 100644
index f6a2533..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Logging.Console.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Logging.Debug.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Logging.Debug.dll
deleted file mode 100644
index 2da57fa..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Logging.Debug.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Logging.EventLog.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Logging.EventLog.dll
deleted file mode 100644
index 67f68d1..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Logging.EventLog.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Logging.EventSource.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Logging.EventSource.dll
deleted file mode 100644
index fba0682..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Logging.EventSource.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Logging.TraceSource.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Logging.TraceSource.dll
deleted file mode 100644
index a0f4a72..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Logging.TraceSource.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Logging.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Logging.dll
deleted file mode 100644
index 00b4a5b..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Logging.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.ObjectPool.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.ObjectPool.dll
deleted file mode 100644
index 6cc689e..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.ObjectPool.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Options.ConfigurationExtensions.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Options.ConfigurationExtensions.dll
deleted file mode 100644
index d482e4a..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Options.ConfigurationExtensions.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Options.DataAnnotations.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Options.DataAnnotations.dll
deleted file mode 100644
index 875d740..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Options.DataAnnotations.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Options.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Options.dll
deleted file mode 100644
index a14b119..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Options.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Primitives.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Primitives.dll
deleted file mode 100644
index 7f4b44e..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.Primitives.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.WebEncoders.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.WebEncoders.dll
deleted file mode 100644
index fc77742..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Extensions.WebEncoders.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.JSInterop.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.JSInterop.dll
deleted file mode 100644
index 092560e..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.JSInterop.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Net.Http.Headers.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Net.Http.Headers.dll
deleted file mode 100644
index c46e0f0..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Net.Http.Headers.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.OpenApi.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.OpenApi.dll
deleted file mode 100644
index 14f3ded..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.OpenApi.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.VisualBasic.Core.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.VisualBasic.Core.dll
deleted file mode 100644
index 1c4ea23..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.VisualBasic.Core.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.VisualBasic.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.VisualBasic.dll
deleted file mode 100644
index 670a52e..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.VisualBasic.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Win32.Primitives.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Win32.Primitives.dll
deleted file mode 100644
index c4e4035..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Win32.Primitives.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Win32.Registry.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Win32.Registry.dll
deleted file mode 100644
index c1c9d24..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Win32.Registry.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Win32.SystemEvents.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Win32.SystemEvents.dll
deleted file mode 100644
index 66af198..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Microsoft.Win32.SystemEvents.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/MimeKit.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/MimeKit.dll
deleted file mode 100644
index fa83ff7..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/MimeKit.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Serilog.AspNetCore.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Serilog.AspNetCore.dll
deleted file mode 100644
index 6fd0ba7..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Serilog.AspNetCore.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Serilog.Extensions.Hosting.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Serilog.Extensions.Hosting.dll
deleted file mode 100644
index 37eb2ec..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Serilog.Extensions.Hosting.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Serilog.Extensions.Logging.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Serilog.Extensions.Logging.dll
deleted file mode 100644
index 27dc8cf..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Serilog.Extensions.Logging.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Serilog.Formatting.Compact.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Serilog.Formatting.Compact.dll
deleted file mode 100644
index 7e6d49c..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Serilog.Formatting.Compact.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Serilog.Settings.Configuration.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Serilog.Settings.Configuration.dll
deleted file mode 100644
index 183aae3..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Serilog.Settings.Configuration.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Serilog.Sinks.Console.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Serilog.Sinks.Console.dll
deleted file mode 100644
index eb3745f..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Serilog.Sinks.Console.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Serilog.Sinks.Debug.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Serilog.Sinks.Debug.dll
deleted file mode 100644
index 2bd024b..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Serilog.Sinks.Debug.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Serilog.Sinks.EventLog.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Serilog.Sinks.EventLog.dll
deleted file mode 100644
index 8279582..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Serilog.Sinks.EventLog.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Serilog.Sinks.File.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Serilog.Sinks.File.dll
deleted file mode 100644
index 29dc2fd..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Serilog.Sinks.File.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Serilog.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Serilog.dll
deleted file mode 100644
index 78688c8..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Serilog.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Swashbuckle.AspNetCore.Swagger.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Swashbuckle.AspNetCore.Swagger.dll
deleted file mode 100644
index 39b68f8..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Swashbuckle.AspNetCore.Swagger.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Swashbuckle.AspNetCore.SwaggerGen.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Swashbuckle.AspNetCore.SwaggerGen.dll
deleted file mode 100644
index 47f3406..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Swashbuckle.AspNetCore.SwaggerGen.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/Swashbuckle.AspNetCore.SwaggerUI.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/Swashbuckle.AspNetCore.SwaggerUI.dll
deleted file mode 100644
index 2628e9e..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/Swashbuckle.AspNetCore.SwaggerUI.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.AppContext.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.AppContext.dll
deleted file mode 100644
index 7ba712d..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.AppContext.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Buffers.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Buffers.dll
deleted file mode 100644
index 2cf6038..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Buffers.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Collections.Concurrent.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Collections.Concurrent.dll
deleted file mode 100644
index dfc5729..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Collections.Concurrent.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Collections.Immutable.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Collections.Immutable.dll
deleted file mode 100644
index 62aed01..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Collections.Immutable.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Collections.NonGeneric.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Collections.NonGeneric.dll
deleted file mode 100644
index 580633c..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Collections.NonGeneric.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Collections.Specialized.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Collections.Specialized.dll
deleted file mode 100644
index 8c2fa3b..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Collections.Specialized.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Collections.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Collections.dll
deleted file mode 100644
index 18a8a2b..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Collections.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.ComponentModel.Annotations.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.ComponentModel.Annotations.dll
deleted file mode 100644
index bd9bf65..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.ComponentModel.Annotations.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.ComponentModel.DataAnnotations.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.ComponentModel.DataAnnotations.dll
deleted file mode 100644
index 07aed62..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.ComponentModel.DataAnnotations.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.ComponentModel.EventBasedAsync.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.ComponentModel.EventBasedAsync.dll
deleted file mode 100644
index 8693324..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.ComponentModel.EventBasedAsync.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.ComponentModel.Primitives.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.ComponentModel.Primitives.dll
deleted file mode 100644
index a84952b..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.ComponentModel.Primitives.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.ComponentModel.TypeConverter.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.ComponentModel.TypeConverter.dll
deleted file mode 100644
index 3fca5ca..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.ComponentModel.TypeConverter.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.ComponentModel.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.ComponentModel.dll
deleted file mode 100644
index 02c8342..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.ComponentModel.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Configuration.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Configuration.dll
deleted file mode 100644
index cb86565..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Configuration.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Console.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Console.dll
deleted file mode 100644
index a6b59ed..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Console.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Core.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Core.dll
deleted file mode 100644
index 4c1e1d1..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Core.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Data.Common.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Data.Common.dll
deleted file mode 100644
index 64248ae..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Data.Common.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Data.DataSetExtensions.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Data.DataSetExtensions.dll
deleted file mode 100644
index 95dc1fd..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Data.DataSetExtensions.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Data.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Data.dll
deleted file mode 100644
index 5763e3a..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Data.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Diagnostics.Contracts.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Diagnostics.Contracts.dll
deleted file mode 100644
index 32201d2..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Diagnostics.Contracts.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Diagnostics.Debug.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Diagnostics.Debug.dll
deleted file mode 100644
index 57925a2..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Diagnostics.Debug.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Diagnostics.DiagnosticSource.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Diagnostics.DiagnosticSource.dll
deleted file mode 100644
index f9dd550..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Diagnostics.DiagnosticSource.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Diagnostics.EventLog.Messages.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Diagnostics.EventLog.Messages.dll
deleted file mode 100644
index 7bcdc8c..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Diagnostics.EventLog.Messages.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Diagnostics.EventLog.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Diagnostics.EventLog.dll
deleted file mode 100644
index ce6befa..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Diagnostics.EventLog.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Diagnostics.FileVersionInfo.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Diagnostics.FileVersionInfo.dll
deleted file mode 100644
index 2cb5ee5..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Diagnostics.FileVersionInfo.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Diagnostics.Process.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Diagnostics.Process.dll
deleted file mode 100644
index 2efb32a..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Diagnostics.Process.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Diagnostics.StackTrace.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Diagnostics.StackTrace.dll
deleted file mode 100644
index fb5011e..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Diagnostics.StackTrace.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Diagnostics.TextWriterTraceListener.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Diagnostics.TextWriterTraceListener.dll
deleted file mode 100644
index e618a51..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Diagnostics.TextWriterTraceListener.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Diagnostics.Tools.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Diagnostics.Tools.dll
deleted file mode 100644
index 505db14..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Diagnostics.Tools.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Diagnostics.TraceSource.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Diagnostics.TraceSource.dll
deleted file mode 100644
index 65748d9..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Diagnostics.TraceSource.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Diagnostics.Tracing.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Diagnostics.Tracing.dll
deleted file mode 100644
index 4979f06..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Diagnostics.Tracing.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Drawing.Common.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Drawing.Common.dll
deleted file mode 100644
index 7c9e87b..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Drawing.Common.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Drawing.Primitives.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Drawing.Primitives.dll
deleted file mode 100644
index 2f0521c..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Drawing.Primitives.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Drawing.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Drawing.dll
deleted file mode 100644
index 80e8d4c..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Drawing.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Dynamic.Runtime.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Dynamic.Runtime.dll
deleted file mode 100644
index 2014b1a..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Dynamic.Runtime.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Formats.Asn1.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Formats.Asn1.dll
deleted file mode 100644
index a123306..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Formats.Asn1.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Globalization.Calendars.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Globalization.Calendars.dll
deleted file mode 100644
index ba2b212..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Globalization.Calendars.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Globalization.Extensions.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Globalization.Extensions.dll
deleted file mode 100644
index 1f77dc8..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Globalization.Extensions.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Globalization.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Globalization.dll
deleted file mode 100644
index 7455c59..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Globalization.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.Compression.Brotli.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.Compression.Brotli.dll
deleted file mode 100644
index ce57142..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.Compression.Brotli.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.Compression.FileSystem.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.Compression.FileSystem.dll
deleted file mode 100644
index 5ae9379..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.Compression.FileSystem.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.Compression.Native.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.Compression.Native.dll
deleted file mode 100644
index 27d7e53..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.Compression.Native.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.Compression.ZipFile.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.Compression.ZipFile.dll
deleted file mode 100644
index 9b89d8b..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.Compression.ZipFile.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.Compression.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.Compression.dll
deleted file mode 100644
index ece41e7..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.Compression.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.FileSystem.AccessControl.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.FileSystem.AccessControl.dll
deleted file mode 100644
index 163f8cd..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.FileSystem.AccessControl.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.FileSystem.DriveInfo.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.FileSystem.DriveInfo.dll
deleted file mode 100644
index f029d4b..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.FileSystem.DriveInfo.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.FileSystem.Primitives.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.FileSystem.Primitives.dll
deleted file mode 100644
index d2da425..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.FileSystem.Primitives.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.FileSystem.Watcher.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.FileSystem.Watcher.dll
deleted file mode 100644
index 8fb1b8e..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.FileSystem.Watcher.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.FileSystem.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.FileSystem.dll
deleted file mode 100644
index c056ea4..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.FileSystem.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.IsolatedStorage.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.IsolatedStorage.dll
deleted file mode 100644
index 0a52b03..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.IsolatedStorage.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.MemoryMappedFiles.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.MemoryMappedFiles.dll
deleted file mode 100644
index 4c17eec..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.MemoryMappedFiles.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.Pipelines.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.Pipelines.dll
deleted file mode 100644
index e67b317..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.Pipelines.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.Pipes.AccessControl.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.Pipes.AccessControl.dll
deleted file mode 100644
index b1c70a4..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.Pipes.AccessControl.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.Pipes.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.Pipes.dll
deleted file mode 100644
index 23f62e4..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.Pipes.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.UnmanagedMemoryStream.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.UnmanagedMemoryStream.dll
deleted file mode 100644
index 3cf06a1..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.UnmanagedMemoryStream.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.dll
deleted file mode 100644
index 66eb49d..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.IO.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Linq.Expressions.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Linq.Expressions.dll
deleted file mode 100644
index c530d07..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Linq.Expressions.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Linq.Parallel.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Linq.Parallel.dll
deleted file mode 100644
index 15fa9b6..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Linq.Parallel.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Linq.Queryable.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Linq.Queryable.dll
deleted file mode 100644
index b0ad105..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Linq.Queryable.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Linq.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Linq.dll
deleted file mode 100644
index 866e0d2..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Linq.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Memory.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Memory.dll
deleted file mode 100644
index 3032fe4..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Memory.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.Http.Json.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.Http.Json.dll
deleted file mode 100644
index 218055d..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.Http.Json.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.Http.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.Http.dll
deleted file mode 100644
index efd5231..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.Http.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.HttpListener.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.HttpListener.dll
deleted file mode 100644
index d7747e6..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.HttpListener.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.Mail.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.Mail.dll
deleted file mode 100644
index c8e6cbb..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.Mail.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.NameResolution.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.NameResolution.dll
deleted file mode 100644
index 65fb0bf..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.NameResolution.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.NetworkInformation.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.NetworkInformation.dll
deleted file mode 100644
index c5b534f..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.NetworkInformation.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.Ping.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.Ping.dll
deleted file mode 100644
index 6089d2d..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.Ping.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.Primitives.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.Primitives.dll
deleted file mode 100644
index 2009135..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.Primitives.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.Quic.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.Quic.dll
deleted file mode 100644
index bc5b66b..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.Quic.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.Requests.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.Requests.dll
deleted file mode 100644
index 28bcedb..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.Requests.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.Security.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.Security.dll
deleted file mode 100644
index 7182b5c..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.Security.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.ServicePoint.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.ServicePoint.dll
deleted file mode 100644
index 4e3f87a..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.ServicePoint.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.Sockets.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.Sockets.dll
deleted file mode 100644
index 39e2214..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.Sockets.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.WebClient.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.WebClient.dll
deleted file mode 100644
index 7547388..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.WebClient.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.WebHeaderCollection.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.WebHeaderCollection.dll
deleted file mode 100644
index ff4a9c8..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.WebHeaderCollection.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.WebProxy.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.WebProxy.dll
deleted file mode 100644
index 5f8a987..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.WebProxy.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.WebSockets.Client.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.WebSockets.Client.dll
deleted file mode 100644
index a4b37c2..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.WebSockets.Client.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.WebSockets.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.WebSockets.dll
deleted file mode 100644
index 1bd9677..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.WebSockets.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.dll
deleted file mode 100644
index ba5e27e..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Net.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Numerics.Vectors.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Numerics.Vectors.dll
deleted file mode 100644
index 43cc40e..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Numerics.Vectors.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Numerics.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Numerics.dll
deleted file mode 100644
index ea04d7a..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Numerics.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.ObjectModel.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.ObjectModel.dll
deleted file mode 100644
index 8ad8583..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.ObjectModel.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Private.CoreLib.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Private.CoreLib.dll
deleted file mode 100644
index 4a0f7b0..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Private.CoreLib.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Private.DataContractSerialization.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Private.DataContractSerialization.dll
deleted file mode 100644
index 4cb7f64..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Private.DataContractSerialization.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Private.Uri.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Private.Uri.dll
deleted file mode 100644
index 58d44e2..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Private.Uri.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Private.Xml.Linq.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Private.Xml.Linq.dll
deleted file mode 100644
index 4e71c42..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Private.Xml.Linq.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Private.Xml.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Private.Xml.dll
deleted file mode 100644
index d02de19..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Private.Xml.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Reflection.DispatchProxy.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Reflection.DispatchProxy.dll
deleted file mode 100644
index 13f1271..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Reflection.DispatchProxy.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Reflection.Emit.ILGeneration.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Reflection.Emit.ILGeneration.dll
deleted file mode 100644
index 9a62e69..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Reflection.Emit.ILGeneration.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Reflection.Emit.Lightweight.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Reflection.Emit.Lightweight.dll
deleted file mode 100644
index d3deaf4..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Reflection.Emit.Lightweight.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Reflection.Emit.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Reflection.Emit.dll
deleted file mode 100644
index 30ac549..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Reflection.Emit.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Reflection.Extensions.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Reflection.Extensions.dll
deleted file mode 100644
index 98a30b8..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Reflection.Extensions.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Reflection.Metadata.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Reflection.Metadata.dll
deleted file mode 100644
index 1fbf2f7..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Reflection.Metadata.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Reflection.Primitives.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Reflection.Primitives.dll
deleted file mode 100644
index 2c63019..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Reflection.Primitives.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Reflection.TypeExtensions.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Reflection.TypeExtensions.dll
deleted file mode 100644
index baea98c..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Reflection.TypeExtensions.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Reflection.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Reflection.dll
deleted file mode 100644
index 5f25cc0..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Reflection.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Resources.Reader.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Resources.Reader.dll
deleted file mode 100644
index 8acbdec..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Resources.Reader.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Resources.ResourceManager.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Resources.ResourceManager.dll
deleted file mode 100644
index 21357e1..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Resources.ResourceManager.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Resources.Writer.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Resources.Writer.dll
deleted file mode 100644
index 8780c41..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Resources.Writer.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.CompilerServices.Unsafe.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.CompilerServices.Unsafe.dll
deleted file mode 100644
index 5df76b1..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.CompilerServices.Unsafe.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.CompilerServices.VisualC.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.CompilerServices.VisualC.dll
deleted file mode 100644
index 515b363..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.CompilerServices.VisualC.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.Extensions.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.Extensions.dll
deleted file mode 100644
index 5a13835..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.Extensions.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.Handles.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.Handles.dll
deleted file mode 100644
index 6be0766..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.Handles.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.InteropServices.RuntimeInformation.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.InteropServices.RuntimeInformation.dll
deleted file mode 100644
index 8b208c6..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.InteropServices.RuntimeInformation.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.InteropServices.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.InteropServices.dll
deleted file mode 100644
index 0cddb78..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.InteropServices.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.Intrinsics.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.Intrinsics.dll
deleted file mode 100644
index e2f5b32..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.Intrinsics.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.Loader.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.Loader.dll
deleted file mode 100644
index ca5fc1d..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.Loader.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.Numerics.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.Numerics.dll
deleted file mode 100644
index 41f8a77..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.Numerics.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.Serialization.Formatters.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.Serialization.Formatters.dll
deleted file mode 100644
index 67cf05e..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.Serialization.Formatters.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.Serialization.Json.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.Serialization.Json.dll
deleted file mode 100644
index 2ec66d0..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.Serialization.Json.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.Serialization.Primitives.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.Serialization.Primitives.dll
deleted file mode 100644
index 291e37f..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.Serialization.Primitives.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.Serialization.Xml.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.Serialization.Xml.dll
deleted file mode 100644
index 43030f3..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.Serialization.Xml.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.Serialization.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.Serialization.dll
deleted file mode 100644
index cedd13b..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.Serialization.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.dll
deleted file mode 100644
index 58c374a..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Runtime.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.AccessControl.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.AccessControl.dll
deleted file mode 100644
index b2720e9..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.AccessControl.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.Claims.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.Claims.dll
deleted file mode 100644
index a28f01a..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.Claims.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.Algorithms.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.Algorithms.dll
deleted file mode 100644
index 80e4e17..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.Algorithms.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.Cng.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.Cng.dll
deleted file mode 100644
index bbe2268..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.Cng.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.Csp.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.Csp.dll
deleted file mode 100644
index ad67338..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.Csp.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.Encoding.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.Encoding.dll
deleted file mode 100644
index 123f0db..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.Encoding.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.OpenSsl.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.OpenSsl.dll
deleted file mode 100644
index 1e121c5..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.OpenSsl.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.Pkcs.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.Pkcs.dll
deleted file mode 100644
index a76916f..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.Pkcs.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.Primitives.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.Primitives.dll
deleted file mode 100644
index 17ebbbc..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.Primitives.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.X509Certificates.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.X509Certificates.dll
deleted file mode 100644
index 2f2c843..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.X509Certificates.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.Xml.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.Xml.dll
deleted file mode 100644
index db7a269..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.Xml.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.Principal.Windows.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.Principal.Windows.dll
deleted file mode 100644
index 102c2bb..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.Principal.Windows.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.Principal.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.Principal.dll
deleted file mode 100644
index 36d876d..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.Principal.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.SecureString.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.SecureString.dll
deleted file mode 100644
index 79dffe9..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.SecureString.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.dll
deleted file mode 100644
index 18202d2..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Security.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.ServiceModel.Web.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.ServiceModel.Web.dll
deleted file mode 100644
index 6cd66d1..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.ServiceModel.Web.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.ServiceProcess.ServiceController.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.ServiceProcess.ServiceController.dll
deleted file mode 100644
index 8a6feee..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.ServiceProcess.ServiceController.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.ServiceProcess.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.ServiceProcess.dll
deleted file mode 100644
index 7eaa3ba..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.ServiceProcess.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Text.Encoding.CodePages.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Text.Encoding.CodePages.dll
deleted file mode 100644
index 73b2d02..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Text.Encoding.CodePages.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Text.Encoding.Extensions.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Text.Encoding.Extensions.dll
deleted file mode 100644
index b612d6d..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Text.Encoding.Extensions.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Text.Encoding.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Text.Encoding.dll
deleted file mode 100644
index 9cac878..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Text.Encoding.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Text.Encodings.Web.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Text.Encodings.Web.dll
deleted file mode 100644
index 2edc5ad..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Text.Encodings.Web.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Text.Json.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Text.Json.dll
deleted file mode 100644
index 9337643..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Text.Json.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Text.RegularExpressions.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Text.RegularExpressions.dll
deleted file mode 100644
index 80b39c4..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Text.RegularExpressions.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Threading.Channels.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Threading.Channels.dll
deleted file mode 100644
index aae559e..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Threading.Channels.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Threading.Overlapped.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Threading.Overlapped.dll
deleted file mode 100644
index e3e5f9a..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Threading.Overlapped.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Threading.Tasks.Dataflow.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Threading.Tasks.Dataflow.dll
deleted file mode 100644
index 6603915..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Threading.Tasks.Dataflow.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Threading.Tasks.Extensions.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Threading.Tasks.Extensions.dll
deleted file mode 100644
index 40a8868..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Threading.Tasks.Extensions.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Threading.Tasks.Parallel.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Threading.Tasks.Parallel.dll
deleted file mode 100644
index 24c7b29..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Threading.Tasks.Parallel.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Threading.Tasks.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Threading.Tasks.dll
deleted file mode 100644
index 03fa0f5..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Threading.Tasks.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Threading.Thread.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Threading.Thread.dll
deleted file mode 100644
index 137f90c..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Threading.Thread.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Threading.ThreadPool.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Threading.ThreadPool.dll
deleted file mode 100644
index 6198605..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Threading.ThreadPool.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Threading.Timer.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Threading.Timer.dll
deleted file mode 100644
index 750b627..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Threading.Timer.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Threading.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Threading.dll
deleted file mode 100644
index 9919424..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Threading.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Transactions.Local.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Transactions.Local.dll
deleted file mode 100644
index 446c302..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Transactions.Local.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Transactions.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Transactions.dll
deleted file mode 100644
index 33aafaf..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Transactions.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.ValueTuple.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.ValueTuple.dll
deleted file mode 100644
index 944ad29..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.ValueTuple.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Web.HttpUtility.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Web.HttpUtility.dll
deleted file mode 100644
index 32ffd8f..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Web.HttpUtility.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Web.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Web.dll
deleted file mode 100644
index 8512afd..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Web.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Windows.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Windows.dll
deleted file mode 100644
index adb81a2..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Windows.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Xml.Linq.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Xml.Linq.dll
deleted file mode 100644
index c7c0ce2..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Xml.Linq.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Xml.ReaderWriter.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Xml.ReaderWriter.dll
deleted file mode 100644
index a33799b..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Xml.ReaderWriter.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Xml.Serialization.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Xml.Serialization.dll
deleted file mode 100644
index 3696fbf..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Xml.Serialization.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Xml.XDocument.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Xml.XDocument.dll
deleted file mode 100644
index e88a234..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Xml.XDocument.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Xml.XPath.XDocument.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Xml.XPath.XDocument.dll
deleted file mode 100644
index c53fd95..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Xml.XPath.XDocument.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Xml.XPath.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Xml.XPath.dll
deleted file mode 100644
index 54dfbab..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Xml.XPath.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Xml.XmlDocument.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Xml.XmlDocument.dll
deleted file mode 100644
index 11966ac..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Xml.XmlDocument.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Xml.XmlSerializer.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Xml.XmlSerializer.dll
deleted file mode 100644
index 59e2840..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Xml.XmlSerializer.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Xml.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.Xml.dll
deleted file mode 100644
index 8976fb5..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.Xml.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/System.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/System.dll
deleted file mode 100644
index a5e75f9..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/System.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/WindowsBase.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/WindowsBase.dll
deleted file mode 100644
index ae8bdca..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/WindowsBase.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-console-l1-1-0.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-console-l1-1-0.dll
deleted file mode 100644
index 726b975..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-console-l1-1-0.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-console-l1-2-0.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-console-l1-2-0.dll
deleted file mode 100644
index b9d1ed4..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-console-l1-2-0.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-datetime-l1-1-0.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-datetime-l1-1-0.dll
deleted file mode 100644
index f2ecfa7..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-datetime-l1-1-0.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-debug-l1-1-0.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-debug-l1-1-0.dll
deleted file mode 100644
index 7bd075b..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-debug-l1-1-0.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-errorhandling-l1-1-0.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-errorhandling-l1-1-0.dll
deleted file mode 100644
index 3bafba9..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-errorhandling-l1-1-0.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-fibers-l1-1-0.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-fibers-l1-1-0.dll
deleted file mode 100644
index 651ffe1..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-fibers-l1-1-0.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-file-l1-1-0.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-file-l1-1-0.dll
deleted file mode 100644
index 12bf0b6..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-file-l1-1-0.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-file-l1-2-0.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-file-l1-2-0.dll
deleted file mode 100644
index da64db3..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-file-l1-2-0.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-file-l2-1-0.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-file-l2-1-0.dll
deleted file mode 100644
index 9246b98..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-file-l2-1-0.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-handle-l1-1-0.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-handle-l1-1-0.dll
deleted file mode 100644
index c96e31d..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-handle-l1-1-0.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-heap-l1-1-0.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-heap-l1-1-0.dll
deleted file mode 100644
index baa932f..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-heap-l1-1-0.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-interlocked-l1-1-0.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-interlocked-l1-1-0.dll
deleted file mode 100644
index 7aa0639..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-interlocked-l1-1-0.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-libraryloader-l1-1-0.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-libraryloader-l1-1-0.dll
deleted file mode 100644
index ddd5e27..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-libraryloader-l1-1-0.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-localization-l1-2-0.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-localization-l1-2-0.dll
deleted file mode 100644
index 7b90b7c..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-localization-l1-2-0.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-memory-l1-1-0.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-memory-l1-1-0.dll
deleted file mode 100644
index 63e54f3..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-memory-l1-1-0.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-namedpipe-l1-1-0.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-namedpipe-l1-1-0.dll
deleted file mode 100644
index 37e956e..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-namedpipe-l1-1-0.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-processenvironment-l1-1-0.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-processenvironment-l1-1-0.dll
deleted file mode 100644
index a2f3605..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-processenvironment-l1-1-0.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-processthreads-l1-1-0.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-processthreads-l1-1-0.dll
deleted file mode 100644
index f4d3a03..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-processthreads-l1-1-0.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-processthreads-l1-1-1.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-processthreads-l1-1-1.dll
deleted file mode 100644
index 7bc40e0..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-processthreads-l1-1-1.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-profile-l1-1-0.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-profile-l1-1-0.dll
deleted file mode 100644
index da2b687..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-profile-l1-1-0.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-rtlsupport-l1-1-0.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-rtlsupport-l1-1-0.dll
deleted file mode 100644
index ae6dce5..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-rtlsupport-l1-1-0.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-string-l1-1-0.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-string-l1-1-0.dll
deleted file mode 100644
index 32b52be..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-string-l1-1-0.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-synch-l1-1-0.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-synch-l1-1-0.dll
deleted file mode 100644
index b88f76a..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-synch-l1-1-0.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-synch-l1-2-0.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-synch-l1-2-0.dll
deleted file mode 100644
index a17135a..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-synch-l1-2-0.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-sysinfo-l1-1-0.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-sysinfo-l1-1-0.dll
deleted file mode 100644
index 527d1a1..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-sysinfo-l1-1-0.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-timezone-l1-1-0.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-timezone-l1-1-0.dll
deleted file mode 100644
index bab2d02..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-timezone-l1-1-0.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-util-l1-1-0.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-util-l1-1-0.dll
deleted file mode 100644
index 080a9c9..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-core-util-l1-1-0.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-conio-l1-1-0.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-conio-l1-1-0.dll
deleted file mode 100644
index 2355a62..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-conio-l1-1-0.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-convert-l1-1-0.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-convert-l1-1-0.dll
deleted file mode 100644
index ddd2b4c..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-convert-l1-1-0.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-environment-l1-1-0.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-environment-l1-1-0.dll
deleted file mode 100644
index e2fe9ef..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-environment-l1-1-0.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-filesystem-l1-1-0.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-filesystem-l1-1-0.dll
deleted file mode 100644
index 97ea465..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-filesystem-l1-1-0.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-heap-l1-1-0.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-heap-l1-1-0.dll
deleted file mode 100644
index 4e3af05..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-heap-l1-1-0.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-locale-l1-1-0.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-locale-l1-1-0.dll
deleted file mode 100644
index 5fcd98b..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-locale-l1-1-0.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-math-l1-1-0.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-math-l1-1-0.dll
deleted file mode 100644
index c3f2800..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-math-l1-1-0.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-multibyte-l1-1-0.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-multibyte-l1-1-0.dll
deleted file mode 100644
index e86ce81..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-multibyte-l1-1-0.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-private-l1-1-0.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-private-l1-1-0.dll
deleted file mode 100644
index 62c45dd..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-private-l1-1-0.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-process-l1-1-0.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-process-l1-1-0.dll
deleted file mode 100644
index bc346dc..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-process-l1-1-0.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-runtime-l1-1-0.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-runtime-l1-1-0.dll
deleted file mode 100644
index d0a43f8..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-runtime-l1-1-0.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-stdio-l1-1-0.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-stdio-l1-1-0.dll
deleted file mode 100644
index 59e68c0..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-stdio-l1-1-0.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-string-l1-1-0.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-string-l1-1-0.dll
deleted file mode 100644
index 08015e2..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-string-l1-1-0.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-time-l1-1-0.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-time-l1-1-0.dll
deleted file mode 100644
index 6e3ba53..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-time-l1-1-0.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-utility-l1-1-0.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-utility-l1-1-0.dll
deleted file mode 100644
index eaa7204..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/api-ms-win-crt-utility-l1-1-0.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/appsettings.json b/MailPrint/bin/Release/net6.0-windows/win-x64/appsettings.json
deleted file mode 100644
index 34ad357..0000000
--- a/MailPrint/bin/Release/net6.0-windows/win-x64/appsettings.json
+++ /dev/null
@@ -1,38 +0,0 @@
-{
- "MailPrint": {
- "Protocol": "IMAP",
- "Host": "imap.example.com",
- "Port": 993,
- "UseSsl": true,
- "Username": "druck@example.com",
- "Password": "IHR_PASSWORT",
- "Folder": "INBOX",
- "PollIntervalSeconds": 60,
-
- "AllowedSenders": [],
- "SubjectFilter": "",
-
- "PrinterName": "",
- "Copies": 1,
- "DeleteAfterPrint": true,
- "MarkAsRead": true,
-
- "TempDirectory": "C:\\ProgramData\\MailPrint\\Temp",
- "AllowedExtensions": [ ".pdf" ],
-
- "WebApi": {
- "Port": 5100,
- "BindAllInterfaces": true,
- "ApiKey": "SICHERER_ZUFAELLIGER_KEY"
- }
- },
- "Serilog": {
- "MinimumLevel": {
- "Default": "Information",
- "Override": {
- "Microsoft": "Warning",
- "Microsoft.AspNetCore": "Warning"
- }
- }
- }
-}
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/aspnetcorev2_inprocess.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/aspnetcorev2_inprocess.dll
deleted file mode 100644
index 20ac157..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/aspnetcorev2_inprocess.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/clretwrc.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/clretwrc.dll
deleted file mode 100644
index 208e4fb..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/clretwrc.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/clrjit.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/clrjit.dll
deleted file mode 100644
index 75cbc42..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/clrjit.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/coreclr.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/coreclr.dll
deleted file mode 100644
index 8d2e7a4..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/coreclr.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/createdump.exe b/MailPrint/bin/Release/net6.0-windows/win-x64/createdump.exe
deleted file mode 100644
index f03b3cc..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/createdump.exe and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/dbgshim.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/dbgshim.dll
deleted file mode 100644
index 78f638b..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/dbgshim.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/hostfxr.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/hostfxr.dll
deleted file mode 100644
index 3dbddf6..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/hostfxr.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/hostpolicy.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/hostpolicy.dll
deleted file mode 100644
index 4b644f6..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/hostpolicy.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/mscordaccore.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/mscordaccore.dll
deleted file mode 100644
index e27cb78..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/mscordaccore.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/mscordaccore_amd64_amd64_6.0.3624.51421.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/mscordaccore_amd64_amd64_6.0.3624.51421.dll
deleted file mode 100644
index e27cb78..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/mscordaccore_amd64_amd64_6.0.3624.51421.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/mscordbi.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/mscordbi.dll
deleted file mode 100644
index 4f74868..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/mscordbi.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/mscorlib.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/mscorlib.dll
deleted file mode 100644
index c509a2e..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/mscorlib.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/mscorrc.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/mscorrc.dll
deleted file mode 100644
index 09dc6cd..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/mscorrc.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/msquic.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/msquic.dll
deleted file mode 100644
index 07cd9e3..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/msquic.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/netstandard.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/netstandard.dll
deleted file mode 100644
index e897d4b..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/netstandard.dll and /dev/null differ
diff --git a/MailPrint/bin/Release/net6.0-windows/win-x64/ucrtbase.dll b/MailPrint/bin/Release/net6.0-windows/win-x64/ucrtbase.dll
deleted file mode 100644
index 0b41078..0000000
Binary files a/MailPrint/bin/Release/net6.0-windows/win-x64/ucrtbase.dll and /dev/null differ
diff --git a/MailPrint/obj/Debug/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/MailPrint/obj/Debug/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
deleted file mode 100644
index ed92695..0000000
--- a/MailPrint/obj/Debug/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]
diff --git a/MailPrint/obj/Debug/net6.0-windows/MailPrint.AssemblyInfo.cs b/MailPrint/obj/Debug/net6.0-windows/MailPrint.AssemblyInfo.cs
deleted file mode 100644
index 64747c9..0000000
--- a/MailPrint/obj/Debug/net6.0-windows/MailPrint.AssemblyInfo.cs
+++ /dev/null
@@ -1,26 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// Dieser Code wurde von einem Tool generiert.
-// Laufzeitversion:4.0.30319.42000
-//
-// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
-// der Code erneut generiert wird.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("mailprint-service")]
-[assembly: System.Reflection.AssemblyCompanyAttribute("MailPrint")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("MailPrint")]
-[assembly: System.Reflection.AssemblyTitleAttribute("MailPrint")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/MailPrint/obj/Debug/net6.0-windows/MailPrint.AssemblyInfoInputs.cache b/MailPrint/obj/Debug/net6.0-windows/MailPrint.AssemblyInfoInputs.cache
deleted file mode 100644
index d1270a2..0000000
--- a/MailPrint/obj/Debug/net6.0-windows/MailPrint.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-18610741630abddb279c1b2fd7d171c3b40470c6082e2448ebb7586689b80a79
diff --git a/MailPrint/obj/Debug/net6.0-windows/MailPrint.GeneratedMSBuildEditorConfig.editorconfig b/MailPrint/obj/Debug/net6.0-windows/MailPrint.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index af54f6d..0000000
--- a/MailPrint/obj/Debug/net6.0-windows/MailPrint.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,24 +0,0 @@
-is_global = true
-build_property.TargetFramework = net6.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v6.0
-build_property.TargetPlatformMinVersion = 7.0
-build_property.UsingMicrosoftNETSdkWeb = true
-build_property.ProjectTypeGuids =
-build_property.InvariantGlobalization =
-build_property.PlatformNeutralAssembly =
-build_property.EnforceExtendedAnalyzerRules =
-build_property._SupportedPlatformList = Linux,macOS,Windows
-build_property.RootNamespace = MailPrint
-build_property.RootNamespace = MailPrint
-build_property.ProjectDir = Z:\Programmierung\MailPrint\MailPrint\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.RazorLangVersion = 6.0
-build_property.SupportLocalizedComponentNames =
-build_property.GenerateRazorMetadataSourceChecksumAttributes =
-build_property.MSBuildProjectDirectory = Z:\Programmierung\MailPrint\MailPrint
-build_property._RazorSourceGeneratorDebug =
-build_property.EffectiveAnalysisLevelStyle = 6.0
-build_property.EnableCodeStyleSeverity =
diff --git a/MailPrint/obj/Debug/net6.0-windows/MailPrint.GlobalUsings.g.cs b/MailPrint/obj/Debug/net6.0-windows/MailPrint.GlobalUsings.g.cs
deleted file mode 100644
index 5e6145d..0000000
--- a/MailPrint/obj/Debug/net6.0-windows/MailPrint.GlobalUsings.g.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-//
-global using Microsoft.AspNetCore.Builder;
-global using Microsoft.AspNetCore.Hosting;
-global using Microsoft.AspNetCore.Http;
-global using Microsoft.AspNetCore.Routing;
-global using Microsoft.Extensions.Configuration;
-global using Microsoft.Extensions.DependencyInjection;
-global using Microsoft.Extensions.Hosting;
-global using Microsoft.Extensions.Logging;
-global using System;
-global using System.Collections.Generic;
-global using System.IO;
-global using System.Linq;
-global using System.Net.Http;
-global using System.Net.Http.Json;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/MailPrint/obj/Debug/net6.0-windows/MailPrint.assets.cache b/MailPrint/obj/Debug/net6.0-windows/MailPrint.assets.cache
deleted file mode 100644
index 40a89fc..0000000
Binary files a/MailPrint/obj/Debug/net6.0-windows/MailPrint.assets.cache and /dev/null differ
diff --git a/MailPrint/obj/Debug/net6.0-windows/MailPrint.csproj.AssemblyReference.cache b/MailPrint/obj/Debug/net6.0-windows/MailPrint.csproj.AssemblyReference.cache
deleted file mode 100644
index bca04eb..0000000
Binary files a/MailPrint/obj/Debug/net6.0-windows/MailPrint.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/MailPrint/obj/Debug/net6.0-windows/rpswa.dswa.cache.json b/MailPrint/obj/Debug/net6.0-windows/rpswa.dswa.cache.json
deleted file mode 100644
index f823d37..0000000
--- a/MailPrint/obj/Debug/net6.0-windows/rpswa.dswa.cache.json
+++ /dev/null
@@ -1 +0,0 @@
-{"GlobalPropertiesHash":"T7RsQbS9Swy5IytJj9MsZDJAYOnkkRgT8JLCVXWqARo=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["fjvHbJeNxFXXYU9Ng8wfoSNtQz9L0wp\u002BwpQS/c8WC90="],"CachedAssets":{},"CachedCopyCandidates":{}}
\ No newline at end of file
diff --git a/MailPrint/obj/Debug/net6.0-windows/staticwebassets.removed.txt b/MailPrint/obj/Debug/net6.0-windows/staticwebassets.removed.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/MailPrint/obj/Debug/net9.0-windows/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/MailPrint/obj/Debug/net9.0-windows/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs
deleted file mode 100644
index feda5e9..0000000
--- a/MailPrint/obj/Debug/net9.0-windows/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")]
diff --git a/MailPrint/obj/Debug/net9.0-windows/MailPrint.AssemblyInfo.cs b/MailPrint/obj/Debug/net9.0-windows/MailPrint.AssemblyInfo.cs
deleted file mode 100644
index 64747c9..0000000
--- a/MailPrint/obj/Debug/net9.0-windows/MailPrint.AssemblyInfo.cs
+++ /dev/null
@@ -1,26 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// Dieser Code wurde von einem Tool generiert.
-// Laufzeitversion:4.0.30319.42000
-//
-// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
-// der Code erneut generiert wird.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("mailprint-service")]
-[assembly: System.Reflection.AssemblyCompanyAttribute("MailPrint")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("MailPrint")]
-[assembly: System.Reflection.AssemblyTitleAttribute("MailPrint")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/MailPrint/obj/Debug/net9.0-windows/MailPrint.AssemblyInfoInputs.cache b/MailPrint/obj/Debug/net9.0-windows/MailPrint.AssemblyInfoInputs.cache
deleted file mode 100644
index d1270a2..0000000
--- a/MailPrint/obj/Debug/net9.0-windows/MailPrint.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-18610741630abddb279c1b2fd7d171c3b40470c6082e2448ebb7586689b80a79
diff --git a/MailPrint/obj/Debug/net9.0-windows/MailPrint.GeneratedMSBuildEditorConfig.editorconfig b/MailPrint/obj/Debug/net9.0-windows/MailPrint.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 51dcb6f..0000000
--- a/MailPrint/obj/Debug/net9.0-windows/MailPrint.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,24 +0,0 @@
-is_global = true
-build_property.TargetFramework = net9.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v9.0
-build_property.TargetPlatformMinVersion = 7.0
-build_property.UsingMicrosoftNETSdkWeb = true
-build_property.ProjectTypeGuids =
-build_property.InvariantGlobalization =
-build_property.PlatformNeutralAssembly =
-build_property.EnforceExtendedAnalyzerRules =
-build_property._SupportedPlatformList = Linux,macOS,Windows
-build_property.RootNamespace = MailPrint
-build_property.RootNamespace = MailPrint
-build_property.ProjectDir = Z:\Programmierung\MailPrint\MailPrint\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.RazorLangVersion = 9.0
-build_property.SupportLocalizedComponentNames =
-build_property.GenerateRazorMetadataSourceChecksumAttributes =
-build_property.MSBuildProjectDirectory = Z:\Programmierung\MailPrint\MailPrint
-build_property._RazorSourceGeneratorDebug =
-build_property.EffectiveAnalysisLevelStyle = 9.0
-build_property.EnableCodeStyleSeverity =
diff --git a/MailPrint/obj/Debug/net9.0-windows/MailPrint.GlobalUsings.g.cs b/MailPrint/obj/Debug/net9.0-windows/MailPrint.GlobalUsings.g.cs
deleted file mode 100644
index 5e6145d..0000000
--- a/MailPrint/obj/Debug/net9.0-windows/MailPrint.GlobalUsings.g.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-//
-global using Microsoft.AspNetCore.Builder;
-global using Microsoft.AspNetCore.Hosting;
-global using Microsoft.AspNetCore.Http;
-global using Microsoft.AspNetCore.Routing;
-global using Microsoft.Extensions.Configuration;
-global using Microsoft.Extensions.DependencyInjection;
-global using Microsoft.Extensions.Hosting;
-global using Microsoft.Extensions.Logging;
-global using System;
-global using System.Collections.Generic;
-global using System.IO;
-global using System.Linq;
-global using System.Net.Http;
-global using System.Net.Http.Json;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/MailPrint/obj/Debug/net9.0-windows/MailPrint.assets.cache b/MailPrint/obj/Debug/net9.0-windows/MailPrint.assets.cache
deleted file mode 100644
index 13cbb05..0000000
Binary files a/MailPrint/obj/Debug/net9.0-windows/MailPrint.assets.cache and /dev/null differ
diff --git a/MailPrint/obj/Debug/net9.0-windows/MailPrint.csproj.AssemblyReference.cache b/MailPrint/obj/Debug/net9.0-windows/MailPrint.csproj.AssemblyReference.cache
deleted file mode 100644
index da4bd3c..0000000
Binary files a/MailPrint/obj/Debug/net9.0-windows/MailPrint.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/MailPrint/obj/Debug/net9.0-windows/rpswa.dswa.cache.json b/MailPrint/obj/Debug/net9.0-windows/rpswa.dswa.cache.json
deleted file mode 100644
index f823d37..0000000
--- a/MailPrint/obj/Debug/net9.0-windows/rpswa.dswa.cache.json
+++ /dev/null
@@ -1 +0,0 @@
-{"GlobalPropertiesHash":"T7RsQbS9Swy5IytJj9MsZDJAYOnkkRgT8JLCVXWqARo=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["fjvHbJeNxFXXYU9Ng8wfoSNtQz9L0wp\u002BwpQS/c8WC90="],"CachedAssets":{},"CachedCopyCandidates":{}}
\ No newline at end of file
diff --git a/MailPrint/obj/Debug/net9.0-windows/staticwebassets.removed.txt b/MailPrint/obj/Debug/net9.0-windows/staticwebassets.removed.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/MailPrint/obj/MailPrint.csproj.nuget.dgspec.json b/MailPrint/obj/MailPrint.csproj.nuget.dgspec.json
deleted file mode 100644
index 481a7ad..0000000
--- a/MailPrint/obj/MailPrint.csproj.nuget.dgspec.json
+++ /dev/null
@@ -1,528 +0,0 @@
-{
- "format": 1,
- "restore": {
- "C:\\Dev\\MailPrint\\MailPrint\\MailPrint.csproj": {}
- },
- "projects": {
- "C:\\Dev\\MailPrint\\MailPrint\\MailPrint.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Dev\\MailPrint\\MailPrint\\MailPrint.csproj",
- "projectName": "MailPrint",
- "projectPath": "C:\\Dev\\MailPrint\\MailPrint\\MailPrint.csproj",
- "packagesPath": "C:\\Users\\janwu\\.nuget\\packages\\",
- "outputPath": "C:\\Dev\\MailPrint\\MailPrint\\obj\\",
- "projectStyle": "PackageReference",
- "configFilePaths": [
- "C:\\Users\\janwu\\AppData\\Roaming\\NuGet\\NuGet.Config"
- ],
- "originalTargetFrameworks": [
- "net10.0-windows"
- ],
- "sources": {
- "C:\\Program Files\\dotnet\\library-packs": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net10.0-windows7.0": {
- "targetAlias": "net10.0-windows",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- },
- "restoreAuditProperties": {
- "enableAudit": "true",
- "auditLevel": "low",
- "auditMode": "all"
- },
- "SdkAnalysisLevel": "10.0.200"
- },
- "frameworks": {
- "net10.0-windows7.0": {
- "targetAlias": "net10.0-windows",
- "dependencies": {
- "MailKit": {
- "target": "Package",
- "version": "[4.7.1.1, )"
- },
- "Microsoft.Extensions.Hosting.WindowsServices": {
- "target": "Package",
- "version": "[10.0.0-preview.3.25171.5, )"
- },
- "MimeKit": {
- "target": "Package",
- "version": "[4.7.1, )"
- },
- "Serilog.AspNetCore": {
- "target": "Package",
- "version": "[9.0.0, )"
- },
- "Serilog.Sinks.Console": {
- "target": "Package",
- "version": "[6.0.0, )"
- },
- "Serilog.Sinks.EventLog": {
- "target": "Package",
- "version": "[4.0.0, )"
- },
- "Serilog.Sinks.File": {
- "target": "Package",
- "version": "[6.0.0, )"
- },
- "Swashbuckle.AspNetCore": {
- "target": "Package",
- "version": "[7.3.1, )"
- },
- "System.Drawing.Common": {
- "target": "Package",
- "version": "[9.0.4, )"
- }
- },
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.AspNetCore.App": {
- "privateAssets": "none"
- },
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.202/PortableRuntimeIdentifierGraph.json",
- "packagesToPrune": {
- "Microsoft.AspNetCore": "(,10.0.32767]",
- "Microsoft.AspNetCore.Antiforgery": "(,10.0.32767]",
- "Microsoft.AspNetCore.App": "(,10.0.32767]",
- "Microsoft.AspNetCore.Authentication": "(,10.0.32767]",
- "Microsoft.AspNetCore.Authentication.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.Authentication.BearerToken": "(,10.0.32767]",
- "Microsoft.AspNetCore.Authentication.Cookies": "(,10.0.32767]",
- "Microsoft.AspNetCore.Authentication.Core": "(,10.0.32767]",
- "Microsoft.AspNetCore.Authentication.OAuth": "(,10.0.32767]",
- "Microsoft.AspNetCore.Authorization": "(,10.0.32767]",
- "Microsoft.AspNetCore.Authorization.Policy": "(,10.0.32767]",
- "Microsoft.AspNetCore.Components": "(,10.0.32767]",
- "Microsoft.AspNetCore.Components.Authorization": "(,10.0.32767]",
- "Microsoft.AspNetCore.Components.Endpoints": "(,10.0.32767]",
- "Microsoft.AspNetCore.Components.Forms": "(,10.0.32767]",
- "Microsoft.AspNetCore.Components.Server": "(,10.0.32767]",
- "Microsoft.AspNetCore.Components.Web": "(,10.0.32767]",
- "Microsoft.AspNetCore.Connections.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.CookiePolicy": "(,10.0.32767]",
- "Microsoft.AspNetCore.Cors": "(,10.0.32767]",
- "Microsoft.AspNetCore.Cryptography.Internal": "(,10.0.32767]",
- "Microsoft.AspNetCore.Cryptography.KeyDerivation": "(,10.0.32767]",
- "Microsoft.AspNetCore.DataProtection": "(,10.0.32767]",
- "Microsoft.AspNetCore.DataProtection.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.DataProtection.Extensions": "(,10.0.32767]",
- "Microsoft.AspNetCore.Diagnostics": "(,10.0.32767]",
- "Microsoft.AspNetCore.Diagnostics.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.Diagnostics.HealthChecks": "(,10.0.32767]",
- "Microsoft.AspNetCore.HostFiltering": "(,10.0.32767]",
- "Microsoft.AspNetCore.Hosting": "(,10.0.32767]",
- "Microsoft.AspNetCore.Hosting.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.Hosting.Server.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.Html.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.Http": "(,10.0.32767]",
- "Microsoft.AspNetCore.Http.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.Http.Connections": "(,10.0.32767]",
- "Microsoft.AspNetCore.Http.Connections.Common": "(,10.0.32767]",
- "Microsoft.AspNetCore.Http.Extensions": "(,10.0.32767]",
- "Microsoft.AspNetCore.Http.Features": "(,10.0.32767]",
- "Microsoft.AspNetCore.Http.Results": "(,10.0.32767]",
- "Microsoft.AspNetCore.HttpLogging": "(,10.0.32767]",
- "Microsoft.AspNetCore.HttpOverrides": "(,10.0.32767]",
- "Microsoft.AspNetCore.HttpsPolicy": "(,10.0.32767]",
- "Microsoft.AspNetCore.Identity": "(,10.0.32767]",
- "Microsoft.AspNetCore.Localization": "(,10.0.32767]",
- "Microsoft.AspNetCore.Localization.Routing": "(,10.0.32767]",
- "Microsoft.AspNetCore.Metadata": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.ApiExplorer": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.Core": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.Cors": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.DataAnnotations": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.Formatters.Json": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.Formatters.Xml": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.Localization": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.Razor": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.RazorPages": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.TagHelpers": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.ViewFeatures": "(,10.0.32767]",
- "Microsoft.AspNetCore.OutputCaching": "(,10.0.32767]",
- "Microsoft.AspNetCore.RateLimiting": "(,10.0.32767]",
- "Microsoft.AspNetCore.Razor": "(,10.0.32767]",
- "Microsoft.AspNetCore.Razor.Runtime": "(,10.0.32767]",
- "Microsoft.AspNetCore.RequestDecompression": "(,10.0.32767]",
- "Microsoft.AspNetCore.ResponseCaching": "(,10.0.32767]",
- "Microsoft.AspNetCore.ResponseCaching.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.ResponseCompression": "(,10.0.32767]",
- "Microsoft.AspNetCore.Rewrite": "(,10.0.32767]",
- "Microsoft.AspNetCore.Routing": "(,10.0.32767]",
- "Microsoft.AspNetCore.Routing.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.Server.HttpSys": "(,10.0.32767]",
- "Microsoft.AspNetCore.Server.IIS": "(,10.0.32767]",
- "Microsoft.AspNetCore.Server.IISIntegration": "(,10.0.32767]",
- "Microsoft.AspNetCore.Server.Kestrel": "(,10.0.32767]",
- "Microsoft.AspNetCore.Server.Kestrel.Core": "(,10.0.32767]",
- "Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes": "(,10.0.32767]",
- "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic": "(,10.0.32767]",
- "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets": "(,10.0.32767]",
- "Microsoft.AspNetCore.Session": "(,10.0.32767]",
- "Microsoft.AspNetCore.SignalR": "(,10.0.32767]",
- "Microsoft.AspNetCore.SignalR.Common": "(,10.0.32767]",
- "Microsoft.AspNetCore.SignalR.Core": "(,10.0.32767]",
- "Microsoft.AspNetCore.SignalR.Protocols.Json": "(,10.0.32767]",
- "Microsoft.AspNetCore.StaticAssets": "(,10.0.32767]",
- "Microsoft.AspNetCore.StaticFiles": "(,10.0.32767]",
- "Microsoft.AspNetCore.WebSockets": "(,10.0.32767]",
- "Microsoft.AspNetCore.WebUtilities": "(,10.0.32767]",
- "Microsoft.CSharp": "(,4.7.32767]",
- "Microsoft.Extensions.Caching.Abstractions": "(,10.0.32767]",
- "Microsoft.Extensions.Caching.Memory": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration.Abstractions": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration.Binder": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration.CommandLine": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration.FileExtensions": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration.Ini": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration.Json": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration.KeyPerFile": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration.UserSecrets": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration.Xml": "(,10.0.32767]",
- "Microsoft.Extensions.DependencyInjection": "(,10.0.32767]",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "(,10.0.32767]",
- "Microsoft.Extensions.Diagnostics": "(,10.0.32767]",
- "Microsoft.Extensions.Diagnostics.Abstractions": "(,10.0.32767]",
- "Microsoft.Extensions.Diagnostics.HealthChecks": "(,10.0.32767]",
- "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "(,10.0.32767]",
- "Microsoft.Extensions.Features": "(,10.0.32767]",
- "Microsoft.Extensions.FileProviders.Abstractions": "(,10.0.32767]",
- "Microsoft.Extensions.FileProviders.Composite": "(,10.0.32767]",
- "Microsoft.Extensions.FileProviders.Physical": "(,10.0.32767]",
- "Microsoft.Extensions.FileSystemGlobbing": "(,10.0.32767]",
- "Microsoft.Extensions.Hosting": "(,10.0.32767]",
- "Microsoft.Extensions.Hosting.Abstractions": "(,10.0.32767]",
- "Microsoft.Extensions.Http": "(,10.0.32767]",
- "Microsoft.Extensions.Identity.Core": "(,10.0.32767]",
- "Microsoft.Extensions.Identity.Stores": "(,10.0.32767]",
- "Microsoft.Extensions.Localization": "(,10.0.32767]",
- "Microsoft.Extensions.Localization.Abstractions": "(,10.0.32767]",
- "Microsoft.Extensions.Logging": "(,10.0.32767]",
- "Microsoft.Extensions.Logging.Abstractions": "(,10.0.32767]",
- "Microsoft.Extensions.Logging.Configuration": "(,10.0.32767]",
- "Microsoft.Extensions.Logging.Console": "(,10.0.32767]",
- "Microsoft.Extensions.Logging.Debug": "(,10.0.32767]",
- "Microsoft.Extensions.Logging.EventLog": "(,10.0.32767]",
- "Microsoft.Extensions.Logging.EventSource": "(,10.0.32767]",
- "Microsoft.Extensions.Logging.TraceSource": "(,10.0.32767]",
- "Microsoft.Extensions.ObjectPool": "(,10.0.32767]",
- "Microsoft.Extensions.Options": "(,10.0.32767]",
- "Microsoft.Extensions.Options.ConfigurationExtensions": "(,10.0.32767]",
- "Microsoft.Extensions.Options.DataAnnotations": "(,10.0.32767]",
- "Microsoft.Extensions.Primitives": "(,10.0.32767]",
- "Microsoft.Extensions.Validation": "(,10.0.32767]",
- "Microsoft.Extensions.WebEncoders": "(,10.0.32767]",
- "Microsoft.JSInterop": "(,10.0.32767]",
- "Microsoft.Net.Http.Headers": "(,10.0.32767]",
- "Microsoft.VisualBasic": "(,10.4.32767]",
- "Microsoft.Win32.Primitives": "(,4.3.32767]",
- "Microsoft.Win32.Registry": "(,5.0.32767]",
- "runtime.any.System.Collections": "(,4.3.32767]",
- "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]",
- "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]",
- "runtime.any.System.Globalization": "(,4.3.32767]",
- "runtime.any.System.Globalization.Calendars": "(,4.3.32767]",
- "runtime.any.System.IO": "(,4.3.32767]",
- "runtime.any.System.Reflection": "(,4.3.32767]",
- "runtime.any.System.Reflection.Extensions": "(,4.3.32767]",
- "runtime.any.System.Reflection.Primitives": "(,4.3.32767]",
- "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]",
- "runtime.any.System.Runtime": "(,4.3.32767]",
- "runtime.any.System.Runtime.Handles": "(,4.3.32767]",
- "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]",
- "runtime.any.System.Text.Encoding": "(,4.3.32767]",
- "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]",
- "runtime.any.System.Threading.Tasks": "(,4.3.32767]",
- "runtime.any.System.Threading.Timer": "(,4.3.32767]",
- "runtime.aot.System.Collections": "(,4.3.32767]",
- "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]",
- "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]",
- "runtime.aot.System.Globalization": "(,4.3.32767]",
- "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]",
- "runtime.aot.System.IO": "(,4.3.32767]",
- "runtime.aot.System.Reflection": "(,4.3.32767]",
- "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]",
- "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]",
- "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]",
- "runtime.aot.System.Runtime": "(,4.3.32767]",
- "runtime.aot.System.Runtime.Handles": "(,4.3.32767]",
- "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]",
- "runtime.aot.System.Text.Encoding": "(,4.3.32767]",
- "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]",
- "runtime.aot.System.Threading.Tasks": "(,4.3.32767]",
- "runtime.aot.System.Threading.Timer": "(,4.3.32767]",
- "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]",
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]",
- "runtime.unix.System.Console": "(,4.3.32767]",
- "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]",
- "runtime.unix.System.IO.FileSystem": "(,4.3.32767]",
- "runtime.unix.System.Net.Primitives": "(,4.3.32767]",
- "runtime.unix.System.Net.Sockets": "(,4.3.32767]",
- "runtime.unix.System.Private.Uri": "(,4.3.32767]",
- "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]",
- "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]",
- "runtime.win.System.Console": "(,4.3.32767]",
- "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]",
- "runtime.win.System.IO.FileSystem": "(,4.3.32767]",
- "runtime.win.System.Net.Primitives": "(,4.3.32767]",
- "runtime.win.System.Net.Sockets": "(,4.3.32767]",
- "runtime.win.System.Runtime.Extensions": "(,4.3.32767]",
- "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
- "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
- "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
- "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.win7.System.Private.Uri": "(,4.3.32767]",
- "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "System.AppContext": "(,4.3.32767]",
- "System.Buffers": "(,5.0.32767]",
- "System.Collections": "(,4.3.32767]",
- "System.Collections.Concurrent": "(,4.3.32767]",
- "System.Collections.Immutable": "(,10.0.32767]",
- "System.Collections.NonGeneric": "(,4.3.32767]",
- "System.Collections.Specialized": "(,4.3.32767]",
- "System.ComponentModel": "(,4.3.32767]",
- "System.ComponentModel.Annotations": "(,4.3.32767]",
- "System.ComponentModel.EventBasedAsync": "(,4.3.32767]",
- "System.ComponentModel.Primitives": "(,4.3.32767]",
- "System.ComponentModel.TypeConverter": "(,4.3.32767]",
- "System.Console": "(,4.3.32767]",
- "System.Data.Common": "(,4.3.32767]",
- "System.Data.DataSetExtensions": "(,4.4.32767]",
- "System.Diagnostics.Contracts": "(,4.3.32767]",
- "System.Diagnostics.Debug": "(,4.3.32767]",
- "System.Diagnostics.DiagnosticSource": "(,10.0.32767]",
- "System.Diagnostics.EventLog": "(,10.0.32767]",
- "System.Diagnostics.FileVersionInfo": "(,4.3.32767]",
- "System.Diagnostics.Process": "(,4.3.32767]",
- "System.Diagnostics.StackTrace": "(,4.3.32767]",
- "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]",
- "System.Diagnostics.Tools": "(,4.3.32767]",
- "System.Diagnostics.TraceSource": "(,4.3.32767]",
- "System.Diagnostics.Tracing": "(,4.3.32767]",
- "System.Drawing.Primitives": "(,4.3.32767]",
- "System.Dynamic.Runtime": "(,4.3.32767]",
- "System.Formats.Asn1": "(,10.0.32767]",
- "System.Formats.Cbor": "(,10.0.32767]",
- "System.Formats.Tar": "(,10.0.32767]",
- "System.Globalization": "(,4.3.32767]",
- "System.Globalization.Calendars": "(,4.3.32767]",
- "System.Globalization.Extensions": "(,4.3.32767]",
- "System.IO": "(,4.3.32767]",
- "System.IO.Compression": "(,4.3.32767]",
- "System.IO.Compression.ZipFile": "(,4.3.32767]",
- "System.IO.FileSystem": "(,4.3.32767]",
- "System.IO.FileSystem.AccessControl": "(,4.4.32767]",
- "System.IO.FileSystem.DriveInfo": "(,4.3.32767]",
- "System.IO.FileSystem.Primitives": "(,4.3.32767]",
- "System.IO.FileSystem.Watcher": "(,4.3.32767]",
- "System.IO.IsolatedStorage": "(,4.3.32767]",
- "System.IO.MemoryMappedFiles": "(,4.3.32767]",
- "System.IO.Pipelines": "(,10.0.32767]",
- "System.IO.Pipes": "(,4.3.32767]",
- "System.IO.Pipes.AccessControl": "(,5.0.32767]",
- "System.IO.UnmanagedMemoryStream": "(,4.3.32767]",
- "System.Linq": "(,4.3.32767]",
- "System.Linq.AsyncEnumerable": "(,10.0.32767]",
- "System.Linq.Expressions": "(,4.3.32767]",
- "System.Linq.Parallel": "(,4.3.32767]",
- "System.Linq.Queryable": "(,4.3.32767]",
- "System.Memory": "(,5.0.32767]",
- "System.Net.Http": "(,4.3.32767]",
- "System.Net.Http.Json": "(,10.0.32767]",
- "System.Net.NameResolution": "(,4.3.32767]",
- "System.Net.NetworkInformation": "(,4.3.32767]",
- "System.Net.Ping": "(,4.3.32767]",
- "System.Net.Primitives": "(,4.3.32767]",
- "System.Net.Requests": "(,4.3.32767]",
- "System.Net.Security": "(,4.3.32767]",
- "System.Net.ServerSentEvents": "(,10.0.32767]",
- "System.Net.Sockets": "(,4.3.32767]",
- "System.Net.WebHeaderCollection": "(,4.3.32767]",
- "System.Net.WebSockets": "(,4.3.32767]",
- "System.Net.WebSockets.Client": "(,4.3.32767]",
- "System.Numerics.Vectors": "(,5.0.32767]",
- "System.ObjectModel": "(,4.3.32767]",
- "System.Private.DataContractSerialization": "(,4.3.32767]",
- "System.Private.Uri": "(,4.3.32767]",
- "System.Reflection": "(,4.3.32767]",
- "System.Reflection.DispatchProxy": "(,6.0.32767]",
- "System.Reflection.Emit": "(,4.7.32767]",
- "System.Reflection.Emit.ILGeneration": "(,4.7.32767]",
- "System.Reflection.Emit.Lightweight": "(,4.7.32767]",
- "System.Reflection.Extensions": "(,4.3.32767]",
- "System.Reflection.Metadata": "(,10.0.32767]",
- "System.Reflection.Primitives": "(,4.3.32767]",
- "System.Reflection.TypeExtensions": "(,4.3.32767]",
- "System.Resources.Reader": "(,4.3.32767]",
- "System.Resources.ResourceManager": "(,4.3.32767]",
- "System.Resources.Writer": "(,4.3.32767]",
- "System.Runtime": "(,4.3.32767]",
- "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]",
- "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]",
- "System.Runtime.Extensions": "(,4.3.32767]",
- "System.Runtime.Handles": "(,4.3.32767]",
- "System.Runtime.InteropServices": "(,4.3.32767]",
- "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]",
- "System.Runtime.Loader": "(,4.3.32767]",
- "System.Runtime.Numerics": "(,4.3.32767]",
- "System.Runtime.Serialization.Formatters": "(,4.3.32767]",
- "System.Runtime.Serialization.Json": "(,4.3.32767]",
- "System.Runtime.Serialization.Primitives": "(,4.3.32767]",
- "System.Runtime.Serialization.Xml": "(,4.3.32767]",
- "System.Security.AccessControl": "(,6.0.32767]",
- "System.Security.Claims": "(,4.3.32767]",
- "System.Security.Cryptography.Algorithms": "(,4.3.32767]",
- "System.Security.Cryptography.Cng": "(,5.0.32767]",
- "System.Security.Cryptography.Csp": "(,4.3.32767]",
- "System.Security.Cryptography.Encoding": "(,4.3.32767]",
- "System.Security.Cryptography.OpenSsl": "(,5.0.32767]",
- "System.Security.Cryptography.Primitives": "(,4.3.32767]",
- "System.Security.Cryptography.X509Certificates": "(,4.3.32767]",
- "System.Security.Cryptography.Xml": "(,10.0.32767]",
- "System.Security.Principal": "(,4.3.32767]",
- "System.Security.Principal.Windows": "(,5.0.32767]",
- "System.Security.SecureString": "(,4.3.32767]",
- "System.Text.Encoding": "(,4.3.32767]",
- "System.Text.Encoding.CodePages": "(,10.0.32767]",
- "System.Text.Encoding.Extensions": "(,4.3.32767]",
- "System.Text.Encodings.Web": "(,10.0.32767]",
- "System.Text.Json": "(,10.0.32767]",
- "System.Text.RegularExpressions": "(,4.3.32767]",
- "System.Threading": "(,4.3.32767]",
- "System.Threading.AccessControl": "(,10.0.32767]",
- "System.Threading.Channels": "(,10.0.32767]",
- "System.Threading.Overlapped": "(,4.3.32767]",
- "System.Threading.RateLimiting": "(,10.0.32767]",
- "System.Threading.Tasks": "(,4.3.32767]",
- "System.Threading.Tasks.Dataflow": "(,10.0.32767]",
- "System.Threading.Tasks.Extensions": "(,5.0.32767]",
- "System.Threading.Tasks.Parallel": "(,4.3.32767]",
- "System.Threading.Thread": "(,4.3.32767]",
- "System.Threading.ThreadPool": "(,4.3.32767]",
- "System.Threading.Timer": "(,4.3.32767]",
- "System.ValueTuple": "(,4.5.32767]",
- "System.Xml.ReaderWriter": "(,4.3.32767]",
- "System.Xml.XDocument": "(,4.3.32767]",
- "System.Xml.XmlDocument": "(,4.3.32767]",
- "System.Xml.XmlSerializer": "(,4.3.32767]",
- "System.Xml.XPath": "(,4.3.32767]",
- "System.Xml.XPath.XDocument": "(,5.0.32767]"
- }
- }
- },
- "runtimes": {
- "win-x64": {
- "#import": []
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/MailPrint/obj/MailPrint.csproj.nuget.g.props b/MailPrint/obj/MailPrint.csproj.nuget.g.props
deleted file mode 100644
index ca65427..0000000
--- a/MailPrint/obj/MailPrint.csproj.nuget.g.props
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
- True
- NuGet
- $(MSBuildThisFileDirectory)project.assets.json
- $(UserProfile)\.nuget\packages\
- C:\Users\janwu\.nuget\packages\
- PackageReference
- 7.0.0
-
-
-
-
-
-
-
-
-
- C:\Users\janwu\.nuget\packages\microsoft.extensions.apidescription.server\6.0.5
-
-
\ No newline at end of file
diff --git a/MailPrint/obj/MailPrint.csproj.nuget.g.targets b/MailPrint/obj/MailPrint.csproj.nuget.g.targets
deleted file mode 100644
index eea8d76..0000000
--- a/MailPrint/obj/MailPrint.csproj.nuget.g.targets
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MailPrint/obj/Release/net10.0-windows/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs b/MailPrint/obj/Release/net10.0-windows/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs
deleted file mode 100644
index 925b135..0000000
--- a/MailPrint/obj/Release/net10.0-windows/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v10.0", FrameworkDisplayName = ".NET 10.0")]
diff --git a/MailPrint/obj/Release/net10.0-windows/MailPrint.AssemblyInfo.cs b/MailPrint/obj/Release/net10.0-windows/MailPrint.AssemblyInfo.cs
deleted file mode 100644
index 1fc3c47..0000000
--- a/MailPrint/obj/Release/net10.0-windows/MailPrint.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("mailprint-service")]
-[assembly: System.Reflection.AssemblyCompanyAttribute("MailPrint")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("MailPrint")]
-[assembly: System.Reflection.AssemblyTitleAttribute("MailPrint")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Von der MSBuild WriteCodeFragment-Klasse generiert.
-
diff --git a/MailPrint/obj/Release/net10.0-windows/MailPrint.AssemblyInfoInputs.cache b/MailPrint/obj/Release/net10.0-windows/MailPrint.AssemblyInfoInputs.cache
deleted file mode 100644
index 7c76eb6..0000000
--- a/MailPrint/obj/Release/net10.0-windows/MailPrint.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-2ce03444e1fc06d979c230bb1ee9f537fb04376d68ebcd31150265fe39c9325a
diff --git a/MailPrint/obj/Release/net10.0-windows/MailPrint.GeneratedMSBuildEditorConfig.editorconfig b/MailPrint/obj/Release/net10.0-windows/MailPrint.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 1f56ef8..0000000
--- a/MailPrint/obj/Release/net10.0-windows/MailPrint.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,24 +0,0 @@
-is_global = true
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-build_property.TargetPlatformMinVersion = 7.0
-build_property.UsingMicrosoftNETSdkWeb = true
-build_property.ProjectTypeGuids =
-build_property.InvariantGlobalization =
-build_property.PlatformNeutralAssembly =
-build_property.EnforceExtendedAnalyzerRules =
-build_property._SupportedPlatformList = Linux,macOS,Windows
-build_property.RootNamespace = MailPrint
-build_property.RootNamespace = MailPrint
-build_property.ProjectDir = C:\Dev\MailPrint\MailPrint\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.RazorLangVersion = 9.0
-build_property.SupportLocalizedComponentNames =
-build_property.GenerateRazorMetadataSourceChecksumAttributes =
-build_property.MSBuildProjectDirectory = C:\Dev\MailPrint\MailPrint
-build_property._RazorSourceGeneratorDebug =
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/MailPrint/obj/Release/net10.0-windows/MailPrint.GlobalUsings.g.cs b/MailPrint/obj/Release/net10.0-windows/MailPrint.GlobalUsings.g.cs
deleted file mode 100644
index 5e6145d..0000000
--- a/MailPrint/obj/Release/net10.0-windows/MailPrint.GlobalUsings.g.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-//
-global using Microsoft.AspNetCore.Builder;
-global using Microsoft.AspNetCore.Hosting;
-global using Microsoft.AspNetCore.Http;
-global using Microsoft.AspNetCore.Routing;
-global using Microsoft.Extensions.Configuration;
-global using Microsoft.Extensions.DependencyInjection;
-global using Microsoft.Extensions.Hosting;
-global using Microsoft.Extensions.Logging;
-global using System;
-global using System.Collections.Generic;
-global using System.IO;
-global using System.Linq;
-global using System.Net.Http;
-global using System.Net.Http.Json;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/MailPrint/obj/Release/net10.0-windows/MailPrint.MvcApplicationPartsAssemblyInfo.cache b/MailPrint/obj/Release/net10.0-windows/MailPrint.MvcApplicationPartsAssemblyInfo.cache
deleted file mode 100644
index e69de29..0000000
diff --git a/MailPrint/obj/Release/net10.0-windows/MailPrint.MvcApplicationPartsAssemblyInfo.cs b/MailPrint/obj/Release/net10.0-windows/MailPrint.MvcApplicationPartsAssemblyInfo.cs
deleted file mode 100644
index c3c8c13..0000000
--- a/MailPrint/obj/Release/net10.0-windows/MailPrint.MvcApplicationPartsAssemblyInfo.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")]
-
-// Von der MSBuild WriteCodeFragment-Klasse generiert.
-
diff --git a/MailPrint/obj/Release/net10.0-windows/MailPrint.assets.cache b/MailPrint/obj/Release/net10.0-windows/MailPrint.assets.cache
deleted file mode 100644
index a6e0d8d..0000000
Binary files a/MailPrint/obj/Release/net10.0-windows/MailPrint.assets.cache and /dev/null differ
diff --git a/MailPrint/obj/Release/net10.0-windows/MailPrint.csproj.AssemblyReference.cache b/MailPrint/obj/Release/net10.0-windows/MailPrint.csproj.AssemblyReference.cache
deleted file mode 100644
index ded09c7..0000000
Binary files a/MailPrint/obj/Release/net10.0-windows/MailPrint.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/MailPrint/obj/Release/net10.0-windows/MailPrint.csproj.CoreCompileInputs.cache b/MailPrint/obj/Release/net10.0-windows/MailPrint.csproj.CoreCompileInputs.cache
deleted file mode 100644
index 286f4c2..0000000
--- a/MailPrint/obj/Release/net10.0-windows/MailPrint.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ce10d75514ef6f6de611801931aac2b0aba50e374397d1c0b813f29ded283e41
diff --git a/MailPrint/obj/Release/net10.0-windows/MailPrint.csproj.FileListAbsolute.txt b/MailPrint/obj/Release/net10.0-windows/MailPrint.csproj.FileListAbsolute.txt
deleted file mode 100644
index c41f439..0000000
--- a/MailPrint/obj/Release/net10.0-windows/MailPrint.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,55 +0,0 @@
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\appsettings.json
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\MailPrint.staticwebassets.endpoints.json
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\MailPrint.exe
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\MailPrint.deps.json
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\MailPrint.runtimeconfig.json
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\MailPrint.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\MailPrint.pdb
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\BouncyCastle.Cryptography.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\MailKit.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\Microsoft.Extensions.DependencyModel.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\Microsoft.Extensions.Hosting.WindowsServices.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\Microsoft.OpenApi.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\Microsoft.Win32.SystemEvents.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\MimeKit.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\Serilog.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\Serilog.AspNetCore.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\Serilog.Extensions.Hosting.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\Serilog.Extensions.Logging.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\Serilog.Formatting.Compact.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\Serilog.Settings.Configuration.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\Serilog.Sinks.Console.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\Serilog.Sinks.Debug.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\Serilog.Sinks.EventLog.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\Serilog.Sinks.File.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\Swashbuckle.AspNetCore.Swagger.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\Swashbuckle.AspNetCore.SwaggerGen.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\Swashbuckle.AspNetCore.SwaggerUI.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\System.Drawing.Common.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\System.Private.Windows.Core.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\System.ServiceProcess.ServiceController.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\runtimes\win\lib\net9.0\Microsoft.Win32.SystemEvents.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\runtimes\win\lib\net10.0\System.ServiceProcess.ServiceController.dll
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\MailPrint.csproj.AssemblyReference.cache
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\rpswa.dswa.cache.json
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\MailPrint.GeneratedMSBuildEditorConfig.editorconfig
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\MailPrint.AssemblyInfoInputs.cache
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\MailPrint.AssemblyInfo.cs
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\MailPrint.csproj.CoreCompileInputs.cache
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\MailPrint.MvcApplicationPartsAssemblyInfo.cs
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\MailPrint.MvcApplicationPartsAssemblyInfo.cache
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\rjimswa.dswa.cache.json
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\rjsmrazor.dswa.cache.json
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\rjsmcshtml.dswa.cache.json
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\scopedcss\bundle\MailPrint.styles.css
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\staticwebassets.build.json
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\staticwebassets.build.json.cache
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\staticwebassets.development.json
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\staticwebassets.build.endpoints.json
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\swae.build.ex.cache
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\MailPrint.csproj.Up2Date
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\MailPrint.dll
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\refint\MailPrint.dll
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\MailPrint.pdb
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\MailPrint.genruntimeconfig.cache
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\ref\MailPrint.dll
diff --git a/MailPrint/obj/Release/net10.0-windows/MailPrint.csproj.Up2Date b/MailPrint/obj/Release/net10.0-windows/MailPrint.csproj.Up2Date
deleted file mode 100644
index e69de29..0000000
diff --git a/MailPrint/obj/Release/net10.0-windows/MailPrint.dll b/MailPrint/obj/Release/net10.0-windows/MailPrint.dll
deleted file mode 100644
index 04266e9..0000000
Binary files a/MailPrint/obj/Release/net10.0-windows/MailPrint.dll and /dev/null differ
diff --git a/MailPrint/obj/Release/net10.0-windows/MailPrint.genruntimeconfig.cache b/MailPrint/obj/Release/net10.0-windows/MailPrint.genruntimeconfig.cache
deleted file mode 100644
index 8450b47..0000000
--- a/MailPrint/obj/Release/net10.0-windows/MailPrint.genruntimeconfig.cache
+++ /dev/null
@@ -1 +0,0 @@
-f5254f2472d43323b3a3394f85f573c024f1c03d651fb4a31b46cf2fc82df3cf
diff --git a/MailPrint/obj/Release/net10.0-windows/MailPrint.pdb b/MailPrint/obj/Release/net10.0-windows/MailPrint.pdb
deleted file mode 100644
index f0fd0ff..0000000
Binary files a/MailPrint/obj/Release/net10.0-windows/MailPrint.pdb and /dev/null differ
diff --git a/MailPrint/obj/Release/net10.0-windows/apphost.exe b/MailPrint/obj/Release/net10.0-windows/apphost.exe
deleted file mode 100644
index b066c18..0000000
Binary files a/MailPrint/obj/Release/net10.0-windows/apphost.exe and /dev/null differ
diff --git a/MailPrint/obj/Release/net10.0-windows/ref/MailPrint.dll b/MailPrint/obj/Release/net10.0-windows/ref/MailPrint.dll
deleted file mode 100644
index 40b0d2d..0000000
Binary files a/MailPrint/obj/Release/net10.0-windows/ref/MailPrint.dll and /dev/null differ
diff --git a/MailPrint/obj/Release/net10.0-windows/refint/MailPrint.dll b/MailPrint/obj/Release/net10.0-windows/refint/MailPrint.dll
deleted file mode 100644
index 40b0d2d..0000000
Binary files a/MailPrint/obj/Release/net10.0-windows/refint/MailPrint.dll and /dev/null differ
diff --git a/MailPrint/obj/Release/net10.0-windows/rjsmcshtml.dswa.cache.json b/MailPrint/obj/Release/net10.0-windows/rjsmcshtml.dswa.cache.json
deleted file mode 100644
index ed11bd1..0000000
--- a/MailPrint/obj/Release/net10.0-windows/rjsmcshtml.dswa.cache.json
+++ /dev/null
@@ -1 +0,0 @@
-{"GlobalPropertiesHash":"p4LaS7fAfqC0O05TnB4EW4+jwY7nO9ixUxHSZ3FhUpc=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["6a0nsDjKf/nulx09U\u002BuBQ0ABjX8ou45k6Ip/HDwu3OY=","NYrLVb9xbmFTd0dEQ5IVrtosFL2T/7sfY/DuM4e0bi8=","HqgmZ/mSLPedEf0ujukoWatxOwD2ZovGEtKFLtxbo3c="],"CachedAssets":{},"CachedCopyCandidates":{}}
\ No newline at end of file
diff --git a/MailPrint/obj/Release/net10.0-windows/rjsmrazor.dswa.cache.json b/MailPrint/obj/Release/net10.0-windows/rjsmrazor.dswa.cache.json
deleted file mode 100644
index 9ae5f6b..0000000
--- a/MailPrint/obj/Release/net10.0-windows/rjsmrazor.dswa.cache.json
+++ /dev/null
@@ -1 +0,0 @@
-{"GlobalPropertiesHash":"zzG0kxbCOPfamyTH4hoKh3HBugr8hl/DjYPZCf/0E14=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["6a0nsDjKf/nulx09U\u002BuBQ0ABjX8ou45k6Ip/HDwu3OY=","NYrLVb9xbmFTd0dEQ5IVrtosFL2T/7sfY/DuM4e0bi8=","HqgmZ/mSLPedEf0ujukoWatxOwD2ZovGEtKFLtxbo3c="],"CachedAssets":{},"CachedCopyCandidates":{}}
\ No newline at end of file
diff --git a/MailPrint/obj/Release/net10.0-windows/rpswa.dswa.cache.json b/MailPrint/obj/Release/net10.0-windows/rpswa.dswa.cache.json
deleted file mode 100644
index 540c4ee..0000000
--- a/MailPrint/obj/Release/net10.0-windows/rpswa.dswa.cache.json
+++ /dev/null
@@ -1 +0,0 @@
-{"GlobalPropertiesHash":"FIBNUkUp/w9DDA2vuhr29TllOoGX7fxQS3rQu1jdaIE=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["6a0nsDjKf/nulx09U\u002BuBQ0ABjX8ou45k6Ip/HDwu3OY="],"CachedAssets":{},"CachedCopyCandidates":{}}
\ No newline at end of file
diff --git a/MailPrint/obj/Release/net10.0-windows/staticwebassets.build.endpoints.json b/MailPrint/obj/Release/net10.0-windows/staticwebassets.build.endpoints.json
deleted file mode 100644
index 5576e88..0000000
--- a/MailPrint/obj/Release/net10.0-windows/staticwebassets.build.endpoints.json
+++ /dev/null
@@ -1 +0,0 @@
-{"Version":1,"ManifestType":"Build","Endpoints":[]}
\ No newline at end of file
diff --git a/MailPrint/obj/Release/net10.0-windows/staticwebassets.build.json b/MailPrint/obj/Release/net10.0-windows/staticwebassets.build.json
deleted file mode 100644
index 7796c13..0000000
--- a/MailPrint/obj/Release/net10.0-windows/staticwebassets.build.json
+++ /dev/null
@@ -1 +0,0 @@
-{"Version":1,"Hash":"Ril34qtEnxswwHUiym/GeotJ+2nnEaEAm+VHQhrBqJY=","Source":"MailPrint","BasePath":"/","Mode":"Root","ManifestType":"Build","ReferencedProjectsConfiguration":[],"DiscoveryPatterns":[],"Assets":[],"Endpoints":[]}
\ No newline at end of file
diff --git a/MailPrint/obj/Release/net10.0-windows/staticwebassets.build.json.cache b/MailPrint/obj/Release/net10.0-windows/staticwebassets.build.json.cache
deleted file mode 100644
index 23013e6..0000000
--- a/MailPrint/obj/Release/net10.0-windows/staticwebassets.build.json.cache
+++ /dev/null
@@ -1 +0,0 @@
-Ril34qtEnxswwHUiym/GeotJ+2nnEaEAm+VHQhrBqJY=
\ No newline at end of file
diff --git a/MailPrint/obj/Release/net10.0-windows/swae.build.ex.cache b/MailPrint/obj/Release/net10.0-windows/swae.build.ex.cache
deleted file mode 100644
index e69de29..0000000
diff --git a/MailPrint/obj/Release/net10.0-windows/win-x64/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs b/MailPrint/obj/Release/net10.0-windows/win-x64/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs
deleted file mode 100644
index 925b135..0000000
--- a/MailPrint/obj/Release/net10.0-windows/win-x64/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v10.0", FrameworkDisplayName = ".NET 10.0")]
diff --git a/MailPrint/obj/Release/net10.0-windows/win-x64/MailPrint.AssemblyInfo.cs b/MailPrint/obj/Release/net10.0-windows/win-x64/MailPrint.AssemblyInfo.cs
deleted file mode 100644
index 1fc3c47..0000000
--- a/MailPrint/obj/Release/net10.0-windows/win-x64/MailPrint.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("mailprint-service")]
-[assembly: System.Reflection.AssemblyCompanyAttribute("MailPrint")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("MailPrint")]
-[assembly: System.Reflection.AssemblyTitleAttribute("MailPrint")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Von der MSBuild WriteCodeFragment-Klasse generiert.
-
diff --git a/MailPrint/obj/Release/net10.0-windows/win-x64/MailPrint.AssemblyInfoInputs.cache b/MailPrint/obj/Release/net10.0-windows/win-x64/MailPrint.AssemblyInfoInputs.cache
deleted file mode 100644
index 7c76eb6..0000000
--- a/MailPrint/obj/Release/net10.0-windows/win-x64/MailPrint.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-2ce03444e1fc06d979c230bb1ee9f537fb04376d68ebcd31150265fe39c9325a
diff --git a/MailPrint/obj/Release/net10.0-windows/win-x64/MailPrint.GeneratedMSBuildEditorConfig.editorconfig b/MailPrint/obj/Release/net10.0-windows/win-x64/MailPrint.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 1f56ef8..0000000
--- a/MailPrint/obj/Release/net10.0-windows/win-x64/MailPrint.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,24 +0,0 @@
-is_global = true
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-build_property.TargetPlatformMinVersion = 7.0
-build_property.UsingMicrosoftNETSdkWeb = true
-build_property.ProjectTypeGuids =
-build_property.InvariantGlobalization =
-build_property.PlatformNeutralAssembly =
-build_property.EnforceExtendedAnalyzerRules =
-build_property._SupportedPlatformList = Linux,macOS,Windows
-build_property.RootNamespace = MailPrint
-build_property.RootNamespace = MailPrint
-build_property.ProjectDir = C:\Dev\MailPrint\MailPrint\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.RazorLangVersion = 9.0
-build_property.SupportLocalizedComponentNames =
-build_property.GenerateRazorMetadataSourceChecksumAttributes =
-build_property.MSBuildProjectDirectory = C:\Dev\MailPrint\MailPrint
-build_property._RazorSourceGeneratorDebug =
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/MailPrint/obj/Release/net10.0-windows/win-x64/MailPrint.GlobalUsings.g.cs b/MailPrint/obj/Release/net10.0-windows/win-x64/MailPrint.GlobalUsings.g.cs
deleted file mode 100644
index 5e6145d..0000000
--- a/MailPrint/obj/Release/net10.0-windows/win-x64/MailPrint.GlobalUsings.g.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-//
-global using Microsoft.AspNetCore.Builder;
-global using Microsoft.AspNetCore.Hosting;
-global using Microsoft.AspNetCore.Http;
-global using Microsoft.AspNetCore.Routing;
-global using Microsoft.Extensions.Configuration;
-global using Microsoft.Extensions.DependencyInjection;
-global using Microsoft.Extensions.Hosting;
-global using Microsoft.Extensions.Logging;
-global using System;
-global using System.Collections.Generic;
-global using System.IO;
-global using System.Linq;
-global using System.Net.Http;
-global using System.Net.Http.Json;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/MailPrint/obj/Release/net10.0-windows/win-x64/MailPrint.MvcApplicationPartsAssemblyInfo.cache b/MailPrint/obj/Release/net10.0-windows/win-x64/MailPrint.MvcApplicationPartsAssemblyInfo.cache
deleted file mode 100644
index e69de29..0000000
diff --git a/MailPrint/obj/Release/net10.0-windows/win-x64/MailPrint.MvcApplicationPartsAssemblyInfo.cs b/MailPrint/obj/Release/net10.0-windows/win-x64/MailPrint.MvcApplicationPartsAssemblyInfo.cs
deleted file mode 100644
index c3c8c13..0000000
--- a/MailPrint/obj/Release/net10.0-windows/win-x64/MailPrint.MvcApplicationPartsAssemblyInfo.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")]
-
-// Von der MSBuild WriteCodeFragment-Klasse generiert.
-
diff --git a/MailPrint/obj/Release/net10.0-windows/win-x64/MailPrint.assets.cache b/MailPrint/obj/Release/net10.0-windows/win-x64/MailPrint.assets.cache
deleted file mode 100644
index 0d1a52f..0000000
Binary files a/MailPrint/obj/Release/net10.0-windows/win-x64/MailPrint.assets.cache and /dev/null differ
diff --git a/MailPrint/obj/Release/net10.0-windows/win-x64/MailPrint.csproj.AssemblyReference.cache b/MailPrint/obj/Release/net10.0-windows/win-x64/MailPrint.csproj.AssemblyReference.cache
deleted file mode 100644
index ded09c7..0000000
Binary files a/MailPrint/obj/Release/net10.0-windows/win-x64/MailPrint.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/MailPrint/obj/Release/net10.0-windows/win-x64/MailPrint.csproj.CoreCompileInputs.cache b/MailPrint/obj/Release/net10.0-windows/win-x64/MailPrint.csproj.CoreCompileInputs.cache
deleted file mode 100644
index 4cd5044..0000000
--- a/MailPrint/obj/Release/net10.0-windows/win-x64/MailPrint.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-73e1d01afb5e96fc14cb46f042914c2f15dab184f38102bc7744f4be53aefe7d
diff --git a/MailPrint/obj/Release/net10.0-windows/win-x64/MailPrint.csproj.FileListAbsolute.txt b/MailPrint/obj/Release/net10.0-windows/win-x64/MailPrint.csproj.FileListAbsolute.txt
deleted file mode 100644
index 8296898..0000000
--- a/MailPrint/obj/Release/net10.0-windows/win-x64/MailPrint.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,53 +0,0 @@
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\win-x64\appsettings.json
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\win-x64\MailPrint.staticwebassets.endpoints.json
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\win-x64\MailPrint.exe
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\win-x64\MailPrint.deps.json
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\win-x64\MailPrint.runtimeconfig.json
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\win-x64\MailPrint.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\win-x64\MailPrint.pdb
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\win-x64\BouncyCastle.Cryptography.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\win-x64\MailKit.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\win-x64\Microsoft.Extensions.DependencyModel.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\win-x64\Microsoft.Extensions.Hosting.WindowsServices.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\win-x64\Microsoft.OpenApi.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\win-x64\Microsoft.Win32.SystemEvents.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\win-x64\MimeKit.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\win-x64\Serilog.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\win-x64\Serilog.AspNetCore.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\win-x64\Serilog.Extensions.Hosting.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\win-x64\Serilog.Extensions.Logging.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\win-x64\Serilog.Formatting.Compact.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\win-x64\Serilog.Settings.Configuration.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\win-x64\Serilog.Sinks.Console.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\win-x64\Serilog.Sinks.Debug.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\win-x64\Serilog.Sinks.EventLog.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\win-x64\Serilog.Sinks.File.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\win-x64\Swashbuckle.AspNetCore.Swagger.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\win-x64\Swashbuckle.AspNetCore.SwaggerGen.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\win-x64\Swashbuckle.AspNetCore.SwaggerUI.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\win-x64\System.Drawing.Common.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\win-x64\System.Private.Windows.Core.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net10.0-windows\win-x64\System.ServiceProcess.ServiceController.dll
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\win-x64\MailPrint.csproj.AssemblyReference.cache
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\win-x64\rpswa.dswa.cache.json
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\win-x64\MailPrint.GeneratedMSBuildEditorConfig.editorconfig
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\win-x64\MailPrint.AssemblyInfoInputs.cache
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\win-x64\MailPrint.AssemblyInfo.cs
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\win-x64\MailPrint.csproj.CoreCompileInputs.cache
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\win-x64\MailPrint.MvcApplicationPartsAssemblyInfo.cs
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\win-x64\MailPrint.MvcApplicationPartsAssemblyInfo.cache
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\win-x64\rjimswa.dswa.cache.json
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\win-x64\rjsmrazor.dswa.cache.json
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\win-x64\rjsmcshtml.dswa.cache.json
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\win-x64\scopedcss\bundle\MailPrint.styles.css
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\win-x64\staticwebassets.build.json
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\win-x64\staticwebassets.build.json.cache
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\win-x64\staticwebassets.development.json
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\win-x64\staticwebassets.build.endpoints.json
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\win-x64\swae.build.ex.cache
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\win-x64\MailPrint.csproj.Up2Date
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\win-x64\MailPrint.dll
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\win-x64\refint\MailPrint.dll
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\win-x64\MailPrint.pdb
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\win-x64\MailPrint.genruntimeconfig.cache
-C:\Dev\MailPrint\MailPrint\obj\Release\net10.0-windows\win-x64\ref\MailPrint.dll
diff --git a/MailPrint/obj/Release/net10.0-windows/win-x64/MailPrint.csproj.Up2Date b/MailPrint/obj/Release/net10.0-windows/win-x64/MailPrint.csproj.Up2Date
deleted file mode 100644
index e69de29..0000000
diff --git a/MailPrint/obj/Release/net10.0-windows/win-x64/MailPrint.dll b/MailPrint/obj/Release/net10.0-windows/win-x64/MailPrint.dll
deleted file mode 100644
index 67dc450..0000000
Binary files a/MailPrint/obj/Release/net10.0-windows/win-x64/MailPrint.dll and /dev/null differ
diff --git a/MailPrint/obj/Release/net10.0-windows/win-x64/MailPrint.genruntimeconfig.cache b/MailPrint/obj/Release/net10.0-windows/win-x64/MailPrint.genruntimeconfig.cache
deleted file mode 100644
index e427479..0000000
--- a/MailPrint/obj/Release/net10.0-windows/win-x64/MailPrint.genruntimeconfig.cache
+++ /dev/null
@@ -1 +0,0 @@
-dc7939732e72b67069d96b60922a7d704643f1155eb87fc410c64e030604a235
diff --git a/MailPrint/obj/Release/net10.0-windows/win-x64/MailPrint.pdb b/MailPrint/obj/Release/net10.0-windows/win-x64/MailPrint.pdb
deleted file mode 100644
index ed99de5..0000000
Binary files a/MailPrint/obj/Release/net10.0-windows/win-x64/MailPrint.pdb and /dev/null differ
diff --git a/MailPrint/obj/Release/net10.0-windows/win-x64/PublishOutputs.ea42d2f27e.txt b/MailPrint/obj/Release/net10.0-windows/win-x64/PublishOutputs.ea42d2f27e.txt
deleted file mode 100644
index 9d811cf..0000000
--- a/MailPrint/obj/Release/net10.0-windows/win-x64/PublishOutputs.ea42d2f27e.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-C:\Dev\MailPrint\publish\MailPrint.exe
-C:\Dev\MailPrint\publish\appsettings.json
-C:\Dev\MailPrint\publish\MailPrint.dll
-C:\Dev\MailPrint\publish\MailPrint.deps.json
-C:\Dev\MailPrint\publish\MailPrint.runtimeconfig.json
-C:\Dev\MailPrint\publish\MailPrint.pdb
-C:\Dev\MailPrint\publish\BouncyCastle.Cryptography.dll
-C:\Dev\MailPrint\publish\MailKit.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.DependencyModel.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.Hosting.WindowsServices.dll
-C:\Dev\MailPrint\publish\Microsoft.OpenApi.dll
-C:\Dev\MailPrint\publish\Microsoft.Win32.SystemEvents.dll
-C:\Dev\MailPrint\publish\MimeKit.dll
-C:\Dev\MailPrint\publish\Serilog.dll
-C:\Dev\MailPrint\publish\Serilog.AspNetCore.dll
-C:\Dev\MailPrint\publish\Serilog.Extensions.Hosting.dll
-C:\Dev\MailPrint\publish\Serilog.Extensions.Logging.dll
-C:\Dev\MailPrint\publish\Serilog.Formatting.Compact.dll
-C:\Dev\MailPrint\publish\Serilog.Settings.Configuration.dll
-C:\Dev\MailPrint\publish\Serilog.Sinks.Console.dll
-C:\Dev\MailPrint\publish\Serilog.Sinks.Debug.dll
-C:\Dev\MailPrint\publish\Serilog.Sinks.EventLog.dll
-C:\Dev\MailPrint\publish\Serilog.Sinks.File.dll
-C:\Dev\MailPrint\publish\Swashbuckle.AspNetCore.Swagger.dll
-C:\Dev\MailPrint\publish\Swashbuckle.AspNetCore.SwaggerGen.dll
-C:\Dev\MailPrint\publish\Swashbuckle.AspNetCore.SwaggerUI.dll
-C:\Dev\MailPrint\publish\System.Drawing.Common.dll
-C:\Dev\MailPrint\publish\System.Private.Windows.Core.dll
-C:\Dev\MailPrint\publish\System.ServiceProcess.ServiceController.dll
diff --git a/MailPrint/obj/Release/net10.0-windows/win-x64/apphost.exe b/MailPrint/obj/Release/net10.0-windows/win-x64/apphost.exe
deleted file mode 100644
index b066c18..0000000
Binary files a/MailPrint/obj/Release/net10.0-windows/win-x64/apphost.exe and /dev/null differ
diff --git a/MailPrint/obj/Release/net10.0-windows/win-x64/ref/MailPrint.dll b/MailPrint/obj/Release/net10.0-windows/win-x64/ref/MailPrint.dll
deleted file mode 100644
index 570097f..0000000
Binary files a/MailPrint/obj/Release/net10.0-windows/win-x64/ref/MailPrint.dll and /dev/null differ
diff --git a/MailPrint/obj/Release/net10.0-windows/win-x64/refint/MailPrint.dll b/MailPrint/obj/Release/net10.0-windows/win-x64/refint/MailPrint.dll
deleted file mode 100644
index 570097f..0000000
Binary files a/MailPrint/obj/Release/net10.0-windows/win-x64/refint/MailPrint.dll and /dev/null differ
diff --git a/MailPrint/obj/Release/net10.0-windows/win-x64/rjsmcshtml.dswa.cache.json b/MailPrint/obj/Release/net10.0-windows/win-x64/rjsmcshtml.dswa.cache.json
deleted file mode 100644
index ede20a3..0000000
--- a/MailPrint/obj/Release/net10.0-windows/win-x64/rjsmcshtml.dswa.cache.json
+++ /dev/null
@@ -1 +0,0 @@
-{"GlobalPropertiesHash":"p4LaS7fAfqC0O05TnB4EW4+jwY7nO9ixUxHSZ3FhUpc=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["6a0nsDjKf/nulx09U\u002BuBQ0ABjX8ou45k6Ip/HDwu3OY=","NYrLVb9xbmFTd0dEQ5IVrtosFL2T/7sfY/DuM4e0bi8=","fwNjbYIP\u002BguO1WHDIfiSQ\u002BSw0BWA0ilpWIyoEUaLRow="],"CachedAssets":{},"CachedCopyCandidates":{}}
\ No newline at end of file
diff --git a/MailPrint/obj/Release/net10.0-windows/win-x64/rjsmrazor.dswa.cache.json b/MailPrint/obj/Release/net10.0-windows/win-x64/rjsmrazor.dswa.cache.json
deleted file mode 100644
index 65d5d2c..0000000
--- a/MailPrint/obj/Release/net10.0-windows/win-x64/rjsmrazor.dswa.cache.json
+++ /dev/null
@@ -1 +0,0 @@
-{"GlobalPropertiesHash":"zzG0kxbCOPfamyTH4hoKh3HBugr8hl/DjYPZCf/0E14=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["6a0nsDjKf/nulx09U\u002BuBQ0ABjX8ou45k6Ip/HDwu3OY=","NYrLVb9xbmFTd0dEQ5IVrtosFL2T/7sfY/DuM4e0bi8=","fwNjbYIP\u002BguO1WHDIfiSQ\u002BSw0BWA0ilpWIyoEUaLRow="],"CachedAssets":{},"CachedCopyCandidates":{}}
\ No newline at end of file
diff --git a/MailPrint/obj/Release/net10.0-windows/win-x64/rpswa.dswa.cache.json b/MailPrint/obj/Release/net10.0-windows/win-x64/rpswa.dswa.cache.json
deleted file mode 100644
index 540c4ee..0000000
--- a/MailPrint/obj/Release/net10.0-windows/win-x64/rpswa.dswa.cache.json
+++ /dev/null
@@ -1 +0,0 @@
-{"GlobalPropertiesHash":"FIBNUkUp/w9DDA2vuhr29TllOoGX7fxQS3rQu1jdaIE=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["6a0nsDjKf/nulx09U\u002BuBQ0ABjX8ou45k6Ip/HDwu3OY="],"CachedAssets":{},"CachedCopyCandidates":{}}
\ No newline at end of file
diff --git a/MailPrint/obj/Release/net10.0-windows/win-x64/staticwebassets.build.endpoints.json b/MailPrint/obj/Release/net10.0-windows/win-x64/staticwebassets.build.endpoints.json
deleted file mode 100644
index 5576e88..0000000
--- a/MailPrint/obj/Release/net10.0-windows/win-x64/staticwebassets.build.endpoints.json
+++ /dev/null
@@ -1 +0,0 @@
-{"Version":1,"ManifestType":"Build","Endpoints":[]}
\ No newline at end of file
diff --git a/MailPrint/obj/Release/net10.0-windows/win-x64/staticwebassets.build.json b/MailPrint/obj/Release/net10.0-windows/win-x64/staticwebassets.build.json
deleted file mode 100644
index 7796c13..0000000
--- a/MailPrint/obj/Release/net10.0-windows/win-x64/staticwebassets.build.json
+++ /dev/null
@@ -1 +0,0 @@
-{"Version":1,"Hash":"Ril34qtEnxswwHUiym/GeotJ+2nnEaEAm+VHQhrBqJY=","Source":"MailPrint","BasePath":"/","Mode":"Root","ManifestType":"Build","ReferencedProjectsConfiguration":[],"DiscoveryPatterns":[],"Assets":[],"Endpoints":[]}
\ No newline at end of file
diff --git a/MailPrint/obj/Release/net10.0-windows/win-x64/staticwebassets.build.json.cache b/MailPrint/obj/Release/net10.0-windows/win-x64/staticwebassets.build.json.cache
deleted file mode 100644
index 23013e6..0000000
--- a/MailPrint/obj/Release/net10.0-windows/win-x64/staticwebassets.build.json.cache
+++ /dev/null
@@ -1 +0,0 @@
-Ril34qtEnxswwHUiym/GeotJ+2nnEaEAm+VHQhrBqJY=
\ No newline at end of file
diff --git a/MailPrint/obj/Release/net10.0-windows/win-x64/staticwebassets.publish.endpoints.json b/MailPrint/obj/Release/net10.0-windows/win-x64/staticwebassets.publish.endpoints.json
deleted file mode 100644
index 21da96b..0000000
--- a/MailPrint/obj/Release/net10.0-windows/win-x64/staticwebassets.publish.endpoints.json
+++ /dev/null
@@ -1 +0,0 @@
-{"Version":1,"ManifestType":"Publish","Endpoints":[]}
\ No newline at end of file
diff --git a/MailPrint/obj/Release/net10.0-windows/win-x64/staticwebassets.publish.json b/MailPrint/obj/Release/net10.0-windows/win-x64/staticwebassets.publish.json
deleted file mode 100644
index 03b484a..0000000
--- a/MailPrint/obj/Release/net10.0-windows/win-x64/staticwebassets.publish.json
+++ /dev/null
@@ -1 +0,0 @@
-{"Version":1,"Hash":"R1rIqVsIl+HZIVxvromnvaqr42MBq4oRJCkkp8I3dIc=","Source":"MailPrint","BasePath":"/","Mode":"Root","ManifestType":"Publish","ReferencedProjectsConfiguration":[],"DiscoveryPatterns":[],"Assets":[],"Endpoints":[]}
\ No newline at end of file
diff --git a/MailPrint/obj/Release/net10.0-windows/win-x64/swae.build.ex.cache b/MailPrint/obj/Release/net10.0-windows/win-x64/swae.build.ex.cache
deleted file mode 100644
index e69de29..0000000
diff --git a/MailPrint/obj/Release/net10.0-windows/win-x64/swae.publish.ex.cache b/MailPrint/obj/Release/net10.0-windows/win-x64/swae.publish.ex.cache
deleted file mode 100644
index e69de29..0000000
diff --git a/MailPrint/obj/Release/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/MailPrint/obj/Release/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
deleted file mode 100644
index 36203c7..0000000
--- a/MailPrint/obj/Release/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")]
diff --git a/MailPrint/obj/Release/net6.0-windows/MailPrint.AssemblyInfo.cs b/MailPrint/obj/Release/net6.0-windows/MailPrint.AssemblyInfo.cs
deleted file mode 100644
index 1fc3c47..0000000
--- a/MailPrint/obj/Release/net6.0-windows/MailPrint.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("mailprint-service")]
-[assembly: System.Reflection.AssemblyCompanyAttribute("MailPrint")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("MailPrint")]
-[assembly: System.Reflection.AssemblyTitleAttribute("MailPrint")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Von der MSBuild WriteCodeFragment-Klasse generiert.
-
diff --git a/MailPrint/obj/Release/net6.0-windows/MailPrint.AssemblyInfoInputs.cache b/MailPrint/obj/Release/net6.0-windows/MailPrint.AssemblyInfoInputs.cache
deleted file mode 100644
index 1b058d2..0000000
--- a/MailPrint/obj/Release/net6.0-windows/MailPrint.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-d017fe805c68e647c08cc34befc428a3ef55e0aa
diff --git a/MailPrint/obj/Release/net6.0-windows/MailPrint.GeneratedMSBuildEditorConfig.editorconfig b/MailPrint/obj/Release/net6.0-windows/MailPrint.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index d1ab42a..0000000
--- a/MailPrint/obj/Release/net6.0-windows/MailPrint.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,16 +0,0 @@
-is_global = true
-build_property.TargetFramework = net6.0-windows
-build_property.TargetPlatformMinVersion = 7.0
-build_property.UsingMicrosoftNETSdkWeb = true
-build_property.ProjectTypeGuids =
-build_property.InvariantGlobalization =
-build_property.PlatformNeutralAssembly =
-build_property._SupportedPlatformList = Linux,macOS,Windows
-build_property.RootNamespace = MailPrint
-build_property.RootNamespace = MailPrint
-build_property.ProjectDir = C:\Dev\MailPrint\MailPrint\
-build_property.RazorLangVersion = 6.0
-build_property.SupportLocalizedComponentNames =
-build_property.GenerateRazorMetadataSourceChecksumAttributes =
-build_property.MSBuildProjectDirectory = C:\Dev\MailPrint\MailPrint
-build_property._RazorSourceGeneratorDebug =
diff --git a/MailPrint/obj/Release/net6.0-windows/MailPrint.GlobalUsings.g.cs b/MailPrint/obj/Release/net6.0-windows/MailPrint.GlobalUsings.g.cs
deleted file mode 100644
index 025530a..0000000
--- a/MailPrint/obj/Release/net6.0-windows/MailPrint.GlobalUsings.g.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-//
-global using global::Microsoft.AspNetCore.Builder;
-global using global::Microsoft.AspNetCore.Hosting;
-global using global::Microsoft.AspNetCore.Http;
-global using global::Microsoft.AspNetCore.Routing;
-global using global::Microsoft.Extensions.Configuration;
-global using global::Microsoft.Extensions.DependencyInjection;
-global using global::Microsoft.Extensions.Hosting;
-global using global::Microsoft.Extensions.Logging;
-global using global::System;
-global using global::System.Collections.Generic;
-global using global::System.IO;
-global using global::System.Linq;
-global using global::System.Net.Http;
-global using global::System.Net.Http.Json;
-global using global::System.Threading;
-global using global::System.Threading.Tasks;
diff --git a/MailPrint/obj/Release/net6.0-windows/MailPrint.MvcApplicationPartsAssemblyInfo.cache b/MailPrint/obj/Release/net6.0-windows/MailPrint.MvcApplicationPartsAssemblyInfo.cache
deleted file mode 100644
index e69de29..0000000
diff --git a/MailPrint/obj/Release/net6.0-windows/MailPrint.MvcApplicationPartsAssemblyInfo.cs b/MailPrint/obj/Release/net6.0-windows/MailPrint.MvcApplicationPartsAssemblyInfo.cs
deleted file mode 100644
index c3c8c13..0000000
--- a/MailPrint/obj/Release/net6.0-windows/MailPrint.MvcApplicationPartsAssemblyInfo.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")]
-
-// Von der MSBuild WriteCodeFragment-Klasse generiert.
-
diff --git a/MailPrint/obj/Release/net6.0-windows/MailPrint.assets.cache b/MailPrint/obj/Release/net6.0-windows/MailPrint.assets.cache
deleted file mode 100644
index eb2b4d9..0000000
Binary files a/MailPrint/obj/Release/net6.0-windows/MailPrint.assets.cache and /dev/null differ
diff --git a/MailPrint/obj/Release/net6.0-windows/MailPrint.csproj.AssemblyReference.cache b/MailPrint/obj/Release/net6.0-windows/MailPrint.csproj.AssemblyReference.cache
deleted file mode 100644
index 6392da3..0000000
Binary files a/MailPrint/obj/Release/net6.0-windows/MailPrint.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/MailPrint/obj/Release/net6.0-windows/MailPrint.csproj.CopyComplete b/MailPrint/obj/Release/net6.0-windows/MailPrint.csproj.CopyComplete
deleted file mode 100644
index e69de29..0000000
diff --git a/MailPrint/obj/Release/net6.0-windows/MailPrint.csproj.CoreCompileInputs.cache b/MailPrint/obj/Release/net6.0-windows/MailPrint.csproj.CoreCompileInputs.cache
deleted file mode 100644
index 66c5891..0000000
--- a/MailPrint/obj/Release/net6.0-windows/MailPrint.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-d8e58ed32c86e5441ae0121bafce9d0e679db0e2
diff --git a/MailPrint/obj/Release/net6.0-windows/MailPrint.csproj.FileListAbsolute.txt b/MailPrint/obj/Release/net6.0-windows/MailPrint.csproj.FileListAbsolute.txt
deleted file mode 100644
index 97bc3c6..0000000
--- a/MailPrint/obj/Release/net6.0-windows/MailPrint.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,56 +0,0 @@
-C:\Dev\MailPrint\MailPrint\obj\Release\net6.0-windows\MailPrint.csproj.AssemblyReference.cache
-C:\Dev\MailPrint\MailPrint\obj\Release\net6.0-windows\MailPrint.GeneratedMSBuildEditorConfig.editorconfig
-C:\Dev\MailPrint\MailPrint\obj\Release\net6.0-windows\MailPrint.AssemblyInfoInputs.cache
-C:\Dev\MailPrint\MailPrint\obj\Release\net6.0-windows\MailPrint.AssemblyInfo.cs
-C:\Dev\MailPrint\MailPrint\obj\Release\net6.0-windows\MailPrint.csproj.CoreCompileInputs.cache
-C:\Dev\MailPrint\MailPrint\obj\Release\net6.0-windows\MailPrint.MvcApplicationPartsAssemblyInfo.cs
-C:\Dev\MailPrint\MailPrint\obj\Release\net6.0-windows\MailPrint.MvcApplicationPartsAssemblyInfo.cache
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\appsettings.json
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\MailPrint.exe
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\MailPrint.deps.json
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\MailPrint.runtimeconfig.json
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\MailPrint.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\MailPrint.pdb
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\BouncyCastle.Cryptography.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\MailKit.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\Microsoft.Extensions.Configuration.EnvironmentVariables.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\Microsoft.Extensions.Configuration.UserSecrets.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\Microsoft.Extensions.DependencyModel.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\Microsoft.Extensions.Hosting.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\Microsoft.Extensions.Hosting.WindowsServices.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\Microsoft.OpenApi.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\Microsoft.Win32.SystemEvents.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\MimeKit.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\Serilog.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\Serilog.AspNetCore.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\Serilog.Extensions.Hosting.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\Serilog.Extensions.Logging.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\Serilog.Formatting.Compact.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\Serilog.Settings.Configuration.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\Serilog.Sinks.Console.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\Serilog.Sinks.Debug.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\Serilog.Sinks.EventLog.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\Serilog.Sinks.File.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\Swashbuckle.AspNetCore.Swagger.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\Swashbuckle.AspNetCore.SwaggerGen.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\Swashbuckle.AspNetCore.SwaggerUI.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\System.Drawing.Common.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\System.Formats.Asn1.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\System.Security.Cryptography.Pkcs.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\System.ServiceProcess.ServiceController.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\System.Text.Encoding.CodePages.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\runtimes\unix\lib\net6.0\System.Drawing.Common.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\runtimes\win\lib\net6.0\System.Drawing.Common.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\runtimes\win\lib\net6.0\System.Security.Cryptography.Pkcs.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\runtimes\win\lib\net6.0\System.ServiceProcess.ServiceController.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\runtimes\win\lib\net6.0\System.Text.Encoding.CodePages.dll
-C:\Dev\MailPrint\MailPrint\obj\Release\net6.0-windows\staticwebassets.build.json
-C:\Dev\MailPrint\MailPrint\obj\Release\net6.0-windows\staticwebassets.development.json
-C:\Dev\MailPrint\MailPrint\obj\Release\net6.0-windows\scopedcss\bundle\MailPrint.styles.css
-C:\Dev\MailPrint\MailPrint\obj\Release\net6.0-windows\MailPrint.csproj.CopyComplete
-C:\Dev\MailPrint\MailPrint\obj\Release\net6.0-windows\MailPrint.dll
-C:\Dev\MailPrint\MailPrint\obj\Release\net6.0-windows\refint\MailPrint.dll
-C:\Dev\MailPrint\MailPrint\obj\Release\net6.0-windows\MailPrint.pdb
-C:\Dev\MailPrint\MailPrint\obj\Release\net6.0-windows\MailPrint.genruntimeconfig.cache
-C:\Dev\MailPrint\MailPrint\obj\Release\net6.0-windows\ref\MailPrint.dll
diff --git a/MailPrint/obj/Release/net6.0-windows/MailPrint.dll b/MailPrint/obj/Release/net6.0-windows/MailPrint.dll
deleted file mode 100644
index 5788b69..0000000
Binary files a/MailPrint/obj/Release/net6.0-windows/MailPrint.dll and /dev/null differ
diff --git a/MailPrint/obj/Release/net6.0-windows/MailPrint.genruntimeconfig.cache b/MailPrint/obj/Release/net6.0-windows/MailPrint.genruntimeconfig.cache
deleted file mode 100644
index acaecec..0000000
--- a/MailPrint/obj/Release/net6.0-windows/MailPrint.genruntimeconfig.cache
+++ /dev/null
@@ -1 +0,0 @@
-834fc0d58b34cd741e160cba77b6fad2af054695
diff --git a/MailPrint/obj/Release/net6.0-windows/MailPrint.pdb b/MailPrint/obj/Release/net6.0-windows/MailPrint.pdb
deleted file mode 100644
index b962a08..0000000
Binary files a/MailPrint/obj/Release/net6.0-windows/MailPrint.pdb and /dev/null differ
diff --git a/MailPrint/obj/Release/net6.0-windows/apphost.exe b/MailPrint/obj/Release/net6.0-windows/apphost.exe
deleted file mode 100644
index 5496f1f..0000000
Binary files a/MailPrint/obj/Release/net6.0-windows/apphost.exe and /dev/null differ
diff --git a/MailPrint/obj/Release/net6.0-windows/ref/MailPrint.dll b/MailPrint/obj/Release/net6.0-windows/ref/MailPrint.dll
deleted file mode 100644
index 1b4f482..0000000
Binary files a/MailPrint/obj/Release/net6.0-windows/ref/MailPrint.dll and /dev/null differ
diff --git a/MailPrint/obj/Release/net6.0-windows/refint/MailPrint.dll b/MailPrint/obj/Release/net6.0-windows/refint/MailPrint.dll
deleted file mode 100644
index 1b4f482..0000000
Binary files a/MailPrint/obj/Release/net6.0-windows/refint/MailPrint.dll and /dev/null differ
diff --git a/MailPrint/obj/Release/net6.0-windows/staticwebassets.build.json b/MailPrint/obj/Release/net6.0-windows/staticwebassets.build.json
deleted file mode 100644
index 8b313b0..0000000
--- a/MailPrint/obj/Release/net6.0-windows/staticwebassets.build.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "Version": 1,
- "Hash": "GZnP9WP9k7zLiM/1/g18IY4lucyapNk/T4aN6q8lsnA=",
- "Source": "MailPrint",
- "BasePath": "_content/MailPrint",
- "Mode": "Default",
- "ManifestType": "Build",
- "ReferencedProjectsConfiguration": [],
- "DiscoveryPatterns": [],
- "Assets": []
-}
\ No newline at end of file
diff --git a/MailPrint/obj/Release/net6.0-windows/staticwebassets.publish.json b/MailPrint/obj/Release/net6.0-windows/staticwebassets.publish.json
deleted file mode 100644
index 9107105..0000000
--- a/MailPrint/obj/Release/net6.0-windows/staticwebassets.publish.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "Version": 1,
- "Hash": "dpu9kczrnXD90J3dfduUq9TkezHtRJa6l9ikMWUCqD8=",
- "Source": "MailPrint",
- "BasePath": "_content/MailPrint",
- "Mode": "Default",
- "ManifestType": "Publish",
- "ReferencedProjectsConfiguration": [],
- "DiscoveryPatterns": [],
- "Assets": []
-}
\ No newline at end of file
diff --git a/MailPrint/obj/Release/net6.0-windows/win-x64/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/MailPrint/obj/Release/net6.0-windows/win-x64/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
deleted file mode 100644
index 36203c7..0000000
--- a/MailPrint/obj/Release/net6.0-windows/win-x64/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")]
diff --git a/MailPrint/obj/Release/net6.0-windows/win-x64/MailPrint.AssemblyInfo.cs b/MailPrint/obj/Release/net6.0-windows/win-x64/MailPrint.AssemblyInfo.cs
deleted file mode 100644
index 1fc3c47..0000000
--- a/MailPrint/obj/Release/net6.0-windows/win-x64/MailPrint.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("mailprint-service")]
-[assembly: System.Reflection.AssemblyCompanyAttribute("MailPrint")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("MailPrint")]
-[assembly: System.Reflection.AssemblyTitleAttribute("MailPrint")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Von der MSBuild WriteCodeFragment-Klasse generiert.
-
diff --git a/MailPrint/obj/Release/net6.0-windows/win-x64/MailPrint.AssemblyInfoInputs.cache b/MailPrint/obj/Release/net6.0-windows/win-x64/MailPrint.AssemblyInfoInputs.cache
deleted file mode 100644
index 7c76eb6..0000000
--- a/MailPrint/obj/Release/net6.0-windows/win-x64/MailPrint.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-2ce03444e1fc06d979c230bb1ee9f537fb04376d68ebcd31150265fe39c9325a
diff --git a/MailPrint/obj/Release/net6.0-windows/win-x64/MailPrint.GeneratedMSBuildEditorConfig.editorconfig b/MailPrint/obj/Release/net6.0-windows/win-x64/MailPrint.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index e500424..0000000
--- a/MailPrint/obj/Release/net6.0-windows/win-x64/MailPrint.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,24 +0,0 @@
-is_global = true
-build_property.TargetFramework = net6.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v6.0
-build_property.TargetPlatformMinVersion = 7.0
-build_property.UsingMicrosoftNETSdkWeb = true
-build_property.ProjectTypeGuids =
-build_property.InvariantGlobalization =
-build_property.PlatformNeutralAssembly =
-build_property.EnforceExtendedAnalyzerRules =
-build_property._SupportedPlatformList = Linux,macOS,Windows
-build_property.RootNamespace = MailPrint
-build_property.RootNamespace = MailPrint
-build_property.ProjectDir = C:\Dev\MailPrint\MailPrint\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.RazorLangVersion = 6.0
-build_property.SupportLocalizedComponentNames =
-build_property.GenerateRazorMetadataSourceChecksumAttributes =
-build_property.MSBuildProjectDirectory = C:\Dev\MailPrint\MailPrint
-build_property._RazorSourceGeneratorDebug =
-build_property.EffectiveAnalysisLevelStyle = 6.0
-build_property.EnableCodeStyleSeverity =
diff --git a/MailPrint/obj/Release/net6.0-windows/win-x64/MailPrint.GlobalUsings.g.cs b/MailPrint/obj/Release/net6.0-windows/win-x64/MailPrint.GlobalUsings.g.cs
deleted file mode 100644
index 5e6145d..0000000
--- a/MailPrint/obj/Release/net6.0-windows/win-x64/MailPrint.GlobalUsings.g.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-//
-global using Microsoft.AspNetCore.Builder;
-global using Microsoft.AspNetCore.Hosting;
-global using Microsoft.AspNetCore.Http;
-global using Microsoft.AspNetCore.Routing;
-global using Microsoft.Extensions.Configuration;
-global using Microsoft.Extensions.DependencyInjection;
-global using Microsoft.Extensions.Hosting;
-global using Microsoft.Extensions.Logging;
-global using System;
-global using System.Collections.Generic;
-global using System.IO;
-global using System.Linq;
-global using System.Net.Http;
-global using System.Net.Http.Json;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/MailPrint/obj/Release/net6.0-windows/win-x64/MailPrint.MvcApplicationPartsAssemblyInfo.cache b/MailPrint/obj/Release/net6.0-windows/win-x64/MailPrint.MvcApplicationPartsAssemblyInfo.cache
deleted file mode 100644
index e69de29..0000000
diff --git a/MailPrint/obj/Release/net6.0-windows/win-x64/MailPrint.MvcApplicationPartsAssemblyInfo.cs b/MailPrint/obj/Release/net6.0-windows/win-x64/MailPrint.MvcApplicationPartsAssemblyInfo.cs
deleted file mode 100644
index c3c8c13..0000000
--- a/MailPrint/obj/Release/net6.0-windows/win-x64/MailPrint.MvcApplicationPartsAssemblyInfo.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")]
-
-// Von der MSBuild WriteCodeFragment-Klasse generiert.
-
diff --git a/MailPrint/obj/Release/net6.0-windows/win-x64/MailPrint.assets.cache b/MailPrint/obj/Release/net6.0-windows/win-x64/MailPrint.assets.cache
deleted file mode 100644
index def0746..0000000
Binary files a/MailPrint/obj/Release/net6.0-windows/win-x64/MailPrint.assets.cache and /dev/null differ
diff --git a/MailPrint/obj/Release/net6.0-windows/win-x64/MailPrint.csproj.AssemblyReference.cache b/MailPrint/obj/Release/net6.0-windows/win-x64/MailPrint.csproj.AssemblyReference.cache
deleted file mode 100644
index b99c40b..0000000
Binary files a/MailPrint/obj/Release/net6.0-windows/win-x64/MailPrint.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/MailPrint/obj/Release/net6.0-windows/win-x64/MailPrint.csproj.CoreCompileInputs.cache b/MailPrint/obj/Release/net6.0-windows/win-x64/MailPrint.csproj.CoreCompileInputs.cache
deleted file mode 100644
index 993c507..0000000
--- a/MailPrint/obj/Release/net6.0-windows/win-x64/MailPrint.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-23b1632b4e978255c01478b7b45bf8634755e7fdd5d757e885d4b6b56ce93ff9
diff --git a/MailPrint/obj/Release/net6.0-windows/win-x64/MailPrint.csproj.FileListAbsolute.txt b/MailPrint/obj/Release/net6.0-windows/win-x64/MailPrint.csproj.FileListAbsolute.txt
deleted file mode 100644
index bae127b..0000000
--- a/MailPrint/obj/Release/net6.0-windows/win-x64/MailPrint.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,406 +0,0 @@
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\appsettings.json
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\MailPrint.exe
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\MailPrint.deps.json
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\MailPrint.runtimeconfig.json
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\MailPrint.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\MailPrint.pdb
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\BouncyCastle.Cryptography.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\MailKit.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.Configuration.EnvironmentVariables.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.Configuration.UserSecrets.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.DependencyModel.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.Hosting.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.Hosting.WindowsServices.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.OpenApi.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Win32.SystemEvents.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\MimeKit.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Serilog.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Serilog.AspNetCore.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Serilog.Extensions.Hosting.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Serilog.Extensions.Logging.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Serilog.Formatting.Compact.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Serilog.Settings.Configuration.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Serilog.Sinks.Console.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Serilog.Sinks.Debug.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Serilog.Sinks.EventLog.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Serilog.Sinks.File.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Swashbuckle.AspNetCore.Swagger.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Swashbuckle.AspNetCore.SwaggerGen.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Swashbuckle.AspNetCore.SwaggerUI.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Drawing.Common.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Formats.Asn1.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Security.Cryptography.Pkcs.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.ServiceProcess.ServiceController.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Text.Encoding.CodePages.dll
-C:\Dev\MailPrint\MailPrint\obj\Release\net6.0-windows\win-x64\MailPrint.csproj.AssemblyReference.cache
-C:\Dev\MailPrint\MailPrint\obj\Release\net6.0-windows\win-x64\MailPrint.GeneratedMSBuildEditorConfig.editorconfig
-C:\Dev\MailPrint\MailPrint\obj\Release\net6.0-windows\win-x64\MailPrint.AssemblyInfoInputs.cache
-C:\Dev\MailPrint\MailPrint\obj\Release\net6.0-windows\win-x64\MailPrint.AssemblyInfo.cs
-C:\Dev\MailPrint\MailPrint\obj\Release\net6.0-windows\win-x64\MailPrint.csproj.CoreCompileInputs.cache
-C:\Dev\MailPrint\MailPrint\obj\Release\net6.0-windows\win-x64\MailPrint.MvcApplicationPartsAssemblyInfo.cs
-C:\Dev\MailPrint\MailPrint\obj\Release\net6.0-windows\win-x64\MailPrint.MvcApplicationPartsAssemblyInfo.cache
-C:\Dev\MailPrint\MailPrint\obj\Release\net6.0-windows\win-x64\scopedcss\bundle\MailPrint.styles.css
-C:\Dev\MailPrint\MailPrint\obj\Release\net6.0-windows\win-x64\MailPrint.dll
-C:\Dev\MailPrint\MailPrint\obj\Release\net6.0-windows\win-x64\refint\MailPrint.dll
-C:\Dev\MailPrint\MailPrint\obj\Release\net6.0-windows\win-x64\MailPrint.pdb
-C:\Dev\MailPrint\MailPrint\obj\Release\net6.0-windows\win-x64\MailPrint.genruntimeconfig.cache
-C:\Dev\MailPrint\MailPrint\obj\Release\net6.0-windows\win-x64\ref\MailPrint.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\MailPrint.staticwebassets.endpoints.json
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.CSharp.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.VisualBasic.Core.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.VisualBasic.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Win32.Primitives.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Win32.Registry.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.AppContext.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Buffers.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Collections.Concurrent.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Collections.Immutable.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Collections.NonGeneric.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Collections.Specialized.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Collections.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.ComponentModel.Annotations.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.ComponentModel.DataAnnotations.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.ComponentModel.EventBasedAsync.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.ComponentModel.Primitives.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.ComponentModel.TypeConverter.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.ComponentModel.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Configuration.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Console.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Core.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Data.Common.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Data.DataSetExtensions.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Data.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Diagnostics.Contracts.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Diagnostics.Debug.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Diagnostics.DiagnosticSource.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Diagnostics.FileVersionInfo.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Diagnostics.Process.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Diagnostics.StackTrace.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Diagnostics.TextWriterTraceListener.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Diagnostics.Tools.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Diagnostics.TraceSource.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Diagnostics.Tracing.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Drawing.Primitives.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Drawing.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Dynamic.Runtime.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Globalization.Calendars.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Globalization.Extensions.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Globalization.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.IO.Compression.Brotli.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.IO.Compression.FileSystem.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.IO.Compression.ZipFile.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.IO.Compression.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.IO.FileSystem.AccessControl.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.IO.FileSystem.DriveInfo.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.IO.FileSystem.Primitives.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.IO.FileSystem.Watcher.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.IO.FileSystem.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.IO.IsolatedStorage.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.IO.MemoryMappedFiles.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.IO.Pipes.AccessControl.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.IO.Pipes.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.IO.UnmanagedMemoryStream.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.IO.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Linq.Expressions.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Linq.Parallel.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Linq.Queryable.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Linq.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Memory.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Net.Http.Json.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Net.Http.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Net.HttpListener.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Net.Mail.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Net.NameResolution.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Net.NetworkInformation.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Net.Ping.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Net.Primitives.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Net.Quic.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Net.Requests.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Net.Security.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Net.ServicePoint.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Net.Sockets.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Net.WebClient.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Net.WebHeaderCollection.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Net.WebProxy.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Net.WebSockets.Client.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Net.WebSockets.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Net.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Numerics.Vectors.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Numerics.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.ObjectModel.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Private.CoreLib.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Private.DataContractSerialization.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Private.Uri.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Private.Xml.Linq.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Private.Xml.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Reflection.DispatchProxy.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Reflection.Emit.ILGeneration.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Reflection.Emit.Lightweight.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Reflection.Emit.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Reflection.Extensions.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Reflection.Metadata.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Reflection.Primitives.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Reflection.TypeExtensions.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Reflection.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Resources.Reader.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Resources.ResourceManager.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Resources.Writer.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Runtime.CompilerServices.Unsafe.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Runtime.CompilerServices.VisualC.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Runtime.Extensions.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Runtime.Handles.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Runtime.InteropServices.RuntimeInformation.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Runtime.InteropServices.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Runtime.Intrinsics.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Runtime.Loader.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Runtime.Numerics.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Runtime.Serialization.Formatters.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Runtime.Serialization.Json.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Runtime.Serialization.Primitives.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Runtime.Serialization.Xml.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Runtime.Serialization.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Runtime.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Security.AccessControl.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Security.Claims.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Security.Cryptography.Algorithms.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Security.Cryptography.Cng.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Security.Cryptography.Csp.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Security.Cryptography.Encoding.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Security.Cryptography.OpenSsl.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Security.Cryptography.Primitives.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Security.Cryptography.X509Certificates.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Security.Principal.Windows.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Security.Principal.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Security.SecureString.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Security.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.ServiceModel.Web.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.ServiceProcess.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Text.Encoding.Extensions.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Text.Encoding.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Text.Encodings.Web.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Text.Json.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Text.RegularExpressions.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Threading.Channels.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Threading.Overlapped.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Threading.Tasks.Dataflow.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Threading.Tasks.Extensions.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Threading.Tasks.Parallel.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Threading.Tasks.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Threading.Thread.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Threading.ThreadPool.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Threading.Timer.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Threading.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Transactions.Local.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Transactions.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.ValueTuple.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Web.HttpUtility.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Web.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Windows.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Xml.Linq.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Xml.ReaderWriter.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Xml.Serialization.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Xml.XDocument.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Xml.XPath.XDocument.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Xml.XPath.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Xml.XmlDocument.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Xml.XmlSerializer.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Xml.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\WindowsBase.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\mscorlib.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\netstandard.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Antiforgery.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Authentication.Abstractions.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Authentication.Cookies.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Authentication.Core.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Authentication.OAuth.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Authentication.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Authorization.Policy.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Authorization.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Components.Authorization.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Components.Forms.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Components.Server.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Components.Web.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Components.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Connections.Abstractions.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.CookiePolicy.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Cors.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Cryptography.Internal.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.DataProtection.Abstractions.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.DataProtection.Extensions.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.DataProtection.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Diagnostics.Abstractions.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Diagnostics.HealthChecks.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Diagnostics.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.HostFiltering.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Hosting.Abstractions.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Hosting.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Html.Abstractions.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Http.Abstractions.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Http.Connections.Common.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Http.Connections.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Http.Extensions.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Http.Features.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Http.Results.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Http.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.HttpLogging.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.HttpOverrides.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.HttpsPolicy.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Identity.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Localization.Routing.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Localization.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Metadata.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Mvc.Abstractions.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Mvc.ApiExplorer.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Mvc.Core.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Mvc.Cors.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Mvc.DataAnnotations.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Mvc.Formatters.Json.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Mvc.Formatters.Xml.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Mvc.Localization.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Mvc.Razor.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Mvc.RazorPages.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Mvc.TagHelpers.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Mvc.ViewFeatures.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Mvc.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Razor.Runtime.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Razor.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.ResponseCaching.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.ResponseCompression.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Rewrite.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Routing.Abstractions.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Routing.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Server.HttpSys.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Server.IIS.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Server.IISIntegration.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Server.Kestrel.Core.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Server.Kestrel.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.Session.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.SignalR.Common.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.SignalR.Core.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.SignalR.Protocols.Json.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.SignalR.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.StaticFiles.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.WebSockets.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.WebUtilities.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.AspNetCore.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.Caching.Abstractions.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.Caching.Memory.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.Configuration.Abstractions.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.Configuration.Binder.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.Configuration.CommandLine.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.Configuration.FileExtensions.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.Configuration.Ini.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.Configuration.Json.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.Configuration.KeyPerFile.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.Configuration.Xml.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.Configuration.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.DependencyInjection.Abstractions.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.DependencyInjection.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.Diagnostics.HealthChecks.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.Features.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.FileProviders.Abstractions.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.FileProviders.Composite.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.FileProviders.Embedded.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.FileProviders.Physical.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.FileSystemGlobbing.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.Hosting.Abstractions.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.Http.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.Identity.Core.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.Identity.Stores.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.Localization.Abstractions.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.Localization.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.Logging.Abstractions.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.Logging.Configuration.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.Logging.Console.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.Logging.Debug.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.Logging.EventLog.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.Logging.EventSource.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.Logging.TraceSource.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.Logging.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.ObjectPool.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.Options.ConfigurationExtensions.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.Options.DataAnnotations.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.Options.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.Primitives.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Extensions.WebEncoders.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.JSInterop.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.Net.Http.Headers.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Diagnostics.EventLog.Messages.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Diagnostics.EventLog.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.IO.Pipelines.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.Security.Cryptography.Xml.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\Microsoft.DiaSymReader.Native.amd64.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\System.IO.Compression.Native.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\api-ms-win-core-console-l1-1-0.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\api-ms-win-core-console-l1-2-0.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\api-ms-win-core-datetime-l1-1-0.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\api-ms-win-core-debug-l1-1-0.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\api-ms-win-core-errorhandling-l1-1-0.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\api-ms-win-core-fibers-l1-1-0.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\api-ms-win-core-file-l1-1-0.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\api-ms-win-core-file-l1-2-0.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\api-ms-win-core-file-l2-1-0.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\api-ms-win-core-handle-l1-1-0.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\api-ms-win-core-heap-l1-1-0.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\api-ms-win-core-interlocked-l1-1-0.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\api-ms-win-core-libraryloader-l1-1-0.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\api-ms-win-core-localization-l1-2-0.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\api-ms-win-core-memory-l1-1-0.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\api-ms-win-core-namedpipe-l1-1-0.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\api-ms-win-core-processenvironment-l1-1-0.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\api-ms-win-core-processthreads-l1-1-0.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\api-ms-win-core-processthreads-l1-1-1.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\api-ms-win-core-profile-l1-1-0.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\api-ms-win-core-rtlsupport-l1-1-0.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\api-ms-win-core-string-l1-1-0.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\api-ms-win-core-synch-l1-1-0.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\api-ms-win-core-synch-l1-2-0.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\api-ms-win-core-sysinfo-l1-1-0.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\api-ms-win-core-timezone-l1-1-0.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\api-ms-win-core-util-l1-1-0.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\api-ms-win-crt-conio-l1-1-0.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\api-ms-win-crt-convert-l1-1-0.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\api-ms-win-crt-environment-l1-1-0.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\api-ms-win-crt-filesystem-l1-1-0.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\api-ms-win-crt-heap-l1-1-0.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\api-ms-win-crt-locale-l1-1-0.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\api-ms-win-crt-math-l1-1-0.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\api-ms-win-crt-multibyte-l1-1-0.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\api-ms-win-crt-private-l1-1-0.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\api-ms-win-crt-process-l1-1-0.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\api-ms-win-crt-runtime-l1-1-0.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\api-ms-win-crt-stdio-l1-1-0.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\api-ms-win-crt-string-l1-1-0.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\api-ms-win-crt-time-l1-1-0.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\api-ms-win-crt-utility-l1-1-0.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\clretwrc.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\clrjit.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\coreclr.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\createdump.exe
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\dbgshim.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\hostfxr.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\hostpolicy.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\mscordaccore.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\mscordaccore_amd64_amd64_6.0.3624.51421.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\mscordbi.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\mscorrc.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\msquic.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\ucrtbase.dll
-C:\Dev\MailPrint\MailPrint\bin\Release\net6.0-windows\win-x64\aspnetcorev2_inprocess.dll
-C:\Dev\MailPrint\MailPrint\obj\Release\net6.0-windows\win-x64\rpswa.dswa.cache.json
-C:\Dev\MailPrint\MailPrint\obj\Release\net6.0-windows\win-x64\rjimswa.dswa.cache.json
-C:\Dev\MailPrint\MailPrint\obj\Release\net6.0-windows\win-x64\rjsmrazor.dswa.cache.json
-C:\Dev\MailPrint\MailPrint\obj\Release\net6.0-windows\win-x64\rjsmcshtml.dswa.cache.json
-C:\Dev\MailPrint\MailPrint\obj\Release\net6.0-windows\win-x64\staticwebassets.build.json
-C:\Dev\MailPrint\MailPrint\obj\Release\net6.0-windows\win-x64\staticwebassets.build.json.cache
-C:\Dev\MailPrint\MailPrint\obj\Release\net6.0-windows\win-x64\staticwebassets.development.json
-C:\Dev\MailPrint\MailPrint\obj\Release\net6.0-windows\win-x64\staticwebassets.build.endpoints.json
-C:\Dev\MailPrint\MailPrint\obj\Release\net6.0-windows\win-x64\swae.build.ex.cache
-C:\Dev\MailPrint\MailPrint\obj\Release\net6.0-windows\win-x64\MailPrint.csproj.Up2Date
diff --git a/MailPrint/obj/Release/net6.0-windows/win-x64/MailPrint.csproj.Up2Date b/MailPrint/obj/Release/net6.0-windows/win-x64/MailPrint.csproj.Up2Date
deleted file mode 100644
index e69de29..0000000
diff --git a/MailPrint/obj/Release/net6.0-windows/win-x64/MailPrint.dll b/MailPrint/obj/Release/net6.0-windows/win-x64/MailPrint.dll
deleted file mode 100644
index 7d224eb..0000000
Binary files a/MailPrint/obj/Release/net6.0-windows/win-x64/MailPrint.dll and /dev/null differ
diff --git a/MailPrint/obj/Release/net6.0-windows/win-x64/MailPrint.genruntimeconfig.cache b/MailPrint/obj/Release/net6.0-windows/win-x64/MailPrint.genruntimeconfig.cache
deleted file mode 100644
index 69c1a34..0000000
--- a/MailPrint/obj/Release/net6.0-windows/win-x64/MailPrint.genruntimeconfig.cache
+++ /dev/null
@@ -1 +0,0 @@
-96313fd18d3eda3b4edf839f31daebea3e3ed686787da5abffdce0a4f729d169
diff --git a/MailPrint/obj/Release/net6.0-windows/win-x64/MailPrint.pdb b/MailPrint/obj/Release/net6.0-windows/win-x64/MailPrint.pdb
deleted file mode 100644
index 9579169..0000000
Binary files a/MailPrint/obj/Release/net6.0-windows/win-x64/MailPrint.pdb and /dev/null differ
diff --git a/MailPrint/obj/Release/net6.0-windows/win-x64/PublishOutputs.bc76a08dea.txt b/MailPrint/obj/Release/net6.0-windows/win-x64/PublishOutputs.bc76a08dea.txt
deleted file mode 100644
index 9cc2586..0000000
--- a/MailPrint/obj/Release/net6.0-windows/win-x64/PublishOutputs.bc76a08dea.txt
+++ /dev/null
@@ -1,34 +0,0 @@
-C:\Dev\MailPrint\publish\MailPrint.exe
-C:\Dev\MailPrint\publish\appsettings.json
-C:\Dev\MailPrint\publish\MailPrint.dll
-C:\Dev\MailPrint\publish\MailPrint.deps.json
-C:\Dev\MailPrint\publish\MailPrint.runtimeconfig.json
-C:\Dev\MailPrint\publish\MailPrint.pdb
-C:\Dev\MailPrint\publish\BouncyCastle.Cryptography.dll
-C:\Dev\MailPrint\publish\MailKit.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.Configuration.EnvironmentVariables.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.Configuration.UserSecrets.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.DependencyModel.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.Hosting.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.Hosting.WindowsServices.dll
-C:\Dev\MailPrint\publish\Microsoft.OpenApi.dll
-C:\Dev\MailPrint\publish\Microsoft.Win32.SystemEvents.dll
-C:\Dev\MailPrint\publish\MimeKit.dll
-C:\Dev\MailPrint\publish\Serilog.dll
-C:\Dev\MailPrint\publish\Serilog.AspNetCore.dll
-C:\Dev\MailPrint\publish\Serilog.Extensions.Hosting.dll
-C:\Dev\MailPrint\publish\Serilog.Extensions.Logging.dll
-C:\Dev\MailPrint\publish\Serilog.Formatting.Compact.dll
-C:\Dev\MailPrint\publish\Serilog.Settings.Configuration.dll
-C:\Dev\MailPrint\publish\Serilog.Sinks.Console.dll
-C:\Dev\MailPrint\publish\Serilog.Sinks.Debug.dll
-C:\Dev\MailPrint\publish\Serilog.Sinks.EventLog.dll
-C:\Dev\MailPrint\publish\Serilog.Sinks.File.dll
-C:\Dev\MailPrint\publish\Swashbuckle.AspNetCore.Swagger.dll
-C:\Dev\MailPrint\publish\Swashbuckle.AspNetCore.SwaggerGen.dll
-C:\Dev\MailPrint\publish\Swashbuckle.AspNetCore.SwaggerUI.dll
-C:\Dev\MailPrint\publish\System.Drawing.Common.dll
-C:\Dev\MailPrint\publish\System.Formats.Asn1.dll
-C:\Dev\MailPrint\publish\System.Security.Cryptography.Pkcs.dll
-C:\Dev\MailPrint\publish\System.ServiceProcess.ServiceController.dll
-C:\Dev\MailPrint\publish\System.Text.Encoding.CodePages.dll
diff --git a/MailPrint/obj/Release/net6.0-windows/win-x64/PublishOutputs.ea42d2f27e.txt b/MailPrint/obj/Release/net6.0-windows/win-x64/PublishOutputs.ea42d2f27e.txt
deleted file mode 100644
index 77d930c..0000000
--- a/MailPrint/obj/Release/net6.0-windows/win-x64/PublishOutputs.ea42d2f27e.txt
+++ /dev/null
@@ -1,382 +0,0 @@
-C:\Dev\MailPrint\publish\MailPrint.exe
-C:\Dev\MailPrint\publish\appsettings.json
-C:\Dev\MailPrint\publish\MailPrint.dll
-C:\Dev\MailPrint\publish\MailPrint.deps.json
-C:\Dev\MailPrint\publish\MailPrint.runtimeconfig.json
-C:\Dev\MailPrint\publish\MailPrint.pdb
-C:\Dev\MailPrint\publish\Microsoft.CSharp.dll
-C:\Dev\MailPrint\publish\Microsoft.VisualBasic.Core.dll
-C:\Dev\MailPrint\publish\Microsoft.VisualBasic.dll
-C:\Dev\MailPrint\publish\Microsoft.Win32.Primitives.dll
-C:\Dev\MailPrint\publish\Microsoft.Win32.Registry.dll
-C:\Dev\MailPrint\publish\System.AppContext.dll
-C:\Dev\MailPrint\publish\System.Buffers.dll
-C:\Dev\MailPrint\publish\System.Collections.Concurrent.dll
-C:\Dev\MailPrint\publish\System.Collections.Immutable.dll
-C:\Dev\MailPrint\publish\System.Collections.NonGeneric.dll
-C:\Dev\MailPrint\publish\System.Collections.Specialized.dll
-C:\Dev\MailPrint\publish\System.Collections.dll
-C:\Dev\MailPrint\publish\System.ComponentModel.Annotations.dll
-C:\Dev\MailPrint\publish\System.ComponentModel.DataAnnotations.dll
-C:\Dev\MailPrint\publish\System.ComponentModel.EventBasedAsync.dll
-C:\Dev\MailPrint\publish\System.ComponentModel.Primitives.dll
-C:\Dev\MailPrint\publish\System.ComponentModel.TypeConverter.dll
-C:\Dev\MailPrint\publish\System.ComponentModel.dll
-C:\Dev\MailPrint\publish\System.Configuration.dll
-C:\Dev\MailPrint\publish\System.Console.dll
-C:\Dev\MailPrint\publish\System.Core.dll
-C:\Dev\MailPrint\publish\System.Data.Common.dll
-C:\Dev\MailPrint\publish\System.Data.DataSetExtensions.dll
-C:\Dev\MailPrint\publish\System.Data.dll
-C:\Dev\MailPrint\publish\System.Diagnostics.Contracts.dll
-C:\Dev\MailPrint\publish\System.Diagnostics.Debug.dll
-C:\Dev\MailPrint\publish\System.Diagnostics.DiagnosticSource.dll
-C:\Dev\MailPrint\publish\System.Diagnostics.FileVersionInfo.dll
-C:\Dev\MailPrint\publish\System.Diagnostics.Process.dll
-C:\Dev\MailPrint\publish\System.Diagnostics.StackTrace.dll
-C:\Dev\MailPrint\publish\System.Diagnostics.TextWriterTraceListener.dll
-C:\Dev\MailPrint\publish\System.Diagnostics.Tools.dll
-C:\Dev\MailPrint\publish\System.Diagnostics.TraceSource.dll
-C:\Dev\MailPrint\publish\System.Diagnostics.Tracing.dll
-C:\Dev\MailPrint\publish\System.Drawing.Primitives.dll
-C:\Dev\MailPrint\publish\System.Drawing.dll
-C:\Dev\MailPrint\publish\System.Dynamic.Runtime.dll
-C:\Dev\MailPrint\publish\System.Globalization.Calendars.dll
-C:\Dev\MailPrint\publish\System.Globalization.Extensions.dll
-C:\Dev\MailPrint\publish\System.Globalization.dll
-C:\Dev\MailPrint\publish\System.IO.Compression.Brotli.dll
-C:\Dev\MailPrint\publish\System.IO.Compression.FileSystem.dll
-C:\Dev\MailPrint\publish\System.IO.Compression.ZipFile.dll
-C:\Dev\MailPrint\publish\System.IO.Compression.dll
-C:\Dev\MailPrint\publish\System.IO.FileSystem.AccessControl.dll
-C:\Dev\MailPrint\publish\System.IO.FileSystem.DriveInfo.dll
-C:\Dev\MailPrint\publish\System.IO.FileSystem.Primitives.dll
-C:\Dev\MailPrint\publish\System.IO.FileSystem.Watcher.dll
-C:\Dev\MailPrint\publish\System.IO.FileSystem.dll
-C:\Dev\MailPrint\publish\System.IO.IsolatedStorage.dll
-C:\Dev\MailPrint\publish\System.IO.MemoryMappedFiles.dll
-C:\Dev\MailPrint\publish\System.IO.Pipes.AccessControl.dll
-C:\Dev\MailPrint\publish\System.IO.Pipes.dll
-C:\Dev\MailPrint\publish\System.IO.UnmanagedMemoryStream.dll
-C:\Dev\MailPrint\publish\System.IO.dll
-C:\Dev\MailPrint\publish\System.Linq.Expressions.dll
-C:\Dev\MailPrint\publish\System.Linq.Parallel.dll
-C:\Dev\MailPrint\publish\System.Linq.Queryable.dll
-C:\Dev\MailPrint\publish\System.Linq.dll
-C:\Dev\MailPrint\publish\System.Memory.dll
-C:\Dev\MailPrint\publish\System.Net.Http.Json.dll
-C:\Dev\MailPrint\publish\System.Net.Http.dll
-C:\Dev\MailPrint\publish\System.Net.HttpListener.dll
-C:\Dev\MailPrint\publish\System.Net.Mail.dll
-C:\Dev\MailPrint\publish\System.Net.NameResolution.dll
-C:\Dev\MailPrint\publish\System.Net.NetworkInformation.dll
-C:\Dev\MailPrint\publish\System.Net.Ping.dll
-C:\Dev\MailPrint\publish\System.Net.Primitives.dll
-C:\Dev\MailPrint\publish\System.Net.Quic.dll
-C:\Dev\MailPrint\publish\System.Net.Requests.dll
-C:\Dev\MailPrint\publish\System.Net.Security.dll
-C:\Dev\MailPrint\publish\System.Net.ServicePoint.dll
-C:\Dev\MailPrint\publish\System.Net.Sockets.dll
-C:\Dev\MailPrint\publish\System.Net.WebClient.dll
-C:\Dev\MailPrint\publish\System.Net.WebHeaderCollection.dll
-C:\Dev\MailPrint\publish\System.Net.WebProxy.dll
-C:\Dev\MailPrint\publish\System.Net.WebSockets.Client.dll
-C:\Dev\MailPrint\publish\System.Net.WebSockets.dll
-C:\Dev\MailPrint\publish\System.Net.dll
-C:\Dev\MailPrint\publish\System.Numerics.Vectors.dll
-C:\Dev\MailPrint\publish\System.Numerics.dll
-C:\Dev\MailPrint\publish\System.ObjectModel.dll
-C:\Dev\MailPrint\publish\System.Private.CoreLib.dll
-C:\Dev\MailPrint\publish\System.Private.DataContractSerialization.dll
-C:\Dev\MailPrint\publish\System.Private.Uri.dll
-C:\Dev\MailPrint\publish\System.Private.Xml.Linq.dll
-C:\Dev\MailPrint\publish\System.Private.Xml.dll
-C:\Dev\MailPrint\publish\System.Reflection.DispatchProxy.dll
-C:\Dev\MailPrint\publish\System.Reflection.Emit.ILGeneration.dll
-C:\Dev\MailPrint\publish\System.Reflection.Emit.Lightweight.dll
-C:\Dev\MailPrint\publish\System.Reflection.Emit.dll
-C:\Dev\MailPrint\publish\System.Reflection.Extensions.dll
-C:\Dev\MailPrint\publish\System.Reflection.Metadata.dll
-C:\Dev\MailPrint\publish\System.Reflection.Primitives.dll
-C:\Dev\MailPrint\publish\System.Reflection.TypeExtensions.dll
-C:\Dev\MailPrint\publish\System.Reflection.dll
-C:\Dev\MailPrint\publish\System.Resources.Reader.dll
-C:\Dev\MailPrint\publish\System.Resources.ResourceManager.dll
-C:\Dev\MailPrint\publish\System.Resources.Writer.dll
-C:\Dev\MailPrint\publish\System.Runtime.CompilerServices.Unsafe.dll
-C:\Dev\MailPrint\publish\System.Runtime.CompilerServices.VisualC.dll
-C:\Dev\MailPrint\publish\System.Runtime.Extensions.dll
-C:\Dev\MailPrint\publish\System.Runtime.Handles.dll
-C:\Dev\MailPrint\publish\System.Runtime.InteropServices.RuntimeInformation.dll
-C:\Dev\MailPrint\publish\System.Runtime.InteropServices.dll
-C:\Dev\MailPrint\publish\System.Runtime.Intrinsics.dll
-C:\Dev\MailPrint\publish\System.Runtime.Loader.dll
-C:\Dev\MailPrint\publish\System.Runtime.Numerics.dll
-C:\Dev\MailPrint\publish\System.Runtime.Serialization.Formatters.dll
-C:\Dev\MailPrint\publish\System.Runtime.Serialization.Json.dll
-C:\Dev\MailPrint\publish\System.Runtime.Serialization.Primitives.dll
-C:\Dev\MailPrint\publish\System.Runtime.Serialization.Xml.dll
-C:\Dev\MailPrint\publish\System.Runtime.Serialization.dll
-C:\Dev\MailPrint\publish\System.Runtime.dll
-C:\Dev\MailPrint\publish\System.Security.AccessControl.dll
-C:\Dev\MailPrint\publish\System.Security.Claims.dll
-C:\Dev\MailPrint\publish\System.Security.Cryptography.Algorithms.dll
-C:\Dev\MailPrint\publish\System.Security.Cryptography.Cng.dll
-C:\Dev\MailPrint\publish\System.Security.Cryptography.Csp.dll
-C:\Dev\MailPrint\publish\System.Security.Cryptography.Encoding.dll
-C:\Dev\MailPrint\publish\System.Security.Cryptography.OpenSsl.dll
-C:\Dev\MailPrint\publish\System.Security.Cryptography.Primitives.dll
-C:\Dev\MailPrint\publish\System.Security.Cryptography.X509Certificates.dll
-C:\Dev\MailPrint\publish\System.Security.Principal.Windows.dll
-C:\Dev\MailPrint\publish\System.Security.Principal.dll
-C:\Dev\MailPrint\publish\System.Security.SecureString.dll
-C:\Dev\MailPrint\publish\System.Security.dll
-C:\Dev\MailPrint\publish\System.ServiceModel.Web.dll
-C:\Dev\MailPrint\publish\System.ServiceProcess.dll
-C:\Dev\MailPrint\publish\System.Text.Encoding.Extensions.dll
-C:\Dev\MailPrint\publish\System.Text.Encoding.dll
-C:\Dev\MailPrint\publish\System.Text.Encodings.Web.dll
-C:\Dev\MailPrint\publish\System.Text.Json.dll
-C:\Dev\MailPrint\publish\System.Text.RegularExpressions.dll
-C:\Dev\MailPrint\publish\System.Threading.Channels.dll
-C:\Dev\MailPrint\publish\System.Threading.Overlapped.dll
-C:\Dev\MailPrint\publish\System.Threading.Tasks.Dataflow.dll
-C:\Dev\MailPrint\publish\System.Threading.Tasks.Extensions.dll
-C:\Dev\MailPrint\publish\System.Threading.Tasks.Parallel.dll
-C:\Dev\MailPrint\publish\System.Threading.Tasks.dll
-C:\Dev\MailPrint\publish\System.Threading.Thread.dll
-C:\Dev\MailPrint\publish\System.Threading.ThreadPool.dll
-C:\Dev\MailPrint\publish\System.Threading.Timer.dll
-C:\Dev\MailPrint\publish\System.Threading.dll
-C:\Dev\MailPrint\publish\System.Transactions.Local.dll
-C:\Dev\MailPrint\publish\System.Transactions.dll
-C:\Dev\MailPrint\publish\System.ValueTuple.dll
-C:\Dev\MailPrint\publish\System.Web.HttpUtility.dll
-C:\Dev\MailPrint\publish\System.Web.dll
-C:\Dev\MailPrint\publish\System.Windows.dll
-C:\Dev\MailPrint\publish\System.Xml.Linq.dll
-C:\Dev\MailPrint\publish\System.Xml.ReaderWriter.dll
-C:\Dev\MailPrint\publish\System.Xml.Serialization.dll
-C:\Dev\MailPrint\publish\System.Xml.XDocument.dll
-C:\Dev\MailPrint\publish\System.Xml.XPath.XDocument.dll
-C:\Dev\MailPrint\publish\System.Xml.XPath.dll
-C:\Dev\MailPrint\publish\System.Xml.XmlDocument.dll
-C:\Dev\MailPrint\publish\System.Xml.XmlSerializer.dll
-C:\Dev\MailPrint\publish\System.Xml.dll
-C:\Dev\MailPrint\publish\System.dll
-C:\Dev\MailPrint\publish\WindowsBase.dll
-C:\Dev\MailPrint\publish\mscorlib.dll
-C:\Dev\MailPrint\publish\netstandard.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Antiforgery.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Authentication.Abstractions.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Authentication.Cookies.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Authentication.Core.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Authentication.OAuth.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Authentication.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Authorization.Policy.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Authorization.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Components.Authorization.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Components.Forms.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Components.Server.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Components.Web.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Components.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Connections.Abstractions.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.CookiePolicy.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Cors.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Cryptography.Internal.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.DataProtection.Abstractions.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.DataProtection.Extensions.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.DataProtection.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Diagnostics.Abstractions.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Diagnostics.HealthChecks.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Diagnostics.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.HostFiltering.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Hosting.Abstractions.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Hosting.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Html.Abstractions.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Http.Abstractions.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Http.Connections.Common.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Http.Connections.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Http.Extensions.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Http.Features.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Http.Results.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Http.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.HttpLogging.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.HttpOverrides.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.HttpsPolicy.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Identity.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Localization.Routing.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Localization.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Metadata.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Mvc.Abstractions.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Mvc.ApiExplorer.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Mvc.Core.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Mvc.Cors.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Mvc.DataAnnotations.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Mvc.Formatters.Json.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Mvc.Formatters.Xml.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Mvc.Localization.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Mvc.Razor.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Mvc.RazorPages.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Mvc.TagHelpers.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Mvc.ViewFeatures.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Mvc.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Razor.Runtime.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Razor.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.ResponseCaching.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.ResponseCompression.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Rewrite.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Routing.Abstractions.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Routing.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Server.HttpSys.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Server.IIS.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Server.IISIntegration.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Server.Kestrel.Core.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Server.Kestrel.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.Session.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.SignalR.Common.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.SignalR.Core.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.SignalR.Protocols.Json.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.SignalR.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.StaticFiles.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.WebSockets.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.WebUtilities.dll
-C:\Dev\MailPrint\publish\Microsoft.AspNetCore.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.Caching.Abstractions.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.Caching.Memory.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.Configuration.Abstractions.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.Configuration.Binder.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.Configuration.CommandLine.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.Configuration.EnvironmentVariables.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.Configuration.FileExtensions.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.Configuration.Ini.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.Configuration.Json.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.Configuration.KeyPerFile.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.Configuration.UserSecrets.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.Configuration.Xml.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.Configuration.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.DependencyInjection.Abstractions.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.DependencyInjection.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.Diagnostics.HealthChecks.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.Features.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.FileProviders.Abstractions.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.FileProviders.Composite.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.FileProviders.Embedded.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.FileProviders.Physical.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.FileSystemGlobbing.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.Hosting.Abstractions.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.Hosting.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.Http.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.Identity.Core.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.Identity.Stores.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.Localization.Abstractions.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.Localization.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.Logging.Abstractions.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.Logging.Configuration.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.Logging.Console.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.Logging.Debug.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.Logging.EventLog.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.Logging.EventSource.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.Logging.TraceSource.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.Logging.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.ObjectPool.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.Options.ConfigurationExtensions.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.Options.DataAnnotations.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.Options.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.Primitives.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.WebEncoders.dll
-C:\Dev\MailPrint\publish\Microsoft.JSInterop.dll
-C:\Dev\MailPrint\publish\Microsoft.Net.Http.Headers.dll
-C:\Dev\MailPrint\publish\System.Diagnostics.EventLog.Messages.dll
-C:\Dev\MailPrint\publish\System.Diagnostics.EventLog.dll
-C:\Dev\MailPrint\publish\System.IO.Pipelines.dll
-C:\Dev\MailPrint\publish\System.Security.Cryptography.Xml.dll
-C:\Dev\MailPrint\publish\Microsoft.DiaSymReader.Native.amd64.dll
-C:\Dev\MailPrint\publish\System.IO.Compression.Native.dll
-C:\Dev\MailPrint\publish\api-ms-win-core-console-l1-1-0.dll
-C:\Dev\MailPrint\publish\api-ms-win-core-console-l1-2-0.dll
-C:\Dev\MailPrint\publish\api-ms-win-core-datetime-l1-1-0.dll
-C:\Dev\MailPrint\publish\api-ms-win-core-debug-l1-1-0.dll
-C:\Dev\MailPrint\publish\api-ms-win-core-errorhandling-l1-1-0.dll
-C:\Dev\MailPrint\publish\api-ms-win-core-fibers-l1-1-0.dll
-C:\Dev\MailPrint\publish\api-ms-win-core-file-l1-1-0.dll
-C:\Dev\MailPrint\publish\api-ms-win-core-file-l1-2-0.dll
-C:\Dev\MailPrint\publish\api-ms-win-core-file-l2-1-0.dll
-C:\Dev\MailPrint\publish\api-ms-win-core-handle-l1-1-0.dll
-C:\Dev\MailPrint\publish\api-ms-win-core-heap-l1-1-0.dll
-C:\Dev\MailPrint\publish\api-ms-win-core-interlocked-l1-1-0.dll
-C:\Dev\MailPrint\publish\api-ms-win-core-libraryloader-l1-1-0.dll
-C:\Dev\MailPrint\publish\api-ms-win-core-localization-l1-2-0.dll
-C:\Dev\MailPrint\publish\api-ms-win-core-memory-l1-1-0.dll
-C:\Dev\MailPrint\publish\api-ms-win-core-namedpipe-l1-1-0.dll
-C:\Dev\MailPrint\publish\api-ms-win-core-processenvironment-l1-1-0.dll
-C:\Dev\MailPrint\publish\api-ms-win-core-processthreads-l1-1-0.dll
-C:\Dev\MailPrint\publish\api-ms-win-core-processthreads-l1-1-1.dll
-C:\Dev\MailPrint\publish\api-ms-win-core-profile-l1-1-0.dll
-C:\Dev\MailPrint\publish\api-ms-win-core-rtlsupport-l1-1-0.dll
-C:\Dev\MailPrint\publish\api-ms-win-core-string-l1-1-0.dll
-C:\Dev\MailPrint\publish\api-ms-win-core-synch-l1-1-0.dll
-C:\Dev\MailPrint\publish\api-ms-win-core-synch-l1-2-0.dll
-C:\Dev\MailPrint\publish\api-ms-win-core-sysinfo-l1-1-0.dll
-C:\Dev\MailPrint\publish\api-ms-win-core-timezone-l1-1-0.dll
-C:\Dev\MailPrint\publish\api-ms-win-core-util-l1-1-0.dll
-C:\Dev\MailPrint\publish\api-ms-win-crt-conio-l1-1-0.dll
-C:\Dev\MailPrint\publish\api-ms-win-crt-convert-l1-1-0.dll
-C:\Dev\MailPrint\publish\api-ms-win-crt-environment-l1-1-0.dll
-C:\Dev\MailPrint\publish\api-ms-win-crt-filesystem-l1-1-0.dll
-C:\Dev\MailPrint\publish\api-ms-win-crt-heap-l1-1-0.dll
-C:\Dev\MailPrint\publish\api-ms-win-crt-locale-l1-1-0.dll
-C:\Dev\MailPrint\publish\api-ms-win-crt-math-l1-1-0.dll
-C:\Dev\MailPrint\publish\api-ms-win-crt-multibyte-l1-1-0.dll
-C:\Dev\MailPrint\publish\api-ms-win-crt-private-l1-1-0.dll
-C:\Dev\MailPrint\publish\api-ms-win-crt-process-l1-1-0.dll
-C:\Dev\MailPrint\publish\api-ms-win-crt-runtime-l1-1-0.dll
-C:\Dev\MailPrint\publish\api-ms-win-crt-stdio-l1-1-0.dll
-C:\Dev\MailPrint\publish\api-ms-win-crt-string-l1-1-0.dll
-C:\Dev\MailPrint\publish\api-ms-win-crt-time-l1-1-0.dll
-C:\Dev\MailPrint\publish\api-ms-win-crt-utility-l1-1-0.dll
-C:\Dev\MailPrint\publish\clretwrc.dll
-C:\Dev\MailPrint\publish\clrjit.dll
-C:\Dev\MailPrint\publish\coreclr.dll
-C:\Dev\MailPrint\publish\createdump.exe
-C:\Dev\MailPrint\publish\dbgshim.dll
-C:\Dev\MailPrint\publish\hostfxr.dll
-C:\Dev\MailPrint\publish\hostpolicy.dll
-C:\Dev\MailPrint\publish\mscordaccore.dll
-C:\Dev\MailPrint\publish\mscordaccore_amd64_amd64_6.0.3624.51421.dll
-C:\Dev\MailPrint\publish\mscordbi.dll
-C:\Dev\MailPrint\publish\mscorrc.dll
-C:\Dev\MailPrint\publish\msquic.dll
-C:\Dev\MailPrint\publish\ucrtbase.dll
-C:\Dev\MailPrint\publish\aspnetcorev2_inprocess.dll
-C:\Dev\MailPrint\publish\BouncyCastle.Cryptography.dll
-C:\Dev\MailPrint\publish\MailKit.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.DependencyModel.dll
-C:\Dev\MailPrint\publish\Microsoft.Extensions.Hosting.WindowsServices.dll
-C:\Dev\MailPrint\publish\Microsoft.OpenApi.dll
-C:\Dev\MailPrint\publish\Microsoft.Win32.SystemEvents.dll
-C:\Dev\MailPrint\publish\MimeKit.dll
-C:\Dev\MailPrint\publish\Serilog.dll
-C:\Dev\MailPrint\publish\Serilog.AspNetCore.dll
-C:\Dev\MailPrint\publish\Serilog.Extensions.Hosting.dll
-C:\Dev\MailPrint\publish\Serilog.Extensions.Logging.dll
-C:\Dev\MailPrint\publish\Serilog.Formatting.Compact.dll
-C:\Dev\MailPrint\publish\Serilog.Settings.Configuration.dll
-C:\Dev\MailPrint\publish\Serilog.Sinks.Console.dll
-C:\Dev\MailPrint\publish\Serilog.Sinks.Debug.dll
-C:\Dev\MailPrint\publish\Serilog.Sinks.EventLog.dll
-C:\Dev\MailPrint\publish\Serilog.Sinks.File.dll
-C:\Dev\MailPrint\publish\Swashbuckle.AspNetCore.Swagger.dll
-C:\Dev\MailPrint\publish\Swashbuckle.AspNetCore.SwaggerGen.dll
-C:\Dev\MailPrint\publish\Swashbuckle.AspNetCore.SwaggerUI.dll
-C:\Dev\MailPrint\publish\System.Drawing.Common.dll
-C:\Dev\MailPrint\publish\System.Formats.Asn1.dll
-C:\Dev\MailPrint\publish\System.Security.Cryptography.Pkcs.dll
-C:\Dev\MailPrint\publish\System.ServiceProcess.ServiceController.dll
-C:\Dev\MailPrint\publish\System.Text.Encoding.CodePages.dll
diff --git a/MailPrint/obj/Release/net6.0-windows/win-x64/apphost.exe b/MailPrint/obj/Release/net6.0-windows/win-x64/apphost.exe
deleted file mode 100644
index 04b531f..0000000
Binary files a/MailPrint/obj/Release/net6.0-windows/win-x64/apphost.exe and /dev/null differ
diff --git a/MailPrint/obj/Release/net6.0-windows/win-x64/ref/MailPrint.dll b/MailPrint/obj/Release/net6.0-windows/win-x64/ref/MailPrint.dll
deleted file mode 100644
index 3f64266..0000000
Binary files a/MailPrint/obj/Release/net6.0-windows/win-x64/ref/MailPrint.dll and /dev/null differ
diff --git a/MailPrint/obj/Release/net6.0-windows/win-x64/refint/MailPrint.dll b/MailPrint/obj/Release/net6.0-windows/win-x64/refint/MailPrint.dll
deleted file mode 100644
index 3f64266..0000000
Binary files a/MailPrint/obj/Release/net6.0-windows/win-x64/refint/MailPrint.dll and /dev/null differ
diff --git a/MailPrint/obj/Release/net6.0-windows/win-x64/rjsmcshtml.dswa.cache.json b/MailPrint/obj/Release/net6.0-windows/win-x64/rjsmcshtml.dswa.cache.json
deleted file mode 100644
index 2c8a952..0000000
--- a/MailPrint/obj/Release/net6.0-windows/win-x64/rjsmcshtml.dswa.cache.json
+++ /dev/null
@@ -1 +0,0 @@
-{"GlobalPropertiesHash":"p4LaS7fAfqC0O05TnB4EW4+jwY7nO9ixUxHSZ3FhUpc=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["T90d2h95/gcE9ZNO1M1tONzTHiMqHpYuHwIvmz0rA80=","Mx1NSgXRw9l6iolAyGfvK1s4wH7lZq10gNvCbED/gNE=","tO7wzAJeTTOUwTb7uToN/Nhby0i5CcsTqVMWNL/I0ng="],"CachedAssets":{},"CachedCopyCandidates":{}}
\ No newline at end of file
diff --git a/MailPrint/obj/Release/net6.0-windows/win-x64/rjsmrazor.dswa.cache.json b/MailPrint/obj/Release/net6.0-windows/win-x64/rjsmrazor.dswa.cache.json
deleted file mode 100644
index 4196d47..0000000
--- a/MailPrint/obj/Release/net6.0-windows/win-x64/rjsmrazor.dswa.cache.json
+++ /dev/null
@@ -1 +0,0 @@
-{"GlobalPropertiesHash":"zzG0kxbCOPfamyTH4hoKh3HBugr8hl/DjYPZCf/0E14=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["T90d2h95/gcE9ZNO1M1tONzTHiMqHpYuHwIvmz0rA80=","Mx1NSgXRw9l6iolAyGfvK1s4wH7lZq10gNvCbED/gNE=","tO7wzAJeTTOUwTb7uToN/Nhby0i5CcsTqVMWNL/I0ng="],"CachedAssets":{},"CachedCopyCandidates":{}}
\ No newline at end of file
diff --git a/MailPrint/obj/Release/net6.0-windows/win-x64/rpswa.dswa.cache.json b/MailPrint/obj/Release/net6.0-windows/win-x64/rpswa.dswa.cache.json
deleted file mode 100644
index 7451026..0000000
--- a/MailPrint/obj/Release/net6.0-windows/win-x64/rpswa.dswa.cache.json
+++ /dev/null
@@ -1 +0,0 @@
-{"GlobalPropertiesHash":"FIBNUkUp/w9DDA2vuhr29TllOoGX7fxQS3rQu1jdaIE=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["T90d2h95/gcE9ZNO1M1tONzTHiMqHpYuHwIvmz0rA80="],"CachedAssets":{},"CachedCopyCandidates":{}}
\ No newline at end of file
diff --git a/MailPrint/obj/Release/net6.0-windows/win-x64/staticwebassets.build.endpoints.json b/MailPrint/obj/Release/net6.0-windows/win-x64/staticwebassets.build.endpoints.json
deleted file mode 100644
index 5576e88..0000000
--- a/MailPrint/obj/Release/net6.0-windows/win-x64/staticwebassets.build.endpoints.json
+++ /dev/null
@@ -1 +0,0 @@
-{"Version":1,"ManifestType":"Build","Endpoints":[]}
\ No newline at end of file
diff --git a/MailPrint/obj/Release/net6.0-windows/win-x64/staticwebassets.build.json b/MailPrint/obj/Release/net6.0-windows/win-x64/staticwebassets.build.json
deleted file mode 100644
index 7796c13..0000000
--- a/MailPrint/obj/Release/net6.0-windows/win-x64/staticwebassets.build.json
+++ /dev/null
@@ -1 +0,0 @@
-{"Version":1,"Hash":"Ril34qtEnxswwHUiym/GeotJ+2nnEaEAm+VHQhrBqJY=","Source":"MailPrint","BasePath":"/","Mode":"Root","ManifestType":"Build","ReferencedProjectsConfiguration":[],"DiscoveryPatterns":[],"Assets":[],"Endpoints":[]}
\ No newline at end of file
diff --git a/MailPrint/obj/Release/net6.0-windows/win-x64/staticwebassets.build.json.cache b/MailPrint/obj/Release/net6.0-windows/win-x64/staticwebassets.build.json.cache
deleted file mode 100644
index 23013e6..0000000
--- a/MailPrint/obj/Release/net6.0-windows/win-x64/staticwebassets.build.json.cache
+++ /dev/null
@@ -1 +0,0 @@
-Ril34qtEnxswwHUiym/GeotJ+2nnEaEAm+VHQhrBqJY=
\ No newline at end of file
diff --git a/MailPrint/obj/Release/net6.0-windows/win-x64/staticwebassets.publish.endpoints.json b/MailPrint/obj/Release/net6.0-windows/win-x64/staticwebassets.publish.endpoints.json
deleted file mode 100644
index 21da96b..0000000
--- a/MailPrint/obj/Release/net6.0-windows/win-x64/staticwebassets.publish.endpoints.json
+++ /dev/null
@@ -1 +0,0 @@
-{"Version":1,"ManifestType":"Publish","Endpoints":[]}
\ No newline at end of file
diff --git a/MailPrint/obj/Release/net6.0-windows/win-x64/staticwebassets.publish.json b/MailPrint/obj/Release/net6.0-windows/win-x64/staticwebassets.publish.json
deleted file mode 100644
index 03b484a..0000000
--- a/MailPrint/obj/Release/net6.0-windows/win-x64/staticwebassets.publish.json
+++ /dev/null
@@ -1 +0,0 @@
-{"Version":1,"Hash":"R1rIqVsIl+HZIVxvromnvaqr42MBq4oRJCkkp8I3dIc=","Source":"MailPrint","BasePath":"/","Mode":"Root","ManifestType":"Publish","ReferencedProjectsConfiguration":[],"DiscoveryPatterns":[],"Assets":[],"Endpoints":[]}
\ No newline at end of file
diff --git a/MailPrint/obj/Release/net6.0-windows/win-x64/swae.build.ex.cache b/MailPrint/obj/Release/net6.0-windows/win-x64/swae.build.ex.cache
deleted file mode 100644
index e69de29..0000000
diff --git a/MailPrint/obj/Release/net6.0-windows/win-x64/swae.publish.ex.cache b/MailPrint/obj/Release/net6.0-windows/win-x64/swae.publish.ex.cache
deleted file mode 100644
index e69de29..0000000
diff --git a/MailPrint/obj/project.assets.json b/MailPrint/obj/project.assets.json
deleted file mode 100644
index 8eedaed..0000000
--- a/MailPrint/obj/project.assets.json
+++ /dev/null
@@ -1,2277 +0,0 @@
-{
- "version": 3,
- "targets": {
- "net10.0-windows7.0": {
- "BouncyCastle.Cryptography/2.4.0": {
- "type": "package",
- "compile": {
- "lib/net6.0/BouncyCastle.Cryptography.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net6.0/BouncyCastle.Cryptography.dll": {
- "related": ".xml"
- }
- }
- },
- "MailKit/4.7.1.1": {
- "type": "package",
- "dependencies": {
- "MimeKit": "4.7.1"
- },
- "compile": {
- "lib/net8.0/MailKit.dll": {
- "related": ".dll.config;.pdb;.xml"
- }
- },
- "runtime": {
- "lib/net8.0/MailKit.dll": {
- "related": ".dll.config;.pdb;.xml"
- }
- }
- },
- "Microsoft.Extensions.ApiDescription.Server/6.0.5": {
- "type": "package",
- "build": {
- "build/Microsoft.Extensions.ApiDescription.Server.props": {},
- "build/Microsoft.Extensions.ApiDescription.Server.targets": {}
- },
- "buildMultiTargeting": {
- "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.props": {},
- "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.targets": {}
- }
- },
- "Microsoft.Extensions.DependencyModel/9.0.0": {
- "type": "package",
- "compile": {
- "lib/net9.0/Microsoft.Extensions.DependencyModel.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net9.0/Microsoft.Extensions.DependencyModel.dll": {
- "related": ".xml"
- }
- },
- "build": {
- "buildTransitive/net8.0/_._": {}
- }
- },
- "Microsoft.Extensions.Hosting.WindowsServices/10.0.0-preview.3.25171.5": {
- "type": "package",
- "dependencies": {
- "System.ServiceProcess.ServiceController": "10.0.0-preview.3.25171.5"
- },
- "compile": {
- "lib/net10.0/Microsoft.Extensions.Hosting.WindowsServices.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net10.0/Microsoft.Extensions.Hosting.WindowsServices.dll": {
- "related": ".xml"
- }
- },
- "build": {
- "buildTransitive/net8.0/_._": {}
- }
- },
- "Microsoft.OpenApi/1.6.22": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.OpenApi.dll": {
- "related": ".pdb;.xml"
- }
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.OpenApi.dll": {
- "related": ".pdb;.xml"
- }
- }
- },
- "Microsoft.Win32.SystemEvents/9.0.4": {
- "type": "package",
- "compile": {
- "lib/net9.0/Microsoft.Win32.SystemEvents.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net9.0/Microsoft.Win32.SystemEvents.dll": {
- "related": ".xml"
- }
- },
- "build": {
- "buildTransitive/net8.0/_._": {}
- },
- "runtimeTargets": {
- "runtimes/win/lib/net9.0/Microsoft.Win32.SystemEvents.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- },
- "MimeKit/4.7.1": {
- "type": "package",
- "dependencies": {
- "BouncyCastle.Cryptography": "2.4.0",
- "System.Security.Cryptography.Pkcs": "8.0.0"
- },
- "compile": {
- "lib/net8.0/MimeKit.dll": {
- "related": ".dll.config;.pdb;.xml"
- }
- },
- "runtime": {
- "lib/net8.0/MimeKit.dll": {
- "related": ".dll.config;.pdb;.xml"
- }
- }
- },
- "Serilog/4.2.0": {
- "type": "package",
- "compile": {
- "lib/net9.0/Serilog.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net9.0/Serilog.dll": {
- "related": ".xml"
- }
- }
- },
- "Serilog.AspNetCore/9.0.0": {
- "type": "package",
- "dependencies": {
- "Serilog": "4.2.0",
- "Serilog.Extensions.Hosting": "9.0.0",
- "Serilog.Formatting.Compact": "3.0.0",
- "Serilog.Settings.Configuration": "9.0.0",
- "Serilog.Sinks.Console": "6.0.0",
- "Serilog.Sinks.Debug": "3.0.0",
- "Serilog.Sinks.File": "6.0.0"
- },
- "compile": {
- "lib/net9.0/Serilog.AspNetCore.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net9.0/Serilog.AspNetCore.dll": {
- "related": ".xml"
- }
- },
- "frameworkReferences": [
- "Microsoft.AspNetCore.App"
- ]
- },
- "Serilog.Extensions.Hosting/9.0.0": {
- "type": "package",
- "dependencies": {
- "Serilog": "4.2.0",
- "Serilog.Extensions.Logging": "9.0.0"
- },
- "compile": {
- "lib/net9.0/Serilog.Extensions.Hosting.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net9.0/Serilog.Extensions.Hosting.dll": {
- "related": ".xml"
- }
- }
- },
- "Serilog.Extensions.Logging/9.0.0": {
- "type": "package",
- "dependencies": {
- "Serilog": "4.2.0"
- },
- "compile": {
- "lib/net9.0/Serilog.Extensions.Logging.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net9.0/Serilog.Extensions.Logging.dll": {
- "related": ".xml"
- }
- }
- },
- "Serilog.Formatting.Compact/3.0.0": {
- "type": "package",
- "dependencies": {
- "Serilog": "4.0.0"
- },
- "compile": {
- "lib/net8.0/Serilog.Formatting.Compact.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/Serilog.Formatting.Compact.dll": {
- "related": ".xml"
- }
- }
- },
- "Serilog.Settings.Configuration/9.0.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.DependencyModel": "9.0.0",
- "Serilog": "4.2.0"
- },
- "compile": {
- "lib/net9.0/Serilog.Settings.Configuration.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net9.0/Serilog.Settings.Configuration.dll": {
- "related": ".xml"
- }
- }
- },
- "Serilog.Sinks.Console/6.0.0": {
- "type": "package",
- "dependencies": {
- "Serilog": "4.0.0"
- },
- "compile": {
- "lib/net8.0/Serilog.Sinks.Console.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/Serilog.Sinks.Console.dll": {
- "related": ".xml"
- }
- }
- },
- "Serilog.Sinks.Debug/3.0.0": {
- "type": "package",
- "dependencies": {
- "Serilog": "4.0.0"
- },
- "compile": {
- "lib/net8.0/Serilog.Sinks.Debug.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/Serilog.Sinks.Debug.dll": {
- "related": ".xml"
- }
- }
- },
- "Serilog.Sinks.EventLog/4.0.0": {
- "type": "package",
- "dependencies": {
- "Serilog": "4.0.0"
- },
- "compile": {
- "lib/net8.0/Serilog.Sinks.EventLog.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/Serilog.Sinks.EventLog.dll": {
- "related": ".xml"
- }
- }
- },
- "Serilog.Sinks.File/6.0.0": {
- "type": "package",
- "dependencies": {
- "Serilog": "4.0.0"
- },
- "compile": {
- "lib/net8.0/Serilog.Sinks.File.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/Serilog.Sinks.File.dll": {
- "related": ".xml"
- }
- }
- },
- "Swashbuckle.AspNetCore/7.3.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.ApiDescription.Server": "6.0.5",
- "Swashbuckle.AspNetCore.Swagger": "7.3.1",
- "Swashbuckle.AspNetCore.SwaggerGen": "7.3.1",
- "Swashbuckle.AspNetCore.SwaggerUI": "7.3.1"
- },
- "build": {
- "build/Swashbuckle.AspNetCore.props": {}
- },
- "buildMultiTargeting": {
- "buildMultiTargeting/Swashbuckle.AspNetCore.props": {}
- }
- },
- "Swashbuckle.AspNetCore.Swagger/7.3.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.OpenApi": "1.6.22"
- },
- "compile": {
- "lib/net9.0/Swashbuckle.AspNetCore.Swagger.dll": {
- "related": ".pdb;.xml"
- }
- },
- "runtime": {
- "lib/net9.0/Swashbuckle.AspNetCore.Swagger.dll": {
- "related": ".pdb;.xml"
- }
- },
- "frameworkReferences": [
- "Microsoft.AspNetCore.App"
- ]
- },
- "Swashbuckle.AspNetCore.SwaggerGen/7.3.1": {
- "type": "package",
- "dependencies": {
- "Swashbuckle.AspNetCore.Swagger": "7.3.1"
- },
- "compile": {
- "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
- "related": ".pdb;.xml"
- }
- },
- "runtime": {
- "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
- "related": ".pdb;.xml"
- }
- }
- },
- "Swashbuckle.AspNetCore.SwaggerUI/7.3.1": {
- "type": "package",
- "compile": {
- "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
- "related": ".pdb;.xml"
- }
- },
- "runtime": {
- "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
- "related": ".pdb;.xml"
- }
- },
- "frameworkReferences": [
- "Microsoft.AspNetCore.App"
- ]
- },
- "System.Drawing.Common/9.0.4": {
- "type": "package",
- "dependencies": {
- "Microsoft.Win32.SystemEvents": "9.0.4"
- },
- "compile": {
- "lib/net9.0/System.Drawing.Common.dll": {
- "related": ".pdb;.xml"
- },
- "lib/net9.0/System.Private.Windows.Core.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net9.0/System.Drawing.Common.dll": {
- "related": ".pdb;.xml"
- },
- "lib/net9.0/System.Private.Windows.Core.dll": {
- "related": ".xml"
- }
- },
- "build": {
- "buildTransitive/net8.0/_._": {}
- }
- },
- "System.Security.Cryptography.Pkcs/8.0.0": {
- "type": "package",
- "compile": {
- "lib/net8.0/System.Security.Cryptography.Pkcs.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/System.Security.Cryptography.Pkcs.dll": {
- "related": ".xml"
- }
- },
- "build": {
- "buildTransitive/net6.0/_._": {}
- },
- "runtimeTargets": {
- "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- },
- "System.ServiceProcess.ServiceController/10.0.0-preview.3.25171.5": {
- "type": "package",
- "compile": {
- "lib/net10.0/System.ServiceProcess.ServiceController.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net10.0/System.ServiceProcess.ServiceController.dll": {
- "related": ".xml"
- }
- },
- "build": {
- "buildTransitive/net8.0/_._": {}
- },
- "runtimeTargets": {
- "runtimes/win/lib/net10.0/System.ServiceProcess.ServiceController.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- }
- },
- "net10.0-windows7.0/win-x64": {
- "BouncyCastle.Cryptography/2.4.0": {
- "type": "package",
- "compile": {
- "lib/net6.0/BouncyCastle.Cryptography.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net6.0/BouncyCastle.Cryptography.dll": {
- "related": ".xml"
- }
- }
- },
- "MailKit/4.7.1.1": {
- "type": "package",
- "dependencies": {
- "MimeKit": "4.7.1"
- },
- "compile": {
- "lib/net8.0/MailKit.dll": {
- "related": ".dll.config;.pdb;.xml"
- }
- },
- "runtime": {
- "lib/net8.0/MailKit.dll": {
- "related": ".dll.config;.pdb;.xml"
- }
- }
- },
- "Microsoft.Extensions.ApiDescription.Server/6.0.5": {
- "type": "package",
- "build": {
- "build/Microsoft.Extensions.ApiDescription.Server.props": {},
- "build/Microsoft.Extensions.ApiDescription.Server.targets": {}
- },
- "buildMultiTargeting": {
- "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.props": {},
- "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.targets": {}
- }
- },
- "Microsoft.Extensions.DependencyModel/9.0.0": {
- "type": "package",
- "compile": {
- "lib/net9.0/Microsoft.Extensions.DependencyModel.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net9.0/Microsoft.Extensions.DependencyModel.dll": {
- "related": ".xml"
- }
- },
- "build": {
- "buildTransitive/net8.0/_._": {}
- }
- },
- "Microsoft.Extensions.Hosting.WindowsServices/10.0.0-preview.3.25171.5": {
- "type": "package",
- "dependencies": {
- "System.ServiceProcess.ServiceController": "10.0.0-preview.3.25171.5"
- },
- "compile": {
- "lib/net10.0/Microsoft.Extensions.Hosting.WindowsServices.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net10.0/Microsoft.Extensions.Hosting.WindowsServices.dll": {
- "related": ".xml"
- }
- },
- "build": {
- "buildTransitive/net8.0/_._": {}
- }
- },
- "Microsoft.OpenApi/1.6.22": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.OpenApi.dll": {
- "related": ".pdb;.xml"
- }
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.OpenApi.dll": {
- "related": ".pdb;.xml"
- }
- }
- },
- "Microsoft.Win32.SystemEvents/9.0.4": {
- "type": "package",
- "compile": {
- "lib/net9.0/Microsoft.Win32.SystemEvents.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "runtimes/win/lib/net9.0/Microsoft.Win32.SystemEvents.dll": {
- "related": ".xml"
- }
- },
- "build": {
- "buildTransitive/net8.0/_._": {}
- }
- },
- "MimeKit/4.7.1": {
- "type": "package",
- "dependencies": {
- "BouncyCastle.Cryptography": "2.4.0",
- "System.Security.Cryptography.Pkcs": "8.0.0"
- },
- "compile": {
- "lib/net8.0/MimeKit.dll": {
- "related": ".dll.config;.pdb;.xml"
- }
- },
- "runtime": {
- "lib/net8.0/MimeKit.dll": {
- "related": ".dll.config;.pdb;.xml"
- }
- }
- },
- "Serilog/4.2.0": {
- "type": "package",
- "compile": {
- "lib/net9.0/Serilog.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net9.0/Serilog.dll": {
- "related": ".xml"
- }
- }
- },
- "Serilog.AspNetCore/9.0.0": {
- "type": "package",
- "dependencies": {
- "Serilog": "4.2.0",
- "Serilog.Extensions.Hosting": "9.0.0",
- "Serilog.Formatting.Compact": "3.0.0",
- "Serilog.Settings.Configuration": "9.0.0",
- "Serilog.Sinks.Console": "6.0.0",
- "Serilog.Sinks.Debug": "3.0.0",
- "Serilog.Sinks.File": "6.0.0"
- },
- "compile": {
- "lib/net9.0/Serilog.AspNetCore.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net9.0/Serilog.AspNetCore.dll": {
- "related": ".xml"
- }
- },
- "frameworkReferences": [
- "Microsoft.AspNetCore.App"
- ]
- },
- "Serilog.Extensions.Hosting/9.0.0": {
- "type": "package",
- "dependencies": {
- "Serilog": "4.2.0",
- "Serilog.Extensions.Logging": "9.0.0"
- },
- "compile": {
- "lib/net9.0/Serilog.Extensions.Hosting.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net9.0/Serilog.Extensions.Hosting.dll": {
- "related": ".xml"
- }
- }
- },
- "Serilog.Extensions.Logging/9.0.0": {
- "type": "package",
- "dependencies": {
- "Serilog": "4.2.0"
- },
- "compile": {
- "lib/net9.0/Serilog.Extensions.Logging.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net9.0/Serilog.Extensions.Logging.dll": {
- "related": ".xml"
- }
- }
- },
- "Serilog.Formatting.Compact/3.0.0": {
- "type": "package",
- "dependencies": {
- "Serilog": "4.0.0"
- },
- "compile": {
- "lib/net8.0/Serilog.Formatting.Compact.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/Serilog.Formatting.Compact.dll": {
- "related": ".xml"
- }
- }
- },
- "Serilog.Settings.Configuration/9.0.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.DependencyModel": "9.0.0",
- "Serilog": "4.2.0"
- },
- "compile": {
- "lib/net9.0/Serilog.Settings.Configuration.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net9.0/Serilog.Settings.Configuration.dll": {
- "related": ".xml"
- }
- }
- },
- "Serilog.Sinks.Console/6.0.0": {
- "type": "package",
- "dependencies": {
- "Serilog": "4.0.0"
- },
- "compile": {
- "lib/net8.0/Serilog.Sinks.Console.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/Serilog.Sinks.Console.dll": {
- "related": ".xml"
- }
- }
- },
- "Serilog.Sinks.Debug/3.0.0": {
- "type": "package",
- "dependencies": {
- "Serilog": "4.0.0"
- },
- "compile": {
- "lib/net8.0/Serilog.Sinks.Debug.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/Serilog.Sinks.Debug.dll": {
- "related": ".xml"
- }
- }
- },
- "Serilog.Sinks.EventLog/4.0.0": {
- "type": "package",
- "dependencies": {
- "Serilog": "4.0.0"
- },
- "compile": {
- "lib/net8.0/Serilog.Sinks.EventLog.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/Serilog.Sinks.EventLog.dll": {
- "related": ".xml"
- }
- }
- },
- "Serilog.Sinks.File/6.0.0": {
- "type": "package",
- "dependencies": {
- "Serilog": "4.0.0"
- },
- "compile": {
- "lib/net8.0/Serilog.Sinks.File.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/Serilog.Sinks.File.dll": {
- "related": ".xml"
- }
- }
- },
- "Swashbuckle.AspNetCore/7.3.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.ApiDescription.Server": "6.0.5",
- "Swashbuckle.AspNetCore.Swagger": "7.3.1",
- "Swashbuckle.AspNetCore.SwaggerGen": "7.3.1",
- "Swashbuckle.AspNetCore.SwaggerUI": "7.3.1"
- },
- "build": {
- "build/Swashbuckle.AspNetCore.props": {}
- },
- "buildMultiTargeting": {
- "buildMultiTargeting/Swashbuckle.AspNetCore.props": {}
- }
- },
- "Swashbuckle.AspNetCore.Swagger/7.3.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.OpenApi": "1.6.22"
- },
- "compile": {
- "lib/net9.0/Swashbuckle.AspNetCore.Swagger.dll": {
- "related": ".pdb;.xml"
- }
- },
- "runtime": {
- "lib/net9.0/Swashbuckle.AspNetCore.Swagger.dll": {
- "related": ".pdb;.xml"
- }
- },
- "frameworkReferences": [
- "Microsoft.AspNetCore.App"
- ]
- },
- "Swashbuckle.AspNetCore.SwaggerGen/7.3.1": {
- "type": "package",
- "dependencies": {
- "Swashbuckle.AspNetCore.Swagger": "7.3.1"
- },
- "compile": {
- "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
- "related": ".pdb;.xml"
- }
- },
- "runtime": {
- "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
- "related": ".pdb;.xml"
- }
- }
- },
- "Swashbuckle.AspNetCore.SwaggerUI/7.3.1": {
- "type": "package",
- "compile": {
- "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
- "related": ".pdb;.xml"
- }
- },
- "runtime": {
- "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
- "related": ".pdb;.xml"
- }
- },
- "frameworkReferences": [
- "Microsoft.AspNetCore.App"
- ]
- },
- "System.Drawing.Common/9.0.4": {
- "type": "package",
- "dependencies": {
- "Microsoft.Win32.SystemEvents": "9.0.4"
- },
- "compile": {
- "lib/net9.0/System.Drawing.Common.dll": {
- "related": ".pdb;.xml"
- },
- "lib/net9.0/System.Private.Windows.Core.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net9.0/System.Drawing.Common.dll": {
- "related": ".pdb;.xml"
- },
- "lib/net9.0/System.Private.Windows.Core.dll": {
- "related": ".xml"
- }
- },
- "build": {
- "buildTransitive/net8.0/_._": {}
- }
- },
- "System.Security.Cryptography.Pkcs/8.0.0": {
- "type": "package",
- "compile": {
- "lib/net8.0/System.Security.Cryptography.Pkcs.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll": {
- "related": ".xml"
- }
- },
- "build": {
- "buildTransitive/net6.0/_._": {}
- }
- },
- "System.ServiceProcess.ServiceController/10.0.0-preview.3.25171.5": {
- "type": "package",
- "compile": {
- "lib/net10.0/System.ServiceProcess.ServiceController.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "runtimes/win/lib/net10.0/System.ServiceProcess.ServiceController.dll": {
- "related": ".xml"
- }
- },
- "build": {
- "buildTransitive/net8.0/_._": {}
- }
- }
- }
- },
- "libraries": {
- "BouncyCastle.Cryptography/2.4.0": {
- "sha512": "SwXsAV3sMvAU/Nn31pbjhWurYSjJ+/giI/0n6tCrYoupEK34iIHCuk3STAd9fx8yudM85KkLSVdn951vTng/vQ==",
- "type": "package",
- "path": "bouncycastle.cryptography/2.4.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.md",
- "README.md",
- "bouncycastle.cryptography.2.4.0.nupkg.sha512",
- "bouncycastle.cryptography.nuspec",
- "lib/net461/BouncyCastle.Cryptography.dll",
- "lib/net461/BouncyCastle.Cryptography.xml",
- "lib/net6.0/BouncyCastle.Cryptography.dll",
- "lib/net6.0/BouncyCastle.Cryptography.xml",
- "lib/netstandard2.0/BouncyCastle.Cryptography.dll",
- "lib/netstandard2.0/BouncyCastle.Cryptography.xml",
- "packageIcon.png"
- ]
- },
- "MailKit/4.7.1.1": {
- "sha512": "Y3okmIxu8g/ZcoJiE2i+dCeKgnNyddsXmcJslZnCPGVPP0aRyeVINHV1h97V+OVMdqjQI6O12J2p8Duwq5UEqQ==",
- "type": "package",
- "path": "mailkit/4.7.1.1",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "docs/ExchangeOAuth2.md",
- "docs/FAQ.md",
- "docs/GMailOAuth2.md",
- "docs/README.md",
- "icons/mailkit-50.png",
- "lib/net462/MailKit.dll",
- "lib/net462/MailKit.dll.config",
- "lib/net462/MailKit.pdb",
- "lib/net462/MailKit.xml",
- "lib/net47/MailKit.dll",
- "lib/net47/MailKit.dll.config",
- "lib/net47/MailKit.pdb",
- "lib/net47/MailKit.xml",
- "lib/net48/MailKit.dll",
- "lib/net48/MailKit.dll.config",
- "lib/net48/MailKit.pdb",
- "lib/net48/MailKit.xml",
- "lib/net6.0/MailKit.dll",
- "lib/net6.0/MailKit.dll.config",
- "lib/net6.0/MailKit.pdb",
- "lib/net6.0/MailKit.xml",
- "lib/net8.0/MailKit.dll",
- "lib/net8.0/MailKit.dll.config",
- "lib/net8.0/MailKit.pdb",
- "lib/net8.0/MailKit.xml",
- "lib/netstandard2.0/MailKit.dll",
- "lib/netstandard2.0/MailKit.dll.config",
- "lib/netstandard2.0/MailKit.pdb",
- "lib/netstandard2.0/MailKit.xml",
- "lib/netstandard2.1/MailKit.dll",
- "lib/netstandard2.1/MailKit.dll.config",
- "lib/netstandard2.1/MailKit.pdb",
- "lib/netstandard2.1/MailKit.xml",
- "mailkit.4.7.1.1.nupkg.sha512",
- "mailkit.nuspec"
- ]
- },
- "Microsoft.Extensions.ApiDescription.Server/6.0.5": {
- "sha512": "Ckb5EDBUNJdFWyajfXzUIMRkhf52fHZOQuuZg/oiu8y7zDCVwD0iHhew6MnThjHmevanpxL3f5ci2TtHQEN6bw==",
- "type": "package",
- "path": "microsoft.extensions.apidescription.server/6.0.5",
- "hasTools": true,
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "build/Microsoft.Extensions.ApiDescription.Server.props",
- "build/Microsoft.Extensions.ApiDescription.Server.targets",
- "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.props",
- "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.targets",
- "microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512",
- "microsoft.extensions.apidescription.server.nuspec",
- "tools/Newtonsoft.Json.dll",
- "tools/dotnet-getdocument.deps.json",
- "tools/dotnet-getdocument.dll",
- "tools/dotnet-getdocument.runtimeconfig.json",
- "tools/net461-x86/GetDocument.Insider.exe",
- "tools/net461-x86/GetDocument.Insider.exe.config",
- "tools/net461-x86/Microsoft.Win32.Primitives.dll",
- "tools/net461-x86/System.AppContext.dll",
- "tools/net461-x86/System.Buffers.dll",
- "tools/net461-x86/System.Collections.Concurrent.dll",
- "tools/net461-x86/System.Collections.NonGeneric.dll",
- "tools/net461-x86/System.Collections.Specialized.dll",
- "tools/net461-x86/System.Collections.dll",
- "tools/net461-x86/System.ComponentModel.EventBasedAsync.dll",
- "tools/net461-x86/System.ComponentModel.Primitives.dll",
- "tools/net461-x86/System.ComponentModel.TypeConverter.dll",
- "tools/net461-x86/System.ComponentModel.dll",
- "tools/net461-x86/System.Console.dll",
- "tools/net461-x86/System.Data.Common.dll",
- "tools/net461-x86/System.Diagnostics.Contracts.dll",
- "tools/net461-x86/System.Diagnostics.Debug.dll",
- "tools/net461-x86/System.Diagnostics.DiagnosticSource.dll",
- "tools/net461-x86/System.Diagnostics.FileVersionInfo.dll",
- "tools/net461-x86/System.Diagnostics.Process.dll",
- "tools/net461-x86/System.Diagnostics.StackTrace.dll",
- "tools/net461-x86/System.Diagnostics.TextWriterTraceListener.dll",
- "tools/net461-x86/System.Diagnostics.Tools.dll",
- "tools/net461-x86/System.Diagnostics.TraceSource.dll",
- "tools/net461-x86/System.Diagnostics.Tracing.dll",
- "tools/net461-x86/System.Drawing.Primitives.dll",
- "tools/net461-x86/System.Dynamic.Runtime.dll",
- "tools/net461-x86/System.Globalization.Calendars.dll",
- "tools/net461-x86/System.Globalization.Extensions.dll",
- "tools/net461-x86/System.Globalization.dll",
- "tools/net461-x86/System.IO.Compression.ZipFile.dll",
- "tools/net461-x86/System.IO.Compression.dll",
- "tools/net461-x86/System.IO.FileSystem.DriveInfo.dll",
- "tools/net461-x86/System.IO.FileSystem.Primitives.dll",
- "tools/net461-x86/System.IO.FileSystem.Watcher.dll",
- "tools/net461-x86/System.IO.FileSystem.dll",
- "tools/net461-x86/System.IO.IsolatedStorage.dll",
- "tools/net461-x86/System.IO.MemoryMappedFiles.dll",
- "tools/net461-x86/System.IO.Pipes.dll",
- "tools/net461-x86/System.IO.UnmanagedMemoryStream.dll",
- "tools/net461-x86/System.IO.dll",
- "tools/net461-x86/System.Linq.Expressions.dll",
- "tools/net461-x86/System.Linq.Parallel.dll",
- "tools/net461-x86/System.Linq.Queryable.dll",
- "tools/net461-x86/System.Linq.dll",
- "tools/net461-x86/System.Memory.dll",
- "tools/net461-x86/System.Net.Http.dll",
- "tools/net461-x86/System.Net.NameResolution.dll",
- "tools/net461-x86/System.Net.NetworkInformation.dll",
- "tools/net461-x86/System.Net.Ping.dll",
- "tools/net461-x86/System.Net.Primitives.dll",
- "tools/net461-x86/System.Net.Requests.dll",
- "tools/net461-x86/System.Net.Security.dll",
- "tools/net461-x86/System.Net.Sockets.dll",
- "tools/net461-x86/System.Net.WebHeaderCollection.dll",
- "tools/net461-x86/System.Net.WebSockets.Client.dll",
- "tools/net461-x86/System.Net.WebSockets.dll",
- "tools/net461-x86/System.Numerics.Vectors.dll",
- "tools/net461-x86/System.ObjectModel.dll",
- "tools/net461-x86/System.Reflection.Extensions.dll",
- "tools/net461-x86/System.Reflection.Primitives.dll",
- "tools/net461-x86/System.Reflection.dll",
- "tools/net461-x86/System.Resources.Reader.dll",
- "tools/net461-x86/System.Resources.ResourceManager.dll",
- "tools/net461-x86/System.Resources.Writer.dll",
- "tools/net461-x86/System.Runtime.CompilerServices.Unsafe.dll",
- "tools/net461-x86/System.Runtime.CompilerServices.VisualC.dll",
- "tools/net461-x86/System.Runtime.Extensions.dll",
- "tools/net461-x86/System.Runtime.Handles.dll",
- "tools/net461-x86/System.Runtime.InteropServices.RuntimeInformation.dll",
- "tools/net461-x86/System.Runtime.InteropServices.dll",
- "tools/net461-x86/System.Runtime.Numerics.dll",
- "tools/net461-x86/System.Runtime.Serialization.Formatters.dll",
- "tools/net461-x86/System.Runtime.Serialization.Json.dll",
- "tools/net461-x86/System.Runtime.Serialization.Primitives.dll",
- "tools/net461-x86/System.Runtime.Serialization.Xml.dll",
- "tools/net461-x86/System.Runtime.dll",
- "tools/net461-x86/System.Security.Claims.dll",
- "tools/net461-x86/System.Security.Cryptography.Algorithms.dll",
- "tools/net461-x86/System.Security.Cryptography.Csp.dll",
- "tools/net461-x86/System.Security.Cryptography.Encoding.dll",
- "tools/net461-x86/System.Security.Cryptography.Primitives.dll",
- "tools/net461-x86/System.Security.Cryptography.X509Certificates.dll",
- "tools/net461-x86/System.Security.Principal.dll",
- "tools/net461-x86/System.Security.SecureString.dll",
- "tools/net461-x86/System.Text.Encoding.Extensions.dll",
- "tools/net461-x86/System.Text.Encoding.dll",
- "tools/net461-x86/System.Text.RegularExpressions.dll",
- "tools/net461-x86/System.Threading.Overlapped.dll",
- "tools/net461-x86/System.Threading.Tasks.Parallel.dll",
- "tools/net461-x86/System.Threading.Tasks.dll",
- "tools/net461-x86/System.Threading.Thread.dll",
- "tools/net461-x86/System.Threading.ThreadPool.dll",
- "tools/net461-x86/System.Threading.Timer.dll",
- "tools/net461-x86/System.Threading.dll",
- "tools/net461-x86/System.ValueTuple.dll",
- "tools/net461-x86/System.Xml.ReaderWriter.dll",
- "tools/net461-x86/System.Xml.XDocument.dll",
- "tools/net461-x86/System.Xml.XPath.XDocument.dll",
- "tools/net461-x86/System.Xml.XPath.dll",
- "tools/net461-x86/System.Xml.XmlDocument.dll",
- "tools/net461-x86/System.Xml.XmlSerializer.dll",
- "tools/net461-x86/netstandard.dll",
- "tools/net461/GetDocument.Insider.exe",
- "tools/net461/GetDocument.Insider.exe.config",
- "tools/net461/Microsoft.Win32.Primitives.dll",
- "tools/net461/System.AppContext.dll",
- "tools/net461/System.Buffers.dll",
- "tools/net461/System.Collections.Concurrent.dll",
- "tools/net461/System.Collections.NonGeneric.dll",
- "tools/net461/System.Collections.Specialized.dll",
- "tools/net461/System.Collections.dll",
- "tools/net461/System.ComponentModel.EventBasedAsync.dll",
- "tools/net461/System.ComponentModel.Primitives.dll",
- "tools/net461/System.ComponentModel.TypeConverter.dll",
- "tools/net461/System.ComponentModel.dll",
- "tools/net461/System.Console.dll",
- "tools/net461/System.Data.Common.dll",
- "tools/net461/System.Diagnostics.Contracts.dll",
- "tools/net461/System.Diagnostics.Debug.dll",
- "tools/net461/System.Diagnostics.DiagnosticSource.dll",
- "tools/net461/System.Diagnostics.FileVersionInfo.dll",
- "tools/net461/System.Diagnostics.Process.dll",
- "tools/net461/System.Diagnostics.StackTrace.dll",
- "tools/net461/System.Diagnostics.TextWriterTraceListener.dll",
- "tools/net461/System.Diagnostics.Tools.dll",
- "tools/net461/System.Diagnostics.TraceSource.dll",
- "tools/net461/System.Diagnostics.Tracing.dll",
- "tools/net461/System.Drawing.Primitives.dll",
- "tools/net461/System.Dynamic.Runtime.dll",
- "tools/net461/System.Globalization.Calendars.dll",
- "tools/net461/System.Globalization.Extensions.dll",
- "tools/net461/System.Globalization.dll",
- "tools/net461/System.IO.Compression.ZipFile.dll",
- "tools/net461/System.IO.Compression.dll",
- "tools/net461/System.IO.FileSystem.DriveInfo.dll",
- "tools/net461/System.IO.FileSystem.Primitives.dll",
- "tools/net461/System.IO.FileSystem.Watcher.dll",
- "tools/net461/System.IO.FileSystem.dll",
- "tools/net461/System.IO.IsolatedStorage.dll",
- "tools/net461/System.IO.MemoryMappedFiles.dll",
- "tools/net461/System.IO.Pipes.dll",
- "tools/net461/System.IO.UnmanagedMemoryStream.dll",
- "tools/net461/System.IO.dll",
- "tools/net461/System.Linq.Expressions.dll",
- "tools/net461/System.Linq.Parallel.dll",
- "tools/net461/System.Linq.Queryable.dll",
- "tools/net461/System.Linq.dll",
- "tools/net461/System.Memory.dll",
- "tools/net461/System.Net.Http.dll",
- "tools/net461/System.Net.NameResolution.dll",
- "tools/net461/System.Net.NetworkInformation.dll",
- "tools/net461/System.Net.Ping.dll",
- "tools/net461/System.Net.Primitives.dll",
- "tools/net461/System.Net.Requests.dll",
- "tools/net461/System.Net.Security.dll",
- "tools/net461/System.Net.Sockets.dll",
- "tools/net461/System.Net.WebHeaderCollection.dll",
- "tools/net461/System.Net.WebSockets.Client.dll",
- "tools/net461/System.Net.WebSockets.dll",
- "tools/net461/System.Numerics.Vectors.dll",
- "tools/net461/System.ObjectModel.dll",
- "tools/net461/System.Reflection.Extensions.dll",
- "tools/net461/System.Reflection.Primitives.dll",
- "tools/net461/System.Reflection.dll",
- "tools/net461/System.Resources.Reader.dll",
- "tools/net461/System.Resources.ResourceManager.dll",
- "tools/net461/System.Resources.Writer.dll",
- "tools/net461/System.Runtime.CompilerServices.Unsafe.dll",
- "tools/net461/System.Runtime.CompilerServices.VisualC.dll",
- "tools/net461/System.Runtime.Extensions.dll",
- "tools/net461/System.Runtime.Handles.dll",
- "tools/net461/System.Runtime.InteropServices.RuntimeInformation.dll",
- "tools/net461/System.Runtime.InteropServices.dll",
- "tools/net461/System.Runtime.Numerics.dll",
- "tools/net461/System.Runtime.Serialization.Formatters.dll",
- "tools/net461/System.Runtime.Serialization.Json.dll",
- "tools/net461/System.Runtime.Serialization.Primitives.dll",
- "tools/net461/System.Runtime.Serialization.Xml.dll",
- "tools/net461/System.Runtime.dll",
- "tools/net461/System.Security.Claims.dll",
- "tools/net461/System.Security.Cryptography.Algorithms.dll",
- "tools/net461/System.Security.Cryptography.Csp.dll",
- "tools/net461/System.Security.Cryptography.Encoding.dll",
- "tools/net461/System.Security.Cryptography.Primitives.dll",
- "tools/net461/System.Security.Cryptography.X509Certificates.dll",
- "tools/net461/System.Security.Principal.dll",
- "tools/net461/System.Security.SecureString.dll",
- "tools/net461/System.Text.Encoding.Extensions.dll",
- "tools/net461/System.Text.Encoding.dll",
- "tools/net461/System.Text.RegularExpressions.dll",
- "tools/net461/System.Threading.Overlapped.dll",
- "tools/net461/System.Threading.Tasks.Parallel.dll",
- "tools/net461/System.Threading.Tasks.dll",
- "tools/net461/System.Threading.Thread.dll",
- "tools/net461/System.Threading.ThreadPool.dll",
- "tools/net461/System.Threading.Timer.dll",
- "tools/net461/System.Threading.dll",
- "tools/net461/System.ValueTuple.dll",
- "tools/net461/System.Xml.ReaderWriter.dll",
- "tools/net461/System.Xml.XDocument.dll",
- "tools/net461/System.Xml.XPath.XDocument.dll",
- "tools/net461/System.Xml.XPath.dll",
- "tools/net461/System.Xml.XmlDocument.dll",
- "tools/net461/System.Xml.XmlSerializer.dll",
- "tools/net461/netstandard.dll",
- "tools/netcoreapp2.1/GetDocument.Insider.deps.json",
- "tools/netcoreapp2.1/GetDocument.Insider.dll",
- "tools/netcoreapp2.1/GetDocument.Insider.runtimeconfig.json",
- "tools/netcoreapp2.1/System.Diagnostics.DiagnosticSource.dll"
- ]
- },
- "Microsoft.Extensions.DependencyModel/9.0.0": {
- "sha512": "saxr2XzwgDU77LaQfYFXmddEDRUKHF4DaGMZkNB3qjdVSZlax3//dGJagJkKrGMIPNZs2jVFXITyCCR6UHJNdA==",
- "type": "package",
- "path": "microsoft.extensions.dependencymodel/9.0.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "PACKAGE.md",
- "THIRD-PARTY-NOTICES.TXT",
- "buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets",
- "buildTransitive/net462/_._",
- "buildTransitive/net8.0/_._",
- "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets",
- "lib/net462/Microsoft.Extensions.DependencyModel.dll",
- "lib/net462/Microsoft.Extensions.DependencyModel.xml",
- "lib/net8.0/Microsoft.Extensions.DependencyModel.dll",
- "lib/net8.0/Microsoft.Extensions.DependencyModel.xml",
- "lib/net9.0/Microsoft.Extensions.DependencyModel.dll",
- "lib/net9.0/Microsoft.Extensions.DependencyModel.xml",
- "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll",
- "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml",
- "microsoft.extensions.dependencymodel.9.0.0.nupkg.sha512",
- "microsoft.extensions.dependencymodel.nuspec",
- "useSharedDesignerContext.txt"
- ]
- },
- "Microsoft.Extensions.Hosting.WindowsServices/10.0.0-preview.3.25171.5": {
- "sha512": "kL3TeKTEnkpQNuAxR5/CSi+7vQwKGXHl/pz+szetFjN8M39zWe5ECDHkcGk9xwcyhLv2aiuBQ1DqV45qXsfLag==",
- "type": "package",
- "path": "microsoft.extensions.hosting.windowsservices/10.0.0-preview.3.25171.5",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "PACKAGE.md",
- "THIRD-PARTY-NOTICES.TXT",
- "buildTransitive/net461/Microsoft.Extensions.Hosting.WindowsServices.targets",
- "buildTransitive/net462/_._",
- "buildTransitive/net8.0/_._",
- "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Hosting.WindowsServices.targets",
- "lib/net10.0/Microsoft.Extensions.Hosting.WindowsServices.dll",
- "lib/net10.0/Microsoft.Extensions.Hosting.WindowsServices.xml",
- "lib/net462/Microsoft.Extensions.Hosting.WindowsServices.dll",
- "lib/net462/Microsoft.Extensions.Hosting.WindowsServices.xml",
- "lib/net8.0/Microsoft.Extensions.Hosting.WindowsServices.dll",
- "lib/net8.0/Microsoft.Extensions.Hosting.WindowsServices.xml",
- "lib/net9.0/Microsoft.Extensions.Hosting.WindowsServices.dll",
- "lib/net9.0/Microsoft.Extensions.Hosting.WindowsServices.xml",
- "lib/netstandard2.0/Microsoft.Extensions.Hosting.WindowsServices.dll",
- "lib/netstandard2.0/Microsoft.Extensions.Hosting.WindowsServices.xml",
- "lib/netstandard2.1/Microsoft.Extensions.Hosting.WindowsServices.dll",
- "lib/netstandard2.1/Microsoft.Extensions.Hosting.WindowsServices.xml",
- "microsoft.extensions.hosting.windowsservices.10.0.0-preview.3.25171.5.nupkg.sha512",
- "microsoft.extensions.hosting.windowsservices.nuspec",
- "useSharedDesignerContext.txt"
- ]
- },
- "Microsoft.OpenApi/1.6.22": {
- "sha512": "aBvunmrdu/x+4CaA/UP1Jx4xWGwk4kymhoIRnn2Vp+zi5/KOPQJ9EkSXHRUr01WcGKtYl3Au7XfkPJbU1G2sjQ==",
- "type": "package",
- "path": "microsoft.openapi/1.6.22",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "README.md",
- "lib/netstandard2.0/Microsoft.OpenApi.dll",
- "lib/netstandard2.0/Microsoft.OpenApi.pdb",
- "lib/netstandard2.0/Microsoft.OpenApi.xml",
- "microsoft.openapi.1.6.22.nupkg.sha512",
- "microsoft.openapi.nuspec"
- ]
- },
- "Microsoft.Win32.SystemEvents/9.0.4": {
- "sha512": "kHgtAkXhNEP8oGuAVe3Q5admxsdMlSdWE2rXcA9FfeGDZJQawPccmZgnOswgW3ugUPSJt7VH+TMQPz65mnhGSQ==",
- "type": "package",
- "path": "microsoft.win32.systemevents/9.0.4",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "PACKAGE.md",
- "THIRD-PARTY-NOTICES.TXT",
- "buildTransitive/net461/Microsoft.Win32.SystemEvents.targets",
- "buildTransitive/net462/_._",
- "buildTransitive/net8.0/_._",
- "buildTransitive/netcoreapp2.0/Microsoft.Win32.SystemEvents.targets",
- "lib/net462/Microsoft.Win32.SystemEvents.dll",
- "lib/net462/Microsoft.Win32.SystemEvents.xml",
- "lib/net8.0/Microsoft.Win32.SystemEvents.dll",
- "lib/net8.0/Microsoft.Win32.SystemEvents.xml",
- "lib/net9.0/Microsoft.Win32.SystemEvents.dll",
- "lib/net9.0/Microsoft.Win32.SystemEvents.xml",
- "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll",
- "lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml",
- "microsoft.win32.systemevents.9.0.4.nupkg.sha512",
- "microsoft.win32.systemevents.nuspec",
- "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.dll",
- "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.xml",
- "runtimes/win/lib/net9.0/Microsoft.Win32.SystemEvents.dll",
- "runtimes/win/lib/net9.0/Microsoft.Win32.SystemEvents.xml",
- "useSharedDesignerContext.txt"
- ]
- },
- "MimeKit/4.7.1": {
- "sha512": "Qoj4aVvhX14A1FNvaJ33hzOP4VZI2j+Mr38I9wSGcjMq4BYDtWLJG89aJ9nRW2cNfH6Czjwyp7+Mh++xv3AZvg==",
- "type": "package",
- "path": "mimekit/4.7.1",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "docs/FAQ.md",
- "docs/README.md",
- "icons/mimekit-50.png",
- "lib/net462/MimeKit.dll",
- "lib/net462/MimeKit.dll.config",
- "lib/net462/MimeKit.pdb",
- "lib/net462/MimeKit.xml",
- "lib/net47/MimeKit.dll",
- "lib/net47/MimeKit.dll.config",
- "lib/net47/MimeKit.pdb",
- "lib/net47/MimeKit.xml",
- "lib/net48/MimeKit.dll",
- "lib/net48/MimeKit.dll.config",
- "lib/net48/MimeKit.pdb",
- "lib/net48/MimeKit.xml",
- "lib/net6.0/MimeKit.dll",
- "lib/net6.0/MimeKit.dll.config",
- "lib/net6.0/MimeKit.pdb",
- "lib/net6.0/MimeKit.xml",
- "lib/net8.0/MimeKit.dll",
- "lib/net8.0/MimeKit.dll.config",
- "lib/net8.0/MimeKit.pdb",
- "lib/net8.0/MimeKit.xml",
- "lib/netstandard2.0/MimeKit.dll",
- "lib/netstandard2.0/MimeKit.dll.config",
- "lib/netstandard2.0/MimeKit.pdb",
- "lib/netstandard2.0/MimeKit.xml",
- "lib/netstandard2.1/MimeKit.dll",
- "lib/netstandard2.1/MimeKit.dll.config",
- "lib/netstandard2.1/MimeKit.pdb",
- "lib/netstandard2.1/MimeKit.xml",
- "mimekit.4.7.1.nupkg.sha512",
- "mimekit.nuspec"
- ]
- },
- "Serilog/4.2.0": {
- "sha512": "gmoWVOvKgbME8TYR+gwMf7osROiWAURterc6Rt2dQyX7wtjZYpqFiA/pY6ztjGQKKV62GGCyOcmtP1UKMHgSmA==",
- "type": "package",
- "path": "serilog/4.2.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "README.md",
- "icon.png",
- "lib/net462/Serilog.dll",
- "lib/net462/Serilog.xml",
- "lib/net471/Serilog.dll",
- "lib/net471/Serilog.xml",
- "lib/net6.0/Serilog.dll",
- "lib/net6.0/Serilog.xml",
- "lib/net8.0/Serilog.dll",
- "lib/net8.0/Serilog.xml",
- "lib/net9.0/Serilog.dll",
- "lib/net9.0/Serilog.xml",
- "lib/netstandard2.0/Serilog.dll",
- "lib/netstandard2.0/Serilog.xml",
- "serilog.4.2.0.nupkg.sha512",
- "serilog.nuspec"
- ]
- },
- "Serilog.AspNetCore/9.0.0": {
- "sha512": "JslDajPlBsn3Pww1554flJFTqROvK9zz9jONNQgn0D8Lx2Trw8L0A8/n6zEQK1DAZWXrJwiVLw8cnTR3YFuYsg==",
- "type": "package",
- "path": "serilog.aspnetcore/9.0.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "README.md",
- "icon.png",
- "lib/net462/Serilog.AspNetCore.dll",
- "lib/net462/Serilog.AspNetCore.xml",
- "lib/net8.0/Serilog.AspNetCore.dll",
- "lib/net8.0/Serilog.AspNetCore.xml",
- "lib/net9.0/Serilog.AspNetCore.dll",
- "lib/net9.0/Serilog.AspNetCore.xml",
- "lib/netstandard2.0/Serilog.AspNetCore.dll",
- "lib/netstandard2.0/Serilog.AspNetCore.xml",
- "lib/netstandard2.1/Serilog.AspNetCore.dll",
- "lib/netstandard2.1/Serilog.AspNetCore.xml",
- "serilog.aspnetcore.9.0.0.nupkg.sha512",
- "serilog.aspnetcore.nuspec"
- ]
- },
- "Serilog.Extensions.Hosting/9.0.0": {
- "sha512": "u2TRxuxbjvTAldQn7uaAwePkWxTHIqlgjelekBtilAGL5sYyF3+65NWctN4UrwwGLsDC7c3Vz3HnOlu+PcoxXg==",
- "type": "package",
- "path": "serilog.extensions.hosting/9.0.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "README.md",
- "icon.png",
- "lib/net462/Serilog.Extensions.Hosting.dll",
- "lib/net462/Serilog.Extensions.Hosting.xml",
- "lib/net8.0/Serilog.Extensions.Hosting.dll",
- "lib/net8.0/Serilog.Extensions.Hosting.xml",
- "lib/net9.0/Serilog.Extensions.Hosting.dll",
- "lib/net9.0/Serilog.Extensions.Hosting.xml",
- "lib/netstandard2.0/Serilog.Extensions.Hosting.dll",
- "lib/netstandard2.0/Serilog.Extensions.Hosting.xml",
- "lib/netstandard2.1/Serilog.Extensions.Hosting.dll",
- "lib/netstandard2.1/Serilog.Extensions.Hosting.xml",
- "serilog.extensions.hosting.9.0.0.nupkg.sha512",
- "serilog.extensions.hosting.nuspec"
- ]
- },
- "Serilog.Extensions.Logging/9.0.0": {
- "sha512": "NwSSYqPJeKNzl5AuXVHpGbr6PkZJFlNa14CdIebVjK3k/76kYj/mz5kiTRNVSsSaxM8kAIa1kpy/qyT9E4npRQ==",
- "type": "package",
- "path": "serilog.extensions.logging/9.0.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "README.md",
- "lib/net462/Serilog.Extensions.Logging.dll",
- "lib/net462/Serilog.Extensions.Logging.xml",
- "lib/net8.0/Serilog.Extensions.Logging.dll",
- "lib/net8.0/Serilog.Extensions.Logging.xml",
- "lib/net9.0/Serilog.Extensions.Logging.dll",
- "lib/net9.0/Serilog.Extensions.Logging.xml",
- "lib/netstandard2.0/Serilog.Extensions.Logging.dll",
- "lib/netstandard2.0/Serilog.Extensions.Logging.xml",
- "lib/netstandard2.1/Serilog.Extensions.Logging.dll",
- "lib/netstandard2.1/Serilog.Extensions.Logging.xml",
- "serilog-extension-nuget.png",
- "serilog.extensions.logging.9.0.0.nupkg.sha512",
- "serilog.extensions.logging.nuspec"
- ]
- },
- "Serilog.Formatting.Compact/3.0.0": {
- "sha512": "wQsv14w9cqlfB5FX2MZpNsTawckN4a8dryuNGbebB/3Nh1pXnROHZov3swtu3Nj5oNG7Ba+xdu7Et/ulAUPanQ==",
- "type": "package",
- "path": "serilog.formatting.compact/3.0.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "README.md",
- "lib/net462/Serilog.Formatting.Compact.dll",
- "lib/net462/Serilog.Formatting.Compact.xml",
- "lib/net471/Serilog.Formatting.Compact.dll",
- "lib/net471/Serilog.Formatting.Compact.xml",
- "lib/net6.0/Serilog.Formatting.Compact.dll",
- "lib/net6.0/Serilog.Formatting.Compact.xml",
- "lib/net8.0/Serilog.Formatting.Compact.dll",
- "lib/net8.0/Serilog.Formatting.Compact.xml",
- "lib/netstandard2.0/Serilog.Formatting.Compact.dll",
- "lib/netstandard2.0/Serilog.Formatting.Compact.xml",
- "serilog-extension-nuget.png",
- "serilog.formatting.compact.3.0.0.nupkg.sha512",
- "serilog.formatting.compact.nuspec"
- ]
- },
- "Serilog.Settings.Configuration/9.0.0": {
- "sha512": "4/Et4Cqwa+F88l5SeFeNZ4c4Z6dEAIKbu3MaQb2Zz9F/g27T5a3wvfMcmCOaAiACjfUb4A6wrlTVfyYUZk3RRQ==",
- "type": "package",
- "path": "serilog.settings.configuration/9.0.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "README.md",
- "icon.png",
- "lib/net462/Serilog.Settings.Configuration.dll",
- "lib/net462/Serilog.Settings.Configuration.xml",
- "lib/net8.0/Serilog.Settings.Configuration.dll",
- "lib/net8.0/Serilog.Settings.Configuration.xml",
- "lib/net9.0/Serilog.Settings.Configuration.dll",
- "lib/net9.0/Serilog.Settings.Configuration.xml",
- "lib/netstandard2.0/Serilog.Settings.Configuration.dll",
- "lib/netstandard2.0/Serilog.Settings.Configuration.xml",
- "serilog.settings.configuration.9.0.0.nupkg.sha512",
- "serilog.settings.configuration.nuspec"
- ]
- },
- "Serilog.Sinks.Console/6.0.0": {
- "sha512": "fQGWqVMClCP2yEyTXPIinSr5c+CBGUvBybPxjAGcf7ctDhadFhrQw03Mv8rJ07/wR5PDfFjewf2LimvXCDzpbA==",
- "type": "package",
- "path": "serilog.sinks.console/6.0.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "README.md",
- "icon.png",
- "lib/net462/Serilog.Sinks.Console.dll",
- "lib/net462/Serilog.Sinks.Console.xml",
- "lib/net471/Serilog.Sinks.Console.dll",
- "lib/net471/Serilog.Sinks.Console.xml",
- "lib/net6.0/Serilog.Sinks.Console.dll",
- "lib/net6.0/Serilog.Sinks.Console.xml",
- "lib/net8.0/Serilog.Sinks.Console.dll",
- "lib/net8.0/Serilog.Sinks.Console.xml",
- "lib/netstandard2.0/Serilog.Sinks.Console.dll",
- "lib/netstandard2.0/Serilog.Sinks.Console.xml",
- "serilog.sinks.console.6.0.0.nupkg.sha512",
- "serilog.sinks.console.nuspec"
- ]
- },
- "Serilog.Sinks.Debug/3.0.0": {
- "sha512": "4BzXcdrgRX7wde9PmHuYd9U6YqycCC28hhpKonK7hx0wb19eiuRj16fPcPSVp0o/Y1ipJuNLYQ00R3q2Zs8FDA==",
- "type": "package",
- "path": "serilog.sinks.debug/3.0.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "README.md",
- "icon.png",
- "lib/net462/Serilog.Sinks.Debug.dll",
- "lib/net462/Serilog.Sinks.Debug.xml",
- "lib/net471/Serilog.Sinks.Debug.dll",
- "lib/net471/Serilog.Sinks.Debug.xml",
- "lib/net6.0/Serilog.Sinks.Debug.dll",
- "lib/net6.0/Serilog.Sinks.Debug.xml",
- "lib/net8.0/Serilog.Sinks.Debug.dll",
- "lib/net8.0/Serilog.Sinks.Debug.xml",
- "lib/netstandard2.0/Serilog.Sinks.Debug.dll",
- "lib/netstandard2.0/Serilog.Sinks.Debug.xml",
- "serilog.sinks.debug.3.0.0.nupkg.sha512",
- "serilog.sinks.debug.nuspec"
- ]
- },
- "Serilog.Sinks.EventLog/4.0.0": {
- "sha512": "Cmfr5v407xVc0GA0Sk+RQCCBNvxvwY1lV5/k2bqLi3ksTvLx/KbGTVM2rA5Z/e2ZEZ12HOCvBviQ9Er9GsMjXQ==",
- "type": "package",
- "path": "serilog.sinks.eventlog/4.0.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "README.md",
- "lib/net462/Serilog.Sinks.EventLog.dll",
- "lib/net462/Serilog.Sinks.EventLog.xml",
- "lib/net471/Serilog.Sinks.EventLog.dll",
- "lib/net471/Serilog.Sinks.EventLog.xml",
- "lib/net6.0/Serilog.Sinks.EventLog.dll",
- "lib/net6.0/Serilog.Sinks.EventLog.xml",
- "lib/net8.0/Serilog.Sinks.EventLog.dll",
- "lib/net8.0/Serilog.Sinks.EventLog.xml",
- "lib/netstandard2.0/Serilog.Sinks.EventLog.dll",
- "lib/netstandard2.0/Serilog.Sinks.EventLog.xml",
- "serilog-sink-nuget.png",
- "serilog.sinks.eventlog.4.0.0.nupkg.sha512",
- "serilog.sinks.eventlog.nuspec"
- ]
- },
- "Serilog.Sinks.File/6.0.0": {
- "sha512": "lxjg89Y8gJMmFxVkbZ+qDgjl+T4yC5F7WSLTvA+5q0R04tfKVLRL/EHpYoJ/MEQd2EeCKDuylBIVnAYMotmh2A==",
- "type": "package",
- "path": "serilog.sinks.file/6.0.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "README.md",
- "lib/net462/Serilog.Sinks.File.dll",
- "lib/net462/Serilog.Sinks.File.xml",
- "lib/net471/Serilog.Sinks.File.dll",
- "lib/net471/Serilog.Sinks.File.xml",
- "lib/net6.0/Serilog.Sinks.File.dll",
- "lib/net6.0/Serilog.Sinks.File.xml",
- "lib/net8.0/Serilog.Sinks.File.dll",
- "lib/net8.0/Serilog.Sinks.File.xml",
- "lib/netstandard2.0/Serilog.Sinks.File.dll",
- "lib/netstandard2.0/Serilog.Sinks.File.xml",
- "serilog-sink-nuget.png",
- "serilog.sinks.file.6.0.0.nupkg.sha512",
- "serilog.sinks.file.nuspec"
- ]
- },
- "Swashbuckle.AspNetCore/7.3.1": {
- "sha512": "6u8w+UXp/sF89xQjfydWw6znQrUpbpFOmEIs8ODE+S0bV+mCQ9dNP4mk+HRsGHylpDaP5KSYSCEfFSgluLXHsA==",
- "type": "package",
- "path": "swashbuckle.aspnetcore/7.3.1",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "build/Swashbuckle.AspNetCore.props",
- "buildMultiTargeting/Swashbuckle.AspNetCore.props",
- "docs/package-readme.md",
- "swashbuckle.aspnetcore.7.3.1.nupkg.sha512",
- "swashbuckle.aspnetcore.nuspec"
- ]
- },
- "Swashbuckle.AspNetCore.Swagger/7.3.1": {
- "sha512": "jQuJ8kVbq+YE8WsJE3RwWHlF1kasp0QkA9Gl6NeNLICrhcgN8IQIthMufYW6t/4hpcN5cBIdES5jCEV81WjHbA==",
- "type": "package",
- "path": "swashbuckle.aspnetcore.swagger/7.3.1",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll",
- "lib/net6.0/Swashbuckle.AspNetCore.Swagger.pdb",
- "lib/net6.0/Swashbuckle.AspNetCore.Swagger.xml",
- "lib/net8.0/Swashbuckle.AspNetCore.Swagger.dll",
- "lib/net8.0/Swashbuckle.AspNetCore.Swagger.pdb",
- "lib/net8.0/Swashbuckle.AspNetCore.Swagger.xml",
- "lib/net9.0/Swashbuckle.AspNetCore.Swagger.dll",
- "lib/net9.0/Swashbuckle.AspNetCore.Swagger.pdb",
- "lib/net9.0/Swashbuckle.AspNetCore.Swagger.xml",
- "lib/netstandard2.0/Swashbuckle.AspNetCore.Swagger.dll",
- "lib/netstandard2.0/Swashbuckle.AspNetCore.Swagger.pdb",
- "lib/netstandard2.0/Swashbuckle.AspNetCore.Swagger.xml",
- "package-readme.md",
- "swashbuckle.aspnetcore.swagger.7.3.1.nupkg.sha512",
- "swashbuckle.aspnetcore.swagger.nuspec"
- ]
- },
- "Swashbuckle.AspNetCore.SwaggerGen/7.3.1": {
- "sha512": "xs7Pznb3SSjZy7HpThE0ILqECfQFsGDHOrRoIYD/j67ktdRR1juDG4AMyidXXCOipgzHanZoF+nFrc+Nmjqjyw==",
- "type": "package",
- "path": "swashbuckle.aspnetcore.swaggergen/7.3.1",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll",
- "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.pdb",
- "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.xml",
- "lib/net8.0/Swashbuckle.AspNetCore.SwaggerGen.dll",
- "lib/net8.0/Swashbuckle.AspNetCore.SwaggerGen.pdb",
- "lib/net8.0/Swashbuckle.AspNetCore.SwaggerGen.xml",
- "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll",
- "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.pdb",
- "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.xml",
- "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerGen.dll",
- "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerGen.pdb",
- "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerGen.xml",
- "package-readme.md",
- "swashbuckle.aspnetcore.swaggergen.7.3.1.nupkg.sha512",
- "swashbuckle.aspnetcore.swaggergen.nuspec"
- ]
- },
- "Swashbuckle.AspNetCore.SwaggerUI/7.3.1": {
- "sha512": "hs6C+lmNEzipOA1WPQpIaGvvoXjUbnoevbv6l7o9ZQE8SNF8ggjOmK6NB6cYdMcEvk0uBeKl4Qq/BnRt5MFVqg==",
- "type": "package",
- "path": "swashbuckle.aspnetcore.swaggerui/7.3.1",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll",
- "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.pdb",
- "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.xml",
- "lib/net8.0/Swashbuckle.AspNetCore.SwaggerUI.dll",
- "lib/net8.0/Swashbuckle.AspNetCore.SwaggerUI.pdb",
- "lib/net8.0/Swashbuckle.AspNetCore.SwaggerUI.xml",
- "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll",
- "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.pdb",
- "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.xml",
- "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerUI.dll",
- "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerUI.pdb",
- "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerUI.xml",
- "package-readme.md",
- "swashbuckle.aspnetcore.swaggerui.7.3.1.nupkg.sha512",
- "swashbuckle.aspnetcore.swaggerui.nuspec"
- ]
- },
- "System.Drawing.Common/9.0.4": {
- "sha512": "SbtusMUT1bCxZ14904ZPo2GZyelze0rwUni9wXrp8KX9Zlsda8idqpxra1RBvOA85WM0wW+fCI4GLrlCTYiE6A==",
- "type": "package",
- "path": "system.drawing.common/9.0.4",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "PACKAGE.md",
- "THIRD-PARTY-NOTICES.TXT",
- "buildTransitive/net461/System.Drawing.Common.targets",
- "buildTransitive/net462/_._",
- "buildTransitive/net8.0/_._",
- "buildTransitive/netcoreapp2.0/System.Drawing.Common.targets",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net462/System.Drawing.Common.dll",
- "lib/net462/System.Drawing.Common.pdb",
- "lib/net462/System.Drawing.Common.xml",
- "lib/net8.0/System.Drawing.Common.dll",
- "lib/net8.0/System.Drawing.Common.pdb",
- "lib/net8.0/System.Drawing.Common.xml",
- "lib/net8.0/System.Private.Windows.Core.dll",
- "lib/net8.0/System.Private.Windows.Core.xml",
- "lib/net9.0/System.Drawing.Common.dll",
- "lib/net9.0/System.Drawing.Common.pdb",
- "lib/net9.0/System.Drawing.Common.xml",
- "lib/net9.0/System.Private.Windows.Core.dll",
- "lib/net9.0/System.Private.Windows.Core.xml",
- "lib/netstandard2.0/System.Drawing.Common.dll",
- "lib/netstandard2.0/System.Drawing.Common.pdb",
- "lib/netstandard2.0/System.Drawing.Common.xml",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "system.drawing.common.9.0.4.nupkg.sha512",
- "system.drawing.common.nuspec",
- "useSharedDesignerContext.txt"
- ]
- },
- "System.Security.Cryptography.Pkcs/8.0.0": {
- "sha512": "ULmp3xoOwNYjOYp4JZ2NK/6NdTgiN1GQXzVVN1njQ7LOZ0d0B9vyMnhyqbIi9Qw4JXj1JgCsitkTShboHRx7Eg==",
- "type": "package",
- "path": "system.security.cryptography.pkcs/8.0.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "buildTransitive/net461/System.Security.Cryptography.Pkcs.targets",
- "buildTransitive/net462/_._",
- "buildTransitive/net6.0/_._",
- "buildTransitive/netcoreapp2.0/System.Security.Cryptography.Pkcs.targets",
- "lib/net462/System.Security.Cryptography.Pkcs.dll",
- "lib/net462/System.Security.Cryptography.Pkcs.xml",
- "lib/net6.0/System.Security.Cryptography.Pkcs.dll",
- "lib/net6.0/System.Security.Cryptography.Pkcs.xml",
- "lib/net7.0/System.Security.Cryptography.Pkcs.dll",
- "lib/net7.0/System.Security.Cryptography.Pkcs.xml",
- "lib/net8.0/System.Security.Cryptography.Pkcs.dll",
- "lib/net8.0/System.Security.Cryptography.Pkcs.xml",
- "lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll",
- "lib/netstandard2.0/System.Security.Cryptography.Pkcs.xml",
- "lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll",
- "lib/netstandard2.1/System.Security.Cryptography.Pkcs.xml",
- "runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.dll",
- "runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.xml",
- "runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.dll",
- "runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.xml",
- "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll",
- "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.xml",
- "system.security.cryptography.pkcs.8.0.0.nupkg.sha512",
- "system.security.cryptography.pkcs.nuspec",
- "useSharedDesignerContext.txt"
- ]
- },
- "System.ServiceProcess.ServiceController/10.0.0-preview.3.25171.5": {
- "sha512": "/Co2ApycIZx6M9tXQQNgk0g/JE3mYCP2HI5/VdCb48ZNbC52Tcgapej+DdWZn24ejfWwq6mavY7YMnsFm9nVEQ==",
- "type": "package",
- "path": "system.serviceprocess.servicecontroller/10.0.0-preview.3.25171.5",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "PACKAGE.md",
- "THIRD-PARTY-NOTICES.TXT",
- "buildTransitive/net461/System.ServiceProcess.ServiceController.targets",
- "buildTransitive/net462/_._",
- "buildTransitive/net8.0/_._",
- "buildTransitive/netcoreapp2.0/System.ServiceProcess.ServiceController.targets",
- "lib/net10.0/System.ServiceProcess.ServiceController.dll",
- "lib/net10.0/System.ServiceProcess.ServiceController.xml",
- "lib/net462/System.ServiceProcess.ServiceController.dll",
- "lib/net462/System.ServiceProcess.ServiceController.xml",
- "lib/net8.0/System.ServiceProcess.ServiceController.dll",
- "lib/net8.0/System.ServiceProcess.ServiceController.xml",
- "lib/net9.0/System.ServiceProcess.ServiceController.dll",
- "lib/net9.0/System.ServiceProcess.ServiceController.xml",
- "lib/netstandard2.0/System.ServiceProcess.ServiceController.dll",
- "lib/netstandard2.0/System.ServiceProcess.ServiceController.xml",
- "runtimes/win/lib/net10.0/System.ServiceProcess.ServiceController.dll",
- "runtimes/win/lib/net10.0/System.ServiceProcess.ServiceController.xml",
- "runtimes/win/lib/net8.0/System.ServiceProcess.ServiceController.dll",
- "runtimes/win/lib/net8.0/System.ServiceProcess.ServiceController.xml",
- "runtimes/win/lib/net9.0/System.ServiceProcess.ServiceController.dll",
- "runtimes/win/lib/net9.0/System.ServiceProcess.ServiceController.xml",
- "system.serviceprocess.servicecontroller.10.0.0-preview.3.25171.5.nupkg.sha512",
- "system.serviceprocess.servicecontroller.nuspec",
- "useSharedDesignerContext.txt"
- ]
- }
- },
- "projectFileDependencyGroups": {
- "net10.0-windows7.0": [
- "MailKit >= 4.7.1.1",
- "Microsoft.Extensions.Hosting.WindowsServices >= 10.0.0-preview.3.25171.5",
- "MimeKit >= 4.7.1",
- "Serilog.AspNetCore >= 9.0.0",
- "Serilog.Sinks.Console >= 6.0.0",
- "Serilog.Sinks.EventLog >= 4.0.0",
- "Serilog.Sinks.File >= 6.0.0",
- "Swashbuckle.AspNetCore >= 7.3.1",
- "System.Drawing.Common >= 9.0.4"
- ]
- },
- "packageFolders": {
- "C:\\Users\\janwu\\.nuget\\packages\\": {}
- },
- "project": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Dev\\MailPrint\\MailPrint\\MailPrint.csproj",
- "projectName": "MailPrint",
- "projectPath": "C:\\Dev\\MailPrint\\MailPrint\\MailPrint.csproj",
- "packagesPath": "C:\\Users\\janwu\\.nuget\\packages\\",
- "outputPath": "C:\\Dev\\MailPrint\\MailPrint\\obj\\",
- "projectStyle": "PackageReference",
- "configFilePaths": [
- "C:\\Users\\janwu\\AppData\\Roaming\\NuGet\\NuGet.Config"
- ],
- "originalTargetFrameworks": [
- "net10.0-windows"
- ],
- "sources": {
- "C:\\Program Files\\dotnet\\library-packs": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net10.0-windows7.0": {
- "targetAlias": "net10.0-windows",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- },
- "restoreAuditProperties": {
- "enableAudit": "true",
- "auditLevel": "low",
- "auditMode": "all"
- },
- "SdkAnalysisLevel": "10.0.200"
- },
- "frameworks": {
- "net10.0-windows7.0": {
- "targetAlias": "net10.0-windows",
- "dependencies": {
- "MailKit": {
- "target": "Package",
- "version": "[4.7.1.1, )"
- },
- "Microsoft.Extensions.Hosting.WindowsServices": {
- "target": "Package",
- "version": "[10.0.0-preview.3.25171.5, )"
- },
- "MimeKit": {
- "target": "Package",
- "version": "[4.7.1, )"
- },
- "Serilog.AspNetCore": {
- "target": "Package",
- "version": "[9.0.0, )"
- },
- "Serilog.Sinks.Console": {
- "target": "Package",
- "version": "[6.0.0, )"
- },
- "Serilog.Sinks.EventLog": {
- "target": "Package",
- "version": "[4.0.0, )"
- },
- "Serilog.Sinks.File": {
- "target": "Package",
- "version": "[6.0.0, )"
- },
- "Swashbuckle.AspNetCore": {
- "target": "Package",
- "version": "[7.3.1, )"
- },
- "System.Drawing.Common": {
- "target": "Package",
- "version": "[9.0.4, )"
- }
- },
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.AspNetCore.App": {
- "privateAssets": "none"
- },
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.202/PortableRuntimeIdentifierGraph.json",
- "packagesToPrune": {
- "Microsoft.AspNetCore": "(,10.0.32767]",
- "Microsoft.AspNetCore.Antiforgery": "(,10.0.32767]",
- "Microsoft.AspNetCore.App": "(,10.0.32767]",
- "Microsoft.AspNetCore.Authentication": "(,10.0.32767]",
- "Microsoft.AspNetCore.Authentication.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.Authentication.BearerToken": "(,10.0.32767]",
- "Microsoft.AspNetCore.Authentication.Cookies": "(,10.0.32767]",
- "Microsoft.AspNetCore.Authentication.Core": "(,10.0.32767]",
- "Microsoft.AspNetCore.Authentication.OAuth": "(,10.0.32767]",
- "Microsoft.AspNetCore.Authorization": "(,10.0.32767]",
- "Microsoft.AspNetCore.Authorization.Policy": "(,10.0.32767]",
- "Microsoft.AspNetCore.Components": "(,10.0.32767]",
- "Microsoft.AspNetCore.Components.Authorization": "(,10.0.32767]",
- "Microsoft.AspNetCore.Components.Endpoints": "(,10.0.32767]",
- "Microsoft.AspNetCore.Components.Forms": "(,10.0.32767]",
- "Microsoft.AspNetCore.Components.Server": "(,10.0.32767]",
- "Microsoft.AspNetCore.Components.Web": "(,10.0.32767]",
- "Microsoft.AspNetCore.Connections.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.CookiePolicy": "(,10.0.32767]",
- "Microsoft.AspNetCore.Cors": "(,10.0.32767]",
- "Microsoft.AspNetCore.Cryptography.Internal": "(,10.0.32767]",
- "Microsoft.AspNetCore.Cryptography.KeyDerivation": "(,10.0.32767]",
- "Microsoft.AspNetCore.DataProtection": "(,10.0.32767]",
- "Microsoft.AspNetCore.DataProtection.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.DataProtection.Extensions": "(,10.0.32767]",
- "Microsoft.AspNetCore.Diagnostics": "(,10.0.32767]",
- "Microsoft.AspNetCore.Diagnostics.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.Diagnostics.HealthChecks": "(,10.0.32767]",
- "Microsoft.AspNetCore.HostFiltering": "(,10.0.32767]",
- "Microsoft.AspNetCore.Hosting": "(,10.0.32767]",
- "Microsoft.AspNetCore.Hosting.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.Hosting.Server.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.Html.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.Http": "(,10.0.32767]",
- "Microsoft.AspNetCore.Http.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.Http.Connections": "(,10.0.32767]",
- "Microsoft.AspNetCore.Http.Connections.Common": "(,10.0.32767]",
- "Microsoft.AspNetCore.Http.Extensions": "(,10.0.32767]",
- "Microsoft.AspNetCore.Http.Features": "(,10.0.32767]",
- "Microsoft.AspNetCore.Http.Results": "(,10.0.32767]",
- "Microsoft.AspNetCore.HttpLogging": "(,10.0.32767]",
- "Microsoft.AspNetCore.HttpOverrides": "(,10.0.32767]",
- "Microsoft.AspNetCore.HttpsPolicy": "(,10.0.32767]",
- "Microsoft.AspNetCore.Identity": "(,10.0.32767]",
- "Microsoft.AspNetCore.Localization": "(,10.0.32767]",
- "Microsoft.AspNetCore.Localization.Routing": "(,10.0.32767]",
- "Microsoft.AspNetCore.Metadata": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.ApiExplorer": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.Core": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.Cors": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.DataAnnotations": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.Formatters.Json": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.Formatters.Xml": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.Localization": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.Razor": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.RazorPages": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.TagHelpers": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.ViewFeatures": "(,10.0.32767]",
- "Microsoft.AspNetCore.OutputCaching": "(,10.0.32767]",
- "Microsoft.AspNetCore.RateLimiting": "(,10.0.32767]",
- "Microsoft.AspNetCore.Razor": "(,10.0.32767]",
- "Microsoft.AspNetCore.Razor.Runtime": "(,10.0.32767]",
- "Microsoft.AspNetCore.RequestDecompression": "(,10.0.32767]",
- "Microsoft.AspNetCore.ResponseCaching": "(,10.0.32767]",
- "Microsoft.AspNetCore.ResponseCaching.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.ResponseCompression": "(,10.0.32767]",
- "Microsoft.AspNetCore.Rewrite": "(,10.0.32767]",
- "Microsoft.AspNetCore.Routing": "(,10.0.32767]",
- "Microsoft.AspNetCore.Routing.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.Server.HttpSys": "(,10.0.32767]",
- "Microsoft.AspNetCore.Server.IIS": "(,10.0.32767]",
- "Microsoft.AspNetCore.Server.IISIntegration": "(,10.0.32767]",
- "Microsoft.AspNetCore.Server.Kestrel": "(,10.0.32767]",
- "Microsoft.AspNetCore.Server.Kestrel.Core": "(,10.0.32767]",
- "Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes": "(,10.0.32767]",
- "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic": "(,10.0.32767]",
- "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets": "(,10.0.32767]",
- "Microsoft.AspNetCore.Session": "(,10.0.32767]",
- "Microsoft.AspNetCore.SignalR": "(,10.0.32767]",
- "Microsoft.AspNetCore.SignalR.Common": "(,10.0.32767]",
- "Microsoft.AspNetCore.SignalR.Core": "(,10.0.32767]",
- "Microsoft.AspNetCore.SignalR.Protocols.Json": "(,10.0.32767]",
- "Microsoft.AspNetCore.StaticAssets": "(,10.0.32767]",
- "Microsoft.AspNetCore.StaticFiles": "(,10.0.32767]",
- "Microsoft.AspNetCore.WebSockets": "(,10.0.32767]",
- "Microsoft.AspNetCore.WebUtilities": "(,10.0.32767]",
- "Microsoft.CSharp": "(,4.7.32767]",
- "Microsoft.Extensions.Caching.Abstractions": "(,10.0.32767]",
- "Microsoft.Extensions.Caching.Memory": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration.Abstractions": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration.Binder": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration.CommandLine": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration.FileExtensions": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration.Ini": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration.Json": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration.KeyPerFile": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration.UserSecrets": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration.Xml": "(,10.0.32767]",
- "Microsoft.Extensions.DependencyInjection": "(,10.0.32767]",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "(,10.0.32767]",
- "Microsoft.Extensions.Diagnostics": "(,10.0.32767]",
- "Microsoft.Extensions.Diagnostics.Abstractions": "(,10.0.32767]",
- "Microsoft.Extensions.Diagnostics.HealthChecks": "(,10.0.32767]",
- "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "(,10.0.32767]",
- "Microsoft.Extensions.Features": "(,10.0.32767]",
- "Microsoft.Extensions.FileProviders.Abstractions": "(,10.0.32767]",
- "Microsoft.Extensions.FileProviders.Composite": "(,10.0.32767]",
- "Microsoft.Extensions.FileProviders.Physical": "(,10.0.32767]",
- "Microsoft.Extensions.FileSystemGlobbing": "(,10.0.32767]",
- "Microsoft.Extensions.Hosting": "(,10.0.32767]",
- "Microsoft.Extensions.Hosting.Abstractions": "(,10.0.32767]",
- "Microsoft.Extensions.Http": "(,10.0.32767]",
- "Microsoft.Extensions.Identity.Core": "(,10.0.32767]",
- "Microsoft.Extensions.Identity.Stores": "(,10.0.32767]",
- "Microsoft.Extensions.Localization": "(,10.0.32767]",
- "Microsoft.Extensions.Localization.Abstractions": "(,10.0.32767]",
- "Microsoft.Extensions.Logging": "(,10.0.32767]",
- "Microsoft.Extensions.Logging.Abstractions": "(,10.0.32767]",
- "Microsoft.Extensions.Logging.Configuration": "(,10.0.32767]",
- "Microsoft.Extensions.Logging.Console": "(,10.0.32767]",
- "Microsoft.Extensions.Logging.Debug": "(,10.0.32767]",
- "Microsoft.Extensions.Logging.EventLog": "(,10.0.32767]",
- "Microsoft.Extensions.Logging.EventSource": "(,10.0.32767]",
- "Microsoft.Extensions.Logging.TraceSource": "(,10.0.32767]",
- "Microsoft.Extensions.ObjectPool": "(,10.0.32767]",
- "Microsoft.Extensions.Options": "(,10.0.32767]",
- "Microsoft.Extensions.Options.ConfigurationExtensions": "(,10.0.32767]",
- "Microsoft.Extensions.Options.DataAnnotations": "(,10.0.32767]",
- "Microsoft.Extensions.Primitives": "(,10.0.32767]",
- "Microsoft.Extensions.Validation": "(,10.0.32767]",
- "Microsoft.Extensions.WebEncoders": "(,10.0.32767]",
- "Microsoft.JSInterop": "(,10.0.32767]",
- "Microsoft.Net.Http.Headers": "(,10.0.32767]",
- "Microsoft.VisualBasic": "(,10.4.32767]",
- "Microsoft.Win32.Primitives": "(,4.3.32767]",
- "Microsoft.Win32.Registry": "(,5.0.32767]",
- "runtime.any.System.Collections": "(,4.3.32767]",
- "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]",
- "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]",
- "runtime.any.System.Globalization": "(,4.3.32767]",
- "runtime.any.System.Globalization.Calendars": "(,4.3.32767]",
- "runtime.any.System.IO": "(,4.3.32767]",
- "runtime.any.System.Reflection": "(,4.3.32767]",
- "runtime.any.System.Reflection.Extensions": "(,4.3.32767]",
- "runtime.any.System.Reflection.Primitives": "(,4.3.32767]",
- "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]",
- "runtime.any.System.Runtime": "(,4.3.32767]",
- "runtime.any.System.Runtime.Handles": "(,4.3.32767]",
- "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]",
- "runtime.any.System.Text.Encoding": "(,4.3.32767]",
- "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]",
- "runtime.any.System.Threading.Tasks": "(,4.3.32767]",
- "runtime.any.System.Threading.Timer": "(,4.3.32767]",
- "runtime.aot.System.Collections": "(,4.3.32767]",
- "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]",
- "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]",
- "runtime.aot.System.Globalization": "(,4.3.32767]",
- "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]",
- "runtime.aot.System.IO": "(,4.3.32767]",
- "runtime.aot.System.Reflection": "(,4.3.32767]",
- "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]",
- "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]",
- "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]",
- "runtime.aot.System.Runtime": "(,4.3.32767]",
- "runtime.aot.System.Runtime.Handles": "(,4.3.32767]",
- "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]",
- "runtime.aot.System.Text.Encoding": "(,4.3.32767]",
- "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]",
- "runtime.aot.System.Threading.Tasks": "(,4.3.32767]",
- "runtime.aot.System.Threading.Timer": "(,4.3.32767]",
- "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]",
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]",
- "runtime.unix.System.Console": "(,4.3.32767]",
- "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]",
- "runtime.unix.System.IO.FileSystem": "(,4.3.32767]",
- "runtime.unix.System.Net.Primitives": "(,4.3.32767]",
- "runtime.unix.System.Net.Sockets": "(,4.3.32767]",
- "runtime.unix.System.Private.Uri": "(,4.3.32767]",
- "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]",
- "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]",
- "runtime.win.System.Console": "(,4.3.32767]",
- "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]",
- "runtime.win.System.IO.FileSystem": "(,4.3.32767]",
- "runtime.win.System.Net.Primitives": "(,4.3.32767]",
- "runtime.win.System.Net.Sockets": "(,4.3.32767]",
- "runtime.win.System.Runtime.Extensions": "(,4.3.32767]",
- "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
- "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
- "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
- "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.win7.System.Private.Uri": "(,4.3.32767]",
- "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "System.AppContext": "(,4.3.32767]",
- "System.Buffers": "(,5.0.32767]",
- "System.Collections": "(,4.3.32767]",
- "System.Collections.Concurrent": "(,4.3.32767]",
- "System.Collections.Immutable": "(,10.0.32767]",
- "System.Collections.NonGeneric": "(,4.3.32767]",
- "System.Collections.Specialized": "(,4.3.32767]",
- "System.ComponentModel": "(,4.3.32767]",
- "System.ComponentModel.Annotations": "(,4.3.32767]",
- "System.ComponentModel.EventBasedAsync": "(,4.3.32767]",
- "System.ComponentModel.Primitives": "(,4.3.32767]",
- "System.ComponentModel.TypeConverter": "(,4.3.32767]",
- "System.Console": "(,4.3.32767]",
- "System.Data.Common": "(,4.3.32767]",
- "System.Data.DataSetExtensions": "(,4.4.32767]",
- "System.Diagnostics.Contracts": "(,4.3.32767]",
- "System.Diagnostics.Debug": "(,4.3.32767]",
- "System.Diagnostics.DiagnosticSource": "(,10.0.32767]",
- "System.Diagnostics.EventLog": "(,10.0.32767]",
- "System.Diagnostics.FileVersionInfo": "(,4.3.32767]",
- "System.Diagnostics.Process": "(,4.3.32767]",
- "System.Diagnostics.StackTrace": "(,4.3.32767]",
- "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]",
- "System.Diagnostics.Tools": "(,4.3.32767]",
- "System.Diagnostics.TraceSource": "(,4.3.32767]",
- "System.Diagnostics.Tracing": "(,4.3.32767]",
- "System.Drawing.Primitives": "(,4.3.32767]",
- "System.Dynamic.Runtime": "(,4.3.32767]",
- "System.Formats.Asn1": "(,10.0.32767]",
- "System.Formats.Cbor": "(,10.0.32767]",
- "System.Formats.Tar": "(,10.0.32767]",
- "System.Globalization": "(,4.3.32767]",
- "System.Globalization.Calendars": "(,4.3.32767]",
- "System.Globalization.Extensions": "(,4.3.32767]",
- "System.IO": "(,4.3.32767]",
- "System.IO.Compression": "(,4.3.32767]",
- "System.IO.Compression.ZipFile": "(,4.3.32767]",
- "System.IO.FileSystem": "(,4.3.32767]",
- "System.IO.FileSystem.AccessControl": "(,4.4.32767]",
- "System.IO.FileSystem.DriveInfo": "(,4.3.32767]",
- "System.IO.FileSystem.Primitives": "(,4.3.32767]",
- "System.IO.FileSystem.Watcher": "(,4.3.32767]",
- "System.IO.IsolatedStorage": "(,4.3.32767]",
- "System.IO.MemoryMappedFiles": "(,4.3.32767]",
- "System.IO.Pipelines": "(,10.0.32767]",
- "System.IO.Pipes": "(,4.3.32767]",
- "System.IO.Pipes.AccessControl": "(,5.0.32767]",
- "System.IO.UnmanagedMemoryStream": "(,4.3.32767]",
- "System.Linq": "(,4.3.32767]",
- "System.Linq.AsyncEnumerable": "(,10.0.32767]",
- "System.Linq.Expressions": "(,4.3.32767]",
- "System.Linq.Parallel": "(,4.3.32767]",
- "System.Linq.Queryable": "(,4.3.32767]",
- "System.Memory": "(,5.0.32767]",
- "System.Net.Http": "(,4.3.32767]",
- "System.Net.Http.Json": "(,10.0.32767]",
- "System.Net.NameResolution": "(,4.3.32767]",
- "System.Net.NetworkInformation": "(,4.3.32767]",
- "System.Net.Ping": "(,4.3.32767]",
- "System.Net.Primitives": "(,4.3.32767]",
- "System.Net.Requests": "(,4.3.32767]",
- "System.Net.Security": "(,4.3.32767]",
- "System.Net.ServerSentEvents": "(,10.0.32767]",
- "System.Net.Sockets": "(,4.3.32767]",
- "System.Net.WebHeaderCollection": "(,4.3.32767]",
- "System.Net.WebSockets": "(,4.3.32767]",
- "System.Net.WebSockets.Client": "(,4.3.32767]",
- "System.Numerics.Vectors": "(,5.0.32767]",
- "System.ObjectModel": "(,4.3.32767]",
- "System.Private.DataContractSerialization": "(,4.3.32767]",
- "System.Private.Uri": "(,4.3.32767]",
- "System.Reflection": "(,4.3.32767]",
- "System.Reflection.DispatchProxy": "(,6.0.32767]",
- "System.Reflection.Emit": "(,4.7.32767]",
- "System.Reflection.Emit.ILGeneration": "(,4.7.32767]",
- "System.Reflection.Emit.Lightweight": "(,4.7.32767]",
- "System.Reflection.Extensions": "(,4.3.32767]",
- "System.Reflection.Metadata": "(,10.0.32767]",
- "System.Reflection.Primitives": "(,4.3.32767]",
- "System.Reflection.TypeExtensions": "(,4.3.32767]",
- "System.Resources.Reader": "(,4.3.32767]",
- "System.Resources.ResourceManager": "(,4.3.32767]",
- "System.Resources.Writer": "(,4.3.32767]",
- "System.Runtime": "(,4.3.32767]",
- "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]",
- "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]",
- "System.Runtime.Extensions": "(,4.3.32767]",
- "System.Runtime.Handles": "(,4.3.32767]",
- "System.Runtime.InteropServices": "(,4.3.32767]",
- "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]",
- "System.Runtime.Loader": "(,4.3.32767]",
- "System.Runtime.Numerics": "(,4.3.32767]",
- "System.Runtime.Serialization.Formatters": "(,4.3.32767]",
- "System.Runtime.Serialization.Json": "(,4.3.32767]",
- "System.Runtime.Serialization.Primitives": "(,4.3.32767]",
- "System.Runtime.Serialization.Xml": "(,4.3.32767]",
- "System.Security.AccessControl": "(,6.0.32767]",
- "System.Security.Claims": "(,4.3.32767]",
- "System.Security.Cryptography.Algorithms": "(,4.3.32767]",
- "System.Security.Cryptography.Cng": "(,5.0.32767]",
- "System.Security.Cryptography.Csp": "(,4.3.32767]",
- "System.Security.Cryptography.Encoding": "(,4.3.32767]",
- "System.Security.Cryptography.OpenSsl": "(,5.0.32767]",
- "System.Security.Cryptography.Primitives": "(,4.3.32767]",
- "System.Security.Cryptography.X509Certificates": "(,4.3.32767]",
- "System.Security.Cryptography.Xml": "(,10.0.32767]",
- "System.Security.Principal": "(,4.3.32767]",
- "System.Security.Principal.Windows": "(,5.0.32767]",
- "System.Security.SecureString": "(,4.3.32767]",
- "System.Text.Encoding": "(,4.3.32767]",
- "System.Text.Encoding.CodePages": "(,10.0.32767]",
- "System.Text.Encoding.Extensions": "(,4.3.32767]",
- "System.Text.Encodings.Web": "(,10.0.32767]",
- "System.Text.Json": "(,10.0.32767]",
- "System.Text.RegularExpressions": "(,4.3.32767]",
- "System.Threading": "(,4.3.32767]",
- "System.Threading.AccessControl": "(,10.0.32767]",
- "System.Threading.Channels": "(,10.0.32767]",
- "System.Threading.Overlapped": "(,4.3.32767]",
- "System.Threading.RateLimiting": "(,10.0.32767]",
- "System.Threading.Tasks": "(,4.3.32767]",
- "System.Threading.Tasks.Dataflow": "(,10.0.32767]",
- "System.Threading.Tasks.Extensions": "(,5.0.32767]",
- "System.Threading.Tasks.Parallel": "(,4.3.32767]",
- "System.Threading.Thread": "(,4.3.32767]",
- "System.Threading.ThreadPool": "(,4.3.32767]",
- "System.Threading.Timer": "(,4.3.32767]",
- "System.ValueTuple": "(,4.5.32767]",
- "System.Xml.ReaderWriter": "(,4.3.32767]",
- "System.Xml.XDocument": "(,4.3.32767]",
- "System.Xml.XmlDocument": "(,4.3.32767]",
- "System.Xml.XmlSerializer": "(,4.3.32767]",
- "System.Xml.XPath": "(,4.3.32767]",
- "System.Xml.XPath.XDocument": "(,5.0.32767]"
- }
- }
- },
- "runtimes": {
- "win-x64": {
- "#import": []
- }
- }
- },
- "logs": [
- {
- "code": "NU1902",
- "level": "Warning",
- "warningLevel": 1,
- "message": "Das Paket \"MimeKit\" 4.7.1 weist eine bekannte Moderat Schweregrad-Sicherheitsanfälligkeit auf, https://github.com/advisories/GHSA-g7hc-96xr-gvvx.",
- "libraryId": "MimeKit",
- "targetGraphs": [
- "net10.0-windows7.0",
- "net10.0-windows7.0/win-x64"
- ]
- }
- ]
-}
\ No newline at end of file
diff --git a/MailPrint/obj/project.nuget.cache b/MailPrint/obj/project.nuget.cache
deleted file mode 100644
index d6fa86b..0000000
--- a/MailPrint/obj/project.nuget.cache
+++ /dev/null
@@ -1,48 +0,0 @@
-{
- "version": 2,
- "dgSpecHash": "zGBz7E4NLqM=",
- "success": true,
- "projectFilePath": "C:\\Dev\\MailPrint\\MailPrint\\MailPrint.csproj",
- "expectedPackageFiles": [
- "C:\\Users\\janwu\\.nuget\\packages\\bouncycastle.cryptography\\2.4.0\\bouncycastle.cryptography.2.4.0.nupkg.sha512",
- "C:\\Users\\janwu\\.nuget\\packages\\mailkit\\4.7.1.1\\mailkit.4.7.1.1.nupkg.sha512",
- "C:\\Users\\janwu\\.nuget\\packages\\microsoft.extensions.apidescription.server\\6.0.5\\microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512",
- "C:\\Users\\janwu\\.nuget\\packages\\microsoft.extensions.dependencymodel\\9.0.0\\microsoft.extensions.dependencymodel.9.0.0.nupkg.sha512",
- "C:\\Users\\janwu\\.nuget\\packages\\microsoft.extensions.hosting.windowsservices\\10.0.0-preview.3.25171.5\\microsoft.extensions.hosting.windowsservices.10.0.0-preview.3.25171.5.nupkg.sha512",
- "C:\\Users\\janwu\\.nuget\\packages\\microsoft.openapi\\1.6.22\\microsoft.openapi.1.6.22.nupkg.sha512",
- "C:\\Users\\janwu\\.nuget\\packages\\microsoft.win32.systemevents\\9.0.4\\microsoft.win32.systemevents.9.0.4.nupkg.sha512",
- "C:\\Users\\janwu\\.nuget\\packages\\mimekit\\4.7.1\\mimekit.4.7.1.nupkg.sha512",
- "C:\\Users\\janwu\\.nuget\\packages\\serilog\\4.2.0\\serilog.4.2.0.nupkg.sha512",
- "C:\\Users\\janwu\\.nuget\\packages\\serilog.aspnetcore\\9.0.0\\serilog.aspnetcore.9.0.0.nupkg.sha512",
- "C:\\Users\\janwu\\.nuget\\packages\\serilog.extensions.hosting\\9.0.0\\serilog.extensions.hosting.9.0.0.nupkg.sha512",
- "C:\\Users\\janwu\\.nuget\\packages\\serilog.extensions.logging\\9.0.0\\serilog.extensions.logging.9.0.0.nupkg.sha512",
- "C:\\Users\\janwu\\.nuget\\packages\\serilog.formatting.compact\\3.0.0\\serilog.formatting.compact.3.0.0.nupkg.sha512",
- "C:\\Users\\janwu\\.nuget\\packages\\serilog.settings.configuration\\9.0.0\\serilog.settings.configuration.9.0.0.nupkg.sha512",
- "C:\\Users\\janwu\\.nuget\\packages\\serilog.sinks.console\\6.0.0\\serilog.sinks.console.6.0.0.nupkg.sha512",
- "C:\\Users\\janwu\\.nuget\\packages\\serilog.sinks.debug\\3.0.0\\serilog.sinks.debug.3.0.0.nupkg.sha512",
- "C:\\Users\\janwu\\.nuget\\packages\\serilog.sinks.eventlog\\4.0.0\\serilog.sinks.eventlog.4.0.0.nupkg.sha512",
- "C:\\Users\\janwu\\.nuget\\packages\\serilog.sinks.file\\6.0.0\\serilog.sinks.file.6.0.0.nupkg.sha512",
- "C:\\Users\\janwu\\.nuget\\packages\\swashbuckle.aspnetcore\\7.3.1\\swashbuckle.aspnetcore.7.3.1.nupkg.sha512",
- "C:\\Users\\janwu\\.nuget\\packages\\swashbuckle.aspnetcore.swagger\\7.3.1\\swashbuckle.aspnetcore.swagger.7.3.1.nupkg.sha512",
- "C:\\Users\\janwu\\.nuget\\packages\\swashbuckle.aspnetcore.swaggergen\\7.3.1\\swashbuckle.aspnetcore.swaggergen.7.3.1.nupkg.sha512",
- "C:\\Users\\janwu\\.nuget\\packages\\swashbuckle.aspnetcore.swaggerui\\7.3.1\\swashbuckle.aspnetcore.swaggerui.7.3.1.nupkg.sha512",
- "C:\\Users\\janwu\\.nuget\\packages\\system.drawing.common\\9.0.4\\system.drawing.common.9.0.4.nupkg.sha512",
- "C:\\Users\\janwu\\.nuget\\packages\\system.security.cryptography.pkcs\\8.0.0\\system.security.cryptography.pkcs.8.0.0.nupkg.sha512",
- "C:\\Users\\janwu\\.nuget\\packages\\system.serviceprocess.servicecontroller\\10.0.0-preview.3.25171.5\\system.serviceprocess.servicecontroller.10.0.0-preview.3.25171.5.nupkg.sha512"
- ],
- "logs": [
- {
- "code": "NU1902",
- "level": "Warning",
- "message": "Das Paket \"MimeKit\" 4.7.1 weist eine bekannte Moderat Schweregrad-Sicherheitsanfälligkeit auf, https://github.com/advisories/GHSA-g7hc-96xr-gvvx.",
- "projectPath": "C:\\Dev\\MailPrint\\MailPrint\\MailPrint.csproj",
- "warningLevel": 1,
- "filePath": "C:\\Dev\\MailPrint\\MailPrint\\MailPrint.csproj",
- "libraryId": "MimeKit",
- "targetGraphs": [
- "net10.0-windows7.0",
- "net10.0-windows7.0/win-x64"
- ]
- }
- ]
-}
\ No newline at end of file
diff --git a/MailPrint/obj/staticwebassets.pack.sentinel b/MailPrint/obj/staticwebassets.pack.sentinel
deleted file mode 100644
index cb53157..0000000
--- a/MailPrint/obj/staticwebassets.pack.sentinel
+++ /dev/null
@@ -1,3 +0,0 @@
-2.0
-2.0
-2.0
diff --git a/MailPrintConfig/bin/Release/net10.0-windows/MailPrintConfig.deps.json b/MailPrintConfig/bin/Release/net10.0-windows/MailPrintConfig.deps.json
deleted file mode 100644
index 66dea48..0000000
--- a/MailPrintConfig/bin/Release/net10.0-windows/MailPrintConfig.deps.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v10.0",
- "signature": ""
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v10.0": {
- "MailPrintConfig/1.0.0": {
- "dependencies": {
- "Newtonsoft.Json": "13.0.3"
- },
- "runtime": {
- "MailPrintConfig.dll": {}
- }
- },
- "Newtonsoft.Json/13.0.3": {
- "runtime": {
- "lib/net6.0/Newtonsoft.Json.dll": {
- "assemblyVersion": "13.0.0.0",
- "fileVersion": "13.0.3.27908"
- }
- }
- }
- }
- },
- "libraries": {
- "MailPrintConfig/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "Newtonsoft.Json/13.0.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
- "path": "newtonsoft.json/13.0.3",
- "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
- }
- }
-}
\ No newline at end of file
diff --git a/MailPrintConfig/bin/Release/net10.0-windows/MailPrintConfig.dll b/MailPrintConfig/bin/Release/net10.0-windows/MailPrintConfig.dll
deleted file mode 100644
index a17cf9d..0000000
Binary files a/MailPrintConfig/bin/Release/net10.0-windows/MailPrintConfig.dll and /dev/null differ
diff --git a/MailPrintConfig/bin/Release/net10.0-windows/MailPrintConfig.exe b/MailPrintConfig/bin/Release/net10.0-windows/MailPrintConfig.exe
deleted file mode 100644
index 9d65080..0000000
Binary files a/MailPrintConfig/bin/Release/net10.0-windows/MailPrintConfig.exe and /dev/null differ
diff --git a/MailPrintConfig/bin/Release/net10.0-windows/MailPrintConfig.pdb b/MailPrintConfig/bin/Release/net10.0-windows/MailPrintConfig.pdb
deleted file mode 100644
index c6ba0dd..0000000
Binary files a/MailPrintConfig/bin/Release/net10.0-windows/MailPrintConfig.pdb and /dev/null differ
diff --git a/MailPrintConfig/bin/Release/net10.0-windows/MailPrintConfig.runtimeconfig.json b/MailPrintConfig/bin/Release/net10.0-windows/MailPrintConfig.runtimeconfig.json
deleted file mode 100644
index e344539..0000000
--- a/MailPrintConfig/bin/Release/net10.0-windows/MailPrintConfig.runtimeconfig.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "runtimeOptions": {
- "tfm": "net10.0",
- "frameworks": [
- {
- "name": "Microsoft.NETCore.App",
- "version": "10.0.0"
- },
- {
- "name": "Microsoft.WindowsDesktop.App",
- "version": "10.0.0"
- }
- ],
- "configProperties": {
- "System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
- "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false,
- "CSWINRT_USE_WINDOWS_UI_XAML_PROJECTIONS": false
- }
- }
-}
\ No newline at end of file
diff --git a/MailPrintConfig/bin/Release/net10.0-windows/Newtonsoft.Json.dll b/MailPrintConfig/bin/Release/net10.0-windows/Newtonsoft.Json.dll
deleted file mode 100644
index d035c38..0000000
Binary files a/MailPrintConfig/bin/Release/net10.0-windows/Newtonsoft.Json.dll and /dev/null differ
diff --git a/MailPrintConfig/bin/Release/net10.0-windows/win-x64/MailPrintConfig.deps.json b/MailPrintConfig/bin/Release/net10.0-windows/win-x64/MailPrintConfig.deps.json
deleted file mode 100644
index 8c23b26..0000000
--- a/MailPrintConfig/bin/Release/net10.0-windows/win-x64/MailPrintConfig.deps.json
+++ /dev/null
@@ -1,42 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v10.0/win-x64",
- "signature": ""
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v10.0": {},
- ".NETCoreApp,Version=v10.0/win-x64": {
- "MailPrintConfig/1.0.0": {
- "dependencies": {
- "Newtonsoft.Json": "13.0.3"
- },
- "runtime": {
- "MailPrintConfig.dll": {}
- }
- },
- "Newtonsoft.Json/13.0.3": {
- "runtime": {
- "lib/net6.0/Newtonsoft.Json.dll": {
- "assemblyVersion": "13.0.0.0",
- "fileVersion": "13.0.3.27908"
- }
- }
- }
- }
- },
- "libraries": {
- "MailPrintConfig/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "Newtonsoft.Json/13.0.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
- "path": "newtonsoft.json/13.0.3",
- "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
- }
- }
-}
\ No newline at end of file
diff --git a/MailPrintConfig/bin/Release/net10.0-windows/win-x64/MailPrintConfig.dll b/MailPrintConfig/bin/Release/net10.0-windows/win-x64/MailPrintConfig.dll
deleted file mode 100644
index 63695f0..0000000
Binary files a/MailPrintConfig/bin/Release/net10.0-windows/win-x64/MailPrintConfig.dll and /dev/null differ
diff --git a/MailPrintConfig/bin/Release/net10.0-windows/win-x64/MailPrintConfig.exe b/MailPrintConfig/bin/Release/net10.0-windows/win-x64/MailPrintConfig.exe
deleted file mode 100644
index 9d65080..0000000
Binary files a/MailPrintConfig/bin/Release/net10.0-windows/win-x64/MailPrintConfig.exe and /dev/null differ
diff --git a/MailPrintConfig/bin/Release/net10.0-windows/win-x64/MailPrintConfig.pdb b/MailPrintConfig/bin/Release/net10.0-windows/win-x64/MailPrintConfig.pdb
deleted file mode 100644
index 47dc272..0000000
Binary files a/MailPrintConfig/bin/Release/net10.0-windows/win-x64/MailPrintConfig.pdb and /dev/null differ
diff --git a/MailPrintConfig/bin/Release/net10.0-windows/win-x64/MailPrintConfig.runtimeconfig.json b/MailPrintConfig/bin/Release/net10.0-windows/win-x64/MailPrintConfig.runtimeconfig.json
deleted file mode 100644
index e344539..0000000
--- a/MailPrintConfig/bin/Release/net10.0-windows/win-x64/MailPrintConfig.runtimeconfig.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "runtimeOptions": {
- "tfm": "net10.0",
- "frameworks": [
- {
- "name": "Microsoft.NETCore.App",
- "version": "10.0.0"
- },
- {
- "name": "Microsoft.WindowsDesktop.App",
- "version": "10.0.0"
- }
- ],
- "configProperties": {
- "System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
- "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false,
- "CSWINRT_USE_WINDOWS_UI_XAML_PROJECTIONS": false
- }
- }
-}
\ No newline at end of file
diff --git a/MailPrintConfig/bin/Release/net10.0-windows/win-x64/Newtonsoft.Json.dll b/MailPrintConfig/bin/Release/net10.0-windows/win-x64/Newtonsoft.Json.dll
deleted file mode 100644
index d035c38..0000000
Binary files a/MailPrintConfig/bin/Release/net10.0-windows/win-x64/Newtonsoft.Json.dll and /dev/null differ
diff --git a/MailPrintConfig/obj/MailPrintConfig.csproj.nuget.dgspec.json b/MailPrintConfig/obj/MailPrintConfig.csproj.nuget.dgspec.json
deleted file mode 100644
index b6e114f..0000000
--- a/MailPrintConfig/obj/MailPrintConfig.csproj.nuget.dgspec.json
+++ /dev/null
@@ -1,372 +0,0 @@
-{
- "format": 1,
- "restore": {
- "C:\\Dev\\MailPrint\\MailPrintConfig\\MailPrintConfig.csproj": {}
- },
- "projects": {
- "C:\\Dev\\MailPrint\\MailPrintConfig\\MailPrintConfig.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Dev\\MailPrint\\MailPrintConfig\\MailPrintConfig.csproj",
- "projectName": "MailPrintConfig",
- "projectPath": "C:\\Dev\\MailPrint\\MailPrintConfig\\MailPrintConfig.csproj",
- "packagesPath": "C:\\Users\\janwu\\.nuget\\packages\\",
- "outputPath": "C:\\Dev\\MailPrint\\MailPrintConfig\\obj\\",
- "projectStyle": "PackageReference",
- "configFilePaths": [
- "C:\\Users\\janwu\\AppData\\Roaming\\NuGet\\NuGet.Config"
- ],
- "originalTargetFrameworks": [
- "net10.0-windows"
- ],
- "sources": {
- "C:\\Program Files\\dotnet\\library-packs": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net10.0-windows7.0": {
- "targetAlias": "net10.0-windows",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- },
- "restoreAuditProperties": {
- "enableAudit": "true",
- "auditLevel": "low",
- "auditMode": "all"
- },
- "SdkAnalysisLevel": "10.0.200"
- },
- "frameworks": {
- "net10.0-windows7.0": {
- "targetAlias": "net10.0-windows",
- "dependencies": {
- "Newtonsoft.Json": {
- "target": "Package",
- "version": "[13.0.3, )"
- }
- },
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- },
- "Microsoft.WindowsDesktop.App.WindowsForms": {
- "privateAssets": "none"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.202/PortableRuntimeIdentifierGraph.json",
- "packagesToPrune": {
- "Microsoft.CSharp": "(,4.7.32767]",
- "Microsoft.VisualBasic": "(,10.4.32767]",
- "Microsoft.Win32.Primitives": "(,4.3.32767]",
- "Microsoft.Win32.Registry": "(,5.0.32767]",
- "Microsoft.Win32.Registry.AccessControl": "(,10.0.32767]",
- "Microsoft.Win32.SystemEvents": "(,10.0.32767]",
- "runtime.any.System.Collections": "(,4.3.32767]",
- "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]",
- "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]",
- "runtime.any.System.Globalization": "(,4.3.32767]",
- "runtime.any.System.Globalization.Calendars": "(,4.3.32767]",
- "runtime.any.System.IO": "(,4.3.32767]",
- "runtime.any.System.Reflection": "(,4.3.32767]",
- "runtime.any.System.Reflection.Extensions": "(,4.3.32767]",
- "runtime.any.System.Reflection.Primitives": "(,4.3.32767]",
- "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]",
- "runtime.any.System.Runtime": "(,4.3.32767]",
- "runtime.any.System.Runtime.Handles": "(,4.3.32767]",
- "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]",
- "runtime.any.System.Text.Encoding": "(,4.3.32767]",
- "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]",
- "runtime.any.System.Threading.Tasks": "(,4.3.32767]",
- "runtime.any.System.Threading.Timer": "(,4.3.32767]",
- "runtime.aot.System.Collections": "(,4.3.32767]",
- "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]",
- "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]",
- "runtime.aot.System.Globalization": "(,4.3.32767]",
- "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]",
- "runtime.aot.System.IO": "(,4.3.32767]",
- "runtime.aot.System.Reflection": "(,4.3.32767]",
- "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]",
- "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]",
- "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]",
- "runtime.aot.System.Runtime": "(,4.3.32767]",
- "runtime.aot.System.Runtime.Handles": "(,4.3.32767]",
- "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]",
- "runtime.aot.System.Text.Encoding": "(,4.3.32767]",
- "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]",
- "runtime.aot.System.Threading.Tasks": "(,4.3.32767]",
- "runtime.aot.System.Threading.Timer": "(,4.3.32767]",
- "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]",
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]",
- "runtime.unix.System.Console": "(,4.3.32767]",
- "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]",
- "runtime.unix.System.IO.FileSystem": "(,4.3.32767]",
- "runtime.unix.System.Net.Primitives": "(,4.3.32767]",
- "runtime.unix.System.Net.Sockets": "(,4.3.32767]",
- "runtime.unix.System.Private.Uri": "(,4.3.32767]",
- "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]",
- "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]",
- "runtime.win.System.Console": "(,4.3.32767]",
- "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]",
- "runtime.win.System.IO.FileSystem": "(,4.3.32767]",
- "runtime.win.System.Net.Primitives": "(,4.3.32767]",
- "runtime.win.System.Net.Sockets": "(,4.3.32767]",
- "runtime.win.System.Runtime.Extensions": "(,4.3.32767]",
- "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
- "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
- "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
- "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.win7.System.Private.Uri": "(,4.3.32767]",
- "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "System.AppContext": "(,4.3.32767]",
- "System.Buffers": "(,5.0.32767]",
- "System.CodeDom": "(,10.0.32767]",
- "System.Collections": "(,4.3.32767]",
- "System.Collections.Concurrent": "(,4.3.32767]",
- "System.Collections.Immutable": "(,10.0.32767]",
- "System.Collections.NonGeneric": "(,4.3.32767]",
- "System.Collections.Specialized": "(,4.3.32767]",
- "System.ComponentModel": "(,4.3.32767]",
- "System.ComponentModel.Annotations": "(,4.3.32767]",
- "System.ComponentModel.EventBasedAsync": "(,4.3.32767]",
- "System.ComponentModel.Primitives": "(,4.3.32767]",
- "System.ComponentModel.TypeConverter": "(,4.3.32767]",
- "System.Configuration.ConfigurationManager": "(,10.0.32767]",
- "System.Console": "(,4.3.32767]",
- "System.Data.Common": "(,4.3.32767]",
- "System.Data.DataSetExtensions": "(,4.4.32767]",
- "System.Diagnostics.Contracts": "(,4.3.32767]",
- "System.Diagnostics.Debug": "(,4.3.32767]",
- "System.Diagnostics.DiagnosticSource": "(,10.0.32767]",
- "System.Diagnostics.EventLog": "(,10.0.32767]",
- "System.Diagnostics.FileVersionInfo": "(,4.3.32767]",
- "System.Diagnostics.PerformanceCounter": "(,10.0.32767]",
- "System.Diagnostics.Process": "(,4.3.32767]",
- "System.Diagnostics.StackTrace": "(,4.3.32767]",
- "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]",
- "System.Diagnostics.Tools": "(,4.3.32767]",
- "System.Diagnostics.TraceSource": "(,4.3.32767]",
- "System.Diagnostics.Tracing": "(,4.3.32767]",
- "System.DirectoryServices": "(,10.0.32767]",
- "System.Drawing.Common": "(,10.0.32767]",
- "System.Drawing.Primitives": "(,4.3.32767]",
- "System.Dynamic.Runtime": "(,4.3.32767]",
- "System.Formats.Asn1": "(,10.0.32767]",
- "System.Formats.Nrbf": "(,10.0.32767]",
- "System.Formats.Tar": "(,10.0.32767]",
- "System.Globalization": "(,4.3.32767]",
- "System.Globalization.Calendars": "(,4.3.32767]",
- "System.Globalization.Extensions": "(,4.3.32767]",
- "System.IO": "(,4.3.32767]",
- "System.IO.Compression": "(,4.3.32767]",
- "System.IO.Compression.ZipFile": "(,4.3.32767]",
- "System.IO.FileSystem": "(,4.3.32767]",
- "System.IO.FileSystem.AccessControl": "(,4.4.32767]",
- "System.IO.FileSystem.DriveInfo": "(,4.3.32767]",
- "System.IO.FileSystem.Primitives": "(,4.3.32767]",
- "System.IO.FileSystem.Watcher": "(,4.3.32767]",
- "System.IO.IsolatedStorage": "(,4.3.32767]",
- "System.IO.MemoryMappedFiles": "(,4.3.32767]",
- "System.IO.Packaging": "(,10.0.32767]",
- "System.IO.Pipelines": "(,10.0.32767]",
- "System.IO.Pipes": "(,4.3.32767]",
- "System.IO.Pipes.AccessControl": "(,5.0.32767]",
- "System.IO.UnmanagedMemoryStream": "(,4.3.32767]",
- "System.Linq": "(,4.3.32767]",
- "System.Linq.AsyncEnumerable": "(,10.0.32767]",
- "System.Linq.Expressions": "(,4.3.32767]",
- "System.Linq.Parallel": "(,4.3.32767]",
- "System.Linq.Queryable": "(,4.3.32767]",
- "System.Memory": "(,5.0.32767]",
- "System.Net.Http": "(,4.3.32767]",
- "System.Net.Http.Json": "(,10.0.32767]",
- "System.Net.NameResolution": "(,4.3.32767]",
- "System.Net.NetworkInformation": "(,4.3.32767]",
- "System.Net.Ping": "(,4.3.32767]",
- "System.Net.Primitives": "(,4.3.32767]",
- "System.Net.Requests": "(,4.3.32767]",
- "System.Net.Security": "(,4.3.32767]",
- "System.Net.ServerSentEvents": "(,10.0.32767]",
- "System.Net.Sockets": "(,4.3.32767]",
- "System.Net.WebHeaderCollection": "(,4.3.32767]",
- "System.Net.WebSockets": "(,4.3.32767]",
- "System.Net.WebSockets.Client": "(,4.3.32767]",
- "System.Numerics.Vectors": "(,5.0.32767]",
- "System.ObjectModel": "(,4.3.32767]",
- "System.Private.DataContractSerialization": "(,4.3.32767]",
- "System.Private.Uri": "(,4.3.32767]",
- "System.Reflection": "(,4.3.32767]",
- "System.Reflection.DispatchProxy": "(,6.0.32767]",
- "System.Reflection.Emit": "(,4.7.32767]",
- "System.Reflection.Emit.ILGeneration": "(,4.7.32767]",
- "System.Reflection.Emit.Lightweight": "(,4.7.32767]",
- "System.Reflection.Extensions": "(,4.3.32767]",
- "System.Reflection.Metadata": "(,10.0.32767]",
- "System.Reflection.Primitives": "(,4.3.32767]",
- "System.Reflection.TypeExtensions": "(,4.3.32767]",
- "System.Resources.Extensions": "(,10.0.32767]",
- "System.Resources.Reader": "(,4.3.32767]",
- "System.Resources.ResourceManager": "(,4.3.32767]",
- "System.Resources.Writer": "(,4.3.32767]",
- "System.Runtime": "(,4.3.32767]",
- "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]",
- "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]",
- "System.Runtime.Extensions": "(,4.3.32767]",
- "System.Runtime.Handles": "(,4.3.32767]",
- "System.Runtime.InteropServices": "(,4.3.32767]",
- "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]",
- "System.Runtime.Loader": "(,4.3.32767]",
- "System.Runtime.Numerics": "(,4.3.32767]",
- "System.Runtime.Serialization.Formatters": "(,4.3.32767]",
- "System.Runtime.Serialization.Json": "(,4.3.32767]",
- "System.Runtime.Serialization.Primitives": "(,4.3.32767]",
- "System.Runtime.Serialization.Xml": "(,4.3.32767]",
- "System.Security.AccessControl": "(,6.0.32767]",
- "System.Security.Claims": "(,4.3.32767]",
- "System.Security.Cryptography.Algorithms": "(,4.3.32767]",
- "System.Security.Cryptography.Cng": "(,5.0.32767]",
- "System.Security.Cryptography.Csp": "(,4.3.32767]",
- "System.Security.Cryptography.Encoding": "(,4.3.32767]",
- "System.Security.Cryptography.OpenSsl": "(,5.0.32767]",
- "System.Security.Cryptography.Pkcs": "(,10.0.32767]",
- "System.Security.Cryptography.Primitives": "(,4.3.32767]",
- "System.Security.Cryptography.ProtectedData": "(,10.0.32767]",
- "System.Security.Cryptography.X509Certificates": "(,4.3.32767]",
- "System.Security.Cryptography.Xml": "(,10.0.32767]",
- "System.Security.Permissions": "(,10.0.32767]",
- "System.Security.Principal": "(,4.3.32767]",
- "System.Security.Principal.Windows": "(,5.0.32767]",
- "System.Security.SecureString": "(,4.3.32767]",
- "System.Text.Encoding": "(,4.3.32767]",
- "System.Text.Encoding.CodePages": "(,10.0.32767]",
- "System.Text.Encoding.Extensions": "(,4.3.32767]",
- "System.Text.Encodings.Web": "(,10.0.32767]",
- "System.Text.Json": "(,10.0.32767]",
- "System.Text.RegularExpressions": "(,4.3.32767]",
- "System.Threading": "(,4.3.32767]",
- "System.Threading.AccessControl": "(,10.0.32767]",
- "System.Threading.Channels": "(,10.0.32767]",
- "System.Threading.Overlapped": "(,4.3.32767]",
- "System.Threading.Tasks": "(,4.3.32767]",
- "System.Threading.Tasks.Dataflow": "(,10.0.32767]",
- "System.Threading.Tasks.Extensions": "(,5.0.32767]",
- "System.Threading.Tasks.Parallel": "(,4.3.32767]",
- "System.Threading.Thread": "(,4.3.32767]",
- "System.Threading.ThreadPool": "(,4.3.32767]",
- "System.Threading.Timer": "(,4.3.32767]",
- "System.ValueTuple": "(,4.5.32767]",
- "System.Windows.Extensions": "(,10.0.32767]",
- "System.Xml.ReaderWriter": "(,4.3.32767]",
- "System.Xml.XDocument": "(,4.3.32767]",
- "System.Xml.XmlDocument": "(,4.3.32767]",
- "System.Xml.XmlSerializer": "(,4.3.32767]",
- "System.Xml.XPath": "(,4.3.32767]",
- "System.Xml.XPath.XDocument": "(,5.0.32767]"
- }
- }
- },
- "runtimes": {
- "win-x64": {
- "#import": []
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/MailPrintConfig/obj/MailPrintConfig.csproj.nuget.g.props b/MailPrintConfig/obj/MailPrintConfig.csproj.nuget.g.props
deleted file mode 100644
index a7cb817..0000000
--- a/MailPrintConfig/obj/MailPrintConfig.csproj.nuget.g.props
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
- True
- NuGet
- $(MSBuildThisFileDirectory)project.assets.json
- $(UserProfile)\.nuget\packages\
- C:\Users\janwu\.nuget\packages\
- PackageReference
- 7.0.0
-
-
-
-
-
\ No newline at end of file
diff --git a/MailPrintConfig/obj/MailPrintConfig.csproj.nuget.g.targets b/MailPrintConfig/obj/MailPrintConfig.csproj.nuget.g.targets
deleted file mode 100644
index 3dc06ef..0000000
--- a/MailPrintConfig/obj/MailPrintConfig.csproj.nuget.g.targets
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/MailPrintConfig/obj/Release/net10.0-windows/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs b/MailPrintConfig/obj/Release/net10.0-windows/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs
deleted file mode 100644
index 925b135..0000000
--- a/MailPrintConfig/obj/Release/net10.0-windows/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v10.0", FrameworkDisplayName = ".NET 10.0")]
diff --git a/MailPrintConfig/obj/Release/net10.0-windows/MailPrin.D4F965D9.Up2Date b/MailPrintConfig/obj/Release/net10.0-windows/MailPrin.D4F965D9.Up2Date
deleted file mode 100644
index e69de29..0000000
diff --git a/MailPrintConfig/obj/Release/net10.0-windows/MailPrintConfig.AssemblyInfo.cs b/MailPrintConfig/obj/Release/net10.0-windows/MailPrintConfig.AssemblyInfo.cs
deleted file mode 100644
index 2d49ac9..0000000
--- a/MailPrintConfig/obj/Release/net10.0-windows/MailPrintConfig.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("MailPrintConfig")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("MailPrintConfig")]
-[assembly: System.Reflection.AssemblyTitleAttribute("MailPrintConfig")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Von der MSBuild WriteCodeFragment-Klasse generiert.
-
diff --git a/MailPrintConfig/obj/Release/net10.0-windows/MailPrintConfig.AssemblyInfoInputs.cache b/MailPrintConfig/obj/Release/net10.0-windows/MailPrintConfig.AssemblyInfoInputs.cache
deleted file mode 100644
index 67b9292..0000000
--- a/MailPrintConfig/obj/Release/net10.0-windows/MailPrintConfig.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-7e85a7a7663158e0d5a99b5b7cb2f9e44d70a375c96d05d06ffcceaef8544236
diff --git a/MailPrintConfig/obj/Release/net10.0-windows/MailPrintConfig.GeneratedMSBuildEditorConfig.editorconfig b/MailPrintConfig/obj/Release/net10.0-windows/MailPrintConfig.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 1bab94b..0000000
--- a/MailPrintConfig/obj/Release/net10.0-windows/MailPrintConfig.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,24 +0,0 @@
-is_global = true
-build_property.ApplicationManifest =
-build_property.StartupObject =
-build_property.ApplicationDefaultFont =
-build_property.ApplicationHighDpiMode =
-build_property.ApplicationUseCompatibleTextRendering =
-build_property.ApplicationVisualStyles =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-build_property.TargetPlatformMinVersion = 7.0
-build_property.UsingMicrosoftNETSdkWeb =
-build_property.ProjectTypeGuids =
-build_property.InvariantGlobalization =
-build_property.PlatformNeutralAssembly =
-build_property.EnforceExtendedAnalyzerRules =
-build_property._SupportedPlatformList = Linux,macOS,Windows
-build_property.RootNamespace = MailPrintConfig
-build_property.ProjectDir = C:\Dev\MailPrint\MailPrintConfig\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/MailPrintConfig/obj/Release/net10.0-windows/MailPrintConfig.GlobalUsings.g.cs b/MailPrintConfig/obj/Release/net10.0-windows/MailPrintConfig.GlobalUsings.g.cs
deleted file mode 100644
index 18cabb0..0000000
--- a/MailPrintConfig/obj/Release/net10.0-windows/MailPrintConfig.GlobalUsings.g.cs
+++ /dev/null
@@ -1,10 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Drawing;
-global using System.IO;
-global using System.Linq;
-global using System.Net.Http;
-global using System.Threading;
-global using System.Threading.Tasks;
-global using System.Windows.Forms;
diff --git a/MailPrintConfig/obj/Release/net10.0-windows/MailPrintConfig.assets.cache b/MailPrintConfig/obj/Release/net10.0-windows/MailPrintConfig.assets.cache
deleted file mode 100644
index 8e03365..0000000
Binary files a/MailPrintConfig/obj/Release/net10.0-windows/MailPrintConfig.assets.cache and /dev/null differ
diff --git a/MailPrintConfig/obj/Release/net10.0-windows/MailPrintConfig.csproj.AssemblyReference.cache b/MailPrintConfig/obj/Release/net10.0-windows/MailPrintConfig.csproj.AssemblyReference.cache
deleted file mode 100644
index 38267b0..0000000
Binary files a/MailPrintConfig/obj/Release/net10.0-windows/MailPrintConfig.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/MailPrintConfig/obj/Release/net10.0-windows/MailPrintConfig.csproj.CoreCompileInputs.cache b/MailPrintConfig/obj/Release/net10.0-windows/MailPrintConfig.csproj.CoreCompileInputs.cache
deleted file mode 100644
index 4ae2426..0000000
--- a/MailPrintConfig/obj/Release/net10.0-windows/MailPrintConfig.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-7e060da22c8d04c73b07cffd71a2ec55526d76e35d6c9c5d4f8b74496e2de0af
diff --git a/MailPrintConfig/obj/Release/net10.0-windows/MailPrintConfig.csproj.FileListAbsolute.txt b/MailPrintConfig/obj/Release/net10.0-windows/MailPrintConfig.csproj.FileListAbsolute.txt
deleted file mode 100644
index 1d0dacf..0000000
--- a/MailPrintConfig/obj/Release/net10.0-windows/MailPrintConfig.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-C:\Dev\MailPrint\MailPrintConfig\obj\Release\net10.0-windows\MailPrintConfig.csproj.AssemblyReference.cache
-C:\Dev\MailPrint\MailPrintConfig\obj\Release\net10.0-windows\MailPrintConfig.GeneratedMSBuildEditorConfig.editorconfig
-C:\Dev\MailPrint\MailPrintConfig\obj\Release\net10.0-windows\MailPrintConfig.AssemblyInfoInputs.cache
-C:\Dev\MailPrint\MailPrintConfig\obj\Release\net10.0-windows\MailPrintConfig.AssemblyInfo.cs
-C:\Dev\MailPrint\MailPrintConfig\obj\Release\net10.0-windows\MailPrintConfig.csproj.CoreCompileInputs.cache
-C:\Dev\MailPrint\MailPrintConfig\bin\Release\net10.0-windows\MailPrintConfig.exe
-C:\Dev\MailPrint\MailPrintConfig\bin\Release\net10.0-windows\MailPrintConfig.deps.json
-C:\Dev\MailPrint\MailPrintConfig\bin\Release\net10.0-windows\MailPrintConfig.runtimeconfig.json
-C:\Dev\MailPrint\MailPrintConfig\bin\Release\net10.0-windows\MailPrintConfig.dll
-C:\Dev\MailPrint\MailPrintConfig\bin\Release\net10.0-windows\MailPrintConfig.pdb
-C:\Dev\MailPrint\MailPrintConfig\bin\Release\net10.0-windows\Newtonsoft.Json.dll
-C:\Dev\MailPrint\MailPrintConfig\obj\Release\net10.0-windows\MailPrin.D4F965D9.Up2Date
-C:\Dev\MailPrint\MailPrintConfig\obj\Release\net10.0-windows\MailPrintConfig.dll
-C:\Dev\MailPrint\MailPrintConfig\obj\Release\net10.0-windows\refint\MailPrintConfig.dll
-C:\Dev\MailPrint\MailPrintConfig\obj\Release\net10.0-windows\MailPrintConfig.pdb
-C:\Dev\MailPrint\MailPrintConfig\obj\Release\net10.0-windows\MailPrintConfig.genruntimeconfig.cache
-C:\Dev\MailPrint\MailPrintConfig\obj\Release\net10.0-windows\ref\MailPrintConfig.dll
diff --git a/MailPrintConfig/obj/Release/net10.0-windows/MailPrintConfig.dll b/MailPrintConfig/obj/Release/net10.0-windows/MailPrintConfig.dll
deleted file mode 100644
index a17cf9d..0000000
Binary files a/MailPrintConfig/obj/Release/net10.0-windows/MailPrintConfig.dll and /dev/null differ
diff --git a/MailPrintConfig/obj/Release/net10.0-windows/MailPrintConfig.genruntimeconfig.cache b/MailPrintConfig/obj/Release/net10.0-windows/MailPrintConfig.genruntimeconfig.cache
deleted file mode 100644
index 3a4df24..0000000
--- a/MailPrintConfig/obj/Release/net10.0-windows/MailPrintConfig.genruntimeconfig.cache
+++ /dev/null
@@ -1 +0,0 @@
-93a5925d34a2d6a5bc4ccc8338ff8449deb2ffbff00db1dea2ec0216fc977f7a
diff --git a/MailPrintConfig/obj/Release/net10.0-windows/MailPrintConfig.pdb b/MailPrintConfig/obj/Release/net10.0-windows/MailPrintConfig.pdb
deleted file mode 100644
index c6ba0dd..0000000
Binary files a/MailPrintConfig/obj/Release/net10.0-windows/MailPrintConfig.pdb and /dev/null differ
diff --git a/MailPrintConfig/obj/Release/net10.0-windows/apphost.exe b/MailPrintConfig/obj/Release/net10.0-windows/apphost.exe
deleted file mode 100644
index 9d65080..0000000
Binary files a/MailPrintConfig/obj/Release/net10.0-windows/apphost.exe and /dev/null differ
diff --git a/MailPrintConfig/obj/Release/net10.0-windows/ref/MailPrintConfig.dll b/MailPrintConfig/obj/Release/net10.0-windows/ref/MailPrintConfig.dll
deleted file mode 100644
index 7a3371a..0000000
Binary files a/MailPrintConfig/obj/Release/net10.0-windows/ref/MailPrintConfig.dll and /dev/null differ
diff --git a/MailPrintConfig/obj/Release/net10.0-windows/refint/MailPrintConfig.dll b/MailPrintConfig/obj/Release/net10.0-windows/refint/MailPrintConfig.dll
deleted file mode 100644
index 7a3371a..0000000
Binary files a/MailPrintConfig/obj/Release/net10.0-windows/refint/MailPrintConfig.dll and /dev/null differ
diff --git a/MailPrintConfig/obj/Release/net10.0-windows/win-x64/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs b/MailPrintConfig/obj/Release/net10.0-windows/win-x64/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs
deleted file mode 100644
index 925b135..0000000
--- a/MailPrintConfig/obj/Release/net10.0-windows/win-x64/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v10.0", FrameworkDisplayName = ".NET 10.0")]
diff --git a/MailPrintConfig/obj/Release/net10.0-windows/win-x64/MailPrin.D4F965D9.Up2Date b/MailPrintConfig/obj/Release/net10.0-windows/win-x64/MailPrin.D4F965D9.Up2Date
deleted file mode 100644
index e69de29..0000000
diff --git a/MailPrintConfig/obj/Release/net10.0-windows/win-x64/MailPrintConfig.AssemblyInfo.cs b/MailPrintConfig/obj/Release/net10.0-windows/win-x64/MailPrintConfig.AssemblyInfo.cs
deleted file mode 100644
index 2d49ac9..0000000
--- a/MailPrintConfig/obj/Release/net10.0-windows/win-x64/MailPrintConfig.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("MailPrintConfig")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("MailPrintConfig")]
-[assembly: System.Reflection.AssemblyTitleAttribute("MailPrintConfig")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Von der MSBuild WriteCodeFragment-Klasse generiert.
-
diff --git a/MailPrintConfig/obj/Release/net10.0-windows/win-x64/MailPrintConfig.AssemblyInfoInputs.cache b/MailPrintConfig/obj/Release/net10.0-windows/win-x64/MailPrintConfig.AssemblyInfoInputs.cache
deleted file mode 100644
index 67b9292..0000000
--- a/MailPrintConfig/obj/Release/net10.0-windows/win-x64/MailPrintConfig.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-7e85a7a7663158e0d5a99b5b7cb2f9e44d70a375c96d05d06ffcceaef8544236
diff --git a/MailPrintConfig/obj/Release/net10.0-windows/win-x64/MailPrintConfig.GeneratedMSBuildEditorConfig.editorconfig b/MailPrintConfig/obj/Release/net10.0-windows/win-x64/MailPrintConfig.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 1bab94b..0000000
--- a/MailPrintConfig/obj/Release/net10.0-windows/win-x64/MailPrintConfig.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,24 +0,0 @@
-is_global = true
-build_property.ApplicationManifest =
-build_property.StartupObject =
-build_property.ApplicationDefaultFont =
-build_property.ApplicationHighDpiMode =
-build_property.ApplicationUseCompatibleTextRendering =
-build_property.ApplicationVisualStyles =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-build_property.TargetPlatformMinVersion = 7.0
-build_property.UsingMicrosoftNETSdkWeb =
-build_property.ProjectTypeGuids =
-build_property.InvariantGlobalization =
-build_property.PlatformNeutralAssembly =
-build_property.EnforceExtendedAnalyzerRules =
-build_property._SupportedPlatformList = Linux,macOS,Windows
-build_property.RootNamespace = MailPrintConfig
-build_property.ProjectDir = C:\Dev\MailPrint\MailPrintConfig\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/MailPrintConfig/obj/Release/net10.0-windows/win-x64/MailPrintConfig.GlobalUsings.g.cs b/MailPrintConfig/obj/Release/net10.0-windows/win-x64/MailPrintConfig.GlobalUsings.g.cs
deleted file mode 100644
index 18cabb0..0000000
--- a/MailPrintConfig/obj/Release/net10.0-windows/win-x64/MailPrintConfig.GlobalUsings.g.cs
+++ /dev/null
@@ -1,10 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Drawing;
-global using System.IO;
-global using System.Linq;
-global using System.Net.Http;
-global using System.Threading;
-global using System.Threading.Tasks;
-global using System.Windows.Forms;
diff --git a/MailPrintConfig/obj/Release/net10.0-windows/win-x64/MailPrintConfig.assets.cache b/MailPrintConfig/obj/Release/net10.0-windows/win-x64/MailPrintConfig.assets.cache
deleted file mode 100644
index a544133..0000000
Binary files a/MailPrintConfig/obj/Release/net10.0-windows/win-x64/MailPrintConfig.assets.cache and /dev/null differ
diff --git a/MailPrintConfig/obj/Release/net10.0-windows/win-x64/MailPrintConfig.csproj.AssemblyReference.cache b/MailPrintConfig/obj/Release/net10.0-windows/win-x64/MailPrintConfig.csproj.AssemblyReference.cache
deleted file mode 100644
index 38267b0..0000000
Binary files a/MailPrintConfig/obj/Release/net10.0-windows/win-x64/MailPrintConfig.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/MailPrintConfig/obj/Release/net10.0-windows/win-x64/MailPrintConfig.csproj.CoreCompileInputs.cache b/MailPrintConfig/obj/Release/net10.0-windows/win-x64/MailPrintConfig.csproj.CoreCompileInputs.cache
deleted file mode 100644
index b6a94d7..0000000
--- a/MailPrintConfig/obj/Release/net10.0-windows/win-x64/MailPrintConfig.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-d3206a3e7e11b0a431a6c9e3d368567b60f969f4c0da6f16db4925bc33458478
diff --git a/MailPrintConfig/obj/Release/net10.0-windows/win-x64/MailPrintConfig.csproj.FileListAbsolute.txt b/MailPrintConfig/obj/Release/net10.0-windows/win-x64/MailPrintConfig.csproj.FileListAbsolute.txt
deleted file mode 100644
index a7217ed..0000000
--- a/MailPrintConfig/obj/Release/net10.0-windows/win-x64/MailPrintConfig.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-C:\Dev\MailPrint\MailPrintConfig\bin\Release\net10.0-windows\win-x64\MailPrintConfig.exe
-C:\Dev\MailPrint\MailPrintConfig\bin\Release\net10.0-windows\win-x64\MailPrintConfig.deps.json
-C:\Dev\MailPrint\MailPrintConfig\bin\Release\net10.0-windows\win-x64\MailPrintConfig.runtimeconfig.json
-C:\Dev\MailPrint\MailPrintConfig\bin\Release\net10.0-windows\win-x64\MailPrintConfig.dll
-C:\Dev\MailPrint\MailPrintConfig\bin\Release\net10.0-windows\win-x64\MailPrintConfig.pdb
-C:\Dev\MailPrint\MailPrintConfig\bin\Release\net10.0-windows\win-x64\Newtonsoft.Json.dll
-C:\Dev\MailPrint\MailPrintConfig\obj\Release\net10.0-windows\win-x64\MailPrintConfig.csproj.AssemblyReference.cache
-C:\Dev\MailPrint\MailPrintConfig\obj\Release\net10.0-windows\win-x64\MailPrintConfig.GeneratedMSBuildEditorConfig.editorconfig
-C:\Dev\MailPrint\MailPrintConfig\obj\Release\net10.0-windows\win-x64\MailPrintConfig.AssemblyInfoInputs.cache
-C:\Dev\MailPrint\MailPrintConfig\obj\Release\net10.0-windows\win-x64\MailPrintConfig.AssemblyInfo.cs
-C:\Dev\MailPrint\MailPrintConfig\obj\Release\net10.0-windows\win-x64\MailPrintConfig.csproj.CoreCompileInputs.cache
-C:\Dev\MailPrint\MailPrintConfig\obj\Release\net10.0-windows\win-x64\MailPrin.D4F965D9.Up2Date
-C:\Dev\MailPrint\MailPrintConfig\obj\Release\net10.0-windows\win-x64\MailPrintConfig.dll
-C:\Dev\MailPrint\MailPrintConfig\obj\Release\net10.0-windows\win-x64\refint\MailPrintConfig.dll
-C:\Dev\MailPrint\MailPrintConfig\obj\Release\net10.0-windows\win-x64\MailPrintConfig.pdb
-C:\Dev\MailPrint\MailPrintConfig\obj\Release\net10.0-windows\win-x64\MailPrintConfig.genruntimeconfig.cache
-C:\Dev\MailPrint\MailPrintConfig\obj\Release\net10.0-windows\win-x64\ref\MailPrintConfig.dll
diff --git a/MailPrintConfig/obj/Release/net10.0-windows/win-x64/MailPrintConfig.dll b/MailPrintConfig/obj/Release/net10.0-windows/win-x64/MailPrintConfig.dll
deleted file mode 100644
index 63695f0..0000000
Binary files a/MailPrintConfig/obj/Release/net10.0-windows/win-x64/MailPrintConfig.dll and /dev/null differ
diff --git a/MailPrintConfig/obj/Release/net10.0-windows/win-x64/MailPrintConfig.genruntimeconfig.cache b/MailPrintConfig/obj/Release/net10.0-windows/win-x64/MailPrintConfig.genruntimeconfig.cache
deleted file mode 100644
index d805814..0000000
--- a/MailPrintConfig/obj/Release/net10.0-windows/win-x64/MailPrintConfig.genruntimeconfig.cache
+++ /dev/null
@@ -1 +0,0 @@
-28a326ca7e09e21ae95b328070fbc53d0a197fc2595edbcb4364aa339b3228fb
diff --git a/MailPrintConfig/obj/Release/net10.0-windows/win-x64/MailPrintConfig.pdb b/MailPrintConfig/obj/Release/net10.0-windows/win-x64/MailPrintConfig.pdb
deleted file mode 100644
index 47dc272..0000000
Binary files a/MailPrintConfig/obj/Release/net10.0-windows/win-x64/MailPrintConfig.pdb and /dev/null differ
diff --git a/MailPrintConfig/obj/Release/net10.0-windows/win-x64/PublishOutputs.ea42d2f27e.txt b/MailPrintConfig/obj/Release/net10.0-windows/win-x64/PublishOutputs.ea42d2f27e.txt
deleted file mode 100644
index e59f7c1..0000000
--- a/MailPrintConfig/obj/Release/net10.0-windows/win-x64/PublishOutputs.ea42d2f27e.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-C:\Dev\MailPrint\publish\MailPrintConfig.exe
-C:\Dev\MailPrint\publish\MailPrintConfig.dll
-C:\Dev\MailPrint\publish\MailPrintConfig.deps.json
-C:\Dev\MailPrint\publish\MailPrintConfig.runtimeconfig.json
-C:\Dev\MailPrint\publish\MailPrintConfig.pdb
-C:\Dev\MailPrint\publish\Newtonsoft.Json.dll
diff --git a/MailPrintConfig/obj/Release/net10.0-windows/win-x64/apphost.exe b/MailPrintConfig/obj/Release/net10.0-windows/win-x64/apphost.exe
deleted file mode 100644
index 9d65080..0000000
Binary files a/MailPrintConfig/obj/Release/net10.0-windows/win-x64/apphost.exe and /dev/null differ
diff --git a/MailPrintConfig/obj/Release/net10.0-windows/win-x64/ref/MailPrintConfig.dll b/MailPrintConfig/obj/Release/net10.0-windows/win-x64/ref/MailPrintConfig.dll
deleted file mode 100644
index 8f17f71..0000000
Binary files a/MailPrintConfig/obj/Release/net10.0-windows/win-x64/ref/MailPrintConfig.dll and /dev/null differ
diff --git a/MailPrintConfig/obj/Release/net10.0-windows/win-x64/refint/MailPrintConfig.dll b/MailPrintConfig/obj/Release/net10.0-windows/win-x64/refint/MailPrintConfig.dll
deleted file mode 100644
index 8f17f71..0000000
Binary files a/MailPrintConfig/obj/Release/net10.0-windows/win-x64/refint/MailPrintConfig.dll and /dev/null differ
diff --git a/MailPrintConfig/obj/project.assets.json b/MailPrintConfig/obj/project.assets.json
deleted file mode 100644
index f09e7bb..0000000
--- a/MailPrintConfig/obj/project.assets.json
+++ /dev/null
@@ -1,439 +0,0 @@
-{
- "version": 3,
- "targets": {
- "net10.0-windows7.0": {
- "Newtonsoft.Json/13.0.3": {
- "type": "package",
- "compile": {
- "lib/net6.0/Newtonsoft.Json.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net6.0/Newtonsoft.Json.dll": {
- "related": ".xml"
- }
- }
- }
- },
- "net10.0-windows7.0/win-x64": {
- "Newtonsoft.Json/13.0.3": {
- "type": "package",
- "compile": {
- "lib/net6.0/Newtonsoft.Json.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net6.0/Newtonsoft.Json.dll": {
- "related": ".xml"
- }
- }
- }
- }
- },
- "libraries": {
- "Newtonsoft.Json/13.0.3": {
- "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
- "type": "package",
- "path": "newtonsoft.json/13.0.3",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.md",
- "README.md",
- "lib/net20/Newtonsoft.Json.dll",
- "lib/net20/Newtonsoft.Json.xml",
- "lib/net35/Newtonsoft.Json.dll",
- "lib/net35/Newtonsoft.Json.xml",
- "lib/net40/Newtonsoft.Json.dll",
- "lib/net40/Newtonsoft.Json.xml",
- "lib/net45/Newtonsoft.Json.dll",
- "lib/net45/Newtonsoft.Json.xml",
- "lib/net6.0/Newtonsoft.Json.dll",
- "lib/net6.0/Newtonsoft.Json.xml",
- "lib/netstandard1.0/Newtonsoft.Json.dll",
- "lib/netstandard1.0/Newtonsoft.Json.xml",
- "lib/netstandard1.3/Newtonsoft.Json.dll",
- "lib/netstandard1.3/Newtonsoft.Json.xml",
- "lib/netstandard2.0/Newtonsoft.Json.dll",
- "lib/netstandard2.0/Newtonsoft.Json.xml",
- "newtonsoft.json.13.0.3.nupkg.sha512",
- "newtonsoft.json.nuspec",
- "packageIcon.png"
- ]
- }
- },
- "projectFileDependencyGroups": {
- "net10.0-windows7.0": [
- "Newtonsoft.Json >= 13.0.3"
- ]
- },
- "packageFolders": {
- "C:\\Users\\janwu\\.nuget\\packages\\": {}
- },
- "project": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Dev\\MailPrint\\MailPrintConfig\\MailPrintConfig.csproj",
- "projectName": "MailPrintConfig",
- "projectPath": "C:\\Dev\\MailPrint\\MailPrintConfig\\MailPrintConfig.csproj",
- "packagesPath": "C:\\Users\\janwu\\.nuget\\packages\\",
- "outputPath": "C:\\Dev\\MailPrint\\MailPrintConfig\\obj\\",
- "projectStyle": "PackageReference",
- "configFilePaths": [
- "C:\\Users\\janwu\\AppData\\Roaming\\NuGet\\NuGet.Config"
- ],
- "originalTargetFrameworks": [
- "net10.0-windows"
- ],
- "sources": {
- "C:\\Program Files\\dotnet\\library-packs": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net10.0-windows7.0": {
- "targetAlias": "net10.0-windows",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- },
- "restoreAuditProperties": {
- "enableAudit": "true",
- "auditLevel": "low",
- "auditMode": "all"
- },
- "SdkAnalysisLevel": "10.0.200"
- },
- "frameworks": {
- "net10.0-windows7.0": {
- "targetAlias": "net10.0-windows",
- "dependencies": {
- "Newtonsoft.Json": {
- "target": "Package",
- "version": "[13.0.3, )"
- }
- },
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- },
- "Microsoft.WindowsDesktop.App.WindowsForms": {
- "privateAssets": "none"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.202/PortableRuntimeIdentifierGraph.json",
- "packagesToPrune": {
- "Microsoft.CSharp": "(,4.7.32767]",
- "Microsoft.VisualBasic": "(,10.4.32767]",
- "Microsoft.Win32.Primitives": "(,4.3.32767]",
- "Microsoft.Win32.Registry": "(,5.0.32767]",
- "Microsoft.Win32.Registry.AccessControl": "(,10.0.32767]",
- "Microsoft.Win32.SystemEvents": "(,10.0.32767]",
- "runtime.any.System.Collections": "(,4.3.32767]",
- "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]",
- "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]",
- "runtime.any.System.Globalization": "(,4.3.32767]",
- "runtime.any.System.Globalization.Calendars": "(,4.3.32767]",
- "runtime.any.System.IO": "(,4.3.32767]",
- "runtime.any.System.Reflection": "(,4.3.32767]",
- "runtime.any.System.Reflection.Extensions": "(,4.3.32767]",
- "runtime.any.System.Reflection.Primitives": "(,4.3.32767]",
- "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]",
- "runtime.any.System.Runtime": "(,4.3.32767]",
- "runtime.any.System.Runtime.Handles": "(,4.3.32767]",
- "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]",
- "runtime.any.System.Text.Encoding": "(,4.3.32767]",
- "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]",
- "runtime.any.System.Threading.Tasks": "(,4.3.32767]",
- "runtime.any.System.Threading.Timer": "(,4.3.32767]",
- "runtime.aot.System.Collections": "(,4.3.32767]",
- "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]",
- "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]",
- "runtime.aot.System.Globalization": "(,4.3.32767]",
- "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]",
- "runtime.aot.System.IO": "(,4.3.32767]",
- "runtime.aot.System.Reflection": "(,4.3.32767]",
- "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]",
- "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]",
- "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]",
- "runtime.aot.System.Runtime": "(,4.3.32767]",
- "runtime.aot.System.Runtime.Handles": "(,4.3.32767]",
- "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]",
- "runtime.aot.System.Text.Encoding": "(,4.3.32767]",
- "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]",
- "runtime.aot.System.Threading.Tasks": "(,4.3.32767]",
- "runtime.aot.System.Threading.Timer": "(,4.3.32767]",
- "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]",
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]",
- "runtime.unix.System.Console": "(,4.3.32767]",
- "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]",
- "runtime.unix.System.IO.FileSystem": "(,4.3.32767]",
- "runtime.unix.System.Net.Primitives": "(,4.3.32767]",
- "runtime.unix.System.Net.Sockets": "(,4.3.32767]",
- "runtime.unix.System.Private.Uri": "(,4.3.32767]",
- "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]",
- "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]",
- "runtime.win.System.Console": "(,4.3.32767]",
- "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]",
- "runtime.win.System.IO.FileSystem": "(,4.3.32767]",
- "runtime.win.System.Net.Primitives": "(,4.3.32767]",
- "runtime.win.System.Net.Sockets": "(,4.3.32767]",
- "runtime.win.System.Runtime.Extensions": "(,4.3.32767]",
- "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
- "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
- "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
- "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.win7.System.Private.Uri": "(,4.3.32767]",
- "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "System.AppContext": "(,4.3.32767]",
- "System.Buffers": "(,5.0.32767]",
- "System.CodeDom": "(,10.0.32767]",
- "System.Collections": "(,4.3.32767]",
- "System.Collections.Concurrent": "(,4.3.32767]",
- "System.Collections.Immutable": "(,10.0.32767]",
- "System.Collections.NonGeneric": "(,4.3.32767]",
- "System.Collections.Specialized": "(,4.3.32767]",
- "System.ComponentModel": "(,4.3.32767]",
- "System.ComponentModel.Annotations": "(,4.3.32767]",
- "System.ComponentModel.EventBasedAsync": "(,4.3.32767]",
- "System.ComponentModel.Primitives": "(,4.3.32767]",
- "System.ComponentModel.TypeConverter": "(,4.3.32767]",
- "System.Configuration.ConfigurationManager": "(,10.0.32767]",
- "System.Console": "(,4.3.32767]",
- "System.Data.Common": "(,4.3.32767]",
- "System.Data.DataSetExtensions": "(,4.4.32767]",
- "System.Diagnostics.Contracts": "(,4.3.32767]",
- "System.Diagnostics.Debug": "(,4.3.32767]",
- "System.Diagnostics.DiagnosticSource": "(,10.0.32767]",
- "System.Diagnostics.EventLog": "(,10.0.32767]",
- "System.Diagnostics.FileVersionInfo": "(,4.3.32767]",
- "System.Diagnostics.PerformanceCounter": "(,10.0.32767]",
- "System.Diagnostics.Process": "(,4.3.32767]",
- "System.Diagnostics.StackTrace": "(,4.3.32767]",
- "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]",
- "System.Diagnostics.Tools": "(,4.3.32767]",
- "System.Diagnostics.TraceSource": "(,4.3.32767]",
- "System.Diagnostics.Tracing": "(,4.3.32767]",
- "System.DirectoryServices": "(,10.0.32767]",
- "System.Drawing.Common": "(,10.0.32767]",
- "System.Drawing.Primitives": "(,4.3.32767]",
- "System.Dynamic.Runtime": "(,4.3.32767]",
- "System.Formats.Asn1": "(,10.0.32767]",
- "System.Formats.Nrbf": "(,10.0.32767]",
- "System.Formats.Tar": "(,10.0.32767]",
- "System.Globalization": "(,4.3.32767]",
- "System.Globalization.Calendars": "(,4.3.32767]",
- "System.Globalization.Extensions": "(,4.3.32767]",
- "System.IO": "(,4.3.32767]",
- "System.IO.Compression": "(,4.3.32767]",
- "System.IO.Compression.ZipFile": "(,4.3.32767]",
- "System.IO.FileSystem": "(,4.3.32767]",
- "System.IO.FileSystem.AccessControl": "(,4.4.32767]",
- "System.IO.FileSystem.DriveInfo": "(,4.3.32767]",
- "System.IO.FileSystem.Primitives": "(,4.3.32767]",
- "System.IO.FileSystem.Watcher": "(,4.3.32767]",
- "System.IO.IsolatedStorage": "(,4.3.32767]",
- "System.IO.MemoryMappedFiles": "(,4.3.32767]",
- "System.IO.Packaging": "(,10.0.32767]",
- "System.IO.Pipelines": "(,10.0.32767]",
- "System.IO.Pipes": "(,4.3.32767]",
- "System.IO.Pipes.AccessControl": "(,5.0.32767]",
- "System.IO.UnmanagedMemoryStream": "(,4.3.32767]",
- "System.Linq": "(,4.3.32767]",
- "System.Linq.AsyncEnumerable": "(,10.0.32767]",
- "System.Linq.Expressions": "(,4.3.32767]",
- "System.Linq.Parallel": "(,4.3.32767]",
- "System.Linq.Queryable": "(,4.3.32767]",
- "System.Memory": "(,5.0.32767]",
- "System.Net.Http": "(,4.3.32767]",
- "System.Net.Http.Json": "(,10.0.32767]",
- "System.Net.NameResolution": "(,4.3.32767]",
- "System.Net.NetworkInformation": "(,4.3.32767]",
- "System.Net.Ping": "(,4.3.32767]",
- "System.Net.Primitives": "(,4.3.32767]",
- "System.Net.Requests": "(,4.3.32767]",
- "System.Net.Security": "(,4.3.32767]",
- "System.Net.ServerSentEvents": "(,10.0.32767]",
- "System.Net.Sockets": "(,4.3.32767]",
- "System.Net.WebHeaderCollection": "(,4.3.32767]",
- "System.Net.WebSockets": "(,4.3.32767]",
- "System.Net.WebSockets.Client": "(,4.3.32767]",
- "System.Numerics.Vectors": "(,5.0.32767]",
- "System.ObjectModel": "(,4.3.32767]",
- "System.Private.DataContractSerialization": "(,4.3.32767]",
- "System.Private.Uri": "(,4.3.32767]",
- "System.Reflection": "(,4.3.32767]",
- "System.Reflection.DispatchProxy": "(,6.0.32767]",
- "System.Reflection.Emit": "(,4.7.32767]",
- "System.Reflection.Emit.ILGeneration": "(,4.7.32767]",
- "System.Reflection.Emit.Lightweight": "(,4.7.32767]",
- "System.Reflection.Extensions": "(,4.3.32767]",
- "System.Reflection.Metadata": "(,10.0.32767]",
- "System.Reflection.Primitives": "(,4.3.32767]",
- "System.Reflection.TypeExtensions": "(,4.3.32767]",
- "System.Resources.Extensions": "(,10.0.32767]",
- "System.Resources.Reader": "(,4.3.32767]",
- "System.Resources.ResourceManager": "(,4.3.32767]",
- "System.Resources.Writer": "(,4.3.32767]",
- "System.Runtime": "(,4.3.32767]",
- "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]",
- "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]",
- "System.Runtime.Extensions": "(,4.3.32767]",
- "System.Runtime.Handles": "(,4.3.32767]",
- "System.Runtime.InteropServices": "(,4.3.32767]",
- "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]",
- "System.Runtime.Loader": "(,4.3.32767]",
- "System.Runtime.Numerics": "(,4.3.32767]",
- "System.Runtime.Serialization.Formatters": "(,4.3.32767]",
- "System.Runtime.Serialization.Json": "(,4.3.32767]",
- "System.Runtime.Serialization.Primitives": "(,4.3.32767]",
- "System.Runtime.Serialization.Xml": "(,4.3.32767]",
- "System.Security.AccessControl": "(,6.0.32767]",
- "System.Security.Claims": "(,4.3.32767]",
- "System.Security.Cryptography.Algorithms": "(,4.3.32767]",
- "System.Security.Cryptography.Cng": "(,5.0.32767]",
- "System.Security.Cryptography.Csp": "(,4.3.32767]",
- "System.Security.Cryptography.Encoding": "(,4.3.32767]",
- "System.Security.Cryptography.OpenSsl": "(,5.0.32767]",
- "System.Security.Cryptography.Pkcs": "(,10.0.32767]",
- "System.Security.Cryptography.Primitives": "(,4.3.32767]",
- "System.Security.Cryptography.ProtectedData": "(,10.0.32767]",
- "System.Security.Cryptography.X509Certificates": "(,4.3.32767]",
- "System.Security.Cryptography.Xml": "(,10.0.32767]",
- "System.Security.Permissions": "(,10.0.32767]",
- "System.Security.Principal": "(,4.3.32767]",
- "System.Security.Principal.Windows": "(,5.0.32767]",
- "System.Security.SecureString": "(,4.3.32767]",
- "System.Text.Encoding": "(,4.3.32767]",
- "System.Text.Encoding.CodePages": "(,10.0.32767]",
- "System.Text.Encoding.Extensions": "(,4.3.32767]",
- "System.Text.Encodings.Web": "(,10.0.32767]",
- "System.Text.Json": "(,10.0.32767]",
- "System.Text.RegularExpressions": "(,4.3.32767]",
- "System.Threading": "(,4.3.32767]",
- "System.Threading.AccessControl": "(,10.0.32767]",
- "System.Threading.Channels": "(,10.0.32767]",
- "System.Threading.Overlapped": "(,4.3.32767]",
- "System.Threading.Tasks": "(,4.3.32767]",
- "System.Threading.Tasks.Dataflow": "(,10.0.32767]",
- "System.Threading.Tasks.Extensions": "(,5.0.32767]",
- "System.Threading.Tasks.Parallel": "(,4.3.32767]",
- "System.Threading.Thread": "(,4.3.32767]",
- "System.Threading.ThreadPool": "(,4.3.32767]",
- "System.Threading.Timer": "(,4.3.32767]",
- "System.ValueTuple": "(,4.5.32767]",
- "System.Windows.Extensions": "(,10.0.32767]",
- "System.Xml.ReaderWriter": "(,4.3.32767]",
- "System.Xml.XDocument": "(,4.3.32767]",
- "System.Xml.XmlDocument": "(,4.3.32767]",
- "System.Xml.XmlSerializer": "(,4.3.32767]",
- "System.Xml.XPath": "(,4.3.32767]",
- "System.Xml.XPath.XDocument": "(,5.0.32767]"
- }
- }
- },
- "runtimes": {
- "win-x64": {
- "#import": []
- }
- }
- }
-}
\ No newline at end of file
diff --git a/MailPrintConfig/obj/project.nuget.cache b/MailPrintConfig/obj/project.nuget.cache
deleted file mode 100644
index 900e86c..0000000
--- a/MailPrintConfig/obj/project.nuget.cache
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "version": 2,
- "dgSpecHash": "hFJ8BJ9fr3Q=",
- "success": true,
- "projectFilePath": "C:\\Dev\\MailPrint\\MailPrintConfig\\MailPrintConfig.csproj",
- "expectedPackageFiles": [
- "C:\\Users\\janwu\\.nuget\\packages\\newtonsoft.json\\13.0.3\\newtonsoft.json.13.0.3.nupkg.sha512"
- ],
- "logs": []
-}
\ No newline at end of file
diff --git a/publish/BouncyCastle.Cryptography.dll b/publish/BouncyCastle.Cryptography.dll
deleted file mode 100644
index b62a41b..0000000
Binary files a/publish/BouncyCastle.Cryptography.dll and /dev/null differ
diff --git a/publish/MailKit.dll b/publish/MailKit.dll
deleted file mode 100644
index 7225406..0000000
Binary files a/publish/MailKit.dll and /dev/null differ
diff --git a/publish/MailPrint.deps.json b/publish/MailPrint.deps.json
deleted file mode 100644
index f8df26f..0000000
--- a/publish/MailPrint.deps.json
+++ /dev/null
@@ -1,436 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v10.0/win-x64",
- "signature": ""
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v10.0": {},
- ".NETCoreApp,Version=v10.0/win-x64": {
- "MailPrint/1.0.0": {
- "dependencies": {
- "MailKit": "4.7.1.1",
- "Microsoft.Extensions.Hosting.WindowsServices": "10.0.0-preview.3.25171.5",
- "MimeKit": "4.7.1",
- "Serilog.AspNetCore": "9.0.0",
- "Serilog.Sinks.Console": "6.0.0",
- "Serilog.Sinks.EventLog": "4.0.0",
- "Serilog.Sinks.File": "6.0.0",
- "Swashbuckle.AspNetCore": "7.3.1",
- "System.Drawing.Common": "9.0.4"
- },
- "runtime": {
- "MailPrint.dll": {}
- }
- },
- "BouncyCastle.Cryptography/2.4.0": {
- "runtime": {
- "lib/net6.0/BouncyCastle.Cryptography.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.4.0.33771"
- }
- }
- },
- "MailKit/4.7.1.1": {
- "dependencies": {
- "MimeKit": "4.7.1"
- },
- "runtime": {
- "lib/net8.0/MailKit.dll": {
- "assemblyVersion": "4.7.0.0",
- "fileVersion": "4.7.1.1"
- }
- }
- },
- "Microsoft.Extensions.DependencyModel/9.0.0": {
- "runtime": {
- "lib/net9.0/Microsoft.Extensions.DependencyModel.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.24.52809"
- }
- }
- },
- "Microsoft.Extensions.Hosting.WindowsServices/10.0.0-preview.3.25171.5": {
- "dependencies": {
- "System.ServiceProcess.ServiceController": "10.0.0-preview.3.25171.5"
- },
- "runtime": {
- "lib/net10.0/Microsoft.Extensions.Hosting.WindowsServices.dll": {
- "assemblyVersion": "10.0.0.0",
- "fileVersion": "10.0.25.17105"
- }
- }
- },
- "Microsoft.OpenApi/1.6.22": {
- "runtime": {
- "lib/netstandard2.0/Microsoft.OpenApi.dll": {
- "assemblyVersion": "1.6.22.0",
- "fileVersion": "1.6.22.0"
- }
- }
- },
- "Microsoft.Win32.SystemEvents/9.0.4": {
- "runtime": {
- "runtimes/win/lib/net9.0/Microsoft.Win32.SystemEvents.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.425.16305"
- }
- }
- },
- "MimeKit/4.7.1": {
- "dependencies": {
- "BouncyCastle.Cryptography": "2.4.0"
- },
- "runtime": {
- "lib/net8.0/MimeKit.dll": {
- "assemblyVersion": "4.7.0.0",
- "fileVersion": "4.7.1.0"
- }
- }
- },
- "Serilog/4.2.0": {
- "runtime": {
- "lib/net9.0/Serilog.dll": {
- "assemblyVersion": "4.2.0.0",
- "fileVersion": "4.2.0.0"
- }
- }
- },
- "Serilog.AspNetCore/9.0.0": {
- "dependencies": {
- "Serilog": "4.2.0",
- "Serilog.Extensions.Hosting": "9.0.0",
- "Serilog.Formatting.Compact": "3.0.0",
- "Serilog.Settings.Configuration": "9.0.0",
- "Serilog.Sinks.Console": "6.0.0",
- "Serilog.Sinks.Debug": "3.0.0",
- "Serilog.Sinks.File": "6.0.0"
- },
- "runtime": {
- "lib/net9.0/Serilog.AspNetCore.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.0.0"
- }
- }
- },
- "Serilog.Extensions.Hosting/9.0.0": {
- "dependencies": {
- "Serilog": "4.2.0",
- "Serilog.Extensions.Logging": "9.0.0"
- },
- "runtime": {
- "lib/net9.0/Serilog.Extensions.Hosting.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.0.0"
- }
- }
- },
- "Serilog.Extensions.Logging/9.0.0": {
- "dependencies": {
- "Serilog": "4.2.0"
- },
- "runtime": {
- "lib/net9.0/Serilog.Extensions.Logging.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.0.0"
- }
- }
- },
- "Serilog.Formatting.Compact/3.0.0": {
- "dependencies": {
- "Serilog": "4.2.0"
- },
- "runtime": {
- "lib/net8.0/Serilog.Formatting.Compact.dll": {
- "assemblyVersion": "3.0.0.0",
- "fileVersion": "3.0.0.0"
- }
- }
- },
- "Serilog.Settings.Configuration/9.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyModel": "9.0.0",
- "Serilog": "4.2.0"
- },
- "runtime": {
- "lib/net9.0/Serilog.Settings.Configuration.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.0.0"
- }
- }
- },
- "Serilog.Sinks.Console/6.0.0": {
- "dependencies": {
- "Serilog": "4.2.0"
- },
- "runtime": {
- "lib/net8.0/Serilog.Sinks.Console.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.0.0"
- }
- }
- },
- "Serilog.Sinks.Debug/3.0.0": {
- "dependencies": {
- "Serilog": "4.2.0"
- },
- "runtime": {
- "lib/net8.0/Serilog.Sinks.Debug.dll": {
- "assemblyVersion": "3.0.0.0",
- "fileVersion": "3.0.0.0"
- }
- }
- },
- "Serilog.Sinks.EventLog/4.0.0": {
- "dependencies": {
- "Serilog": "4.2.0"
- },
- "runtime": {
- "lib/net8.0/Serilog.Sinks.EventLog.dll": {
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "4.0.0.0"
- }
- }
- },
- "Serilog.Sinks.File/6.0.0": {
- "dependencies": {
- "Serilog": "4.2.0"
- },
- "runtime": {
- "lib/net8.0/Serilog.Sinks.File.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.0.0"
- }
- }
- },
- "Swashbuckle.AspNetCore/7.3.1": {
- "dependencies": {
- "Swashbuckle.AspNetCore.Swagger": "7.3.1",
- "Swashbuckle.AspNetCore.SwaggerGen": "7.3.1",
- "Swashbuckle.AspNetCore.SwaggerUI": "7.3.1"
- }
- },
- "Swashbuckle.AspNetCore.Swagger/7.3.1": {
- "dependencies": {
- "Microsoft.OpenApi": "1.6.22"
- },
- "runtime": {
- "lib/net9.0/Swashbuckle.AspNetCore.Swagger.dll": {
- "assemblyVersion": "7.3.1.0",
- "fileVersion": "7.3.1.1111"
- }
- }
- },
- "Swashbuckle.AspNetCore.SwaggerGen/7.3.1": {
- "dependencies": {
- "Swashbuckle.AspNetCore.Swagger": "7.3.1"
- },
- "runtime": {
- "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
- "assemblyVersion": "7.3.1.0",
- "fileVersion": "7.3.1.1111"
- }
- }
- },
- "Swashbuckle.AspNetCore.SwaggerUI/7.3.1": {
- "runtime": {
- "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
- "assemblyVersion": "7.3.1.0",
- "fileVersion": "7.3.1.1111"
- }
- }
- },
- "System.Drawing.Common/9.0.4": {
- "dependencies": {
- "Microsoft.Win32.SystemEvents": "9.0.4"
- },
- "runtime": {
- "lib/net9.0/System.Drawing.Common.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.425.16312"
- },
- "lib/net9.0/System.Private.Windows.Core.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.425.16312"
- }
- }
- },
- "System.ServiceProcess.ServiceController/10.0.0-preview.3.25171.5": {
- "runtime": {
- "runtimes/win/lib/net10.0/System.ServiceProcess.ServiceController.dll": {
- "assemblyVersion": "10.0.0.0",
- "fileVersion": "10.0.25.17105"
- }
- }
- }
- }
- },
- "libraries": {
- "MailPrint/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "BouncyCastle.Cryptography/2.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-SwXsAV3sMvAU/Nn31pbjhWurYSjJ+/giI/0n6tCrYoupEK34iIHCuk3STAd9fx8yudM85KkLSVdn951vTng/vQ==",
- "path": "bouncycastle.cryptography/2.4.0",
- "hashPath": "bouncycastle.cryptography.2.4.0.nupkg.sha512"
- },
- "MailKit/4.7.1.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Y3okmIxu8g/ZcoJiE2i+dCeKgnNyddsXmcJslZnCPGVPP0aRyeVINHV1h97V+OVMdqjQI6O12J2p8Duwq5UEqQ==",
- "path": "mailkit/4.7.1.1",
- "hashPath": "mailkit.4.7.1.1.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyModel/9.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-saxr2XzwgDU77LaQfYFXmddEDRUKHF4DaGMZkNB3qjdVSZlax3//dGJagJkKrGMIPNZs2jVFXITyCCR6UHJNdA==",
- "path": "microsoft.extensions.dependencymodel/9.0.0",
- "hashPath": "microsoft.extensions.dependencymodel.9.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Hosting.WindowsServices/10.0.0-preview.3.25171.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kL3TeKTEnkpQNuAxR5/CSi+7vQwKGXHl/pz+szetFjN8M39zWe5ECDHkcGk9xwcyhLv2aiuBQ1DqV45qXsfLag==",
- "path": "microsoft.extensions.hosting.windowsservices/10.0.0-preview.3.25171.5",
- "hashPath": "microsoft.extensions.hosting.windowsservices.10.0.0-preview.3.25171.5.nupkg.sha512"
- },
- "Microsoft.OpenApi/1.6.22": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-aBvunmrdu/x+4CaA/UP1Jx4xWGwk4kymhoIRnn2Vp+zi5/KOPQJ9EkSXHRUr01WcGKtYl3Au7XfkPJbU1G2sjQ==",
- "path": "microsoft.openapi/1.6.22",
- "hashPath": "microsoft.openapi.1.6.22.nupkg.sha512"
- },
- "Microsoft.Win32.SystemEvents/9.0.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kHgtAkXhNEP8oGuAVe3Q5admxsdMlSdWE2rXcA9FfeGDZJQawPccmZgnOswgW3ugUPSJt7VH+TMQPz65mnhGSQ==",
- "path": "microsoft.win32.systemevents/9.0.4",
- "hashPath": "microsoft.win32.systemevents.9.0.4.nupkg.sha512"
- },
- "MimeKit/4.7.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Qoj4aVvhX14A1FNvaJ33hzOP4VZI2j+Mr38I9wSGcjMq4BYDtWLJG89aJ9nRW2cNfH6Czjwyp7+Mh++xv3AZvg==",
- "path": "mimekit/4.7.1",
- "hashPath": "mimekit.4.7.1.nupkg.sha512"
- },
- "Serilog/4.2.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-gmoWVOvKgbME8TYR+gwMf7osROiWAURterc6Rt2dQyX7wtjZYpqFiA/pY6ztjGQKKV62GGCyOcmtP1UKMHgSmA==",
- "path": "serilog/4.2.0",
- "hashPath": "serilog.4.2.0.nupkg.sha512"
- },
- "Serilog.AspNetCore/9.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-JslDajPlBsn3Pww1554flJFTqROvK9zz9jONNQgn0D8Lx2Trw8L0A8/n6zEQK1DAZWXrJwiVLw8cnTR3YFuYsg==",
- "path": "serilog.aspnetcore/9.0.0",
- "hashPath": "serilog.aspnetcore.9.0.0.nupkg.sha512"
- },
- "Serilog.Extensions.Hosting/9.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-u2TRxuxbjvTAldQn7uaAwePkWxTHIqlgjelekBtilAGL5sYyF3+65NWctN4UrwwGLsDC7c3Vz3HnOlu+PcoxXg==",
- "path": "serilog.extensions.hosting/9.0.0",
- "hashPath": "serilog.extensions.hosting.9.0.0.nupkg.sha512"
- },
- "Serilog.Extensions.Logging/9.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-NwSSYqPJeKNzl5AuXVHpGbr6PkZJFlNa14CdIebVjK3k/76kYj/mz5kiTRNVSsSaxM8kAIa1kpy/qyT9E4npRQ==",
- "path": "serilog.extensions.logging/9.0.0",
- "hashPath": "serilog.extensions.logging.9.0.0.nupkg.sha512"
- },
- "Serilog.Formatting.Compact/3.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-wQsv14w9cqlfB5FX2MZpNsTawckN4a8dryuNGbebB/3Nh1pXnROHZov3swtu3Nj5oNG7Ba+xdu7Et/ulAUPanQ==",
- "path": "serilog.formatting.compact/3.0.0",
- "hashPath": "serilog.formatting.compact.3.0.0.nupkg.sha512"
- },
- "Serilog.Settings.Configuration/9.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-4/Et4Cqwa+F88l5SeFeNZ4c4Z6dEAIKbu3MaQb2Zz9F/g27T5a3wvfMcmCOaAiACjfUb4A6wrlTVfyYUZk3RRQ==",
- "path": "serilog.settings.configuration/9.0.0",
- "hashPath": "serilog.settings.configuration.9.0.0.nupkg.sha512"
- },
- "Serilog.Sinks.Console/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-fQGWqVMClCP2yEyTXPIinSr5c+CBGUvBybPxjAGcf7ctDhadFhrQw03Mv8rJ07/wR5PDfFjewf2LimvXCDzpbA==",
- "path": "serilog.sinks.console/6.0.0",
- "hashPath": "serilog.sinks.console.6.0.0.nupkg.sha512"
- },
- "Serilog.Sinks.Debug/3.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-4BzXcdrgRX7wde9PmHuYd9U6YqycCC28hhpKonK7hx0wb19eiuRj16fPcPSVp0o/Y1ipJuNLYQ00R3q2Zs8FDA==",
- "path": "serilog.sinks.debug/3.0.0",
- "hashPath": "serilog.sinks.debug.3.0.0.nupkg.sha512"
- },
- "Serilog.Sinks.EventLog/4.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Cmfr5v407xVc0GA0Sk+RQCCBNvxvwY1lV5/k2bqLi3ksTvLx/KbGTVM2rA5Z/e2ZEZ12HOCvBviQ9Er9GsMjXQ==",
- "path": "serilog.sinks.eventlog/4.0.0",
- "hashPath": "serilog.sinks.eventlog.4.0.0.nupkg.sha512"
- },
- "Serilog.Sinks.File/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-lxjg89Y8gJMmFxVkbZ+qDgjl+T4yC5F7WSLTvA+5q0R04tfKVLRL/EHpYoJ/MEQd2EeCKDuylBIVnAYMotmh2A==",
- "path": "serilog.sinks.file/6.0.0",
- "hashPath": "serilog.sinks.file.6.0.0.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore/7.3.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-6u8w+UXp/sF89xQjfydWw6znQrUpbpFOmEIs8ODE+S0bV+mCQ9dNP4mk+HRsGHylpDaP5KSYSCEfFSgluLXHsA==",
- "path": "swashbuckle.aspnetcore/7.3.1",
- "hashPath": "swashbuckle.aspnetcore.7.3.1.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore.Swagger/7.3.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-jQuJ8kVbq+YE8WsJE3RwWHlF1kasp0QkA9Gl6NeNLICrhcgN8IQIthMufYW6t/4hpcN5cBIdES5jCEV81WjHbA==",
- "path": "swashbuckle.aspnetcore.swagger/7.3.1",
- "hashPath": "swashbuckle.aspnetcore.swagger.7.3.1.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore.SwaggerGen/7.3.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-xs7Pznb3SSjZy7HpThE0ILqECfQFsGDHOrRoIYD/j67ktdRR1juDG4AMyidXXCOipgzHanZoF+nFrc+Nmjqjyw==",
- "path": "swashbuckle.aspnetcore.swaggergen/7.3.1",
- "hashPath": "swashbuckle.aspnetcore.swaggergen.7.3.1.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore.SwaggerUI/7.3.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-hs6C+lmNEzipOA1WPQpIaGvvoXjUbnoevbv6l7o9ZQE8SNF8ggjOmK6NB6cYdMcEvk0uBeKl4Qq/BnRt5MFVqg==",
- "path": "swashbuckle.aspnetcore.swaggerui/7.3.1",
- "hashPath": "swashbuckle.aspnetcore.swaggerui.7.3.1.nupkg.sha512"
- },
- "System.Drawing.Common/9.0.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-SbtusMUT1bCxZ14904ZPo2GZyelze0rwUni9wXrp8KX9Zlsda8idqpxra1RBvOA85WM0wW+fCI4GLrlCTYiE6A==",
- "path": "system.drawing.common/9.0.4",
- "hashPath": "system.drawing.common.9.0.4.nupkg.sha512"
- },
- "System.ServiceProcess.ServiceController/10.0.0-preview.3.25171.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-/Co2ApycIZx6M9tXQQNgk0g/JE3mYCP2HI5/VdCb48ZNbC52Tcgapej+DdWZn24ejfWwq6mavY7YMnsFm9nVEQ==",
- "path": "system.serviceprocess.servicecontroller/10.0.0-preview.3.25171.5",
- "hashPath": "system.serviceprocess.servicecontroller.10.0.0-preview.3.25171.5.nupkg.sha512"
- }
- }
-}
\ No newline at end of file
diff --git a/publish/MailPrint.dll b/publish/MailPrint.dll
deleted file mode 100644
index 67dc450..0000000
Binary files a/publish/MailPrint.dll and /dev/null differ
diff --git a/publish/MailPrint.exe b/publish/MailPrint.exe
deleted file mode 100644
index b066c18..0000000
Binary files a/publish/MailPrint.exe and /dev/null differ
diff --git a/publish/MailPrint.pdb b/publish/MailPrint.pdb
deleted file mode 100644
index ed99de5..0000000
Binary files a/publish/MailPrint.pdb and /dev/null differ
diff --git a/publish/MailPrint.runtimeconfig.json b/publish/MailPrint.runtimeconfig.json
deleted file mode 100644
index 372f290..0000000
--- a/publish/MailPrint.runtimeconfig.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "runtimeOptions": {
- "tfm": "net10.0",
- "frameworks": [
- {
- "name": "Microsoft.NETCore.App",
- "version": "10.0.0"
- },
- {
- "name": "Microsoft.AspNetCore.App",
- "version": "10.0.0"
- }
- ],
- "configProperties": {
- "System.GC.Server": true,
- "System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
- "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false,
- "CSWINRT_USE_WINDOWS_UI_XAML_PROJECTIONS": false
- }
- }
-}
\ No newline at end of file
diff --git a/publish/MailPrint.staticwebassets.endpoints.json b/publish/MailPrint.staticwebassets.endpoints.json
deleted file mode 100644
index 21da96b..0000000
--- a/publish/MailPrint.staticwebassets.endpoints.json
+++ /dev/null
@@ -1 +0,0 @@
-{"Version":1,"ManifestType":"Publish","Endpoints":[]}
\ No newline at end of file
diff --git a/publish/MailPrintConfig.deps.json b/publish/MailPrintConfig.deps.json
deleted file mode 100644
index 8c23b26..0000000
--- a/publish/MailPrintConfig.deps.json
+++ /dev/null
@@ -1,42 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v10.0/win-x64",
- "signature": ""
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v10.0": {},
- ".NETCoreApp,Version=v10.0/win-x64": {
- "MailPrintConfig/1.0.0": {
- "dependencies": {
- "Newtonsoft.Json": "13.0.3"
- },
- "runtime": {
- "MailPrintConfig.dll": {}
- }
- },
- "Newtonsoft.Json/13.0.3": {
- "runtime": {
- "lib/net6.0/Newtonsoft.Json.dll": {
- "assemblyVersion": "13.0.0.0",
- "fileVersion": "13.0.3.27908"
- }
- }
- }
- }
- },
- "libraries": {
- "MailPrintConfig/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "Newtonsoft.Json/13.0.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
- "path": "newtonsoft.json/13.0.3",
- "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
- }
- }
-}
\ No newline at end of file
diff --git a/publish/MailPrintConfig.dll b/publish/MailPrintConfig.dll
deleted file mode 100644
index 63695f0..0000000
Binary files a/publish/MailPrintConfig.dll and /dev/null differ
diff --git a/publish/MailPrintConfig.exe b/publish/MailPrintConfig.exe
deleted file mode 100644
index 9d65080..0000000
Binary files a/publish/MailPrintConfig.exe and /dev/null differ
diff --git a/publish/MailPrintConfig.pdb b/publish/MailPrintConfig.pdb
deleted file mode 100644
index 47dc272..0000000
Binary files a/publish/MailPrintConfig.pdb and /dev/null differ
diff --git a/publish/MailPrintConfig.runtimeconfig.json b/publish/MailPrintConfig.runtimeconfig.json
deleted file mode 100644
index e344539..0000000
--- a/publish/MailPrintConfig.runtimeconfig.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "runtimeOptions": {
- "tfm": "net10.0",
- "frameworks": [
- {
- "name": "Microsoft.NETCore.App",
- "version": "10.0.0"
- },
- {
- "name": "Microsoft.WindowsDesktop.App",
- "version": "10.0.0"
- }
- ],
- "configProperties": {
- "System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
- "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false,
- "CSWINRT_USE_WINDOWS_UI_XAML_PROJECTIONS": false
- }
- }
-}
\ No newline at end of file
diff --git a/publish/Microsoft.AspNetCore.Antiforgery.dll b/publish/Microsoft.AspNetCore.Antiforgery.dll
deleted file mode 100644
index 6ff62e2..0000000
Binary files a/publish/Microsoft.AspNetCore.Antiforgery.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Authentication.Abstractions.dll b/publish/Microsoft.AspNetCore.Authentication.Abstractions.dll
deleted file mode 100644
index a65d1c0..0000000
Binary files a/publish/Microsoft.AspNetCore.Authentication.Abstractions.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Authentication.Cookies.dll b/publish/Microsoft.AspNetCore.Authentication.Cookies.dll
deleted file mode 100644
index 68e28d3..0000000
Binary files a/publish/Microsoft.AspNetCore.Authentication.Cookies.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Authentication.Core.dll b/publish/Microsoft.AspNetCore.Authentication.Core.dll
deleted file mode 100644
index 930d4bd..0000000
Binary files a/publish/Microsoft.AspNetCore.Authentication.Core.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Authentication.OAuth.dll b/publish/Microsoft.AspNetCore.Authentication.OAuth.dll
deleted file mode 100644
index 9c74381..0000000
Binary files a/publish/Microsoft.AspNetCore.Authentication.OAuth.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Authentication.dll b/publish/Microsoft.AspNetCore.Authentication.dll
deleted file mode 100644
index e3f6294..0000000
Binary files a/publish/Microsoft.AspNetCore.Authentication.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Authorization.Policy.dll b/publish/Microsoft.AspNetCore.Authorization.Policy.dll
deleted file mode 100644
index 5f6293e..0000000
Binary files a/publish/Microsoft.AspNetCore.Authorization.Policy.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Authorization.dll b/publish/Microsoft.AspNetCore.Authorization.dll
deleted file mode 100644
index c8ca73e..0000000
Binary files a/publish/Microsoft.AspNetCore.Authorization.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Components.Authorization.dll b/publish/Microsoft.AspNetCore.Components.Authorization.dll
deleted file mode 100644
index 8bfc507..0000000
Binary files a/publish/Microsoft.AspNetCore.Components.Authorization.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Components.Forms.dll b/publish/Microsoft.AspNetCore.Components.Forms.dll
deleted file mode 100644
index f289222..0000000
Binary files a/publish/Microsoft.AspNetCore.Components.Forms.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Components.Server.dll b/publish/Microsoft.AspNetCore.Components.Server.dll
deleted file mode 100644
index 3c8baa2..0000000
Binary files a/publish/Microsoft.AspNetCore.Components.Server.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Components.Web.dll b/publish/Microsoft.AspNetCore.Components.Web.dll
deleted file mode 100644
index d2f9db8..0000000
Binary files a/publish/Microsoft.AspNetCore.Components.Web.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Components.dll b/publish/Microsoft.AspNetCore.Components.dll
deleted file mode 100644
index c2c3371..0000000
Binary files a/publish/Microsoft.AspNetCore.Components.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Connections.Abstractions.dll b/publish/Microsoft.AspNetCore.Connections.Abstractions.dll
deleted file mode 100644
index 3e4b299..0000000
Binary files a/publish/Microsoft.AspNetCore.Connections.Abstractions.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.CookiePolicy.dll b/publish/Microsoft.AspNetCore.CookiePolicy.dll
deleted file mode 100644
index 7e948e1..0000000
Binary files a/publish/Microsoft.AspNetCore.CookiePolicy.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Cors.dll b/publish/Microsoft.AspNetCore.Cors.dll
deleted file mode 100644
index b33b53d..0000000
Binary files a/publish/Microsoft.AspNetCore.Cors.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Cryptography.Internal.dll b/publish/Microsoft.AspNetCore.Cryptography.Internal.dll
deleted file mode 100644
index e430d5c..0000000
Binary files a/publish/Microsoft.AspNetCore.Cryptography.Internal.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll b/publish/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll
deleted file mode 100644
index e2e2aea..0000000
Binary files a/publish/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.DataProtection.Abstractions.dll b/publish/Microsoft.AspNetCore.DataProtection.Abstractions.dll
deleted file mode 100644
index bf9e306..0000000
Binary files a/publish/Microsoft.AspNetCore.DataProtection.Abstractions.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.DataProtection.Extensions.dll b/publish/Microsoft.AspNetCore.DataProtection.Extensions.dll
deleted file mode 100644
index 46e4331..0000000
Binary files a/publish/Microsoft.AspNetCore.DataProtection.Extensions.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.DataProtection.dll b/publish/Microsoft.AspNetCore.DataProtection.dll
deleted file mode 100644
index 93f19f5..0000000
Binary files a/publish/Microsoft.AspNetCore.DataProtection.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Diagnostics.Abstractions.dll b/publish/Microsoft.AspNetCore.Diagnostics.Abstractions.dll
deleted file mode 100644
index 9e58734..0000000
Binary files a/publish/Microsoft.AspNetCore.Diagnostics.Abstractions.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll b/publish/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll
deleted file mode 100644
index 6846c1e..0000000
Binary files a/publish/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Diagnostics.dll b/publish/Microsoft.AspNetCore.Diagnostics.dll
deleted file mode 100644
index a31ba72..0000000
Binary files a/publish/Microsoft.AspNetCore.Diagnostics.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.HostFiltering.dll b/publish/Microsoft.AspNetCore.HostFiltering.dll
deleted file mode 100644
index a0fa8fa..0000000
Binary files a/publish/Microsoft.AspNetCore.HostFiltering.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Hosting.Abstractions.dll b/publish/Microsoft.AspNetCore.Hosting.Abstractions.dll
deleted file mode 100644
index 7cbfd68..0000000
Binary files a/publish/Microsoft.AspNetCore.Hosting.Abstractions.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll b/publish/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
deleted file mode 100644
index 313bfce..0000000
Binary files a/publish/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Hosting.dll b/publish/Microsoft.AspNetCore.Hosting.dll
deleted file mode 100644
index e2f87c2..0000000
Binary files a/publish/Microsoft.AspNetCore.Hosting.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Html.Abstractions.dll b/publish/Microsoft.AspNetCore.Html.Abstractions.dll
deleted file mode 100644
index 3096c20..0000000
Binary files a/publish/Microsoft.AspNetCore.Html.Abstractions.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Http.Abstractions.dll b/publish/Microsoft.AspNetCore.Http.Abstractions.dll
deleted file mode 100644
index 57de8ad..0000000
Binary files a/publish/Microsoft.AspNetCore.Http.Abstractions.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Http.Connections.Common.dll b/publish/Microsoft.AspNetCore.Http.Connections.Common.dll
deleted file mode 100644
index de688a5..0000000
Binary files a/publish/Microsoft.AspNetCore.Http.Connections.Common.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Http.Connections.dll b/publish/Microsoft.AspNetCore.Http.Connections.dll
deleted file mode 100644
index 669b36e..0000000
Binary files a/publish/Microsoft.AspNetCore.Http.Connections.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Http.Extensions.dll b/publish/Microsoft.AspNetCore.Http.Extensions.dll
deleted file mode 100644
index 34a1f55..0000000
Binary files a/publish/Microsoft.AspNetCore.Http.Extensions.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Http.Features.dll b/publish/Microsoft.AspNetCore.Http.Features.dll
deleted file mode 100644
index fc4a86e..0000000
Binary files a/publish/Microsoft.AspNetCore.Http.Features.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Http.Results.dll b/publish/Microsoft.AspNetCore.Http.Results.dll
deleted file mode 100644
index 1969f80..0000000
Binary files a/publish/Microsoft.AspNetCore.Http.Results.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Http.dll b/publish/Microsoft.AspNetCore.Http.dll
deleted file mode 100644
index b2e61da..0000000
Binary files a/publish/Microsoft.AspNetCore.Http.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.HttpLogging.dll b/publish/Microsoft.AspNetCore.HttpLogging.dll
deleted file mode 100644
index 09e8f28..0000000
Binary files a/publish/Microsoft.AspNetCore.HttpLogging.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.HttpOverrides.dll b/publish/Microsoft.AspNetCore.HttpOverrides.dll
deleted file mode 100644
index 758142c..0000000
Binary files a/publish/Microsoft.AspNetCore.HttpOverrides.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.HttpsPolicy.dll b/publish/Microsoft.AspNetCore.HttpsPolicy.dll
deleted file mode 100644
index 1eaac0c..0000000
Binary files a/publish/Microsoft.AspNetCore.HttpsPolicy.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Identity.dll b/publish/Microsoft.AspNetCore.Identity.dll
deleted file mode 100644
index 6fd3609..0000000
Binary files a/publish/Microsoft.AspNetCore.Identity.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Localization.Routing.dll b/publish/Microsoft.AspNetCore.Localization.Routing.dll
deleted file mode 100644
index 30faa37..0000000
Binary files a/publish/Microsoft.AspNetCore.Localization.Routing.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Localization.dll b/publish/Microsoft.AspNetCore.Localization.dll
deleted file mode 100644
index 357f872..0000000
Binary files a/publish/Microsoft.AspNetCore.Localization.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Metadata.dll b/publish/Microsoft.AspNetCore.Metadata.dll
deleted file mode 100644
index 4c5b853..0000000
Binary files a/publish/Microsoft.AspNetCore.Metadata.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Mvc.Abstractions.dll b/publish/Microsoft.AspNetCore.Mvc.Abstractions.dll
deleted file mode 100644
index d27033a..0000000
Binary files a/publish/Microsoft.AspNetCore.Mvc.Abstractions.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Mvc.ApiExplorer.dll b/publish/Microsoft.AspNetCore.Mvc.ApiExplorer.dll
deleted file mode 100644
index c02cd3f..0000000
Binary files a/publish/Microsoft.AspNetCore.Mvc.ApiExplorer.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Mvc.Core.dll b/publish/Microsoft.AspNetCore.Mvc.Core.dll
deleted file mode 100644
index 695dc67..0000000
Binary files a/publish/Microsoft.AspNetCore.Mvc.Core.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Mvc.Cors.dll b/publish/Microsoft.AspNetCore.Mvc.Cors.dll
deleted file mode 100644
index c71505b..0000000
Binary files a/publish/Microsoft.AspNetCore.Mvc.Cors.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Mvc.DataAnnotations.dll b/publish/Microsoft.AspNetCore.Mvc.DataAnnotations.dll
deleted file mode 100644
index 2f0cf3e..0000000
Binary files a/publish/Microsoft.AspNetCore.Mvc.DataAnnotations.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Mvc.Formatters.Json.dll b/publish/Microsoft.AspNetCore.Mvc.Formatters.Json.dll
deleted file mode 100644
index 6a4b704..0000000
Binary files a/publish/Microsoft.AspNetCore.Mvc.Formatters.Json.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll b/publish/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll
deleted file mode 100644
index 7c33c5c..0000000
Binary files a/publish/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Mvc.Localization.dll b/publish/Microsoft.AspNetCore.Mvc.Localization.dll
deleted file mode 100644
index 83be2ee..0000000
Binary files a/publish/Microsoft.AspNetCore.Mvc.Localization.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Mvc.Razor.dll b/publish/Microsoft.AspNetCore.Mvc.Razor.dll
deleted file mode 100644
index 41fe8b1..0000000
Binary files a/publish/Microsoft.AspNetCore.Mvc.Razor.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Mvc.RazorPages.dll b/publish/Microsoft.AspNetCore.Mvc.RazorPages.dll
deleted file mode 100644
index 0eecafa..0000000
Binary files a/publish/Microsoft.AspNetCore.Mvc.RazorPages.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Mvc.TagHelpers.dll b/publish/Microsoft.AspNetCore.Mvc.TagHelpers.dll
deleted file mode 100644
index 8204fdc..0000000
Binary files a/publish/Microsoft.AspNetCore.Mvc.TagHelpers.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Mvc.ViewFeatures.dll b/publish/Microsoft.AspNetCore.Mvc.ViewFeatures.dll
deleted file mode 100644
index 21aa3e1..0000000
Binary files a/publish/Microsoft.AspNetCore.Mvc.ViewFeatures.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Mvc.dll b/publish/Microsoft.AspNetCore.Mvc.dll
deleted file mode 100644
index 196fa04..0000000
Binary files a/publish/Microsoft.AspNetCore.Mvc.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Razor.Runtime.dll b/publish/Microsoft.AspNetCore.Razor.Runtime.dll
deleted file mode 100644
index 5ef62b1..0000000
Binary files a/publish/Microsoft.AspNetCore.Razor.Runtime.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Razor.dll b/publish/Microsoft.AspNetCore.Razor.dll
deleted file mode 100644
index 129256f..0000000
Binary files a/publish/Microsoft.AspNetCore.Razor.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll b/publish/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll
deleted file mode 100644
index e997436..0000000
Binary files a/publish/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.ResponseCaching.dll b/publish/Microsoft.AspNetCore.ResponseCaching.dll
deleted file mode 100644
index d56ddd0..0000000
Binary files a/publish/Microsoft.AspNetCore.ResponseCaching.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.ResponseCompression.dll b/publish/Microsoft.AspNetCore.ResponseCompression.dll
deleted file mode 100644
index 69cef80..0000000
Binary files a/publish/Microsoft.AspNetCore.ResponseCompression.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Rewrite.dll b/publish/Microsoft.AspNetCore.Rewrite.dll
deleted file mode 100644
index a8da74e..0000000
Binary files a/publish/Microsoft.AspNetCore.Rewrite.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Routing.Abstractions.dll b/publish/Microsoft.AspNetCore.Routing.Abstractions.dll
deleted file mode 100644
index 70ef14b..0000000
Binary files a/publish/Microsoft.AspNetCore.Routing.Abstractions.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Routing.dll b/publish/Microsoft.AspNetCore.Routing.dll
deleted file mode 100644
index 94ed889..0000000
Binary files a/publish/Microsoft.AspNetCore.Routing.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Server.HttpSys.dll b/publish/Microsoft.AspNetCore.Server.HttpSys.dll
deleted file mode 100644
index 679b2ec..0000000
Binary files a/publish/Microsoft.AspNetCore.Server.HttpSys.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Server.IIS.dll b/publish/Microsoft.AspNetCore.Server.IIS.dll
deleted file mode 100644
index 33ae458..0000000
Binary files a/publish/Microsoft.AspNetCore.Server.IIS.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Server.IISIntegration.dll b/publish/Microsoft.AspNetCore.Server.IISIntegration.dll
deleted file mode 100644
index 3aed23c..0000000
Binary files a/publish/Microsoft.AspNetCore.Server.IISIntegration.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Server.Kestrel.Core.dll b/publish/Microsoft.AspNetCore.Server.Kestrel.Core.dll
deleted file mode 100644
index 6ec5e09..0000000
Binary files a/publish/Microsoft.AspNetCore.Server.Kestrel.Core.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll b/publish/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll
deleted file mode 100644
index 0df8240..0000000
Binary files a/publish/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll b/publish/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll
deleted file mode 100644
index 4e17bae..0000000
Binary files a/publish/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Server.Kestrel.dll b/publish/Microsoft.AspNetCore.Server.Kestrel.dll
deleted file mode 100644
index 9d891da..0000000
Binary files a/publish/Microsoft.AspNetCore.Server.Kestrel.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.Session.dll b/publish/Microsoft.AspNetCore.Session.dll
deleted file mode 100644
index 35d461a..0000000
Binary files a/publish/Microsoft.AspNetCore.Session.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.SignalR.Common.dll b/publish/Microsoft.AspNetCore.SignalR.Common.dll
deleted file mode 100644
index c18ce27..0000000
Binary files a/publish/Microsoft.AspNetCore.SignalR.Common.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.SignalR.Core.dll b/publish/Microsoft.AspNetCore.SignalR.Core.dll
deleted file mode 100644
index e659cc5..0000000
Binary files a/publish/Microsoft.AspNetCore.SignalR.Core.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.SignalR.Protocols.Json.dll b/publish/Microsoft.AspNetCore.SignalR.Protocols.Json.dll
deleted file mode 100644
index c7012a0..0000000
Binary files a/publish/Microsoft.AspNetCore.SignalR.Protocols.Json.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.SignalR.dll b/publish/Microsoft.AspNetCore.SignalR.dll
deleted file mode 100644
index f56fe37..0000000
Binary files a/publish/Microsoft.AspNetCore.SignalR.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.StaticFiles.dll b/publish/Microsoft.AspNetCore.StaticFiles.dll
deleted file mode 100644
index 4d3dee9..0000000
Binary files a/publish/Microsoft.AspNetCore.StaticFiles.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.WebSockets.dll b/publish/Microsoft.AspNetCore.WebSockets.dll
deleted file mode 100644
index ec4407a..0000000
Binary files a/publish/Microsoft.AspNetCore.WebSockets.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.WebUtilities.dll b/publish/Microsoft.AspNetCore.WebUtilities.dll
deleted file mode 100644
index 6908c9d..0000000
Binary files a/publish/Microsoft.AspNetCore.WebUtilities.dll and /dev/null differ
diff --git a/publish/Microsoft.AspNetCore.dll b/publish/Microsoft.AspNetCore.dll
deleted file mode 100644
index f0785fe..0000000
Binary files a/publish/Microsoft.AspNetCore.dll and /dev/null differ
diff --git a/publish/Microsoft.CSharp.dll b/publish/Microsoft.CSharp.dll
deleted file mode 100644
index 39b5df2..0000000
Binary files a/publish/Microsoft.CSharp.dll and /dev/null differ
diff --git a/publish/Microsoft.DiaSymReader.Native.amd64.dll b/publish/Microsoft.DiaSymReader.Native.amd64.dll
deleted file mode 100644
index 03f5288..0000000
Binary files a/publish/Microsoft.DiaSymReader.Native.amd64.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.Caching.Abstractions.dll b/publish/Microsoft.Extensions.Caching.Abstractions.dll
deleted file mode 100644
index 26643ea..0000000
Binary files a/publish/Microsoft.Extensions.Caching.Abstractions.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.Caching.Memory.dll b/publish/Microsoft.Extensions.Caching.Memory.dll
deleted file mode 100644
index 058dba8..0000000
Binary files a/publish/Microsoft.Extensions.Caching.Memory.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.Configuration.Abstractions.dll b/publish/Microsoft.Extensions.Configuration.Abstractions.dll
deleted file mode 100644
index cd54f33..0000000
Binary files a/publish/Microsoft.Extensions.Configuration.Abstractions.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.Configuration.Binder.dll b/publish/Microsoft.Extensions.Configuration.Binder.dll
deleted file mode 100644
index e8960bd..0000000
Binary files a/publish/Microsoft.Extensions.Configuration.Binder.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.Configuration.CommandLine.dll b/publish/Microsoft.Extensions.Configuration.CommandLine.dll
deleted file mode 100644
index 8191030..0000000
Binary files a/publish/Microsoft.Extensions.Configuration.CommandLine.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.Configuration.EnvironmentVariables.dll b/publish/Microsoft.Extensions.Configuration.EnvironmentVariables.dll
deleted file mode 100644
index f1d27c9..0000000
Binary files a/publish/Microsoft.Extensions.Configuration.EnvironmentVariables.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.Configuration.FileExtensions.dll b/publish/Microsoft.Extensions.Configuration.FileExtensions.dll
deleted file mode 100644
index f4d5e89..0000000
Binary files a/publish/Microsoft.Extensions.Configuration.FileExtensions.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.Configuration.Ini.dll b/publish/Microsoft.Extensions.Configuration.Ini.dll
deleted file mode 100644
index 0ace9c7..0000000
Binary files a/publish/Microsoft.Extensions.Configuration.Ini.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.Configuration.Json.dll b/publish/Microsoft.Extensions.Configuration.Json.dll
deleted file mode 100644
index 981f26e..0000000
Binary files a/publish/Microsoft.Extensions.Configuration.Json.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.Configuration.KeyPerFile.dll b/publish/Microsoft.Extensions.Configuration.KeyPerFile.dll
deleted file mode 100644
index 2fd7f1d..0000000
Binary files a/publish/Microsoft.Extensions.Configuration.KeyPerFile.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.Configuration.UserSecrets.dll b/publish/Microsoft.Extensions.Configuration.UserSecrets.dll
deleted file mode 100644
index 93c1e2e..0000000
Binary files a/publish/Microsoft.Extensions.Configuration.UserSecrets.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.Configuration.Xml.dll b/publish/Microsoft.Extensions.Configuration.Xml.dll
deleted file mode 100644
index 9ea9d03..0000000
Binary files a/publish/Microsoft.Extensions.Configuration.Xml.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.Configuration.dll b/publish/Microsoft.Extensions.Configuration.dll
deleted file mode 100644
index 1db7c53..0000000
Binary files a/publish/Microsoft.Extensions.Configuration.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/publish/Microsoft.Extensions.DependencyInjection.Abstractions.dll
deleted file mode 100644
index 7bcabc2..0000000
Binary files a/publish/Microsoft.Extensions.DependencyInjection.Abstractions.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.DependencyInjection.dll b/publish/Microsoft.Extensions.DependencyInjection.dll
deleted file mode 100644
index e01a6bf..0000000
Binary files a/publish/Microsoft.Extensions.DependencyInjection.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.DependencyModel.dll b/publish/Microsoft.Extensions.DependencyModel.dll
deleted file mode 100644
index e8ee78b..0000000
Binary files a/publish/Microsoft.Extensions.DependencyModel.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll b/publish/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll
deleted file mode 100644
index a3a6bd4..0000000
Binary files a/publish/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.Diagnostics.HealthChecks.dll b/publish/Microsoft.Extensions.Diagnostics.HealthChecks.dll
deleted file mode 100644
index cd1f36c..0000000
Binary files a/publish/Microsoft.Extensions.Diagnostics.HealthChecks.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.Features.dll b/publish/Microsoft.Extensions.Features.dll
deleted file mode 100644
index 69da60b..0000000
Binary files a/publish/Microsoft.Extensions.Features.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.FileProviders.Abstractions.dll b/publish/Microsoft.Extensions.FileProviders.Abstractions.dll
deleted file mode 100644
index ff2aa46..0000000
Binary files a/publish/Microsoft.Extensions.FileProviders.Abstractions.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.FileProviders.Composite.dll b/publish/Microsoft.Extensions.FileProviders.Composite.dll
deleted file mode 100644
index 05c5657..0000000
Binary files a/publish/Microsoft.Extensions.FileProviders.Composite.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.FileProviders.Embedded.dll b/publish/Microsoft.Extensions.FileProviders.Embedded.dll
deleted file mode 100644
index 270c933..0000000
Binary files a/publish/Microsoft.Extensions.FileProviders.Embedded.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.FileProviders.Physical.dll b/publish/Microsoft.Extensions.FileProviders.Physical.dll
deleted file mode 100644
index 3e553c3..0000000
Binary files a/publish/Microsoft.Extensions.FileProviders.Physical.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.FileSystemGlobbing.dll b/publish/Microsoft.Extensions.FileSystemGlobbing.dll
deleted file mode 100644
index f643bfb..0000000
Binary files a/publish/Microsoft.Extensions.FileSystemGlobbing.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.Hosting.Abstractions.dll b/publish/Microsoft.Extensions.Hosting.Abstractions.dll
deleted file mode 100644
index 65aaa0e..0000000
Binary files a/publish/Microsoft.Extensions.Hosting.Abstractions.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.Hosting.WindowsServices.dll b/publish/Microsoft.Extensions.Hosting.WindowsServices.dll
deleted file mode 100644
index 229f08b..0000000
Binary files a/publish/Microsoft.Extensions.Hosting.WindowsServices.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.Hosting.dll b/publish/Microsoft.Extensions.Hosting.dll
deleted file mode 100644
index 3bc01fd..0000000
Binary files a/publish/Microsoft.Extensions.Hosting.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.Http.dll b/publish/Microsoft.Extensions.Http.dll
deleted file mode 100644
index 76931e0..0000000
Binary files a/publish/Microsoft.Extensions.Http.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.Identity.Core.dll b/publish/Microsoft.Extensions.Identity.Core.dll
deleted file mode 100644
index 25a0ccc..0000000
Binary files a/publish/Microsoft.Extensions.Identity.Core.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.Identity.Stores.dll b/publish/Microsoft.Extensions.Identity.Stores.dll
deleted file mode 100644
index 9ffa215..0000000
Binary files a/publish/Microsoft.Extensions.Identity.Stores.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.Localization.Abstractions.dll b/publish/Microsoft.Extensions.Localization.Abstractions.dll
deleted file mode 100644
index 0c932a7..0000000
Binary files a/publish/Microsoft.Extensions.Localization.Abstractions.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.Localization.dll b/publish/Microsoft.Extensions.Localization.dll
deleted file mode 100644
index 7498b75..0000000
Binary files a/publish/Microsoft.Extensions.Localization.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.Logging.Abstractions.dll b/publish/Microsoft.Extensions.Logging.Abstractions.dll
deleted file mode 100644
index 141d431..0000000
Binary files a/publish/Microsoft.Extensions.Logging.Abstractions.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.Logging.Configuration.dll b/publish/Microsoft.Extensions.Logging.Configuration.dll
deleted file mode 100644
index c6b6683..0000000
Binary files a/publish/Microsoft.Extensions.Logging.Configuration.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.Logging.Console.dll b/publish/Microsoft.Extensions.Logging.Console.dll
deleted file mode 100644
index f6a2533..0000000
Binary files a/publish/Microsoft.Extensions.Logging.Console.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.Logging.Debug.dll b/publish/Microsoft.Extensions.Logging.Debug.dll
deleted file mode 100644
index 2da57fa..0000000
Binary files a/publish/Microsoft.Extensions.Logging.Debug.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.Logging.EventLog.dll b/publish/Microsoft.Extensions.Logging.EventLog.dll
deleted file mode 100644
index 67f68d1..0000000
Binary files a/publish/Microsoft.Extensions.Logging.EventLog.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.Logging.EventSource.dll b/publish/Microsoft.Extensions.Logging.EventSource.dll
deleted file mode 100644
index fba0682..0000000
Binary files a/publish/Microsoft.Extensions.Logging.EventSource.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.Logging.TraceSource.dll b/publish/Microsoft.Extensions.Logging.TraceSource.dll
deleted file mode 100644
index a0f4a72..0000000
Binary files a/publish/Microsoft.Extensions.Logging.TraceSource.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.Logging.dll b/publish/Microsoft.Extensions.Logging.dll
deleted file mode 100644
index 00b4a5b..0000000
Binary files a/publish/Microsoft.Extensions.Logging.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.ObjectPool.dll b/publish/Microsoft.Extensions.ObjectPool.dll
deleted file mode 100644
index 6cc689e..0000000
Binary files a/publish/Microsoft.Extensions.ObjectPool.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.Options.ConfigurationExtensions.dll b/publish/Microsoft.Extensions.Options.ConfigurationExtensions.dll
deleted file mode 100644
index d482e4a..0000000
Binary files a/publish/Microsoft.Extensions.Options.ConfigurationExtensions.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.Options.DataAnnotations.dll b/publish/Microsoft.Extensions.Options.DataAnnotations.dll
deleted file mode 100644
index 875d740..0000000
Binary files a/publish/Microsoft.Extensions.Options.DataAnnotations.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.Options.dll b/publish/Microsoft.Extensions.Options.dll
deleted file mode 100644
index a14b119..0000000
Binary files a/publish/Microsoft.Extensions.Options.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.Primitives.dll b/publish/Microsoft.Extensions.Primitives.dll
deleted file mode 100644
index 7f4b44e..0000000
Binary files a/publish/Microsoft.Extensions.Primitives.dll and /dev/null differ
diff --git a/publish/Microsoft.Extensions.WebEncoders.dll b/publish/Microsoft.Extensions.WebEncoders.dll
deleted file mode 100644
index fc77742..0000000
Binary files a/publish/Microsoft.Extensions.WebEncoders.dll and /dev/null differ
diff --git a/publish/Microsoft.JSInterop.dll b/publish/Microsoft.JSInterop.dll
deleted file mode 100644
index 092560e..0000000
Binary files a/publish/Microsoft.JSInterop.dll and /dev/null differ
diff --git a/publish/Microsoft.Net.Http.Headers.dll b/publish/Microsoft.Net.Http.Headers.dll
deleted file mode 100644
index c46e0f0..0000000
Binary files a/publish/Microsoft.Net.Http.Headers.dll and /dev/null differ
diff --git a/publish/Microsoft.OpenApi.dll b/publish/Microsoft.OpenApi.dll
deleted file mode 100644
index 8ba2ce6..0000000
Binary files a/publish/Microsoft.OpenApi.dll and /dev/null differ
diff --git a/publish/Microsoft.VisualBasic.Core.dll b/publish/Microsoft.VisualBasic.Core.dll
deleted file mode 100644
index 1c4ea23..0000000
Binary files a/publish/Microsoft.VisualBasic.Core.dll and /dev/null differ
diff --git a/publish/Microsoft.VisualBasic.dll b/publish/Microsoft.VisualBasic.dll
deleted file mode 100644
index 670a52e..0000000
Binary files a/publish/Microsoft.VisualBasic.dll and /dev/null differ
diff --git a/publish/Microsoft.Win32.Primitives.dll b/publish/Microsoft.Win32.Primitives.dll
deleted file mode 100644
index c4e4035..0000000
Binary files a/publish/Microsoft.Win32.Primitives.dll and /dev/null differ
diff --git a/publish/Microsoft.Win32.Registry.dll b/publish/Microsoft.Win32.Registry.dll
deleted file mode 100644
index c1c9d24..0000000
Binary files a/publish/Microsoft.Win32.Registry.dll and /dev/null differ
diff --git a/publish/Microsoft.Win32.SystemEvents.dll b/publish/Microsoft.Win32.SystemEvents.dll
deleted file mode 100644
index 89d7db5..0000000
Binary files a/publish/Microsoft.Win32.SystemEvents.dll and /dev/null differ
diff --git a/publish/MimeKit.dll b/publish/MimeKit.dll
deleted file mode 100644
index 696b315..0000000
Binary files a/publish/MimeKit.dll and /dev/null differ
diff --git a/publish/Newtonsoft.Json.dll b/publish/Newtonsoft.Json.dll
deleted file mode 100644
index d035c38..0000000
Binary files a/publish/Newtonsoft.Json.dll and /dev/null differ
diff --git a/publish/PdfFilter.dll b/publish/PdfFilter.dll
deleted file mode 100644
index 9ceaa7f..0000000
Binary files a/publish/PdfFilter.dll and /dev/null differ
diff --git a/publish/PdfPreview.dll b/publish/PdfPreview.dll
deleted file mode 100644
index 2d41859..0000000
Binary files a/publish/PdfPreview.dll and /dev/null differ
diff --git a/publish/README.md b/publish/README.md
deleted file mode 100644
index a4cf3a3..0000000
--- a/publish/README.md
+++ /dev/null
@@ -1,128 +0,0 @@
-# MailPrint
-
-**Windows-Dienst zum automatischen Drucken von PDF-Anhängen aus E-Mails und per REST API.**
-
-Kostenlos und quelloffen.
-
----
-
-## Features
-
-- 📧 **IMAP / POP3** – Postfächer werden automatisch abgerufen, PDF-Anhänge sofort gedruckt
-- 🖨️ **Mehrere Drucker-Profile** – je Profil eigener Drucker, Papierfach und Kopienanzahl
-- 📬 **Mehrere Postfächer** – jedes Postfach zeigt auf ein Drucker-Profil
-- 🌐 **REST API** – PDF per HTTP-Upload oder URL drucken (z.B. aus einem Webshop)
-- 🔒 **API-Key Absicherung** – optionaler Schutz für den HTTP-Endpunkt
-- 🗂️ **Papierfach-Steuerung** – SumatraPDF-basiert, stiller Druck ohne Fenster
-- ✉️ **Whitelist / Blacklist** – global und pro Drucker-Profil
-- ⚙️ **Config-Tool** – WinForms GUI zum Konfigurieren ohne JSON-Bearbeitung
-- 🔄 **Windows Service** – läuft ohne Anmeldung im Hintergrund
-
----
-
-## Voraussetzungen
-
-- Windows 10 / Server 2019 oder neuer
-- [.NET 10 Runtime (Windows)](https://dotnet.microsoft.com/download/dotnet/10.0)
-- [SumatraPDF](https://www.sumatrapdfreader.org/download-free-pdf-viewer) (wird automatisch erkannt wenn installiert oder neben der EXE)
-- Installierter Windows-Drucker
-
----
-
-## Installation
-
-### 1. Release entpacken
-
-Inhalt des `publish`-Ordners in ein Zielverzeichnis kopieren, z.B.:
-```
-C:\Services\MailPrint\
-```
-
-### 2. Konfigurieren
-
-`MailPrintConfig.exe` starten und konfigurieren:
-
-- **Drucker-Profile** – Drucker + Papierfach + optionale Absender-Filter
-- **Postfächer** – IMAP/POP3 Zugangsdaten + zugeordnetes Drucker-Profil
-- **Web API** – Port und API-Key
-- **Filter** – globale Whitelist/Blacklist
-- **Allgemein** – Intervall, SumatraPDF-Pfad, Temp-Verzeichnis
-
-Auf **Speichern** klicken.
-
-### 3. Als Windows Service installieren
-
-```powershell
-# Als Administrator ausführen:
-.\install-service.ps1
-```
-
-### 4. Deinstallieren
-
-```powershell
-# Als Administrator ausführen:
-.\uninstall-service.ps1
-```
-
----
-
-## Web API
-
-| Methode | Endpunkt | Beschreibung |
-|---|---|---|
-| `POST` | `/api/print/upload` | PDF hochladen (multipart/form-data) |
-| `POST` | `/api/print/url` | PDF-URL übergeben |
-| `GET` | `/api/print/printers` | Drucker + Papierfächer auflesen |
-| `GET` | `/api/print/health` | Healthcheck |
-| `GET` | `/swagger` | Swagger UI |
-
-### Authentifizierung
-
-```http
-X-Api-Key:
-```
-
-### Beispiel Upload (curl)
-
-```bash
-curl -X POST http://localhost:5100/api/print/upload \
- -H "X-Api-Key: DEIN_KEY" \
- -F "file=@rechnung.pdf" \
- -F "printer=HP LaserJet" \
- -F "paperSource=Fach 2" \
- -F "copies=1"
-```
-
-### Beispiel URL (PowerShell)
-
-```powershell
-Invoke-RestMethod -Uri "http://localhost:5100/api/print/url" `
- -Method Post `
- -Headers @{"X-Api-Key" = "DEIN_KEY"; "Content-Type" = "application/json"} `
- -Body '{"url":"https://example.com/rechnung.pdf","copies":1}'
-```
-
----
-
-## Papierfach-Steuerung
-
-SumatraPDF wird automatisch gefunden wenn:
-- Installiert unter `C:\Program Files\SumatraPDF\`
-- Installiert unter `%LOCALAPPDATA%\SumatraPDF\`
-- `SumatraPDF.exe` liegt neben `MailPrint.exe`
-
-Ohne SumatraPDF: Fallback auf Windows Shell-Print (kein Papierfach-Support).
-
----
-
-## Logs
-
-- Konsole (wenn als EXE gestartet)
-- `logs\mailprint-YYYYMMDD.log` (neben der EXE)
-- Windows EventLog unter „MailPrint" (wenn als Service)
-
----
-
-## Lizenz
-
-MIT
diff --git a/publish/Serilog.AspNetCore.dll b/publish/Serilog.AspNetCore.dll
deleted file mode 100644
index f8155a1..0000000
Binary files a/publish/Serilog.AspNetCore.dll and /dev/null differ
diff --git a/publish/Serilog.Extensions.Hosting.dll b/publish/Serilog.Extensions.Hosting.dll
deleted file mode 100644
index cb1bd42..0000000
Binary files a/publish/Serilog.Extensions.Hosting.dll and /dev/null differ
diff --git a/publish/Serilog.Extensions.Logging.dll b/publish/Serilog.Extensions.Logging.dll
deleted file mode 100644
index dbf62b2..0000000
Binary files a/publish/Serilog.Extensions.Logging.dll and /dev/null differ
diff --git a/publish/Serilog.Formatting.Compact.dll b/publish/Serilog.Formatting.Compact.dll
deleted file mode 100644
index bbd2122..0000000
Binary files a/publish/Serilog.Formatting.Compact.dll and /dev/null differ
diff --git a/publish/Serilog.Settings.Configuration.dll b/publish/Serilog.Settings.Configuration.dll
deleted file mode 100644
index 0b77828..0000000
Binary files a/publish/Serilog.Settings.Configuration.dll and /dev/null differ
diff --git a/publish/Serilog.Sinks.Console.dll b/publish/Serilog.Sinks.Console.dll
deleted file mode 100644
index 96c89a0..0000000
Binary files a/publish/Serilog.Sinks.Console.dll and /dev/null differ
diff --git a/publish/Serilog.Sinks.Debug.dll b/publish/Serilog.Sinks.Debug.dll
deleted file mode 100644
index 7c94015..0000000
Binary files a/publish/Serilog.Sinks.Debug.dll and /dev/null differ
diff --git a/publish/Serilog.Sinks.EventLog.dll b/publish/Serilog.Sinks.EventLog.dll
deleted file mode 100644
index 5eb240d..0000000
Binary files a/publish/Serilog.Sinks.EventLog.dll and /dev/null differ
diff --git a/publish/Serilog.Sinks.File.dll b/publish/Serilog.Sinks.File.dll
deleted file mode 100644
index 17d80f3..0000000
Binary files a/publish/Serilog.Sinks.File.dll and /dev/null differ
diff --git a/publish/Serilog.dll b/publish/Serilog.dll
deleted file mode 100644
index 1790bfa..0000000
Binary files a/publish/Serilog.dll and /dev/null differ
diff --git a/publish/SumatraPDF-settings.txt b/publish/SumatraPDF-settings.txt
deleted file mode 100644
index 1ab50e8..0000000
--- a/publish/SumatraPDF-settings.txt
+++ /dev/null
@@ -1,119 +0,0 @@
-# For documentation, see https://www.sumatrapdfreader.org/settings/settings3-6.html
-
-CheckForUpdates = true
-CustomScreenDPI = 0
-DefaultDisplayMode = automatic
-DefaultZoom = fit page
-EnableTeXEnhancements = false
-EscToExit = false
-FullPathInTitle = false
-LazyLoading = false
-MainWindowBackground = #80fff200
-NoHomeTab = false
-HomePageSortByFrequentlyRead = false
-ReloadModifiedDocuments = true
-RememberOpenedFiles = true
-RememberStatePerDocument = true
-RestoreSession = true
-ReuseInstance = true
-ShowMenubar = true
-ShowToolbar = true
-ShowFavorites = false
-ShowToc = true
-ShowLinks = false
-ShowStartPage = true
-SidebarDx = 0
-ScrollbarInSinglePage = false
-SmoothScroll = false
-FastScrollOverScrollbar = false
-PreventSleepInFullscreen = true
-TabWidth = 300
-Theme = Light
-TocDy = 0
-ToolbarSize = 18
-TreeFontName = automatic
-TreeFontSize = 0
-UIFontSize = 0
-DisableAntiAlias = false
-UseSysColors = false
-UseTabs = true
-ZoomLevels =
-ZoomIncrement = 0
-
-FixedPageUI [
- TextColor = #000000
- BackgroundColor = #ffffff
- SelectionColor = #f5fc0c
- WindowMargin = 2 4 2 4
- PageSpacing = 4 4
- InvertColors = false
- HideScrollbars = false
-]
-
-EBookUI [
- FontSize = 0
- LayoutDx = 0
- LayoutDy = 0
- IgnoreDocumentCSS = false
-]
-
-ComicBookUI [
- WindowMargin = 0 0 0 0
- PageSpacing = 4 4
- CbxMangaMode = false
-]
-
-ChmUI [
- UseFixedPageUI = false
-]
-
-Annotations [
- HighlightColor = #ffff00
- UnderlineColor = #00ff00
- SquigglyColor = #ff00ff
- StrikeOutColor = #ff0000
- FreeTextColor =
- FreeTextBackgroundColor =
- FreeTextOpacity = 100
- FreeTextSize = 12
- FreeTextBorderWidth = 1
- TextIconColor =
- TextIconType =
- DefaultAuthor =
-]
-
-ExternalViewers [
-]
-
-ForwardSearch [
- HighlightOffset = 0
- HighlightWidth = 15
- HighlightColor = #6581ff
- HighlightPermanent = false
-]
-
-PrinterDefaults [
- PrintScale = shrink
-]
-
-SelectionHandlers [
-]
-
-Shortcuts [
-]
-
-Themes [
-]
-
-# You're not expected to change those manually
-UiLanguage = de
-WindowState = 1
-WindowPos = 561 0 797 1032
-FileStates [
-]
-SessionData [
-]
-TimeOfLastUpdateCheck = 0 0
-OpenCountWeek = 797
-
-# Settings below are not recognized by the current version
diff --git a/publish/SumatraPDF.exe b/publish/SumatraPDF.exe
deleted file mode 100644
index dd1838e..0000000
Binary files a/publish/SumatraPDF.exe and /dev/null differ
diff --git a/publish/Swashbuckle.AspNetCore.Swagger.dll b/publish/Swashbuckle.AspNetCore.Swagger.dll
deleted file mode 100644
index 5d0741e..0000000
Binary files a/publish/Swashbuckle.AspNetCore.Swagger.dll and /dev/null differ
diff --git a/publish/Swashbuckle.AspNetCore.SwaggerGen.dll b/publish/Swashbuckle.AspNetCore.SwaggerGen.dll
deleted file mode 100644
index 0aa635b..0000000
Binary files a/publish/Swashbuckle.AspNetCore.SwaggerGen.dll and /dev/null differ
diff --git a/publish/Swashbuckle.AspNetCore.SwaggerUI.dll b/publish/Swashbuckle.AspNetCore.SwaggerUI.dll
deleted file mode 100644
index 8be64bc..0000000
Binary files a/publish/Swashbuckle.AspNetCore.SwaggerUI.dll and /dev/null differ
diff --git a/publish/System.AppContext.dll b/publish/System.AppContext.dll
deleted file mode 100644
index 7ba712d..0000000
Binary files a/publish/System.AppContext.dll and /dev/null differ
diff --git a/publish/System.Buffers.dll b/publish/System.Buffers.dll
deleted file mode 100644
index 2cf6038..0000000
Binary files a/publish/System.Buffers.dll and /dev/null differ
diff --git a/publish/System.Collections.Concurrent.dll b/publish/System.Collections.Concurrent.dll
deleted file mode 100644
index dfc5729..0000000
Binary files a/publish/System.Collections.Concurrent.dll and /dev/null differ
diff --git a/publish/System.Collections.Immutable.dll b/publish/System.Collections.Immutable.dll
deleted file mode 100644
index 62aed01..0000000
Binary files a/publish/System.Collections.Immutable.dll and /dev/null differ
diff --git a/publish/System.Collections.NonGeneric.dll b/publish/System.Collections.NonGeneric.dll
deleted file mode 100644
index 580633c..0000000
Binary files a/publish/System.Collections.NonGeneric.dll and /dev/null differ
diff --git a/publish/System.Collections.Specialized.dll b/publish/System.Collections.Specialized.dll
deleted file mode 100644
index 8c2fa3b..0000000
Binary files a/publish/System.Collections.Specialized.dll and /dev/null differ
diff --git a/publish/System.Collections.dll b/publish/System.Collections.dll
deleted file mode 100644
index 18a8a2b..0000000
Binary files a/publish/System.Collections.dll and /dev/null differ
diff --git a/publish/System.ComponentModel.Annotations.dll b/publish/System.ComponentModel.Annotations.dll
deleted file mode 100644
index bd9bf65..0000000
Binary files a/publish/System.ComponentModel.Annotations.dll and /dev/null differ
diff --git a/publish/System.ComponentModel.DataAnnotations.dll b/publish/System.ComponentModel.DataAnnotations.dll
deleted file mode 100644
index 07aed62..0000000
Binary files a/publish/System.ComponentModel.DataAnnotations.dll and /dev/null differ
diff --git a/publish/System.ComponentModel.EventBasedAsync.dll b/publish/System.ComponentModel.EventBasedAsync.dll
deleted file mode 100644
index 8693324..0000000
Binary files a/publish/System.ComponentModel.EventBasedAsync.dll and /dev/null differ
diff --git a/publish/System.ComponentModel.Primitives.dll b/publish/System.ComponentModel.Primitives.dll
deleted file mode 100644
index a84952b..0000000
Binary files a/publish/System.ComponentModel.Primitives.dll and /dev/null differ
diff --git a/publish/System.ComponentModel.TypeConverter.dll b/publish/System.ComponentModel.TypeConverter.dll
deleted file mode 100644
index 3fca5ca..0000000
Binary files a/publish/System.ComponentModel.TypeConverter.dll and /dev/null differ
diff --git a/publish/System.ComponentModel.dll b/publish/System.ComponentModel.dll
deleted file mode 100644
index 02c8342..0000000
Binary files a/publish/System.ComponentModel.dll and /dev/null differ
diff --git a/publish/System.Configuration.dll b/publish/System.Configuration.dll
deleted file mode 100644
index cb86565..0000000
Binary files a/publish/System.Configuration.dll and /dev/null differ
diff --git a/publish/System.Console.dll b/publish/System.Console.dll
deleted file mode 100644
index a6b59ed..0000000
Binary files a/publish/System.Console.dll and /dev/null differ
diff --git a/publish/System.Core.dll b/publish/System.Core.dll
deleted file mode 100644
index 4c1e1d1..0000000
Binary files a/publish/System.Core.dll and /dev/null differ
diff --git a/publish/System.Data.Common.dll b/publish/System.Data.Common.dll
deleted file mode 100644
index 64248ae..0000000
Binary files a/publish/System.Data.Common.dll and /dev/null differ
diff --git a/publish/System.Data.DataSetExtensions.dll b/publish/System.Data.DataSetExtensions.dll
deleted file mode 100644
index 95dc1fd..0000000
Binary files a/publish/System.Data.DataSetExtensions.dll and /dev/null differ
diff --git a/publish/System.Data.dll b/publish/System.Data.dll
deleted file mode 100644
index 5763e3a..0000000
Binary files a/publish/System.Data.dll and /dev/null differ
diff --git a/publish/System.Diagnostics.Contracts.dll b/publish/System.Diagnostics.Contracts.dll
deleted file mode 100644
index 32201d2..0000000
Binary files a/publish/System.Diagnostics.Contracts.dll and /dev/null differ
diff --git a/publish/System.Diagnostics.Debug.dll b/publish/System.Diagnostics.Debug.dll
deleted file mode 100644
index 57925a2..0000000
Binary files a/publish/System.Diagnostics.Debug.dll and /dev/null differ
diff --git a/publish/System.Diagnostics.DiagnosticSource.dll b/publish/System.Diagnostics.DiagnosticSource.dll
deleted file mode 100644
index f9dd550..0000000
Binary files a/publish/System.Diagnostics.DiagnosticSource.dll and /dev/null differ
diff --git a/publish/System.Diagnostics.EventLog.Messages.dll b/publish/System.Diagnostics.EventLog.Messages.dll
deleted file mode 100644
index 7bcdc8c..0000000
Binary files a/publish/System.Diagnostics.EventLog.Messages.dll and /dev/null differ
diff --git a/publish/System.Diagnostics.EventLog.dll b/publish/System.Diagnostics.EventLog.dll
deleted file mode 100644
index ce6befa..0000000
Binary files a/publish/System.Diagnostics.EventLog.dll and /dev/null differ
diff --git a/publish/System.Diagnostics.FileVersionInfo.dll b/publish/System.Diagnostics.FileVersionInfo.dll
deleted file mode 100644
index 2cb5ee5..0000000
Binary files a/publish/System.Diagnostics.FileVersionInfo.dll and /dev/null differ
diff --git a/publish/System.Diagnostics.Process.dll b/publish/System.Diagnostics.Process.dll
deleted file mode 100644
index 2efb32a..0000000
Binary files a/publish/System.Diagnostics.Process.dll and /dev/null differ
diff --git a/publish/System.Diagnostics.StackTrace.dll b/publish/System.Diagnostics.StackTrace.dll
deleted file mode 100644
index fb5011e..0000000
Binary files a/publish/System.Diagnostics.StackTrace.dll and /dev/null differ
diff --git a/publish/System.Diagnostics.TextWriterTraceListener.dll b/publish/System.Diagnostics.TextWriterTraceListener.dll
deleted file mode 100644
index e618a51..0000000
Binary files a/publish/System.Diagnostics.TextWriterTraceListener.dll and /dev/null differ
diff --git a/publish/System.Diagnostics.Tools.dll b/publish/System.Diagnostics.Tools.dll
deleted file mode 100644
index 505db14..0000000
Binary files a/publish/System.Diagnostics.Tools.dll and /dev/null differ
diff --git a/publish/System.Diagnostics.TraceSource.dll b/publish/System.Diagnostics.TraceSource.dll
deleted file mode 100644
index 65748d9..0000000
Binary files a/publish/System.Diagnostics.TraceSource.dll and /dev/null differ
diff --git a/publish/System.Diagnostics.Tracing.dll b/publish/System.Diagnostics.Tracing.dll
deleted file mode 100644
index 4979f06..0000000
Binary files a/publish/System.Diagnostics.Tracing.dll and /dev/null differ
diff --git a/publish/System.Drawing.Common.dll b/publish/System.Drawing.Common.dll
deleted file mode 100644
index e39299f..0000000
Binary files a/publish/System.Drawing.Common.dll and /dev/null differ
diff --git a/publish/System.Drawing.Primitives.dll b/publish/System.Drawing.Primitives.dll
deleted file mode 100644
index 2f0521c..0000000
Binary files a/publish/System.Drawing.Primitives.dll and /dev/null differ
diff --git a/publish/System.Drawing.dll b/publish/System.Drawing.dll
deleted file mode 100644
index 80e8d4c..0000000
Binary files a/publish/System.Drawing.dll and /dev/null differ
diff --git a/publish/System.Dynamic.Runtime.dll b/publish/System.Dynamic.Runtime.dll
deleted file mode 100644
index 2014b1a..0000000
Binary files a/publish/System.Dynamic.Runtime.dll and /dev/null differ
diff --git a/publish/System.Formats.Asn1.dll b/publish/System.Formats.Asn1.dll
deleted file mode 100644
index a123306..0000000
Binary files a/publish/System.Formats.Asn1.dll and /dev/null differ
diff --git a/publish/System.Globalization.Calendars.dll b/publish/System.Globalization.Calendars.dll
deleted file mode 100644
index ba2b212..0000000
Binary files a/publish/System.Globalization.Calendars.dll and /dev/null differ
diff --git a/publish/System.Globalization.Extensions.dll b/publish/System.Globalization.Extensions.dll
deleted file mode 100644
index 1f77dc8..0000000
Binary files a/publish/System.Globalization.Extensions.dll and /dev/null differ
diff --git a/publish/System.Globalization.dll b/publish/System.Globalization.dll
deleted file mode 100644
index 7455c59..0000000
Binary files a/publish/System.Globalization.dll and /dev/null differ
diff --git a/publish/System.IO.Compression.Brotli.dll b/publish/System.IO.Compression.Brotli.dll
deleted file mode 100644
index ce57142..0000000
Binary files a/publish/System.IO.Compression.Brotli.dll and /dev/null differ
diff --git a/publish/System.IO.Compression.FileSystem.dll b/publish/System.IO.Compression.FileSystem.dll
deleted file mode 100644
index 5ae9379..0000000
Binary files a/publish/System.IO.Compression.FileSystem.dll and /dev/null differ
diff --git a/publish/System.IO.Compression.Native.dll b/publish/System.IO.Compression.Native.dll
deleted file mode 100644
index 27d7e53..0000000
Binary files a/publish/System.IO.Compression.Native.dll and /dev/null differ
diff --git a/publish/System.IO.Compression.ZipFile.dll b/publish/System.IO.Compression.ZipFile.dll
deleted file mode 100644
index 9b89d8b..0000000
Binary files a/publish/System.IO.Compression.ZipFile.dll and /dev/null differ
diff --git a/publish/System.IO.Compression.dll b/publish/System.IO.Compression.dll
deleted file mode 100644
index ece41e7..0000000
Binary files a/publish/System.IO.Compression.dll and /dev/null differ
diff --git a/publish/System.IO.FileSystem.AccessControl.dll b/publish/System.IO.FileSystem.AccessControl.dll
deleted file mode 100644
index 163f8cd..0000000
Binary files a/publish/System.IO.FileSystem.AccessControl.dll and /dev/null differ
diff --git a/publish/System.IO.FileSystem.DriveInfo.dll b/publish/System.IO.FileSystem.DriveInfo.dll
deleted file mode 100644
index f029d4b..0000000
Binary files a/publish/System.IO.FileSystem.DriveInfo.dll and /dev/null differ
diff --git a/publish/System.IO.FileSystem.Primitives.dll b/publish/System.IO.FileSystem.Primitives.dll
deleted file mode 100644
index d2da425..0000000
Binary files a/publish/System.IO.FileSystem.Primitives.dll and /dev/null differ
diff --git a/publish/System.IO.FileSystem.Watcher.dll b/publish/System.IO.FileSystem.Watcher.dll
deleted file mode 100644
index 8fb1b8e..0000000
Binary files a/publish/System.IO.FileSystem.Watcher.dll and /dev/null differ
diff --git a/publish/System.IO.FileSystem.dll b/publish/System.IO.FileSystem.dll
deleted file mode 100644
index c056ea4..0000000
Binary files a/publish/System.IO.FileSystem.dll and /dev/null differ
diff --git a/publish/System.IO.IsolatedStorage.dll b/publish/System.IO.IsolatedStorage.dll
deleted file mode 100644
index 0a52b03..0000000
Binary files a/publish/System.IO.IsolatedStorage.dll and /dev/null differ
diff --git a/publish/System.IO.MemoryMappedFiles.dll b/publish/System.IO.MemoryMappedFiles.dll
deleted file mode 100644
index 4c17eec..0000000
Binary files a/publish/System.IO.MemoryMappedFiles.dll and /dev/null differ
diff --git a/publish/System.IO.Pipelines.dll b/publish/System.IO.Pipelines.dll
deleted file mode 100644
index e67b317..0000000
Binary files a/publish/System.IO.Pipelines.dll and /dev/null differ
diff --git a/publish/System.IO.Pipes.AccessControl.dll b/publish/System.IO.Pipes.AccessControl.dll
deleted file mode 100644
index b1c70a4..0000000
Binary files a/publish/System.IO.Pipes.AccessControl.dll and /dev/null differ
diff --git a/publish/System.IO.Pipes.dll b/publish/System.IO.Pipes.dll
deleted file mode 100644
index 23f62e4..0000000
Binary files a/publish/System.IO.Pipes.dll and /dev/null differ
diff --git a/publish/System.IO.UnmanagedMemoryStream.dll b/publish/System.IO.UnmanagedMemoryStream.dll
deleted file mode 100644
index 3cf06a1..0000000
Binary files a/publish/System.IO.UnmanagedMemoryStream.dll and /dev/null differ
diff --git a/publish/System.IO.dll b/publish/System.IO.dll
deleted file mode 100644
index 66eb49d..0000000
Binary files a/publish/System.IO.dll and /dev/null differ
diff --git a/publish/System.Linq.Expressions.dll b/publish/System.Linq.Expressions.dll
deleted file mode 100644
index c530d07..0000000
Binary files a/publish/System.Linq.Expressions.dll and /dev/null differ
diff --git a/publish/System.Linq.Parallel.dll b/publish/System.Linq.Parallel.dll
deleted file mode 100644
index 15fa9b6..0000000
Binary files a/publish/System.Linq.Parallel.dll and /dev/null differ
diff --git a/publish/System.Linq.Queryable.dll b/publish/System.Linq.Queryable.dll
deleted file mode 100644
index b0ad105..0000000
Binary files a/publish/System.Linq.Queryable.dll and /dev/null differ
diff --git a/publish/System.Linq.dll b/publish/System.Linq.dll
deleted file mode 100644
index 866e0d2..0000000
Binary files a/publish/System.Linq.dll and /dev/null differ
diff --git a/publish/System.Memory.dll b/publish/System.Memory.dll
deleted file mode 100644
index 3032fe4..0000000
Binary files a/publish/System.Memory.dll and /dev/null differ
diff --git a/publish/System.Net.Http.Json.dll b/publish/System.Net.Http.Json.dll
deleted file mode 100644
index 218055d..0000000
Binary files a/publish/System.Net.Http.Json.dll and /dev/null differ
diff --git a/publish/System.Net.Http.dll b/publish/System.Net.Http.dll
deleted file mode 100644
index efd5231..0000000
Binary files a/publish/System.Net.Http.dll and /dev/null differ
diff --git a/publish/System.Net.HttpListener.dll b/publish/System.Net.HttpListener.dll
deleted file mode 100644
index d7747e6..0000000
Binary files a/publish/System.Net.HttpListener.dll and /dev/null differ
diff --git a/publish/System.Net.Mail.dll b/publish/System.Net.Mail.dll
deleted file mode 100644
index c8e6cbb..0000000
Binary files a/publish/System.Net.Mail.dll and /dev/null differ
diff --git a/publish/System.Net.NameResolution.dll b/publish/System.Net.NameResolution.dll
deleted file mode 100644
index 65fb0bf..0000000
Binary files a/publish/System.Net.NameResolution.dll and /dev/null differ
diff --git a/publish/System.Net.NetworkInformation.dll b/publish/System.Net.NetworkInformation.dll
deleted file mode 100644
index c5b534f..0000000
Binary files a/publish/System.Net.NetworkInformation.dll and /dev/null differ
diff --git a/publish/System.Net.Ping.dll b/publish/System.Net.Ping.dll
deleted file mode 100644
index 6089d2d..0000000
Binary files a/publish/System.Net.Ping.dll and /dev/null differ
diff --git a/publish/System.Net.Primitives.dll b/publish/System.Net.Primitives.dll
deleted file mode 100644
index 2009135..0000000
Binary files a/publish/System.Net.Primitives.dll and /dev/null differ
diff --git a/publish/System.Net.Quic.dll b/publish/System.Net.Quic.dll
deleted file mode 100644
index bc5b66b..0000000
Binary files a/publish/System.Net.Quic.dll and /dev/null differ
diff --git a/publish/System.Net.Requests.dll b/publish/System.Net.Requests.dll
deleted file mode 100644
index 28bcedb..0000000
Binary files a/publish/System.Net.Requests.dll and /dev/null differ
diff --git a/publish/System.Net.Security.dll b/publish/System.Net.Security.dll
deleted file mode 100644
index 7182b5c..0000000
Binary files a/publish/System.Net.Security.dll and /dev/null differ
diff --git a/publish/System.Net.ServicePoint.dll b/publish/System.Net.ServicePoint.dll
deleted file mode 100644
index 4e3f87a..0000000
Binary files a/publish/System.Net.ServicePoint.dll and /dev/null differ
diff --git a/publish/System.Net.Sockets.dll b/publish/System.Net.Sockets.dll
deleted file mode 100644
index 39e2214..0000000
Binary files a/publish/System.Net.Sockets.dll and /dev/null differ
diff --git a/publish/System.Net.WebClient.dll b/publish/System.Net.WebClient.dll
deleted file mode 100644
index 7547388..0000000
Binary files a/publish/System.Net.WebClient.dll and /dev/null differ
diff --git a/publish/System.Net.WebHeaderCollection.dll b/publish/System.Net.WebHeaderCollection.dll
deleted file mode 100644
index ff4a9c8..0000000
Binary files a/publish/System.Net.WebHeaderCollection.dll and /dev/null differ
diff --git a/publish/System.Net.WebProxy.dll b/publish/System.Net.WebProxy.dll
deleted file mode 100644
index 5f8a987..0000000
Binary files a/publish/System.Net.WebProxy.dll and /dev/null differ
diff --git a/publish/System.Net.WebSockets.Client.dll b/publish/System.Net.WebSockets.Client.dll
deleted file mode 100644
index a4b37c2..0000000
Binary files a/publish/System.Net.WebSockets.Client.dll and /dev/null differ
diff --git a/publish/System.Net.WebSockets.dll b/publish/System.Net.WebSockets.dll
deleted file mode 100644
index 1bd9677..0000000
Binary files a/publish/System.Net.WebSockets.dll and /dev/null differ
diff --git a/publish/System.Net.dll b/publish/System.Net.dll
deleted file mode 100644
index ba5e27e..0000000
Binary files a/publish/System.Net.dll and /dev/null differ
diff --git a/publish/System.Numerics.Vectors.dll b/publish/System.Numerics.Vectors.dll
deleted file mode 100644
index 43cc40e..0000000
Binary files a/publish/System.Numerics.Vectors.dll and /dev/null differ
diff --git a/publish/System.Numerics.dll b/publish/System.Numerics.dll
deleted file mode 100644
index ea04d7a..0000000
Binary files a/publish/System.Numerics.dll and /dev/null differ
diff --git a/publish/System.ObjectModel.dll b/publish/System.ObjectModel.dll
deleted file mode 100644
index 8ad8583..0000000
Binary files a/publish/System.ObjectModel.dll and /dev/null differ
diff --git a/publish/System.Private.CoreLib.dll b/publish/System.Private.CoreLib.dll
deleted file mode 100644
index 4a0f7b0..0000000
Binary files a/publish/System.Private.CoreLib.dll and /dev/null differ
diff --git a/publish/System.Private.DataContractSerialization.dll b/publish/System.Private.DataContractSerialization.dll
deleted file mode 100644
index 4cb7f64..0000000
Binary files a/publish/System.Private.DataContractSerialization.dll and /dev/null differ
diff --git a/publish/System.Private.Uri.dll b/publish/System.Private.Uri.dll
deleted file mode 100644
index 58d44e2..0000000
Binary files a/publish/System.Private.Uri.dll and /dev/null differ
diff --git a/publish/System.Private.Windows.Core.dll b/publish/System.Private.Windows.Core.dll
deleted file mode 100644
index 7e6e534..0000000
Binary files a/publish/System.Private.Windows.Core.dll and /dev/null differ
diff --git a/publish/System.Private.Xml.Linq.dll b/publish/System.Private.Xml.Linq.dll
deleted file mode 100644
index 4e71c42..0000000
Binary files a/publish/System.Private.Xml.Linq.dll and /dev/null differ
diff --git a/publish/System.Private.Xml.dll b/publish/System.Private.Xml.dll
deleted file mode 100644
index d02de19..0000000
Binary files a/publish/System.Private.Xml.dll and /dev/null differ
diff --git a/publish/System.Reflection.DispatchProxy.dll b/publish/System.Reflection.DispatchProxy.dll
deleted file mode 100644
index 13f1271..0000000
Binary files a/publish/System.Reflection.DispatchProxy.dll and /dev/null differ
diff --git a/publish/System.Reflection.Emit.ILGeneration.dll b/publish/System.Reflection.Emit.ILGeneration.dll
deleted file mode 100644
index 9a62e69..0000000
Binary files a/publish/System.Reflection.Emit.ILGeneration.dll and /dev/null differ
diff --git a/publish/System.Reflection.Emit.Lightweight.dll b/publish/System.Reflection.Emit.Lightweight.dll
deleted file mode 100644
index d3deaf4..0000000
Binary files a/publish/System.Reflection.Emit.Lightweight.dll and /dev/null differ
diff --git a/publish/System.Reflection.Emit.dll b/publish/System.Reflection.Emit.dll
deleted file mode 100644
index 30ac549..0000000
Binary files a/publish/System.Reflection.Emit.dll and /dev/null differ
diff --git a/publish/System.Reflection.Extensions.dll b/publish/System.Reflection.Extensions.dll
deleted file mode 100644
index 98a30b8..0000000
Binary files a/publish/System.Reflection.Extensions.dll and /dev/null differ
diff --git a/publish/System.Reflection.Metadata.dll b/publish/System.Reflection.Metadata.dll
deleted file mode 100644
index 1fbf2f7..0000000
Binary files a/publish/System.Reflection.Metadata.dll and /dev/null differ
diff --git a/publish/System.Reflection.Primitives.dll b/publish/System.Reflection.Primitives.dll
deleted file mode 100644
index 2c63019..0000000
Binary files a/publish/System.Reflection.Primitives.dll and /dev/null differ
diff --git a/publish/System.Reflection.TypeExtensions.dll b/publish/System.Reflection.TypeExtensions.dll
deleted file mode 100644
index baea98c..0000000
Binary files a/publish/System.Reflection.TypeExtensions.dll and /dev/null differ
diff --git a/publish/System.Reflection.dll b/publish/System.Reflection.dll
deleted file mode 100644
index 5f25cc0..0000000
Binary files a/publish/System.Reflection.dll and /dev/null differ
diff --git a/publish/System.Resources.Reader.dll b/publish/System.Resources.Reader.dll
deleted file mode 100644
index 8acbdec..0000000
Binary files a/publish/System.Resources.Reader.dll and /dev/null differ
diff --git a/publish/System.Resources.ResourceManager.dll b/publish/System.Resources.ResourceManager.dll
deleted file mode 100644
index 21357e1..0000000
Binary files a/publish/System.Resources.ResourceManager.dll and /dev/null differ
diff --git a/publish/System.Resources.Writer.dll b/publish/System.Resources.Writer.dll
deleted file mode 100644
index 8780c41..0000000
Binary files a/publish/System.Resources.Writer.dll and /dev/null differ
diff --git a/publish/System.Runtime.CompilerServices.Unsafe.dll b/publish/System.Runtime.CompilerServices.Unsafe.dll
deleted file mode 100644
index 5df76b1..0000000
Binary files a/publish/System.Runtime.CompilerServices.Unsafe.dll and /dev/null differ
diff --git a/publish/System.Runtime.CompilerServices.VisualC.dll b/publish/System.Runtime.CompilerServices.VisualC.dll
deleted file mode 100644
index 515b363..0000000
Binary files a/publish/System.Runtime.CompilerServices.VisualC.dll and /dev/null differ
diff --git a/publish/System.Runtime.Extensions.dll b/publish/System.Runtime.Extensions.dll
deleted file mode 100644
index 5a13835..0000000
Binary files a/publish/System.Runtime.Extensions.dll and /dev/null differ
diff --git a/publish/System.Runtime.Handles.dll b/publish/System.Runtime.Handles.dll
deleted file mode 100644
index 6be0766..0000000
Binary files a/publish/System.Runtime.Handles.dll and /dev/null differ
diff --git a/publish/System.Runtime.InteropServices.RuntimeInformation.dll b/publish/System.Runtime.InteropServices.RuntimeInformation.dll
deleted file mode 100644
index 8b208c6..0000000
Binary files a/publish/System.Runtime.InteropServices.RuntimeInformation.dll and /dev/null differ
diff --git a/publish/System.Runtime.InteropServices.dll b/publish/System.Runtime.InteropServices.dll
deleted file mode 100644
index 0cddb78..0000000
Binary files a/publish/System.Runtime.InteropServices.dll and /dev/null differ
diff --git a/publish/System.Runtime.Intrinsics.dll b/publish/System.Runtime.Intrinsics.dll
deleted file mode 100644
index e2f5b32..0000000
Binary files a/publish/System.Runtime.Intrinsics.dll and /dev/null differ
diff --git a/publish/System.Runtime.Loader.dll b/publish/System.Runtime.Loader.dll
deleted file mode 100644
index ca5fc1d..0000000
Binary files a/publish/System.Runtime.Loader.dll and /dev/null differ
diff --git a/publish/System.Runtime.Numerics.dll b/publish/System.Runtime.Numerics.dll
deleted file mode 100644
index 41f8a77..0000000
Binary files a/publish/System.Runtime.Numerics.dll and /dev/null differ
diff --git a/publish/System.Runtime.Serialization.Formatters.dll b/publish/System.Runtime.Serialization.Formatters.dll
deleted file mode 100644
index 67cf05e..0000000
Binary files a/publish/System.Runtime.Serialization.Formatters.dll and /dev/null differ
diff --git a/publish/System.Runtime.Serialization.Json.dll b/publish/System.Runtime.Serialization.Json.dll
deleted file mode 100644
index 2ec66d0..0000000
Binary files a/publish/System.Runtime.Serialization.Json.dll and /dev/null differ
diff --git a/publish/System.Runtime.Serialization.Primitives.dll b/publish/System.Runtime.Serialization.Primitives.dll
deleted file mode 100644
index 291e37f..0000000
Binary files a/publish/System.Runtime.Serialization.Primitives.dll and /dev/null differ
diff --git a/publish/System.Runtime.Serialization.Xml.dll b/publish/System.Runtime.Serialization.Xml.dll
deleted file mode 100644
index 43030f3..0000000
Binary files a/publish/System.Runtime.Serialization.Xml.dll and /dev/null differ
diff --git a/publish/System.Runtime.Serialization.dll b/publish/System.Runtime.Serialization.dll
deleted file mode 100644
index cedd13b..0000000
Binary files a/publish/System.Runtime.Serialization.dll and /dev/null differ
diff --git a/publish/System.Runtime.dll b/publish/System.Runtime.dll
deleted file mode 100644
index 58c374a..0000000
Binary files a/publish/System.Runtime.dll and /dev/null differ
diff --git a/publish/System.Security.AccessControl.dll b/publish/System.Security.AccessControl.dll
deleted file mode 100644
index b2720e9..0000000
Binary files a/publish/System.Security.AccessControl.dll and /dev/null differ
diff --git a/publish/System.Security.Claims.dll b/publish/System.Security.Claims.dll
deleted file mode 100644
index a28f01a..0000000
Binary files a/publish/System.Security.Claims.dll and /dev/null differ
diff --git a/publish/System.Security.Cryptography.Algorithms.dll b/publish/System.Security.Cryptography.Algorithms.dll
deleted file mode 100644
index 80e4e17..0000000
Binary files a/publish/System.Security.Cryptography.Algorithms.dll and /dev/null differ
diff --git a/publish/System.Security.Cryptography.Cng.dll b/publish/System.Security.Cryptography.Cng.dll
deleted file mode 100644
index bbe2268..0000000
Binary files a/publish/System.Security.Cryptography.Cng.dll and /dev/null differ
diff --git a/publish/System.Security.Cryptography.Csp.dll b/publish/System.Security.Cryptography.Csp.dll
deleted file mode 100644
index ad67338..0000000
Binary files a/publish/System.Security.Cryptography.Csp.dll and /dev/null differ
diff --git a/publish/System.Security.Cryptography.Encoding.dll b/publish/System.Security.Cryptography.Encoding.dll
deleted file mode 100644
index 123f0db..0000000
Binary files a/publish/System.Security.Cryptography.Encoding.dll and /dev/null differ
diff --git a/publish/System.Security.Cryptography.OpenSsl.dll b/publish/System.Security.Cryptography.OpenSsl.dll
deleted file mode 100644
index 1e121c5..0000000
Binary files a/publish/System.Security.Cryptography.OpenSsl.dll and /dev/null differ
diff --git a/publish/System.Security.Cryptography.Pkcs.dll b/publish/System.Security.Cryptography.Pkcs.dll
deleted file mode 100644
index a76916f..0000000
Binary files a/publish/System.Security.Cryptography.Pkcs.dll and /dev/null differ
diff --git a/publish/System.Security.Cryptography.Primitives.dll b/publish/System.Security.Cryptography.Primitives.dll
deleted file mode 100644
index 17ebbbc..0000000
Binary files a/publish/System.Security.Cryptography.Primitives.dll and /dev/null differ
diff --git a/publish/System.Security.Cryptography.X509Certificates.dll b/publish/System.Security.Cryptography.X509Certificates.dll
deleted file mode 100644
index 2f2c843..0000000
Binary files a/publish/System.Security.Cryptography.X509Certificates.dll and /dev/null differ
diff --git a/publish/System.Security.Cryptography.Xml.dll b/publish/System.Security.Cryptography.Xml.dll
deleted file mode 100644
index db7a269..0000000
Binary files a/publish/System.Security.Cryptography.Xml.dll and /dev/null differ
diff --git a/publish/System.Security.Principal.Windows.dll b/publish/System.Security.Principal.Windows.dll
deleted file mode 100644
index 102c2bb..0000000
Binary files a/publish/System.Security.Principal.Windows.dll and /dev/null differ
diff --git a/publish/System.Security.Principal.dll b/publish/System.Security.Principal.dll
deleted file mode 100644
index 36d876d..0000000
Binary files a/publish/System.Security.Principal.dll and /dev/null differ
diff --git a/publish/System.Security.SecureString.dll b/publish/System.Security.SecureString.dll
deleted file mode 100644
index 79dffe9..0000000
Binary files a/publish/System.Security.SecureString.dll and /dev/null differ
diff --git a/publish/System.Security.dll b/publish/System.Security.dll
deleted file mode 100644
index 18202d2..0000000
Binary files a/publish/System.Security.dll and /dev/null differ
diff --git a/publish/System.ServiceModel.Web.dll b/publish/System.ServiceModel.Web.dll
deleted file mode 100644
index 6cd66d1..0000000
Binary files a/publish/System.ServiceModel.Web.dll and /dev/null differ
diff --git a/publish/System.ServiceProcess.ServiceController.dll b/publish/System.ServiceProcess.ServiceController.dll
deleted file mode 100644
index b40078d..0000000
Binary files a/publish/System.ServiceProcess.ServiceController.dll and /dev/null differ
diff --git a/publish/System.ServiceProcess.dll b/publish/System.ServiceProcess.dll
deleted file mode 100644
index 7eaa3ba..0000000
Binary files a/publish/System.ServiceProcess.dll and /dev/null differ
diff --git a/publish/System.Text.Encoding.CodePages.dll b/publish/System.Text.Encoding.CodePages.dll
deleted file mode 100644
index 73b2d02..0000000
Binary files a/publish/System.Text.Encoding.CodePages.dll and /dev/null differ
diff --git a/publish/System.Text.Encoding.Extensions.dll b/publish/System.Text.Encoding.Extensions.dll
deleted file mode 100644
index b612d6d..0000000
Binary files a/publish/System.Text.Encoding.Extensions.dll and /dev/null differ
diff --git a/publish/System.Text.Encoding.dll b/publish/System.Text.Encoding.dll
deleted file mode 100644
index 9cac878..0000000
Binary files a/publish/System.Text.Encoding.dll and /dev/null differ
diff --git a/publish/System.Text.Encodings.Web.dll b/publish/System.Text.Encodings.Web.dll
deleted file mode 100644
index 2edc5ad..0000000
Binary files a/publish/System.Text.Encodings.Web.dll and /dev/null differ
diff --git a/publish/System.Text.Json.dll b/publish/System.Text.Json.dll
deleted file mode 100644
index 9337643..0000000
Binary files a/publish/System.Text.Json.dll and /dev/null differ
diff --git a/publish/System.Text.RegularExpressions.dll b/publish/System.Text.RegularExpressions.dll
deleted file mode 100644
index 80b39c4..0000000
Binary files a/publish/System.Text.RegularExpressions.dll and /dev/null differ
diff --git a/publish/System.Threading.Channels.dll b/publish/System.Threading.Channels.dll
deleted file mode 100644
index aae559e..0000000
Binary files a/publish/System.Threading.Channels.dll and /dev/null differ
diff --git a/publish/System.Threading.Overlapped.dll b/publish/System.Threading.Overlapped.dll
deleted file mode 100644
index e3e5f9a..0000000
Binary files a/publish/System.Threading.Overlapped.dll and /dev/null differ
diff --git a/publish/System.Threading.Tasks.Dataflow.dll b/publish/System.Threading.Tasks.Dataflow.dll
deleted file mode 100644
index 6603915..0000000
Binary files a/publish/System.Threading.Tasks.Dataflow.dll and /dev/null differ
diff --git a/publish/System.Threading.Tasks.Extensions.dll b/publish/System.Threading.Tasks.Extensions.dll
deleted file mode 100644
index 40a8868..0000000
Binary files a/publish/System.Threading.Tasks.Extensions.dll and /dev/null differ
diff --git a/publish/System.Threading.Tasks.Parallel.dll b/publish/System.Threading.Tasks.Parallel.dll
deleted file mode 100644
index 24c7b29..0000000
Binary files a/publish/System.Threading.Tasks.Parallel.dll and /dev/null differ
diff --git a/publish/System.Threading.Tasks.dll b/publish/System.Threading.Tasks.dll
deleted file mode 100644
index 03fa0f5..0000000
Binary files a/publish/System.Threading.Tasks.dll and /dev/null differ
diff --git a/publish/System.Threading.Thread.dll b/publish/System.Threading.Thread.dll
deleted file mode 100644
index 137f90c..0000000
Binary files a/publish/System.Threading.Thread.dll and /dev/null differ
diff --git a/publish/System.Threading.ThreadPool.dll b/publish/System.Threading.ThreadPool.dll
deleted file mode 100644
index 6198605..0000000
Binary files a/publish/System.Threading.ThreadPool.dll and /dev/null differ
diff --git a/publish/System.Threading.Timer.dll b/publish/System.Threading.Timer.dll
deleted file mode 100644
index 750b627..0000000
Binary files a/publish/System.Threading.Timer.dll and /dev/null differ
diff --git a/publish/System.Threading.dll b/publish/System.Threading.dll
deleted file mode 100644
index 9919424..0000000
Binary files a/publish/System.Threading.dll and /dev/null differ
diff --git a/publish/System.Transactions.Local.dll b/publish/System.Transactions.Local.dll
deleted file mode 100644
index 446c302..0000000
Binary files a/publish/System.Transactions.Local.dll and /dev/null differ
diff --git a/publish/System.Transactions.dll b/publish/System.Transactions.dll
deleted file mode 100644
index 33aafaf..0000000
Binary files a/publish/System.Transactions.dll and /dev/null differ
diff --git a/publish/System.ValueTuple.dll b/publish/System.ValueTuple.dll
deleted file mode 100644
index 944ad29..0000000
Binary files a/publish/System.ValueTuple.dll and /dev/null differ
diff --git a/publish/System.Web.HttpUtility.dll b/publish/System.Web.HttpUtility.dll
deleted file mode 100644
index 32ffd8f..0000000
Binary files a/publish/System.Web.HttpUtility.dll and /dev/null differ
diff --git a/publish/System.Web.dll b/publish/System.Web.dll
deleted file mode 100644
index 8512afd..0000000
Binary files a/publish/System.Web.dll and /dev/null differ
diff --git a/publish/System.Windows.dll b/publish/System.Windows.dll
deleted file mode 100644
index adb81a2..0000000
Binary files a/publish/System.Windows.dll and /dev/null differ
diff --git a/publish/System.Xml.Linq.dll b/publish/System.Xml.Linq.dll
deleted file mode 100644
index c7c0ce2..0000000
Binary files a/publish/System.Xml.Linq.dll and /dev/null differ
diff --git a/publish/System.Xml.ReaderWriter.dll b/publish/System.Xml.ReaderWriter.dll
deleted file mode 100644
index a33799b..0000000
Binary files a/publish/System.Xml.ReaderWriter.dll and /dev/null differ
diff --git a/publish/System.Xml.Serialization.dll b/publish/System.Xml.Serialization.dll
deleted file mode 100644
index 3696fbf..0000000
Binary files a/publish/System.Xml.Serialization.dll and /dev/null differ
diff --git a/publish/System.Xml.XDocument.dll b/publish/System.Xml.XDocument.dll
deleted file mode 100644
index e88a234..0000000
Binary files a/publish/System.Xml.XDocument.dll and /dev/null differ
diff --git a/publish/System.Xml.XPath.XDocument.dll b/publish/System.Xml.XPath.XDocument.dll
deleted file mode 100644
index c53fd95..0000000
Binary files a/publish/System.Xml.XPath.XDocument.dll and /dev/null differ
diff --git a/publish/System.Xml.XPath.dll b/publish/System.Xml.XPath.dll
deleted file mode 100644
index 54dfbab..0000000
Binary files a/publish/System.Xml.XPath.dll and /dev/null differ
diff --git a/publish/System.Xml.XmlDocument.dll b/publish/System.Xml.XmlDocument.dll
deleted file mode 100644
index 11966ac..0000000
Binary files a/publish/System.Xml.XmlDocument.dll and /dev/null differ
diff --git a/publish/System.Xml.XmlSerializer.dll b/publish/System.Xml.XmlSerializer.dll
deleted file mode 100644
index 59e2840..0000000
Binary files a/publish/System.Xml.XmlSerializer.dll and /dev/null differ
diff --git a/publish/System.Xml.dll b/publish/System.Xml.dll
deleted file mode 100644
index 8976fb5..0000000
Binary files a/publish/System.Xml.dll and /dev/null differ
diff --git a/publish/System.dll b/publish/System.dll
deleted file mode 100644
index a5e75f9..0000000
Binary files a/publish/System.dll and /dev/null differ
diff --git a/publish/WindowsBase.dll b/publish/WindowsBase.dll
deleted file mode 100644
index ae8bdca..0000000
Binary files a/publish/WindowsBase.dll and /dev/null differ
diff --git a/publish/api-ms-win-core-console-l1-1-0.dll b/publish/api-ms-win-core-console-l1-1-0.dll
deleted file mode 100644
index 726b975..0000000
Binary files a/publish/api-ms-win-core-console-l1-1-0.dll and /dev/null differ
diff --git a/publish/api-ms-win-core-console-l1-2-0.dll b/publish/api-ms-win-core-console-l1-2-0.dll
deleted file mode 100644
index b9d1ed4..0000000
Binary files a/publish/api-ms-win-core-console-l1-2-0.dll and /dev/null differ
diff --git a/publish/api-ms-win-core-datetime-l1-1-0.dll b/publish/api-ms-win-core-datetime-l1-1-0.dll
deleted file mode 100644
index f2ecfa7..0000000
Binary files a/publish/api-ms-win-core-datetime-l1-1-0.dll and /dev/null differ
diff --git a/publish/api-ms-win-core-debug-l1-1-0.dll b/publish/api-ms-win-core-debug-l1-1-0.dll
deleted file mode 100644
index 7bd075b..0000000
Binary files a/publish/api-ms-win-core-debug-l1-1-0.dll and /dev/null differ
diff --git a/publish/api-ms-win-core-errorhandling-l1-1-0.dll b/publish/api-ms-win-core-errorhandling-l1-1-0.dll
deleted file mode 100644
index 3bafba9..0000000
Binary files a/publish/api-ms-win-core-errorhandling-l1-1-0.dll and /dev/null differ
diff --git a/publish/api-ms-win-core-fibers-l1-1-0.dll b/publish/api-ms-win-core-fibers-l1-1-0.dll
deleted file mode 100644
index 651ffe1..0000000
Binary files a/publish/api-ms-win-core-fibers-l1-1-0.dll and /dev/null differ
diff --git a/publish/api-ms-win-core-file-l1-1-0.dll b/publish/api-ms-win-core-file-l1-1-0.dll
deleted file mode 100644
index 12bf0b6..0000000
Binary files a/publish/api-ms-win-core-file-l1-1-0.dll and /dev/null differ
diff --git a/publish/api-ms-win-core-file-l1-2-0.dll b/publish/api-ms-win-core-file-l1-2-0.dll
deleted file mode 100644
index da64db3..0000000
Binary files a/publish/api-ms-win-core-file-l1-2-0.dll and /dev/null differ
diff --git a/publish/api-ms-win-core-file-l2-1-0.dll b/publish/api-ms-win-core-file-l2-1-0.dll
deleted file mode 100644
index 9246b98..0000000
Binary files a/publish/api-ms-win-core-file-l2-1-0.dll and /dev/null differ
diff --git a/publish/api-ms-win-core-handle-l1-1-0.dll b/publish/api-ms-win-core-handle-l1-1-0.dll
deleted file mode 100644
index c96e31d..0000000
Binary files a/publish/api-ms-win-core-handle-l1-1-0.dll and /dev/null differ
diff --git a/publish/api-ms-win-core-heap-l1-1-0.dll b/publish/api-ms-win-core-heap-l1-1-0.dll
deleted file mode 100644
index baa932f..0000000
Binary files a/publish/api-ms-win-core-heap-l1-1-0.dll and /dev/null differ
diff --git a/publish/api-ms-win-core-interlocked-l1-1-0.dll b/publish/api-ms-win-core-interlocked-l1-1-0.dll
deleted file mode 100644
index 7aa0639..0000000
Binary files a/publish/api-ms-win-core-interlocked-l1-1-0.dll and /dev/null differ
diff --git a/publish/api-ms-win-core-libraryloader-l1-1-0.dll b/publish/api-ms-win-core-libraryloader-l1-1-0.dll
deleted file mode 100644
index ddd5e27..0000000
Binary files a/publish/api-ms-win-core-libraryloader-l1-1-0.dll and /dev/null differ
diff --git a/publish/api-ms-win-core-localization-l1-2-0.dll b/publish/api-ms-win-core-localization-l1-2-0.dll
deleted file mode 100644
index 7b90b7c..0000000
Binary files a/publish/api-ms-win-core-localization-l1-2-0.dll and /dev/null differ
diff --git a/publish/api-ms-win-core-memory-l1-1-0.dll b/publish/api-ms-win-core-memory-l1-1-0.dll
deleted file mode 100644
index 63e54f3..0000000
Binary files a/publish/api-ms-win-core-memory-l1-1-0.dll and /dev/null differ
diff --git a/publish/api-ms-win-core-namedpipe-l1-1-0.dll b/publish/api-ms-win-core-namedpipe-l1-1-0.dll
deleted file mode 100644
index 37e956e..0000000
Binary files a/publish/api-ms-win-core-namedpipe-l1-1-0.dll and /dev/null differ
diff --git a/publish/api-ms-win-core-processenvironment-l1-1-0.dll b/publish/api-ms-win-core-processenvironment-l1-1-0.dll
deleted file mode 100644
index a2f3605..0000000
Binary files a/publish/api-ms-win-core-processenvironment-l1-1-0.dll and /dev/null differ
diff --git a/publish/api-ms-win-core-processthreads-l1-1-0.dll b/publish/api-ms-win-core-processthreads-l1-1-0.dll
deleted file mode 100644
index f4d3a03..0000000
Binary files a/publish/api-ms-win-core-processthreads-l1-1-0.dll and /dev/null differ
diff --git a/publish/api-ms-win-core-processthreads-l1-1-1.dll b/publish/api-ms-win-core-processthreads-l1-1-1.dll
deleted file mode 100644
index 7bc40e0..0000000
Binary files a/publish/api-ms-win-core-processthreads-l1-1-1.dll and /dev/null differ
diff --git a/publish/api-ms-win-core-profile-l1-1-0.dll b/publish/api-ms-win-core-profile-l1-1-0.dll
deleted file mode 100644
index da2b687..0000000
Binary files a/publish/api-ms-win-core-profile-l1-1-0.dll and /dev/null differ
diff --git a/publish/api-ms-win-core-rtlsupport-l1-1-0.dll b/publish/api-ms-win-core-rtlsupport-l1-1-0.dll
deleted file mode 100644
index ae6dce5..0000000
Binary files a/publish/api-ms-win-core-rtlsupport-l1-1-0.dll and /dev/null differ
diff --git a/publish/api-ms-win-core-string-l1-1-0.dll b/publish/api-ms-win-core-string-l1-1-0.dll
deleted file mode 100644
index 32b52be..0000000
Binary files a/publish/api-ms-win-core-string-l1-1-0.dll and /dev/null differ
diff --git a/publish/api-ms-win-core-synch-l1-1-0.dll b/publish/api-ms-win-core-synch-l1-1-0.dll
deleted file mode 100644
index b88f76a..0000000
Binary files a/publish/api-ms-win-core-synch-l1-1-0.dll and /dev/null differ
diff --git a/publish/api-ms-win-core-synch-l1-2-0.dll b/publish/api-ms-win-core-synch-l1-2-0.dll
deleted file mode 100644
index a17135a..0000000
Binary files a/publish/api-ms-win-core-synch-l1-2-0.dll and /dev/null differ
diff --git a/publish/api-ms-win-core-sysinfo-l1-1-0.dll b/publish/api-ms-win-core-sysinfo-l1-1-0.dll
deleted file mode 100644
index 527d1a1..0000000
Binary files a/publish/api-ms-win-core-sysinfo-l1-1-0.dll and /dev/null differ
diff --git a/publish/api-ms-win-core-timezone-l1-1-0.dll b/publish/api-ms-win-core-timezone-l1-1-0.dll
deleted file mode 100644
index bab2d02..0000000
Binary files a/publish/api-ms-win-core-timezone-l1-1-0.dll and /dev/null differ
diff --git a/publish/api-ms-win-core-util-l1-1-0.dll b/publish/api-ms-win-core-util-l1-1-0.dll
deleted file mode 100644
index 080a9c9..0000000
Binary files a/publish/api-ms-win-core-util-l1-1-0.dll and /dev/null differ
diff --git a/publish/api-ms-win-crt-conio-l1-1-0.dll b/publish/api-ms-win-crt-conio-l1-1-0.dll
deleted file mode 100644
index 2355a62..0000000
Binary files a/publish/api-ms-win-crt-conio-l1-1-0.dll and /dev/null differ
diff --git a/publish/api-ms-win-crt-convert-l1-1-0.dll b/publish/api-ms-win-crt-convert-l1-1-0.dll
deleted file mode 100644
index ddd2b4c..0000000
Binary files a/publish/api-ms-win-crt-convert-l1-1-0.dll and /dev/null differ
diff --git a/publish/api-ms-win-crt-environment-l1-1-0.dll b/publish/api-ms-win-crt-environment-l1-1-0.dll
deleted file mode 100644
index e2fe9ef..0000000
Binary files a/publish/api-ms-win-crt-environment-l1-1-0.dll and /dev/null differ
diff --git a/publish/api-ms-win-crt-filesystem-l1-1-0.dll b/publish/api-ms-win-crt-filesystem-l1-1-0.dll
deleted file mode 100644
index 97ea465..0000000
Binary files a/publish/api-ms-win-crt-filesystem-l1-1-0.dll and /dev/null differ
diff --git a/publish/api-ms-win-crt-heap-l1-1-0.dll b/publish/api-ms-win-crt-heap-l1-1-0.dll
deleted file mode 100644
index 4e3af05..0000000
Binary files a/publish/api-ms-win-crt-heap-l1-1-0.dll and /dev/null differ
diff --git a/publish/api-ms-win-crt-locale-l1-1-0.dll b/publish/api-ms-win-crt-locale-l1-1-0.dll
deleted file mode 100644
index 5fcd98b..0000000
Binary files a/publish/api-ms-win-crt-locale-l1-1-0.dll and /dev/null differ
diff --git a/publish/api-ms-win-crt-math-l1-1-0.dll b/publish/api-ms-win-crt-math-l1-1-0.dll
deleted file mode 100644
index c3f2800..0000000
Binary files a/publish/api-ms-win-crt-math-l1-1-0.dll and /dev/null differ
diff --git a/publish/api-ms-win-crt-multibyte-l1-1-0.dll b/publish/api-ms-win-crt-multibyte-l1-1-0.dll
deleted file mode 100644
index e86ce81..0000000
Binary files a/publish/api-ms-win-crt-multibyte-l1-1-0.dll and /dev/null differ
diff --git a/publish/api-ms-win-crt-private-l1-1-0.dll b/publish/api-ms-win-crt-private-l1-1-0.dll
deleted file mode 100644
index 62c45dd..0000000
Binary files a/publish/api-ms-win-crt-private-l1-1-0.dll and /dev/null differ
diff --git a/publish/api-ms-win-crt-process-l1-1-0.dll b/publish/api-ms-win-crt-process-l1-1-0.dll
deleted file mode 100644
index bc346dc..0000000
Binary files a/publish/api-ms-win-crt-process-l1-1-0.dll and /dev/null differ
diff --git a/publish/api-ms-win-crt-runtime-l1-1-0.dll b/publish/api-ms-win-crt-runtime-l1-1-0.dll
deleted file mode 100644
index d0a43f8..0000000
Binary files a/publish/api-ms-win-crt-runtime-l1-1-0.dll and /dev/null differ
diff --git a/publish/api-ms-win-crt-stdio-l1-1-0.dll b/publish/api-ms-win-crt-stdio-l1-1-0.dll
deleted file mode 100644
index 59e68c0..0000000
Binary files a/publish/api-ms-win-crt-stdio-l1-1-0.dll and /dev/null differ
diff --git a/publish/api-ms-win-crt-string-l1-1-0.dll b/publish/api-ms-win-crt-string-l1-1-0.dll
deleted file mode 100644
index 08015e2..0000000
Binary files a/publish/api-ms-win-crt-string-l1-1-0.dll and /dev/null differ
diff --git a/publish/api-ms-win-crt-time-l1-1-0.dll b/publish/api-ms-win-crt-time-l1-1-0.dll
deleted file mode 100644
index 6e3ba53..0000000
Binary files a/publish/api-ms-win-crt-time-l1-1-0.dll and /dev/null differ
diff --git a/publish/api-ms-win-crt-utility-l1-1-0.dll b/publish/api-ms-win-crt-utility-l1-1-0.dll
deleted file mode 100644
index eaa7204..0000000
Binary files a/publish/api-ms-win-crt-utility-l1-1-0.dll and /dev/null differ
diff --git a/publish/appsettings.json b/publish/appsettings.json
deleted file mode 100644
index 406f5b0..0000000
--- a/publish/appsettings.json
+++ /dev/null
@@ -1,60 +0,0 @@
-{
- "MailPrint": {
- "PollIntervalSeconds": 60,
- "SubjectFilter": "",
- "DeleteAfterPrint": true,
- "MarkAsRead": true,
- "SumatraPath": "",
- "TempDirectory": "C:\\Users\\janwu\\AppData\\Local\\Temp\\MailPrint",
- "AllowedExtensions": [
- ".pdf"
- ],
- "AllowedSenders": [],
- "BlockedSenders": [],
- "PrinterProfiles": [
- {
- "Name": "Normal A4",
- "PrinterName": "HP LaserJet Pro M148-M149 PCL-6 (V4) (Netzwerk)",
- "PaperSource": "Fach 1",
- "Copies": 1,
- "AllowedSenders": [],
- "BlockedSenders": []
- },
- {
- "Name": "PDF A4",
- "PrinterName": "Microsoft Print to PDF",
- "PaperSource": "",
- "Copies": 1,
- "AllowedSenders": [],
- "BlockedSenders": []
- }
- ],
- "Accounts": [
- {
- "Name": "print.home",
- "Protocol": "IMAP",
- "Host": "m.wurl.biz",
- "Port": 993,
- "UseSsl": true,
- "Username": "print.home@dimedtec.net",
- "Password": "Johanna$2018",
- "Folder": "INBOX",
- "PrinterProfileName": "PDF A4"
- }
- ],
- "WebApi": {
- "Port": 5100,
- "BindAllInterfaces": true,
- "ApiKey": "ca1a99f19c2c45d4992f1c26bd9b3623"
- }
- },
- "Serilog": {
- "MinimumLevel": {
- "Default": "Information",
- "Override": {
- "Microsoft": "Warning",
- "Microsoft.AspNetCore": "Warning"
- }
- }
- }
-}
\ No newline at end of file
diff --git a/publish/aspnetcorev2_inprocess.dll b/publish/aspnetcorev2_inprocess.dll
deleted file mode 100644
index 20ac157..0000000
Binary files a/publish/aspnetcorev2_inprocess.dll and /dev/null differ
diff --git a/publish/clretwrc.dll b/publish/clretwrc.dll
deleted file mode 100644
index 208e4fb..0000000
Binary files a/publish/clretwrc.dll and /dev/null differ
diff --git a/publish/clrjit.dll b/publish/clrjit.dll
deleted file mode 100644
index 75cbc42..0000000
Binary files a/publish/clrjit.dll and /dev/null differ
diff --git a/publish/coreclr.dll b/publish/coreclr.dll
deleted file mode 100644
index 8d2e7a4..0000000
Binary files a/publish/coreclr.dll and /dev/null differ
diff --git a/publish/createdump.exe b/publish/createdump.exe
deleted file mode 100644
index f03b3cc..0000000
Binary files a/publish/createdump.exe and /dev/null differ
diff --git a/publish/dbgshim.dll b/publish/dbgshim.dll
deleted file mode 100644
index 78f638b..0000000
Binary files a/publish/dbgshim.dll and /dev/null differ
diff --git a/publish/hostfxr.dll b/publish/hostfxr.dll
deleted file mode 100644
index 3dbddf6..0000000
Binary files a/publish/hostfxr.dll and /dev/null differ
diff --git a/publish/hostpolicy.dll b/publish/hostpolicy.dll
deleted file mode 100644
index 4b644f6..0000000
Binary files a/publish/hostpolicy.dll and /dev/null differ
diff --git a/publish/install-service.ps1 b/publish/install-service.ps1
deleted file mode 100644
index 3fa8c6e..0000000
--- a/publish/install-service.ps1
+++ /dev/null
@@ -1,45 +0,0 @@
-#Requires -RunAsAdministrator
-
-$ServiceName = "MailPrint"
-$DisplayName = "MailPrint - E-Mail & WebAPI zu Drucker"
-$Description = "Druckt PDF-Anhaenge automatisch aus E-Mails (IMAP/POP3) und per REST API auf Windows-Drucker."
-$ExePath = Join-Path $PSScriptRoot "MailPrint.exe"
-
-# Pruefen ob EXE vorhanden
-if (-not (Test-Path $ExePath)) {
- Write-Error "MailPrint.exe nicht gefunden: $ExePath"
- exit 1
-}
-
-# Bereits installiert?
-$existing = Get-Service -Name $ServiceName -ErrorAction SilentlyContinue
-if ($existing) {
- Write-Host "Dienst '$ServiceName' ist bereits installiert. Stoppe zuerst..." -ForegroundColor Yellow
- Stop-Service -Name $ServiceName -Force -ErrorAction SilentlyContinue
- Start-Sleep -Seconds 2
-}
-
-Write-Host "Installiere Dienst '$ServiceName'..." -ForegroundColor Cyan
-
-New-Service `
- -Name $ServiceName `
- -DisplayName $DisplayName `
- -Description $Description `
- -BinaryPathName $ExePath `
- -StartupType Automatic | Out-Null
-
-# Neustart bei Fehler konfigurieren (3x, dann 1h warten)
-sc.exe failure $ServiceName reset= 3600 actions= restart/5000/restart/10000/restart/30000 | Out-Null
-
-Write-Host "Starte Dienst..." -ForegroundColor Cyan
-Start-Service -Name $ServiceName
-
-$svc = Get-Service -Name $ServiceName
-Write-Host ""
-Write-Host "Ergebnis:" -ForegroundColor Green
-Write-Host " Name: $($svc.Name)"
-Write-Host " Status: $($svc.Status)"
-Write-Host " Start: $($svc.StartType)"
-Write-Host ""
-Write-Host "Fertig. MailPrint laeuft jetzt als Windows-Dienst." -ForegroundColor Green
-Write-Host "Logs: $(Join-Path $PSScriptRoot 'logs')"
diff --git a/publish/libmupdf.dll b/publish/libmupdf.dll
deleted file mode 100644
index ebdc567..0000000
Binary files a/publish/libmupdf.dll and /dev/null differ
diff --git a/publish/logs/mailprint-20260416.log b/publish/logs/mailprint-20260416.log
deleted file mode 100644
index 64876a2..0000000
--- a/publish/logs/mailprint-20260416.log
+++ /dev/null
@@ -1,388 +0,0 @@
-2026-04-16 19:26:02.187 +02:00 [INF] MailPrint gestartet. Beenden mit Ctrl+C.
-2026-04-16 19:26:02.298 +02:00 [FTL] Unbehandelter Fehler
-System.IO.FileNotFoundException: The configuration file 'appsettings.json' was not found and is not optional. The expected physical path was 'C:\Windows\System32\appsettings.json'.
- at Microsoft.Extensions.Configuration.FileConfigurationProvider.HandleException(ExceptionDispatchInfo info)
- at Microsoft.Extensions.Configuration.FileConfigurationProvider.Load(Boolean reload)
- at Microsoft.Extensions.Configuration.FileConfigurationProvider.Load()
- at Microsoft.Extensions.Configuration.ConfigurationManager.AddSource(IConfigurationSource source)
- at Microsoft.Extensions.Configuration.ConfigurationManager.Microsoft.Extensions.Configuration.IConfigurationBuilder.Add(IConfigurationSource source)
- at Microsoft.Extensions.Configuration.ConfigurationExtensions.Add[TSource](IConfigurationBuilder builder, Action`1 configureSource)
- at Microsoft.Extensions.Configuration.JsonConfigurationExtensions.AddJsonFile(IConfigurationBuilder builder, IFileProvider provider, String path, Boolean optional, Boolean reloadOnChange)
- at Microsoft.Extensions.Configuration.JsonConfigurationExtensions.AddJsonFile(IConfigurationBuilder builder, String path, Boolean optional, Boolean reloadOnChange)
- at Program.$(String[] args) in C:\Dev\MailPrint\MailPrint\Program.cs:line 26
-2026-04-16 19:28:35.198 +02:00 [INF] MailPrint gestartet. Beenden mit Ctrl+C.
-2026-04-16 19:28:35.895 +02:00 [INF] MailPrint Worker gestartet. Protokoll: IMAP, Host: imap.example.com, Intervall: 60s
-2026-04-16 19:28:35.924 +02:00 [INF] Verfügbare Drucker: OneNote (Desktop) (umgeleitet 1), OneNote for Windows 10 (umgeleitet 1), Microsoft XPS Document Writer (umgeleitet 1), Microsoft Print to PDF (umgeleitet 1), Fax (umgeleitet 1), DRUCKER-LAGER (umgeleitet 1), Adobe PDF (umgeleitet 1), HP LaserJet Pro M148-M149 PCL-6 (V4) (Netzwerk) (umgeleitet 1), OneNote for Windows 10, OneNote (Desktop), NPIF382F8 (HP Color LaserJet MFP M283fdw), Microsoft XPS Document Writer, Microsoft Print to PDF, HP LaserJet Pro M404-M405 [045099], HP LaserJet 400 M401dw (90EEBA), HP LaserJet 200 colorMFP M276n UPD PCL 6, FRITZfax Drucker, FRITZfax Color Drucker, Fax, DRUCKER-GATOW (HP LaserJet 400 M401dw), Adobe PDF, A5 Etiketten, \\WAWI\A5 Etiketten
-2026-04-16 19:28:36.002 +02:00 [ERR] Fehler beim Mail-Abruf
-System.Net.Sockets.SocketException (11004): Der angeforderte Name ist gültig, es wurden jedoch keine Daten des angeforderten Typs gefunden.
- at System.Net.NameResolutionPal.ProcessResult(SocketError errorCode, GetAddrInfoExContext* context)
- at System.Net.NameResolutionPal.GetAddressInfoExCallback(Int32 error, Int32 bytes, NativeOverlapped* overlapped)
---- End of stack trace from previous location ---
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, CancellationToken cancellationToken)
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, Int32 timeout, CancellationToken cancellationToken)
- at MailKit.MailService.ConnectNetworkAsync(String host, Int32 port, CancellationToken cancellationToken)
- at MailKit.Net.Imap.ImapClient.ConnectAsync(String host, Int32 port, SecureSocketOptions options, CancellationToken cancellationToken)
- at MailPrint.Services.MailFetchService.FetchViaImapAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 32
- at MailPrint.Services.MailFetchService.FetchPrintJobsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 23
- at MailPrint.MailPrintWorker.ProcessMailsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 56
- at MailPrint.MailPrintWorker.ExecuteAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 37
-2026-04-16 19:29:36.034 +02:00 [ERR] Fehler beim Mail-Abruf
-System.Net.Sockets.SocketException (11004): Der angeforderte Name ist gültig, es wurden jedoch keine Daten des angeforderten Typs gefunden.
- at System.Net.NameResolutionPal.ProcessResult(SocketError errorCode, GetAddrInfoExContext* context)
- at System.Net.NameResolutionPal.GetAddressInfoExCallback(Int32 error, Int32 bytes, NativeOverlapped* overlapped)
---- End of stack trace from previous location ---
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, CancellationToken cancellationToken)
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, Int32 timeout, CancellationToken cancellationToken)
- at MailKit.MailService.ConnectNetworkAsync(String host, Int32 port, CancellationToken cancellationToken)
- at MailKit.Net.Imap.ImapClient.ConnectAsync(String host, Int32 port, SecureSocketOptions options, CancellationToken cancellationToken)
- at MailPrint.Services.MailFetchService.FetchViaImapAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 32
- at MailPrint.Services.MailFetchService.FetchPrintJobsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 23
- at MailPrint.MailPrintWorker.ProcessMailsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 56
- at MailPrint.MailPrintWorker.ExecuteAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 37
-2026-04-16 19:30:36.070 +02:00 [ERR] Fehler beim Mail-Abruf
-System.Net.Sockets.SocketException (11004): Der angeforderte Name ist gültig, es wurden jedoch keine Daten des angeforderten Typs gefunden.
- at System.Net.NameResolutionPal.ProcessResult(SocketError errorCode, GetAddrInfoExContext* context)
- at System.Net.NameResolutionPal.GetAddressInfoExCallback(Int32 error, Int32 bytes, NativeOverlapped* overlapped)
---- End of stack trace from previous location ---
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, CancellationToken cancellationToken)
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, Int32 timeout, CancellationToken cancellationToken)
- at MailKit.MailService.ConnectNetworkAsync(String host, Int32 port, CancellationToken cancellationToken)
- at MailKit.Net.Imap.ImapClient.ConnectAsync(String host, Int32 port, SecureSocketOptions options, CancellationToken cancellationToken)
- at MailPrint.Services.MailFetchService.FetchViaImapAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 32
- at MailPrint.Services.MailFetchService.FetchPrintJobsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 23
- at MailPrint.MailPrintWorker.ProcessMailsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 56
- at MailPrint.MailPrintWorker.ExecuteAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 37
-2026-04-16 19:31:36.074 +02:00 [ERR] Fehler beim Mail-Abruf
-System.Net.Sockets.SocketException (11004): Der angeforderte Name ist gültig, es wurden jedoch keine Daten des angeforderten Typs gefunden.
- at System.Net.NameResolutionPal.ProcessResult(SocketError errorCode, GetAddrInfoExContext* context)
- at System.Net.NameResolutionPal.GetAddressInfoExCallback(Int32 error, Int32 bytes, NativeOverlapped* overlapped)
---- End of stack trace from previous location ---
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, CancellationToken cancellationToken)
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, Int32 timeout, CancellationToken cancellationToken)
- at MailKit.MailService.ConnectNetworkAsync(String host, Int32 port, CancellationToken cancellationToken)
- at MailKit.Net.Imap.ImapClient.ConnectAsync(String host, Int32 port, SecureSocketOptions options, CancellationToken cancellationToken)
- at MailPrint.Services.MailFetchService.FetchViaImapAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 32
- at MailPrint.Services.MailFetchService.FetchPrintJobsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 23
- at MailPrint.MailPrintWorker.ProcessMailsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 56
- at MailPrint.MailPrintWorker.ExecuteAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 37
-2026-04-16 19:32:36.086 +02:00 [ERR] Fehler beim Mail-Abruf
-System.Net.Sockets.SocketException (11004): Der angeforderte Name ist gültig, es wurden jedoch keine Daten des angeforderten Typs gefunden.
- at System.Net.NameResolutionPal.ProcessResult(SocketError errorCode, GetAddrInfoExContext* context)
- at System.Net.NameResolutionPal.GetAddressInfoExCallback(Int32 error, Int32 bytes, NativeOverlapped* overlapped)
---- End of stack trace from previous location ---
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, CancellationToken cancellationToken)
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, Int32 timeout, CancellationToken cancellationToken)
- at MailKit.MailService.ConnectNetworkAsync(String host, Int32 port, CancellationToken cancellationToken)
- at MailKit.Net.Imap.ImapClient.ConnectAsync(String host, Int32 port, SecureSocketOptions options, CancellationToken cancellationToken)
- at MailPrint.Services.MailFetchService.FetchViaImapAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 32
- at MailPrint.Services.MailFetchService.FetchPrintJobsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 23
- at MailPrint.MailPrintWorker.ProcessMailsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 56
- at MailPrint.MailPrintWorker.ExecuteAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 37
-2026-04-16 19:33:36.101 +02:00 [ERR] Fehler beim Mail-Abruf
-System.Net.Sockets.SocketException (11004): Der angeforderte Name ist gültig, es wurden jedoch keine Daten des angeforderten Typs gefunden.
- at System.Net.NameResolutionPal.ProcessResult(SocketError errorCode, GetAddrInfoExContext* context)
- at System.Net.NameResolutionPal.GetAddressInfoExCallback(Int32 error, Int32 bytes, NativeOverlapped* overlapped)
---- End of stack trace from previous location ---
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, CancellationToken cancellationToken)
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, Int32 timeout, CancellationToken cancellationToken)
- at MailKit.MailService.ConnectNetworkAsync(String host, Int32 port, CancellationToken cancellationToken)
- at MailKit.Net.Imap.ImapClient.ConnectAsync(String host, Int32 port, SecureSocketOptions options, CancellationToken cancellationToken)
- at MailPrint.Services.MailFetchService.FetchViaImapAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 32
- at MailPrint.Services.MailFetchService.FetchPrintJobsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 23
- at MailPrint.MailPrintWorker.ProcessMailsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 56
- at MailPrint.MailPrintWorker.ExecuteAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 37
-2026-04-16 19:34:36.117 +02:00 [ERR] Fehler beim Mail-Abruf
-System.Net.Sockets.SocketException (11004): Der angeforderte Name ist gültig, es wurden jedoch keine Daten des angeforderten Typs gefunden.
- at System.Net.NameResolutionPal.ProcessResult(SocketError errorCode, GetAddrInfoExContext* context)
- at System.Net.NameResolutionPal.GetAddressInfoExCallback(Int32 error, Int32 bytes, NativeOverlapped* overlapped)
---- End of stack trace from previous location ---
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, CancellationToken cancellationToken)
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, Int32 timeout, CancellationToken cancellationToken)
- at MailKit.MailService.ConnectNetworkAsync(String host, Int32 port, CancellationToken cancellationToken)
- at MailKit.Net.Imap.ImapClient.ConnectAsync(String host, Int32 port, SecureSocketOptions options, CancellationToken cancellationToken)
- at MailPrint.Services.MailFetchService.FetchViaImapAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 32
- at MailPrint.Services.MailFetchService.FetchPrintJobsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 23
- at MailPrint.MailPrintWorker.ProcessMailsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 56
- at MailPrint.MailPrintWorker.ExecuteAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 37
-2026-04-16 19:35:36.119 +02:00 [ERR] Fehler beim Mail-Abruf
-System.Net.Sockets.SocketException (11004): Der angeforderte Name ist gültig, es wurden jedoch keine Daten des angeforderten Typs gefunden.
- at System.Net.NameResolutionPal.ProcessResult(SocketError errorCode, GetAddrInfoExContext* context)
- at System.Net.NameResolutionPal.GetAddressInfoExCallback(Int32 error, Int32 bytes, NativeOverlapped* overlapped)
---- End of stack trace from previous location ---
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, CancellationToken cancellationToken)
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, Int32 timeout, CancellationToken cancellationToken)
- at MailKit.MailService.ConnectNetworkAsync(String host, Int32 port, CancellationToken cancellationToken)
- at MailKit.Net.Imap.ImapClient.ConnectAsync(String host, Int32 port, SecureSocketOptions options, CancellationToken cancellationToken)
- at MailPrint.Services.MailFetchService.FetchViaImapAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 32
- at MailPrint.Services.MailFetchService.FetchPrintJobsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 23
- at MailPrint.MailPrintWorker.ProcessMailsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 56
- at MailPrint.MailPrintWorker.ExecuteAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 37
-2026-04-16 19:36:36.120 +02:00 [ERR] Fehler beim Mail-Abruf
-System.Net.Sockets.SocketException (11004): Der angeforderte Name ist gültig, es wurden jedoch keine Daten des angeforderten Typs gefunden.
- at System.Net.NameResolutionPal.ProcessResult(SocketError errorCode, GetAddrInfoExContext* context)
- at System.Net.NameResolutionPal.GetAddressInfoExCallback(Int32 error, Int32 bytes, NativeOverlapped* overlapped)
---- End of stack trace from previous location ---
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, CancellationToken cancellationToken)
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, Int32 timeout, CancellationToken cancellationToken)
- at MailKit.MailService.ConnectNetworkAsync(String host, Int32 port, CancellationToken cancellationToken)
- at MailKit.Net.Imap.ImapClient.ConnectAsync(String host, Int32 port, SecureSocketOptions options, CancellationToken cancellationToken)
- at MailPrint.Services.MailFetchService.FetchViaImapAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 32
- at MailPrint.Services.MailFetchService.FetchPrintJobsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 23
- at MailPrint.MailPrintWorker.ProcessMailsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 56
- at MailPrint.MailPrintWorker.ExecuteAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 37
-2026-04-16 19:37:36.138 +02:00 [ERR] Fehler beim Mail-Abruf
-System.Net.Sockets.SocketException (11004): Der angeforderte Name ist gültig, es wurden jedoch keine Daten des angeforderten Typs gefunden.
- at System.Net.NameResolutionPal.ProcessResult(SocketError errorCode, GetAddrInfoExContext* context)
- at System.Net.NameResolutionPal.GetAddressInfoExCallback(Int32 error, Int32 bytes, NativeOverlapped* overlapped)
---- End of stack trace from previous location ---
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, CancellationToken cancellationToken)
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, Int32 timeout, CancellationToken cancellationToken)
- at MailKit.MailService.ConnectNetworkAsync(String host, Int32 port, CancellationToken cancellationToken)
- at MailKit.Net.Imap.ImapClient.ConnectAsync(String host, Int32 port, SecureSocketOptions options, CancellationToken cancellationToken)
- at MailPrint.Services.MailFetchService.FetchViaImapAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 32
- at MailPrint.Services.MailFetchService.FetchPrintJobsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 23
- at MailPrint.MailPrintWorker.ProcessMailsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 56
- at MailPrint.MailPrintWorker.ExecuteAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 37
-2026-04-16 19:38:36.135 +02:00 [ERR] Fehler beim Mail-Abruf
-System.Net.Sockets.SocketException (11004): Der angeforderte Name ist gültig, es wurden jedoch keine Daten des angeforderten Typs gefunden.
- at System.Net.NameResolutionPal.ProcessResult(SocketError errorCode, GetAddrInfoExContext* context)
- at System.Net.NameResolutionPal.GetAddressInfoExCallback(Int32 error, Int32 bytes, NativeOverlapped* overlapped)
---- End of stack trace from previous location ---
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, CancellationToken cancellationToken)
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, Int32 timeout, CancellationToken cancellationToken)
- at MailKit.MailService.ConnectNetworkAsync(String host, Int32 port, CancellationToken cancellationToken)
- at MailKit.Net.Imap.ImapClient.ConnectAsync(String host, Int32 port, SecureSocketOptions options, CancellationToken cancellationToken)
- at MailPrint.Services.MailFetchService.FetchViaImapAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 32
- at MailPrint.Services.MailFetchService.FetchPrintJobsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 23
- at MailPrint.MailPrintWorker.ProcessMailsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 56
- at MailPrint.MailPrintWorker.ExecuteAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 37
-2026-04-16 19:39:36.148 +02:00 [ERR] Fehler beim Mail-Abruf
-System.Net.Sockets.SocketException (11004): Der angeforderte Name ist gültig, es wurden jedoch keine Daten des angeforderten Typs gefunden.
- at System.Net.NameResolutionPal.ProcessResult(SocketError errorCode, GetAddrInfoExContext* context)
- at System.Net.NameResolutionPal.GetAddressInfoExCallback(Int32 error, Int32 bytes, NativeOverlapped* overlapped)
---- End of stack trace from previous location ---
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, CancellationToken cancellationToken)
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, Int32 timeout, CancellationToken cancellationToken)
- at MailKit.MailService.ConnectNetworkAsync(String host, Int32 port, CancellationToken cancellationToken)
- at MailKit.Net.Imap.ImapClient.ConnectAsync(String host, Int32 port, SecureSocketOptions options, CancellationToken cancellationToken)
- at MailPrint.Services.MailFetchService.FetchViaImapAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 32
- at MailPrint.Services.MailFetchService.FetchPrintJobsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 23
- at MailPrint.MailPrintWorker.ProcessMailsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 56
- at MailPrint.MailPrintWorker.ExecuteAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 37
-2026-04-16 19:40:36.168 +02:00 [ERR] Fehler beim Mail-Abruf
-System.Net.Sockets.SocketException (11004): Der angeforderte Name ist gültig, es wurden jedoch keine Daten des angeforderten Typs gefunden.
- at System.Net.NameResolutionPal.ProcessResult(SocketError errorCode, GetAddrInfoExContext* context)
- at System.Net.NameResolutionPal.GetAddressInfoExCallback(Int32 error, Int32 bytes, NativeOverlapped* overlapped)
---- End of stack trace from previous location ---
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, CancellationToken cancellationToken)
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, Int32 timeout, CancellationToken cancellationToken)
- at MailKit.MailService.ConnectNetworkAsync(String host, Int32 port, CancellationToken cancellationToken)
- at MailKit.Net.Imap.ImapClient.ConnectAsync(String host, Int32 port, SecureSocketOptions options, CancellationToken cancellationToken)
- at MailPrint.Services.MailFetchService.FetchViaImapAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 32
- at MailPrint.Services.MailFetchService.FetchPrintJobsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 23
- at MailPrint.MailPrintWorker.ProcessMailsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 56
- at MailPrint.MailPrintWorker.ExecuteAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 37
-2026-04-16 19:41:36.180 +02:00 [ERR] Fehler beim Mail-Abruf
-System.Net.Sockets.SocketException (11004): Der angeforderte Name ist gültig, es wurden jedoch keine Daten des angeforderten Typs gefunden.
- at System.Net.NameResolutionPal.ProcessResult(SocketError errorCode, GetAddrInfoExContext* context)
- at System.Net.NameResolutionPal.GetAddressInfoExCallback(Int32 error, Int32 bytes, NativeOverlapped* overlapped)
---- End of stack trace from previous location ---
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, CancellationToken cancellationToken)
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, Int32 timeout, CancellationToken cancellationToken)
- at MailKit.MailService.ConnectNetworkAsync(String host, Int32 port, CancellationToken cancellationToken)
- at MailKit.Net.Imap.ImapClient.ConnectAsync(String host, Int32 port, SecureSocketOptions options, CancellationToken cancellationToken)
- at MailPrint.Services.MailFetchService.FetchViaImapAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 32
- at MailPrint.Services.MailFetchService.FetchPrintJobsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 23
- at MailPrint.MailPrintWorker.ProcessMailsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 56
- at MailPrint.MailPrintWorker.ExecuteAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 37
-2026-04-16 19:42:36.198 +02:00 [ERR] Fehler beim Mail-Abruf
-System.Net.Sockets.SocketException (11004): Der angeforderte Name ist gültig, es wurden jedoch keine Daten des angeforderten Typs gefunden.
- at System.Net.NameResolutionPal.ProcessResult(SocketError errorCode, GetAddrInfoExContext* context)
- at System.Net.NameResolutionPal.GetAddressInfoExCallback(Int32 error, Int32 bytes, NativeOverlapped* overlapped)
---- End of stack trace from previous location ---
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, CancellationToken cancellationToken)
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, Int32 timeout, CancellationToken cancellationToken)
- at MailKit.MailService.ConnectNetworkAsync(String host, Int32 port, CancellationToken cancellationToken)
- at MailKit.Net.Imap.ImapClient.ConnectAsync(String host, Int32 port, SecureSocketOptions options, CancellationToken cancellationToken)
- at MailPrint.Services.MailFetchService.FetchViaImapAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 32
- at MailPrint.Services.MailFetchService.FetchPrintJobsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 23
- at MailPrint.MailPrintWorker.ProcessMailsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 56
- at MailPrint.MailPrintWorker.ExecuteAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 37
-2026-04-16 19:43:36.213 +02:00 [ERR] Fehler beim Mail-Abruf
-System.Net.Sockets.SocketException (11004): Der angeforderte Name ist gültig, es wurden jedoch keine Daten des angeforderten Typs gefunden.
- at System.Net.NameResolutionPal.ProcessResult(SocketError errorCode, GetAddrInfoExContext* context)
- at System.Net.NameResolutionPal.GetAddressInfoExCallback(Int32 error, Int32 bytes, NativeOverlapped* overlapped)
---- End of stack trace from previous location ---
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, CancellationToken cancellationToken)
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, Int32 timeout, CancellationToken cancellationToken)
- at MailKit.MailService.ConnectNetworkAsync(String host, Int32 port, CancellationToken cancellationToken)
- at MailKit.Net.Imap.ImapClient.ConnectAsync(String host, Int32 port, SecureSocketOptions options, CancellationToken cancellationToken)
- at MailPrint.Services.MailFetchService.FetchViaImapAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 32
- at MailPrint.Services.MailFetchService.FetchPrintJobsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 23
- at MailPrint.MailPrintWorker.ProcessMailsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 56
- at MailPrint.MailPrintWorker.ExecuteAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 37
-2026-04-16 19:44:36.211 +02:00 [ERR] Fehler beim Mail-Abruf
-System.Net.Sockets.SocketException (11004): Der angeforderte Name ist gültig, es wurden jedoch keine Daten des angeforderten Typs gefunden.
- at System.Net.NameResolutionPal.ProcessResult(SocketError errorCode, GetAddrInfoExContext* context)
- at System.Net.NameResolutionPal.GetAddressInfoExCallback(Int32 error, Int32 bytes, NativeOverlapped* overlapped)
---- End of stack trace from previous location ---
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, CancellationToken cancellationToken)
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, Int32 timeout, CancellationToken cancellationToken)
- at MailKit.MailService.ConnectNetworkAsync(String host, Int32 port, CancellationToken cancellationToken)
- at MailKit.Net.Imap.ImapClient.ConnectAsync(String host, Int32 port, SecureSocketOptions options, CancellationToken cancellationToken)
- at MailPrint.Services.MailFetchService.FetchViaImapAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 32
- at MailPrint.Services.MailFetchService.FetchPrintJobsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 23
- at MailPrint.MailPrintWorker.ProcessMailsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 56
- at MailPrint.MailPrintWorker.ExecuteAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 37
-2026-04-16 19:45:36.214 +02:00 [ERR] Fehler beim Mail-Abruf
-System.Net.Sockets.SocketException (11004): Der angeforderte Name ist gültig, es wurden jedoch keine Daten des angeforderten Typs gefunden.
- at System.Net.NameResolutionPal.ProcessResult(SocketError errorCode, GetAddrInfoExContext* context)
- at System.Net.NameResolutionPal.GetAddressInfoExCallback(Int32 error, Int32 bytes, NativeOverlapped* overlapped)
---- End of stack trace from previous location ---
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, CancellationToken cancellationToken)
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, Int32 timeout, CancellationToken cancellationToken)
- at MailKit.MailService.ConnectNetworkAsync(String host, Int32 port, CancellationToken cancellationToken)
- at MailKit.Net.Imap.ImapClient.ConnectAsync(String host, Int32 port, SecureSocketOptions options, CancellationToken cancellationToken)
- at MailPrint.Services.MailFetchService.FetchViaImapAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 32
- at MailPrint.Services.MailFetchService.FetchPrintJobsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 23
- at MailPrint.MailPrintWorker.ProcessMailsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 56
- at MailPrint.MailPrintWorker.ExecuteAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 37
-2026-04-16 19:46:36.231 +02:00 [ERR] Fehler beim Mail-Abruf
-System.Net.Sockets.SocketException (11004): Der angeforderte Name ist gültig, es wurden jedoch keine Daten des angeforderten Typs gefunden.
- at System.Net.NameResolutionPal.ProcessResult(SocketError errorCode, GetAddrInfoExContext* context)
- at System.Net.NameResolutionPal.GetAddressInfoExCallback(Int32 error, Int32 bytes, NativeOverlapped* overlapped)
---- End of stack trace from previous location ---
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, CancellationToken cancellationToken)
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, Int32 timeout, CancellationToken cancellationToken)
- at MailKit.MailService.ConnectNetworkAsync(String host, Int32 port, CancellationToken cancellationToken)
- at MailKit.Net.Imap.ImapClient.ConnectAsync(String host, Int32 port, SecureSocketOptions options, CancellationToken cancellationToken)
- at MailPrint.Services.MailFetchService.FetchViaImapAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 32
- at MailPrint.Services.MailFetchService.FetchPrintJobsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 23
- at MailPrint.MailPrintWorker.ProcessMailsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 56
- at MailPrint.MailPrintWorker.ExecuteAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 37
-2026-04-16 19:47:36.252 +02:00 [ERR] Fehler beim Mail-Abruf
-System.Net.Sockets.SocketException (11004): Der angeforderte Name ist gültig, es wurden jedoch keine Daten des angeforderten Typs gefunden.
- at System.Net.NameResolutionPal.ProcessResult(SocketError errorCode, GetAddrInfoExContext* context)
- at System.Net.NameResolutionPal.GetAddressInfoExCallback(Int32 error, Int32 bytes, NativeOverlapped* overlapped)
---- End of stack trace from previous location ---
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, CancellationToken cancellationToken)
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, Int32 timeout, CancellationToken cancellationToken)
- at MailKit.MailService.ConnectNetworkAsync(String host, Int32 port, CancellationToken cancellationToken)
- at MailKit.Net.Imap.ImapClient.ConnectAsync(String host, Int32 port, SecureSocketOptions options, CancellationToken cancellationToken)
- at MailPrint.Services.MailFetchService.FetchViaImapAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 32
- at MailPrint.Services.MailFetchService.FetchPrintJobsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 23
- at MailPrint.MailPrintWorker.ProcessMailsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 56
- at MailPrint.MailPrintWorker.ExecuteAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 37
-2026-04-16 19:48:36.267 +02:00 [ERR] Fehler beim Mail-Abruf
-System.Net.Sockets.SocketException (11004): Der angeforderte Name ist gültig, es wurden jedoch keine Daten des angeforderten Typs gefunden.
- at System.Net.NameResolutionPal.ProcessResult(SocketError errorCode, GetAddrInfoExContext* context)
- at System.Net.NameResolutionPal.GetAddressInfoExCallback(Int32 error, Int32 bytes, NativeOverlapped* overlapped)
---- End of stack trace from previous location ---
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, CancellationToken cancellationToken)
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, Int32 timeout, CancellationToken cancellationToken)
- at MailKit.MailService.ConnectNetworkAsync(String host, Int32 port, CancellationToken cancellationToken)
- at MailKit.Net.Imap.ImapClient.ConnectAsync(String host, Int32 port, SecureSocketOptions options, CancellationToken cancellationToken)
- at MailPrint.Services.MailFetchService.FetchViaImapAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 32
- at MailPrint.Services.MailFetchService.FetchPrintJobsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 23
- at MailPrint.MailPrintWorker.ProcessMailsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 56
- at MailPrint.MailPrintWorker.ExecuteAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 37
-2026-04-16 19:49:36.293 +02:00 [ERR] Fehler beim Mail-Abruf
-System.Net.Sockets.SocketException (11004): Der angeforderte Name ist gültig, es wurden jedoch keine Daten des angeforderten Typs gefunden.
- at System.Net.NameResolutionPal.ProcessResult(SocketError errorCode, GetAddrInfoExContext* context)
- at System.Net.NameResolutionPal.GetAddressInfoExCallback(Int32 error, Int32 bytes, NativeOverlapped* overlapped)
---- End of stack trace from previous location ---
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, CancellationToken cancellationToken)
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, Int32 timeout, CancellationToken cancellationToken)
- at MailKit.MailService.ConnectNetworkAsync(String host, Int32 port, CancellationToken cancellationToken)
- at MailKit.Net.Imap.ImapClient.ConnectAsync(String host, Int32 port, SecureSocketOptions options, CancellationToken cancellationToken)
- at MailPrint.Services.MailFetchService.FetchViaImapAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 32
- at MailPrint.Services.MailFetchService.FetchPrintJobsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 23
- at MailPrint.MailPrintWorker.ProcessMailsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 56
- at MailPrint.MailPrintWorker.ExecuteAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 37
-2026-04-16 19:50:36.308 +02:00 [ERR] Fehler beim Mail-Abruf
-System.Net.Sockets.SocketException (11004): Der angeforderte Name ist gültig, es wurden jedoch keine Daten des angeforderten Typs gefunden.
- at System.Net.NameResolutionPal.ProcessResult(SocketError errorCode, GetAddrInfoExContext* context)
- at System.Net.NameResolutionPal.GetAddressInfoExCallback(Int32 error, Int32 bytes, NativeOverlapped* overlapped)
---- End of stack trace from previous location ---
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, CancellationToken cancellationToken)
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, Int32 timeout, CancellationToken cancellationToken)
- at MailKit.MailService.ConnectNetworkAsync(String host, Int32 port, CancellationToken cancellationToken)
- at MailKit.Net.Imap.ImapClient.ConnectAsync(String host, Int32 port, SecureSocketOptions options, CancellationToken cancellationToken)
- at MailPrint.Services.MailFetchService.FetchViaImapAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 32
- at MailPrint.Services.MailFetchService.FetchPrintJobsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 23
- at MailPrint.MailPrintWorker.ProcessMailsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 56
- at MailPrint.MailPrintWorker.ExecuteAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 37
-2026-04-16 19:51:36.321 +02:00 [ERR] Fehler beim Mail-Abruf
-System.Net.Sockets.SocketException (11004): Der angeforderte Name ist gültig, es wurden jedoch keine Daten des angeforderten Typs gefunden.
- at System.Net.NameResolutionPal.ProcessResult(SocketError errorCode, GetAddrInfoExContext* context)
- at System.Net.NameResolutionPal.GetAddressInfoExCallback(Int32 error, Int32 bytes, NativeOverlapped* overlapped)
---- End of stack trace from previous location ---
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, CancellationToken cancellationToken)
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, Int32 timeout, CancellationToken cancellationToken)
- at MailKit.MailService.ConnectNetworkAsync(String host, Int32 port, CancellationToken cancellationToken)
- at MailKit.Net.Imap.ImapClient.ConnectAsync(String host, Int32 port, SecureSocketOptions options, CancellationToken cancellationToken)
- at MailPrint.Services.MailFetchService.FetchViaImapAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 32
- at MailPrint.Services.MailFetchService.FetchPrintJobsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 23
- at MailPrint.MailPrintWorker.ProcessMailsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 56
- at MailPrint.MailPrintWorker.ExecuteAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 37
-2026-04-16 19:52:36.337 +02:00 [ERR] Fehler beim Mail-Abruf
-System.Net.Sockets.SocketException (11004): Der angeforderte Name ist gültig, es wurden jedoch keine Daten des angeforderten Typs gefunden.
- at System.Net.NameResolutionPal.ProcessResult(SocketError errorCode, GetAddrInfoExContext* context)
- at System.Net.NameResolutionPal.GetAddressInfoExCallback(Int32 error, Int32 bytes, NativeOverlapped* overlapped)
---- End of stack trace from previous location ---
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, CancellationToken cancellationToken)
- at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, Int32 timeout, CancellationToken cancellationToken)
- at MailKit.MailService.ConnectNetworkAsync(String host, Int32 port, CancellationToken cancellationToken)
- at MailKit.Net.Imap.ImapClient.ConnectAsync(String host, Int32 port, SecureSocketOptions options, CancellationToken cancellationToken)
- at MailPrint.Services.MailFetchService.FetchViaImapAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 32
- at MailPrint.Services.MailFetchService.FetchPrintJobsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\Services\MailFetchService.cs:line 23
- at MailPrint.MailPrintWorker.ProcessMailsAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 56
- at MailPrint.MailPrintWorker.ExecuteAsync(CancellationToken ct) in C:\Dev\MailPrint\MailPrint\MailPrintWorker.cs:line 37
-2026-04-16 19:54:49.431 +02:00 [INF] MailPrint gestartet. Beenden mit Ctrl+C.
-2026-04-16 19:54:49.599 +02:00 [INF] MailPrint Worker gestartet. Protokoll: IMAP, Host: imap.example.com, Intervall: 60s
-2026-04-16 20:26:18.225 +02:00 [INF] MailPrint gestartet. Beenden mit Ctrl+C.
-2026-04-16 20:26:18.904 +02:00 [WRN] Keine Postfächer konfiguriert – Mail-Polling deaktiviert.
-2026-04-16 20:44:52.476 +02:00 [INF] MailPrint gestartet. Beenden mit Ctrl+C.
-2026-04-16 20:44:52.652 +02:00 [WRN] Keine Postfächer konfiguriert – Mail-Polling deaktiviert.
-2026-04-16 20:44:56.704 +02:00 [WRN] Ungültiger API-Key von ::1
-2026-04-16 20:50:58.195 +02:00 [INF] Drucke 'test.pdf.pdf' → HP LaserJet Pro M148-M149 PCL-6 (V4) (Netzwerk) | Fach: Fach 1 | 1x
-2026-04-16 20:50:58.200 +02:00 [WRN] Kein SumatraPDF – Shell-Print (kein Papierfach-Support)
-2026-04-16 20:51:12.495 +02:00 [INF] Druck OK: C:\Users\janwu\AppData\Local\Temp\MailPrint\325da2cb-3f92-465d-b822-7a945daefeea.pdf
-2026-04-16 21:03:09.548 +02:00 [INF] MailPrint gestartet. Beenden mit Ctrl+C.
-2026-04-16 21:03:09.732 +02:00 [WRN] Keine Postfächer konfiguriert – Mail-Polling deaktiviert.
-2026-04-16 21:03:17.657 +02:00 [INF] Drucke 'test.pdf' → HP LaserJet Pro M148-M149 PCL-6 (V4) (Netzwerk) | Fach: Fach 1 | 1x
-2026-04-16 21:03:20.341 +02:00 [INF] Druck OK: C:\Users\janwu\AppData\Local\Temp\MailPrint\67629dcc-b959-4c5a-913a-1077ee4849fe.pdf
-2026-04-16 21:13:20.855 +02:00 [INF] MailPrint gestartet. Beenden mit Ctrl+C.
-2026-04-16 21:13:21.039 +02:00 [INF] 1 Postfach/Postfächer konfiguriert, Intervall: 60s
-2026-04-16 21:13:21.045 +02:00 [INF] Starte Polling für [print.home] (IMAP://m.wurl.biz)
-2026-04-16 21:13:22.421 +02:00 [INF] [print.home] IMAP: 0 ungelesene Nachrichten
-2026-04-16 21:14:22.940 +02:00 [INF] [print.home] IMAP: 1 ungelesene Nachrichten
-2026-04-16 21:14:23.236 +02:00 [INF] [print.home] Job: C:\Users\janwu\AppData\Local\Temp\MailPrint\a466c342-14c8-4be2-9be6-d93d65877c90.pdf
-2026-04-16 21:14:23.373 +02:00 [INF] Drucke 'print.home@dimedtec.net' → Microsoft Print to PDF | Fach: Standard | 1x
-2026-04-16 21:14:44.608 +02:00 [INF] Druck OK: C:\Users\janwu\AppData\Local\Temp\MailPrint\a466c342-14c8-4be2-9be6-d93d65877c90.pdf
-2026-04-16 21:15:45.086 +02:00 [INF] [print.home] IMAP: 0 ungelesene Nachrichten
-2026-04-16 21:16:45.646 +02:00 [INF] [print.home] IMAP: 0 ungelesene Nachrichten
-2026-04-16 21:17:46.215 +02:00 [INF] [print.home] IMAP: 0 ungelesene Nachrichten
-2026-04-16 21:18:46.776 +02:00 [INF] [print.home] IMAP: 0 ungelesene Nachrichten
-2026-04-16 21:19:47.283 +02:00 [INF] [print.home] IMAP: 0 ungelesene Nachrichten
-2026-04-16 21:20:47.831 +02:00 [INF] [print.home] IMAP: 0 ungelesene Nachrichten
-2026-04-16 21:21:48.457 +02:00 [INF] [print.home] IMAP: 0 ungelesene Nachrichten
-2026-04-16 21:22:49.057 +02:00 [INF] [print.home] IMAP: 0 ungelesene Nachrichten
-2026-04-16 21:23:49.721 +02:00 [INF] [print.home] IMAP: 0 ungelesene Nachrichten
-2026-04-16 21:24:50.590 +02:00 [INF] [print.home] IMAP: 0 ungelesene Nachrichten
-2026-04-16 21:25:51.260 +02:00 [INF] [print.home] IMAP: 0 ungelesene Nachrichten
-2026-04-16 21:26:51.819 +02:00 [INF] [print.home] IMAP: 0 ungelesene Nachrichten
-2026-04-16 21:27:52.407 +02:00 [INF] [print.home] IMAP: 0 ungelesene Nachrichten
-2026-04-16 21:28:52.989 +02:00 [INF] [print.home] IMAP: 0 ungelesene Nachrichten
-2026-04-16 21:29:53.579 +02:00 [INF] [print.home] IMAP: 0 ungelesene Nachrichten
-2026-04-16 21:30:54.181 +02:00 [INF] [print.home] IMAP: 0 ungelesene Nachrichten
-2026-04-16 21:31:54.845 +02:00 [INF] [print.home] IMAP: 0 ungelesene Nachrichten
-2026-04-16 21:32:55.411 +02:00 [INF] [print.home] IMAP: 0 ungelesene Nachrichten
-2026-04-16 21:33:56.052 +02:00 [INF] [print.home] IMAP: 0 ungelesene Nachrichten
-2026-04-16 21:34:56.588 +02:00 [INF] [print.home] IMAP: 0 ungelesene Nachrichten
-2026-04-16 21:35:57.159 +02:00 [INF] [print.home] IMAP: 0 ungelesene Nachrichten
-2026-04-16 21:36:57.822 +02:00 [INF] [print.home] IMAP: 0 ungelesene Nachrichten
-2026-04-16 21:37:58.435 +02:00 [INF] [print.home] IMAP: 0 ungelesene Nachrichten
-2026-04-16 21:38:59.035 +02:00 [INF] [print.home] IMAP: 0 ungelesene Nachrichten
-2026-04-16 21:39:59.724 +02:00 [INF] [print.home] IMAP: 0 ungelesene Nachrichten
-2026-04-16 21:41:00.423 +02:00 [INF] [print.home] IMAP: 0 ungelesene Nachrichten
diff --git a/publish/mscordaccore.dll b/publish/mscordaccore.dll
deleted file mode 100644
index e27cb78..0000000
Binary files a/publish/mscordaccore.dll and /dev/null differ
diff --git a/publish/mscordaccore_amd64_amd64_6.0.3624.51421.dll b/publish/mscordaccore_amd64_amd64_6.0.3624.51421.dll
deleted file mode 100644
index e27cb78..0000000
Binary files a/publish/mscordaccore_amd64_amd64_6.0.3624.51421.dll and /dev/null differ
diff --git a/publish/mscordbi.dll b/publish/mscordbi.dll
deleted file mode 100644
index 4f74868..0000000
Binary files a/publish/mscordbi.dll and /dev/null differ
diff --git a/publish/mscorlib.dll b/publish/mscorlib.dll
deleted file mode 100644
index c509a2e..0000000
Binary files a/publish/mscorlib.dll and /dev/null differ
diff --git a/publish/mscorrc.dll b/publish/mscorrc.dll
deleted file mode 100644
index 09dc6cd..0000000
Binary files a/publish/mscorrc.dll and /dev/null differ
diff --git a/publish/msquic.dll b/publish/msquic.dll
deleted file mode 100644
index 07cd9e3..0000000
Binary files a/publish/msquic.dll and /dev/null differ
diff --git a/publish/netstandard.dll b/publish/netstandard.dll
deleted file mode 100644
index e897d4b..0000000
Binary files a/publish/netstandard.dll and /dev/null differ
diff --git a/publish/test.pdf b/publish/test.pdf
deleted file mode 100644
index 5f2a3c5..0000000
Binary files a/publish/test.pdf and /dev/null differ
diff --git a/publish/ucrtbase.dll b/publish/ucrtbase.dll
deleted file mode 100644
index 0b41078..0000000
Binary files a/publish/ucrtbase.dll and /dev/null differ
diff --git a/publish/uninstall-service.ps1 b/publish/uninstall-service.ps1
deleted file mode 100644
index e1a7f7f..0000000
--- a/publish/uninstall-service.ps1
+++ /dev/null
@@ -1,32 +0,0 @@
-#Requires -RunAsAdministrator
-
-$ServiceName = "MailPrint"
-
-$svc = Get-Service -Name $ServiceName -ErrorAction SilentlyContinue
-if (-not $svc) {
- Write-Host "Dienst '$ServiceName' ist nicht installiert." -ForegroundColor Yellow
- exit 0
-}
-
-# Stoppen
-if ($svc.Status -ne "Stopped") {
- Write-Host "Stoppe Dienst '$ServiceName'..." -ForegroundColor Cyan
- Stop-Service -Name $ServiceName -Force
- Start-Sleep -Seconds 3
-}
-
-# Loeschen
-Write-Host "Entferne Dienst '$ServiceName'..." -ForegroundColor Cyan
-sc.exe delete $ServiceName | Out-Null
-
-Start-Sleep -Seconds 2
-
-# Pruefen
-$check = Get-Service -Name $ServiceName -ErrorAction SilentlyContinue
-if ($check) {
- Write-Error "Dienst konnte nicht entfernt werden. Bitte manuell pruefen."
- exit 1
-}
-
-Write-Host ""
-Write-Host "Dienst '$ServiceName' erfolgreich deinstalliert." -ForegroundColor Green
diff --git a/publish/web.config b/publish/web.config
deleted file mode 100644
index 12f00dc..0000000
--- a/publish/web.config
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file