diff --git a/.gitignore b/.gitignore index 8fe6bff..e4ef4db 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,6 @@ /.idea/** -**/obj/ -**/bin/ +.idea/** .vs/ -WebStarter/obj -WebStarter/bin -WinFormStarter/obj -WinFormStarter/bin - -/HybirdFrameworkCore/obj/ ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. @@ -29,21 +22,6 @@ WinFormStarter/bin mono_crash.* # Build results -[Dd]ebug/ -[Dd]ebugPublic/ -[Rr]elease/ -[Rr]eleases/ -x64/ -x86/ -[Ww][Ii][Nn]32/ -[Aa][Rr][Mm]/ -[Aa][Rr][Mm]64/ -bld/ -[Bb]in/ -[Oo]bj/ -[Oo]ut/ -[Ll]og/ -[Ll]ogs/ # Visual Studio 2015/2017 cache/options directory .vs/ @@ -372,4 +350,4 @@ MigrationBackup/ .ionide/ # Fody - auto-generated XML schema -FodyWeavers.xsd \ No newline at end of file +FodyWeavers.xsd diff --git a/HybirdFrameworkCore/bin/Debug/net6.0/HybirdFrameworkCore.deps.json b/HybirdFrameworkCore/bin/Debug/net6.0/HybirdFrameworkCore.deps.json deleted file mode 100644 index 7a1223c..0000000 --- a/HybirdFrameworkCore/bin/Debug/net6.0/HybirdFrameworkCore.deps.json +++ /dev/null @@ -1,482 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": { - "HybirdFrameworkCore/1.0.0": { - "dependencies": { - "AutoMapper": "12.0.1", - "Autofac": "7.0.1", - "Microsoft.Extensions.Configuration.Abstractions": "7.0.0", - "Microsoft.Extensions.Configuration.Json": "7.0.0", - "Newtonsoft.Json": "13.0.3", - "StackExchange.Redis": "2.7.33", - "log4net": "2.0.15" - }, - "runtime": { - "HybirdFrameworkCore.dll": {} - } - }, - "Autofac/7.0.1": { - "dependencies": { - "System.Diagnostics.DiagnosticSource": "4.7.1" - }, - "runtime": { - "lib/net6.0/Autofac.dll": { - "assemblyVersion": "7.0.1.0", - "fileVersion": "7.0.1.0" - } - } - }, - "AutoMapper/12.0.1": { - "dependencies": { - "Microsoft.CSharp": "4.7.0" - }, - "runtime": { - "lib/netstandard2.1/AutoMapper.dll": { - "assemblyVersion": "12.0.0.0", - "fileVersion": "12.0.1.0" - } - } - }, - "log4net/2.0.15": { - "dependencies": { - "System.Configuration.ConfigurationManager": "4.5.0" - }, - "runtime": { - "lib/netstandard2.0/log4net.dll": { - "assemblyVersion": "2.0.15.0", - "fileVersion": "2.0.15.0" - } - } - }, - "Microsoft.CSharp/4.7.0": {}, - "Microsoft.Extensions.Configuration/7.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "7.0.0", - "Microsoft.Extensions.Primitives": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Configuration.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "Microsoft.Extensions.Configuration.Abstractions/7.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/7.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "7.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "7.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "7.0.0", - "Microsoft.Extensions.FileProviders.Physical": "7.0.0", - "Microsoft.Extensions.Primitives": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "Microsoft.Extensions.Configuration.Json/7.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "7.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "7.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "7.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "7.0.0", - "System.Text.Json": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Configuration.Json.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/7.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "Microsoft.Extensions.FileProviders.Physical/7.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "7.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "7.0.0", - "Microsoft.Extensions.Primitives": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "Microsoft.Extensions.FileSystemGlobbing/7.0.0": { - "runtime": { - "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "Microsoft.Extensions.Logging.Abstractions/6.0.0": { - "runtime": { - "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "Microsoft.Extensions.Primitives/7.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Primitives.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "Microsoft.NETCore.Platforms/2.0.0": {}, - "Newtonsoft.Json/13.0.3": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" - } - } - }, - "Pipelines.Sockets.Unofficial/2.2.8": { - "dependencies": { - "System.IO.Pipelines": "5.0.1" - }, - "runtime": { - "lib/net5.0/Pipelines.Sockets.Unofficial.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "2.2.8.1080" - } - } - }, - "StackExchange.Redis/2.7.33": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Pipelines.Sockets.Unofficial": "2.2.8" - }, - "runtime": { - "lib/net6.0/StackExchange.Redis.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.7.33.41805" - } - } - }, - "System.Configuration.ConfigurationManager/4.5.0": { - "dependencies": { - "System.Security.Cryptography.ProtectedData": "4.5.0", - "System.Security.Permissions": "4.5.0" - }, - "runtime": { - "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "4.0.1.0", - "fileVersion": "4.6.26515.6" - } - } - }, - "System.Diagnostics.DiagnosticSource/4.7.1": {}, - "System.IO.Pipelines/5.0.1": { - "runtime": { - "lib/netcoreapp3.0/System.IO.Pipelines.dll": { - "assemblyVersion": "5.0.0.1", - "fileVersion": "5.0.120.57516" - } - } - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": {}, - "System.Security.AccessControl/4.5.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Security.Principal.Windows": "4.5.0" - } - }, - "System.Security.Cryptography.ProtectedData/4.5.0": { - "runtime": { - "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "4.0.3.0", - "fileVersion": "4.6.26515.6" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.0.3.0", - "fileVersion": "4.6.26515.6" - } - } - }, - "System.Security.Permissions/4.5.0": { - "dependencies": { - "System.Security.AccessControl": "4.5.0" - }, - "runtime": { - "lib/netstandard2.0/System.Security.Permissions.dll": { - "assemblyVersion": "4.0.1.0", - "fileVersion": "4.6.26515.6" - } - } - }, - "System.Security.Principal.Windows/4.5.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0" - } - }, - "System.Text.Encodings.Web/7.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Text.Encodings.Web.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - }, - "runtimeTargets": { - "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll": { - "rid": "browser", - "assetType": "runtime", - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "System.Text.Json/7.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "7.0.0" - }, - "runtime": { - "lib/net6.0/System.Text.Json.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - } - } - }, - "libraries": { - "HybirdFrameworkCore/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Autofac/7.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-J9Iz0Q+YU3uf82i8Lee0NpQOlRYfwHxwVV26jdG3zH3LFE5Y9Rx97Mju7Nswwzh/C7kVJALkTL860Y7e+mcLaw==", - "path": "autofac/7.0.1", - "hashPath": "autofac.7.0.1.nupkg.sha512" - }, - "AutoMapper/12.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hvV62vl6Hp/WfQ24yzo3Co9+OPl8wH8hApwVtgWpiAynVJkUcs7xvehnSftawL8Pe8FrPffBRM3hwzLQqWDNjA==", - "path": "automapper/12.0.1", - "hashPath": "automapper.12.0.1.nupkg.sha512" - }, - "log4net/2.0.15": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GahnO9ZgFka+xYcFwAfIFjW+k86P2nxFoaEpH6t3v4hiGj7tv2ksVZphxCVIHmJxoySS0HeU3dgCW+bSCcfD0A==", - "path": "log4net/2.0.15", - "hashPath": "log4net.2.0.15.nupkg.sha512" - }, - "Microsoft.CSharp/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", - "path": "microsoft.csharp/4.7.0", - "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tldQUBWt/xeH2K7/hMPPo5g8zuLc3Ro9I5d4o/XrxvxOCA2EZBtW7bCHHTc49fcBtvB8tLAb/Qsmfrq+2SJ4vA==", - "path": "microsoft.extensions.configuration/7.0.0", - "hashPath": "microsoft.extensions.configuration.7.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-f34u2eaqIjNO9YLHBz8rozVZ+TcFiFs0F3r7nUJd7FRkVSxk8u4OpoK226mi49MwexHOR2ibP9MFvRUaLilcQQ==", - "path": "microsoft.extensions.configuration.abstractions/7.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.7.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.FileExtensions/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xk2lRJ1RDuqe57BmgvRPyCt6zyePKUmvT6iuXqiHR+/OIIgWVR8Ff5k2p6DwmqY8a17hx/OnrekEhziEIeQP6Q==", - "path": "microsoft.extensions.configuration.fileextensions/7.0.0", - "hashPath": "microsoft.extensions.configuration.fileextensions.7.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Json/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LDNYe3uw76W35Jci+be4LDf2lkQZe0A7EEYQVChFbc509CpZ4Iupod8li4PUXPBhEUOFI/rlQNf5xkzJRQGvtA==", - "path": "microsoft.extensions.configuration.json/7.0.0", - "hashPath": "microsoft.extensions.configuration.json.7.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NyawiW9ZT/liQb34k9YqBSNPLuuPkrjMgQZ24Y/xXX1RoiBkLUdPMaQTmxhZ5TYu8ZKZ9qayzil75JX95vGQUg==", - "path": "microsoft.extensions.fileproviders.abstractions/7.0.0", - "hashPath": "microsoft.extensions.fileproviders.abstractions.7.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Physical/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-K8D2MTR+EtzkbZ8z80LrG7Ur64R7ZZdRLt1J5cgpc/pUWl0C6IkAUapPuK28oionHueCPELUqq0oYEvZfalNdg==", - "path": "microsoft.extensions.fileproviders.physical/7.0.0", - "hashPath": "microsoft.extensions.fileproviders.physical.7.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileSystemGlobbing/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2jONjKHiF+E92ynz2ZFcr9OvxIw+rTGMPEH+UZGeHTEComVav93jQUWGkso8yWwVBcEJGcNcZAaqY01FFJcj7w==", - "path": "microsoft.extensions.filesystemglobbing/7.0.0", - "hashPath": "microsoft.extensions.filesystemglobbing.7.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.Primitives/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==", - "path": "microsoft.extensions.primitives/7.0.0", - "hashPath": "microsoft.extensions.primitives.7.0.0.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==", - "path": "microsoft.netcore.platforms/2.0.0", - "hashPath": "microsoft.netcore.platforms.2.0.0.nupkg.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" - }, - "Pipelines.Sockets.Unofficial/2.2.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zG2FApP5zxSx6OcdJQLbZDk2AVlN2BNQD6MorwIfV6gVj0RRxWPEp2LXAxqDGZqeNV1Zp0BNPcNaey/GXmTdvQ==", - "path": "pipelines.sockets.unofficial/2.2.8", - "hashPath": "pipelines.sockets.unofficial.2.2.8.nupkg.sha512" - }, - "StackExchange.Redis/2.7.33": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2kCX5fvhEE824a4Ab5Imyi8DRuGuTxyklXV01kegkRpsWJcPmO6+GAQ+HegKxvXAxlXZ8yaRspvWJ8t3mMClfQ==", - "path": "stackexchange.redis/2.7.33", - "hashPath": "stackexchange.redis.2.7.33.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UIFvaFfuKhLr9u5tWMxmVoDPkFeD+Qv8gUuap4aZgVGYSYMdERck4OhLN/2gulAc0nYTEigWXSJNNWshrmxnng==", - "path": "system.configuration.configurationmanager/4.5.0", - "hashPath": "system.configuration.configurationmanager.4.5.0.nupkg.sha512" - }, - "System.Diagnostics.DiagnosticSource/4.7.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-j81Lovt90PDAq8kLpaJfJKV/rWdWuEk6jfV+MBkee33vzYLEUsy4gXK8laa9V2nZlLM9VM9yA/OOQxxPEJKAMw==", - "path": "system.diagnostics.diagnosticsource/4.7.1", - "hashPath": "system.diagnostics.diagnosticsource.4.7.1.nupkg.sha512" - }, - "System.IO.Pipelines/5.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qEePWsaq9LoEEIqhbGe6D5J8c9IqQOUuTzzV6wn1POlfdLkJliZY3OlB0j0f17uMWlqZYjH7txj+2YbyrIA8Yg==", - "path": "system.io.pipelines/5.0.1", - "hashPath": "system.io.pipelines.5.0.1.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.AccessControl/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vW8Eoq0TMyz5vAG/6ce483x/CP83fgm4SJe5P8Tb1tZaobcvPrbMEL7rhH1DRdrYbbb6F0vq3OlzmK0Pkwks5A==", - "path": "system.security.accesscontrol/4.5.0", - "hashPath": "system.security.accesscontrol.4.5.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wLBKzFnDCxP12VL9ANydSYhk59fC4cvOr9ypYQLPnAj48NQIhqnjdD2yhP8yEKyBJEjERWS9DisKL7rX5eU25Q==", - "path": "system.security.cryptography.protecteddata/4.5.0", - "hashPath": "system.security.cryptography.protecteddata.4.5.0.nupkg.sha512" - }, - "System.Security.Permissions/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9gdyuARhUR7H+p5CjyUB/zPk7/Xut3wUSP8NJQB6iZr8L3XUXTMdoLeVAg9N4rqF8oIpE7MpdqHdDHQ7XgJe0g==", - "path": "system.security.permissions/4.5.0", - "hashPath": "system.security.permissions.4.5.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-U77HfRXlZlOeIXd//Yoj6Jnk8AXlbeisf1oq1os+hxOGVnuG+lGSfGqTwTZBoORFF6j/0q7HXIl8cqwQ9aUGqQ==", - "path": "system.security.principal.windows/4.5.0", - "hashPath": "system.security.principal.windows.4.5.0.nupkg.sha512" - }, - "System.Text.Encodings.Web/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OP6umVGxc0Z0MvZQBVigj4/U31Pw72ITihDWP9WiWDm+q5aoe0GaJivsfYGq53o6dxH7DcXWiCTl7+0o2CGdmg==", - "path": "system.text.encodings.web/7.0.0", - "hashPath": "system.text.encodings.web.7.0.0.nupkg.sha512" - }, - "System.Text.Json/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DaGSsVqKsn/ia6RG8frjwmJonfos0srquhw09TlT8KRw5I43E+4gs+/bZj4K0vShJ5H9imCuXupb4RmS+dBy3w==", - "path": "system.text.json/7.0.0", - "hashPath": "system.text.json.7.0.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/HybirdFrameworkCore/obj/Debug/net6.0/HybirdFrameworkCore.GlobalUsings.g.cs b/HybirdFrameworkCore/obj/Debug/net6.0/HybirdFrameworkCore.GlobalUsings.g.cs deleted file mode 100644 index 8578f3d..0000000 --- a/HybirdFrameworkCore/obj/Debug/net6.0/HybirdFrameworkCore.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -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.Threading; -global using global::System.Threading.Tasks; diff --git a/WebStarter/obj/Debug/net6.0/WebStarter.GlobalUsings.g.cs b/WebStarter/obj/Debug/net6.0/WebStarter.GlobalUsings.g.cs deleted file mode 100644 index 025530a..0000000 --- a/WebStarter/obj/Debug/net6.0/WebStarter.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/WebStarter/obj/Debug/net6.0/WebStarter.MvcApplicationPartsAssemblyInfo.cache b/WebStarter/obj/Debug/net6.0/WebStarter.MvcApplicationPartsAssemblyInfo.cache deleted file mode 100644 index e69de29..0000000 diff --git a/WebStarter/obj/Debug/net6.0/WebStarter.csproj.Up2Date b/WebStarter/obj/Debug/net6.0/WebStarter.csproj.Up2Date deleted file mode 100644 index e69de29..0000000 diff --git a/WebStarter/obj/Debug/net6.0/staticwebassets/msbuild.build.WebStarter.props b/WebStarter/obj/Debug/net6.0/staticwebassets/msbuild.build.WebStarter.props deleted file mode 100644 index 5a6032a..0000000 --- a/WebStarter/obj/Debug/net6.0/staticwebassets/msbuild.build.WebStarter.props +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/WebStarter/obj/Debug/net6.0/staticwebassets/msbuild.buildMultiTargeting.WebStarter.props b/WebStarter/obj/Debug/net6.0/staticwebassets/msbuild.buildMultiTargeting.WebStarter.props deleted file mode 100644 index d22f7c0..0000000 --- a/WebStarter/obj/Debug/net6.0/staticwebassets/msbuild.buildMultiTargeting.WebStarter.props +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/WebStarter/obj/Debug/net6.0/staticwebassets/msbuild.buildTransitive.WebStarter.props b/WebStarter/obj/Debug/net6.0/staticwebassets/msbuild.buildTransitive.WebStarter.props deleted file mode 100644 index 58039e8..0000000 --- a/WebStarter/obj/Debug/net6.0/staticwebassets/msbuild.buildTransitive.WebStarter.props +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/WinFormStarter/bin/Debug/net6.0-windows/Autofac.Extensions.DependencyInjection.dll b/WinFormStarter/bin/Debug/net6.0-windows/Autofac.Extensions.DependencyInjection.dll deleted file mode 100644 index 75cfa26..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/Autofac.Extensions.DependencyInjection.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/Autofac.dll b/WinFormStarter/bin/Debug/net6.0-windows/Autofac.dll deleted file mode 100644 index 09c885d..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/Autofac.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/DmProvider.dll b/WinFormStarter/bin/Debug/net6.0-windows/DmProvider.dll deleted file mode 100644 index 88522ba..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/DmProvider.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/DotNetty.Buffers.dll b/WinFormStarter/bin/Debug/net6.0-windows/DotNetty.Buffers.dll deleted file mode 100644 index b4cdd8d..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/DotNetty.Buffers.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/DotNetty.Codecs.dll b/WinFormStarter/bin/Debug/net6.0-windows/DotNetty.Codecs.dll deleted file mode 100644 index d5239eb..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/DotNetty.Codecs.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/DotNetty.Common.dll b/WinFormStarter/bin/Debug/net6.0-windows/DotNetty.Common.dll deleted file mode 100644 index 992dccc..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/DotNetty.Common.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/DotNetty.Handlers.dll b/WinFormStarter/bin/Debug/net6.0-windows/DotNetty.Handlers.dll deleted file mode 100644 index 072cab4..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/DotNetty.Handlers.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/DotNetty.Transport.dll b/WinFormStarter/bin/Debug/net6.0-windows/DotNetty.Transport.dll deleted file mode 100644 index 43257b3..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/DotNetty.Transport.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/Kdbndp.dll b/WinFormStarter/bin/Debug/net6.0-windows/Kdbndp.dll deleted file mode 100644 index 324cb0c..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/Kdbndp.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Data.SqlClient.dll b/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Data.SqlClient.dll deleted file mode 100644 index 3114e92..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Data.SqlClient.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Data.Sqlite.dll b/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Data.Sqlite.dll deleted file mode 100644 index 282fdd8..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Data.Sqlite.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Extensions.Configuration.Abstractions.dll b/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Extensions.Configuration.Abstractions.dll deleted file mode 100644 index 3a12ec4..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Extensions.Configuration.Abstractions.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Extensions.Configuration.FileExtensions.dll b/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Extensions.Configuration.FileExtensions.dll deleted file mode 100644 index 9db3318..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Extensions.Configuration.FileExtensions.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Extensions.Configuration.Json.dll b/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Extensions.Configuration.Json.dll deleted file mode 100644 index c97254c..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Extensions.Configuration.Json.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Extensions.Configuration.dll b/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Extensions.Configuration.dll deleted file mode 100644 index 8baf931..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Extensions.Configuration.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Extensions.DependencyInjection.Abstractions.dll deleted file mode 100644 index b4ee93d..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Extensions.DependencyInjection.Abstractions.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Extensions.DependencyInjection.dll b/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Extensions.DependencyInjection.dll deleted file mode 100644 index 97525f7..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Extensions.DependencyInjection.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Extensions.FileProviders.Abstractions.dll b/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Extensions.FileProviders.Abstractions.dll deleted file mode 100644 index 897af44..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Extensions.FileProviders.Abstractions.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Extensions.FileProviders.Physical.dll b/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Extensions.FileProviders.Physical.dll deleted file mode 100644 index 449d845..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Extensions.FileProviders.Physical.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Extensions.FileSystemGlobbing.dll b/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Extensions.FileSystemGlobbing.dll deleted file mode 100644 index 3881e49..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Extensions.FileSystemGlobbing.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Extensions.Logging.Abstractions.dll b/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Extensions.Logging.Abstractions.dll deleted file mode 100644 index bb27a2f..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Extensions.Logging.Abstractions.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Extensions.Logging.dll b/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Extensions.Logging.dll deleted file mode 100644 index 9e2d7f9..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Extensions.Logging.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Extensions.Options.dll b/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Extensions.Options.dll deleted file mode 100644 index 604b602..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Extensions.Options.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Extensions.Primitives.dll b/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Extensions.Primitives.dll deleted file mode 100644 index 081abea..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Extensions.Primitives.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Identity.Client.dll b/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Identity.Client.dll deleted file mode 100644 index c01fcbf..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.Identity.Client.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.IdentityModel.JsonWebTokens.dll b/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.IdentityModel.JsonWebTokens.dll deleted file mode 100644 index 70b84f2..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.IdentityModel.JsonWebTokens.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.IdentityModel.Logging.dll b/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.IdentityModel.Logging.dll deleted file mode 100644 index 7ecc3be..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.IdentityModel.Logging.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll b/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll deleted file mode 100644 index d925b5b..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.IdentityModel.Protocols.dll b/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.IdentityModel.Protocols.dll deleted file mode 100644 index 17423cc..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.IdentityModel.Protocols.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.IdentityModel.Tokens.dll b/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.IdentityModel.Tokens.dll deleted file mode 100644 index dd66624..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/Microsoft.IdentityModel.Tokens.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/MySqlConnector.dll b/WinFormStarter/bin/Debug/net6.0-windows/MySqlConnector.dll deleted file mode 100644 index 3cbe116..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/MySqlConnector.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/Newtonsoft.Json.dll b/WinFormStarter/bin/Debug/net6.0-windows/Newtonsoft.Json.dll deleted file mode 100644 index 8ba89bf..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/Newtonsoft.Json.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/Npgsql.dll b/WinFormStarter/bin/Debug/net6.0-windows/Npgsql.dll deleted file mode 100644 index 7b2d4a0..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/Npgsql.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/Oracle.ManagedDataAccess.dll b/WinFormStarter/bin/Debug/net6.0-windows/Oracle.ManagedDataAccess.dll deleted file mode 100644 index fcdd395..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/Oracle.ManagedDataAccess.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/SQLitePCLRaw.batteries_v2.dll b/WinFormStarter/bin/Debug/net6.0-windows/SQLitePCLRaw.batteries_v2.dll deleted file mode 100644 index 48430f9..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/SQLitePCLRaw.batteries_v2.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/SQLitePCLRaw.core.dll b/WinFormStarter/bin/Debug/net6.0-windows/SQLitePCLRaw.core.dll deleted file mode 100644 index c1c3ed2..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/SQLitePCLRaw.core.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/SQLitePCLRaw.provider.e_sqlite3.dll b/WinFormStarter/bin/Debug/net6.0-windows/SQLitePCLRaw.provider.e_sqlite3.dll deleted file mode 100644 index b719bde..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/SQLitePCLRaw.provider.e_sqlite3.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/SqlSugar.IOC.dll b/WinFormStarter/bin/Debug/net6.0-windows/SqlSugar.IOC.dll deleted file mode 100644 index bdd674c..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/SqlSugar.IOC.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/SqlSugar.dll b/WinFormStarter/bin/Debug/net6.0-windows/SqlSugar.dll deleted file mode 100644 index 5946740..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/SqlSugar.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/System.Diagnostics.PerformanceCounter.dll b/WinFormStarter/bin/Debug/net6.0-windows/System.Diagnostics.PerformanceCounter.dll deleted file mode 100644 index e6023b8..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/System.Diagnostics.PerformanceCounter.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/System.DirectoryServices.Protocols.dll b/WinFormStarter/bin/Debug/net6.0-windows/System.DirectoryServices.Protocols.dll deleted file mode 100644 index f82bc91..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/System.DirectoryServices.Protocols.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/System.DirectoryServices.dll b/WinFormStarter/bin/Debug/net6.0-windows/System.DirectoryServices.dll deleted file mode 100644 index e12cdf3..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/System.DirectoryServices.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/System.IdentityModel.Tokens.Jwt.dll b/WinFormStarter/bin/Debug/net6.0-windows/System.IdentityModel.Tokens.Jwt.dll deleted file mode 100644 index efd3c61..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/System.IdentityModel.Tokens.Jwt.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/System.Runtime.Caching.dll b/WinFormStarter/bin/Debug/net6.0-windows/System.Runtime.Caching.dll deleted file mode 100644 index 6fedfab..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/System.Runtime.Caching.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/System.Text.Encodings.Web.dll b/WinFormStarter/bin/Debug/net6.0-windows/System.Text.Encodings.Web.dll deleted file mode 100644 index 13a219a..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/System.Text.Encodings.Web.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/System.Text.Json.dll b/WinFormStarter/bin/Debug/net6.0-windows/System.Text.Json.dll deleted file mode 100644 index 2078226..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/System.Text.Json.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/WinFormStarter.runtimeconfig.json b/WinFormStarter/bin/Debug/net6.0-windows/WinFormStarter.runtimeconfig.json deleted file mode 100644 index f9988b2..0000000 --- a/WinFormStarter/bin/Debug/net6.0-windows/WinFormStarter.runtimeconfig.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net6.0", - "frameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "6.0.0" - }, - { - "name": "Microsoft.WindowsDesktop.App", - "version": "6.0.0" - } - ] - } -} \ No newline at end of file diff --git a/WinFormStarter/bin/Debug/net6.0-windows/appsettings.Development.json b/WinFormStarter/bin/Debug/net6.0-windows/appsettings.Development.json deleted file mode 100644 index 8983e0f..0000000 --- a/WinFormStarter/bin/Debug/net6.0-windows/appsettings.Development.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft": "Warning", - "Microsoft.Hosting.Lifetime": "Information" - } - } -} diff --git a/WinFormStarter/bin/Debug/net6.0-windows/log4net.dll b/WinFormStarter/bin/Debug/net6.0-windows/log4net.dll deleted file mode 100644 index 9b6871b..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/log4net.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/alpine-arm/native/libe_sqlite3.so b/WinFormStarter/bin/Debug/net6.0-windows/runtimes/alpine-arm/native/libe_sqlite3.so deleted file mode 100644 index 2c24486..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/alpine-arm/native/libe_sqlite3.so and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/alpine-arm64/native/libe_sqlite3.so b/WinFormStarter/bin/Debug/net6.0-windows/runtimes/alpine-arm64/native/libe_sqlite3.so deleted file mode 100644 index 079c8af..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/alpine-arm64/native/libe_sqlite3.so and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/alpine-x64/native/libe_sqlite3.so b/WinFormStarter/bin/Debug/net6.0-windows/runtimes/alpine-x64/native/libe_sqlite3.so deleted file mode 100644 index be7aba8..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/alpine-x64/native/libe_sqlite3.so and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/browser-wasm/nativeassets/net6.0/e_sqlite3.a b/WinFormStarter/bin/Debug/net6.0-windows/runtimes/browser-wasm/nativeassets/net6.0/e_sqlite3.a deleted file mode 100644 index a8c038f..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/browser-wasm/nativeassets/net6.0/e_sqlite3.a and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll b/WinFormStarter/bin/Debug/net6.0-windows/runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll deleted file mode 100644 index de065f6..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/linux-arm/native/libe_sqlite3.so b/WinFormStarter/bin/Debug/net6.0-windows/runtimes/linux-arm/native/libe_sqlite3.so deleted file mode 100644 index c24441c..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/linux-arm/native/libe_sqlite3.so and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/linux-arm64/native/libe_sqlite3.so b/WinFormStarter/bin/Debug/net6.0-windows/runtimes/linux-arm64/native/libe_sqlite3.so deleted file mode 100644 index a336011..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/linux-arm64/native/libe_sqlite3.so and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/linux-armel/native/libe_sqlite3.so b/WinFormStarter/bin/Debug/net6.0-windows/runtimes/linux-armel/native/libe_sqlite3.so deleted file mode 100644 index 2f29939..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/linux-armel/native/libe_sqlite3.so and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/linux-mips64/native/libe_sqlite3.so b/WinFormStarter/bin/Debug/net6.0-windows/runtimes/linux-mips64/native/libe_sqlite3.so deleted file mode 100644 index 4199492..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/linux-mips64/native/libe_sqlite3.so and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/linux-musl-arm/native/libe_sqlite3.so b/WinFormStarter/bin/Debug/net6.0-windows/runtimes/linux-musl-arm/native/libe_sqlite3.so deleted file mode 100644 index 2c24486..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/linux-musl-arm/native/libe_sqlite3.so and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/linux-musl-arm64/native/libe_sqlite3.so b/WinFormStarter/bin/Debug/net6.0-windows/runtimes/linux-musl-arm64/native/libe_sqlite3.so deleted file mode 100644 index 079c8af..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/linux-musl-arm64/native/libe_sqlite3.so and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/linux-musl-x64/native/libe_sqlite3.so b/WinFormStarter/bin/Debug/net6.0-windows/runtimes/linux-musl-x64/native/libe_sqlite3.so deleted file mode 100644 index be7aba8..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/linux-musl-x64/native/libe_sqlite3.so and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/linux-ppc64le/native/libe_sqlite3.so b/WinFormStarter/bin/Debug/net6.0-windows/runtimes/linux-ppc64le/native/libe_sqlite3.so deleted file mode 100644 index 1977f82..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/linux-ppc64le/native/libe_sqlite3.so and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/linux-s390x/native/libe_sqlite3.so b/WinFormStarter/bin/Debug/net6.0-windows/runtimes/linux-s390x/native/libe_sqlite3.so deleted file mode 100644 index abe4596..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/linux-s390x/native/libe_sqlite3.so and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/linux-x64/native/libe_sqlite3.so b/WinFormStarter/bin/Debug/net6.0-windows/runtimes/linux-x64/native/libe_sqlite3.so deleted file mode 100644 index 62b48e9..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/linux-x64/native/libe_sqlite3.so and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/linux-x86/native/libe_sqlite3.so b/WinFormStarter/bin/Debug/net6.0-windows/runtimes/linux-x86/native/libe_sqlite3.so deleted file mode 100644 index e64474d..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/linux-x86/native/libe_sqlite3.so and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/linux/lib/net6.0/System.DirectoryServices.Protocols.dll b/WinFormStarter/bin/Debug/net6.0-windows/runtimes/linux/lib/net6.0/System.DirectoryServices.Protocols.dll deleted file mode 100644 index a274287..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/linux/lib/net6.0/System.DirectoryServices.Protocols.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/maccatalyst-arm64/native/libe_sqlite3.dylib b/WinFormStarter/bin/Debug/net6.0-windows/runtimes/maccatalyst-arm64/native/libe_sqlite3.dylib deleted file mode 100644 index 2112503..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/maccatalyst-arm64/native/libe_sqlite3.dylib and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/maccatalyst-x64/native/libe_sqlite3.dylib b/WinFormStarter/bin/Debug/net6.0-windows/runtimes/maccatalyst-x64/native/libe_sqlite3.dylib deleted file mode 100644 index 24653e2..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/maccatalyst-x64/native/libe_sqlite3.dylib and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/osx-arm64/native/libe_sqlite3.dylib b/WinFormStarter/bin/Debug/net6.0-windows/runtimes/osx-arm64/native/libe_sqlite3.dylib deleted file mode 100644 index 04875eb..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/osx-arm64/native/libe_sqlite3.dylib and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/osx-x64/native/libe_sqlite3.dylib b/WinFormStarter/bin/Debug/net6.0-windows/runtimes/osx-x64/native/libe_sqlite3.dylib deleted file mode 100644 index 215a8d6..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/osx-x64/native/libe_sqlite3.dylib and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/osx/lib/net6.0/System.DirectoryServices.Protocols.dll b/WinFormStarter/bin/Debug/net6.0-windows/runtimes/osx/lib/net6.0/System.DirectoryServices.Protocols.dll deleted file mode 100644 index c14a840..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/osx/lib/net6.0/System.DirectoryServices.Protocols.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll b/WinFormStarter/bin/Debug/net6.0-windows/runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll deleted file mode 100644 index 231e75a..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll b/WinFormStarter/bin/Debug/net6.0-windows/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll deleted file mode 100644 index 3068646..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/win-arm/native/e_sqlite3.dll b/WinFormStarter/bin/Debug/net6.0-windows/runtimes/win-arm/native/e_sqlite3.dll deleted file mode 100644 index 4c4e4e1..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/win-arm/native/e_sqlite3.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll b/WinFormStarter/bin/Debug/net6.0-windows/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll deleted file mode 100644 index 965f535..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/win-arm64/native/e_sqlite3.dll b/WinFormStarter/bin/Debug/net6.0-windows/runtimes/win-arm64/native/e_sqlite3.dll deleted file mode 100644 index 0630a2d..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/win-arm64/native/e_sqlite3.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll b/WinFormStarter/bin/Debug/net6.0-windows/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll deleted file mode 100644 index 227b87b..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/win-x64/native/e_sqlite3.dll b/WinFormStarter/bin/Debug/net6.0-windows/runtimes/win-x64/native/e_sqlite3.dll deleted file mode 100644 index df1e054..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/win-x64/native/e_sqlite3.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll b/WinFormStarter/bin/Debug/net6.0-windows/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll deleted file mode 100644 index 0add8c2..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/win-x86/native/e_sqlite3.dll b/WinFormStarter/bin/Debug/net6.0-windows/runtimes/win-x86/native/e_sqlite3.dll deleted file mode 100644 index cda8bbd..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/win-x86/native/e_sqlite3.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll b/WinFormStarter/bin/Debug/net6.0-windows/runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll deleted file mode 100644 index 0846bc0..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/win/lib/net6.0/System.DirectoryServices.Protocols.dll b/WinFormStarter/bin/Debug/net6.0-windows/runtimes/win/lib/net6.0/System.DirectoryServices.Protocols.dll deleted file mode 100644 index 3ebf5d8..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/win/lib/net6.0/System.DirectoryServices.Protocols.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/win/lib/net6.0/System.DirectoryServices.dll b/WinFormStarter/bin/Debug/net6.0-windows/runtimes/win/lib/net6.0/System.DirectoryServices.dll deleted file mode 100644 index 6739958..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/win/lib/net6.0/System.DirectoryServices.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll b/WinFormStarter/bin/Debug/net6.0-windows/runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll deleted file mode 100644 index 0269777..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll and /dev/null differ diff --git a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll b/WinFormStarter/bin/Debug/net6.0-windows/runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll deleted file mode 100644 index 175d085..0000000 Binary files a/WinFormStarter/bin/Debug/net6.0-windows/runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll and /dev/null differ diff --git a/WinFormStarter/obj/Debug/net6.0-windows/WinFormS.F226DAA7.Up2Date b/WinFormStarter/obj/Debug/net6.0-windows/WinFormS.F226DAA7.Up2Date deleted file mode 100644 index e69de29..0000000 diff --git a/WinFormStarter/obj/Debug/net6.0-windows/WinFormStarter.GlobalUsings.g.cs b/WinFormStarter/obj/Debug/net6.0-windows/WinFormStarter.GlobalUsings.g.cs deleted file mode 100644 index 84bbb89..0000000 --- a/WinFormStarter/obj/Debug/net6.0-windows/WinFormStarter.GlobalUsings.g.cs +++ /dev/null @@ -1,10 +0,0 @@ -// -global using global::System; -global using global::System.Collections.Generic; -global using global::System.Drawing; -global using global::System.IO; -global using global::System.Linq; -global using global::System.Net.Http; -global using global::System.Threading; -global using global::System.Threading.Tasks; -global using global::System.Windows.Forms;