diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..3732957
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,136 @@
+backup/
+dist/
+docs/
+.vs/
+.code/
+.vscode/
+src/.vs/
+**/.DS_Store
+**/.DS_Store?
+**/.vs/
+**/.code/
+**/.vscode/
+**/.idea/
+**/Logs/
+**/Resources/
+
+./appsettings.json
+
+## .NET files
+**/[Dd]ebug/
+**/[Dd]ebugPublic/
+**/[Rr]elease/
+**/[Rr]eleases/
+**/x64/
+**/x86/
+**/build/
+**/bld/
+**/[Bb]in/
+**/[Oo]bj/
+**/[Oo]ut/
+**/msbuild.log
+**/msbuild.err
+**/msbuild.wrn
+
+## others
+[Dd]ebug/
+[Dd]ebugPublic/
+[Rr]elease/
+[Rr]eleases/
+x64/
+x86/
+build/
+bld/
+[Bb]in/
+[Oo]bj/
+[Oo]ut/
+msbuild.log
+msbuild.err
+msbuild.wrn
+
+# Compiled source #
+###################
+*.com
+*.class
+*.dll
+*.exe
+*.o
+*.so
+*.com
+*.class
+*.dll
+*.exe
+*.o
+*.so
+
+# Packages #
+############
+# it's better to unpack these files and commit the raw source
+# git has its own built in compression methods
+*.7z
+*.dmg
+*.gz
+*.iso
+*.jar
+*.rar
+*.tar
+*.zip
+*.7z
+*.dmg
+*.gz
+*.iso
+*.jar
+*.rar
+*.tar
+*.zip
+
+# Logs and databases #
+######################
+*.log
+*.sql
+*.sqlite
+*.log
+*.sql
+*.sqlite
+
+# OS generated files #
+######################
+.DS_Store
+.DS_Store?
+._*
+.Spotlight-V100
+.Trashes
+ehthumbs.db
+Thumbs.db
+.DS_Store
+.DS_Store?
+._*
+.Spotlight-V100
+.Trashes
+ehthumbs.db
+Thumbs.db
+######################
+
+*.swp
+*.*~
+project.lock.json
+*.pyc
+nupkg/
+*.swp
+*.*~
+project.lock.json
+*.pyc
+nupkg/
+
+# User-specific files
+*.suo
+*.user
+*.userosscache
+*.sln.docstates
+*.suo
+*.user
+*.userosscache
+*.sln.docstates
+
+#### Build results
+
diff --git a/src/KSFramework/bin/Debug/KSFramework.1.0.0.nupkg b/src/KSFramework/bin/Debug/KSFramework.1.0.0.nupkg
deleted file mode 100644
index a9bc61e..0000000
Binary files a/src/KSFramework/bin/Debug/KSFramework.1.0.0.nupkg and /dev/null differ
diff --git a/src/KSFramework/bin/Debug/net10.0/KSFramework.deps.json b/src/KSFramework/bin/Debug/net10.0/KSFramework.deps.json
deleted file mode 100644
index 99c6f94..0000000
--- a/src/KSFramework/bin/Debug/net10.0/KSFramework.deps.json
+++ /dev/null
@@ -1,890 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v10.0",
- "signature": ""
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v10.0": {
- "KSFramework/1.0.0": {
- "dependencies": {
- "FluentValidation": "12.0.0",
- "MediatR": "12.5.0",
- "Microsoft.AspNetCore.Mvc": "2.3.0",
- "Microsoft.AspNetCore.Mvc.TagHelpers": "2.3.0",
- "Microsoft.EntityFrameworkCore": "9.0.5",
- "Microsoft.EntityFrameworkCore.SqlServer": "9.0.5",
- "Microsoft.EntityFrameworkCore.SqlServer.Design": "1.1.6",
- "Microsoft.Extensions.Hosting": "9.0.5",
- "Newtonsoft.Json": "13.0.3",
- "Pluralize.NET": "1.0.2"
- },
- "runtime": {
- "KSFramework.dll": {}
- }
- },
- "Azure.Core/1.38.0": {
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
- "System.ClientModel": "1.0.0",
- "System.Memory.Data": "1.0.2"
- },
- "runtime": {
- "lib/net6.0/Azure.Core.dll": {
- "assemblyVersion": "1.38.0.0",
- "fileVersion": "1.3800.24.12602"
- }
- }
- },
- "Azure.Identity/1.11.4": {
- "dependencies": {
- "Azure.Core": "1.38.0",
- "Microsoft.Identity.Client": "4.61.3",
- "Microsoft.Identity.Client.Extensions.Msal": "4.61.3",
- "System.Security.Cryptography.ProtectedData": "6.0.0"
- },
- "runtime": {
- "lib/netstandard2.0/Azure.Identity.dll": {
- "assemblyVersion": "1.11.4.0",
- "fileVersion": "1.1100.424.31005"
- }
- }
- },
- "FluentValidation/12.0.0": {
- "runtime": {
- "lib/net8.0/FluentValidation.dll": {
- "assemblyVersion": "12.0.0.0",
- "fileVersion": "12.0.0.0"
- }
- }
- },
- "MediatR/12.5.0": {
- "dependencies": {
- "MediatR.Contracts": "2.0.1"
- },
- "runtime": {
- "lib/net6.0/MediatR.dll": {
- "assemblyVersion": "12.0.0.0",
- "fileVersion": "12.5.0.0"
- }
- }
- },
- "MediatR.Contracts/2.0.1": {
- "runtime": {
- "lib/netstandard2.0/MediatR.Contracts.dll": {
- "assemblyVersion": "2.0.1.0",
- "fileVersion": "2.0.1.0"
- }
- }
- },
- "Microsoft.AspNetCore.Mvc/2.3.0": {
- "dependencies": {
- "Microsoft.AspNetCore.Mvc.Razor.Extensions": "2.3.0",
- "Microsoft.AspNetCore.Razor.Design": "2.3.0"
- }
- },
- "Microsoft.AspNetCore.Mvc.Razor.Extensions/2.3.0": {
- "dependencies": {
- "Microsoft.AspNetCore.Razor.Language": "2.3.0",
- "Microsoft.CodeAnalysis.Razor": "2.3.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll": {
- "assemblyVersion": "2.3.0.0",
- "fileVersion": "2.3.0.25014"
- }
- }
- },
- "Microsoft.AspNetCore.Mvc.TagHelpers/2.3.0": {},
- "Microsoft.AspNetCore.Razor.Design/2.3.0": {},
- "Microsoft.AspNetCore.Razor.Language/2.3.0": {
- "runtime": {
- "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {
- "assemblyVersion": "2.3.0.0",
- "fileVersion": "2.3.0.25014"
- }
- }
- },
- "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
- "runtime": {
- "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
- "assemblyVersion": "1.0.0.0",
- "fileVersion": "4.700.20.21406"
- }
- }
- },
- "Microsoft.CodeAnalysis.Analyzers/1.1.0": {},
- "Microsoft.CodeAnalysis.Common/2.8.2": {
- "dependencies": {
- "Microsoft.CodeAnalysis.Analyzers": "1.1.0"
- },
- "runtime": {
- "lib/netstandard1.3/Microsoft.CodeAnalysis.dll": {
- "assemblyVersion": "2.8.0.0",
- "fileVersion": "2.8.2.62916"
- }
- }
- },
- "Microsoft.CodeAnalysis.CSharp/2.8.2": {
- "dependencies": {
- "Microsoft.CodeAnalysis.Common": "2.8.2"
- },
- "runtime": {
- "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll": {
- "assemblyVersion": "2.8.0.0",
- "fileVersion": "2.8.2.62916"
- }
- }
- },
- "Microsoft.CodeAnalysis.Razor/2.3.0": {
- "dependencies": {
- "Microsoft.AspNetCore.Razor.Language": "2.3.0",
- "Microsoft.CodeAnalysis.CSharp": "2.8.2",
- "Microsoft.CodeAnalysis.Common": "2.8.2"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll": {
- "assemblyVersion": "2.3.0.0",
- "fileVersion": "2.3.0.25010"
- }
- }
- },
- "Microsoft.Data.SqlClient/5.1.6": {
- "dependencies": {
- "Azure.Identity": "1.11.4",
- "Microsoft.Data.SqlClient.SNI.runtime": "5.1.1",
- "Microsoft.Identity.Client": "4.61.3",
- "Microsoft.IdentityModel.JsonWebTokens": "6.35.0",
- "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0",
- "Microsoft.SqlServer.Server": "1.0.0",
- "System.Configuration.ConfigurationManager": "6.0.1",
- "System.Runtime.Caching": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.Data.SqlClient.dll": {
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.16.24240.5"
- }
- },
- "runtimeTargets": {
- "runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll": {
- "rid": "unix",
- "assetType": "runtime",
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.16.24240.5"
- },
- "runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.16.24240.5"
- }
- }
- },
- "Microsoft.Data.SqlClient.SNI.runtime/5.1.1": {
- "runtimeTargets": {
- "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": {
- "rid": "win-arm",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": {
- "rid": "win-arm64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {
- "rid": "win-x64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": {
- "rid": "win-x86",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- }
- }
- },
- "Microsoft.EntityFrameworkCore/9.0.5": {
- "dependencies": {
- "Microsoft.EntityFrameworkCore.Abstractions": "9.0.5",
- "Microsoft.EntityFrameworkCore.Analyzers": "9.0.5"
- },
- "runtime": {
- "lib/net8.0/Microsoft.EntityFrameworkCore.dll": {
- "assemblyVersion": "9.0.5.0",
- "fileVersion": "9.0.525.21604"
- }
- }
- },
- "Microsoft.EntityFrameworkCore.Abstractions/9.0.5": {
- "runtime": {
- "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {
- "assemblyVersion": "9.0.5.0",
- "fileVersion": "9.0.525.21604"
- }
- }
- },
- "Microsoft.EntityFrameworkCore.Analyzers/9.0.5": {},
- "Microsoft.EntityFrameworkCore.Relational/9.0.5": {
- "dependencies": {
- "Microsoft.EntityFrameworkCore": "9.0.5"
- },
- "runtime": {
- "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": {
- "assemblyVersion": "9.0.5.0",
- "fileVersion": "9.0.525.21604"
- }
- }
- },
- "Microsoft.EntityFrameworkCore.Relational.Design/1.1.6": {
- "dependencies": {
- "Microsoft.EntityFrameworkCore.Relational": "9.0.5",
- "NETStandard.Library": "1.6.1"
- },
- "runtime": {
- "lib/netstandard1.3/Microsoft.EntityFrameworkCore.Relational.Design.dll": {
- "assemblyVersion": "1.1.6.0",
- "fileVersion": "1.1.6.40621"
- }
- }
- },
- "Microsoft.EntityFrameworkCore.SqlServer/9.0.5": {
- "dependencies": {
- "Microsoft.Data.SqlClient": "5.1.6",
- "Microsoft.EntityFrameworkCore.Relational": "9.0.5"
- },
- "runtime": {
- "lib/net8.0/Microsoft.EntityFrameworkCore.SqlServer.dll": {
- "assemblyVersion": "9.0.5.0",
- "fileVersion": "9.0.525.21604"
- }
- }
- },
- "Microsoft.EntityFrameworkCore.SqlServer.Design/1.1.6": {
- "dependencies": {
- "Microsoft.EntityFrameworkCore.Relational.Design": "1.1.6",
- "Microsoft.EntityFrameworkCore.SqlServer": "9.0.5",
- "NETStandard.Library": "1.6.1"
- },
- "runtime": {
- "lib/netstandard1.3/Microsoft.EntityFrameworkCore.SqlServer.Design.dll": {
- "assemblyVersion": "1.1.6.0",
- "fileVersion": "1.1.6.40621"
- }
- }
- },
- "Microsoft.Extensions.Hosting/9.0.5": {},
- "Microsoft.Identity.Client/4.61.3": {
- "dependencies": {
- "Microsoft.IdentityModel.Abstractions": "6.35.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.Identity.Client.dll": {
- "assemblyVersion": "4.61.3.0",
- "fileVersion": "4.61.3.0"
- }
- }
- },
- "Microsoft.Identity.Client.Extensions.Msal/4.61.3": {
- "dependencies": {
- "Microsoft.Identity.Client": "4.61.3",
- "System.Security.Cryptography.ProtectedData": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": {
- "assemblyVersion": "4.61.3.0",
- "fileVersion": "4.61.3.0"
- }
- }
- },
- "Microsoft.IdentityModel.Abstractions/6.35.0": {
- "runtime": {
- "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": {
- "assemblyVersion": "6.35.0.0",
- "fileVersion": "6.35.0.41201"
- }
- }
- },
- "Microsoft.IdentityModel.JsonWebTokens/6.35.0": {
- "dependencies": {
- "Microsoft.IdentityModel.Tokens": "6.35.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
- "assemblyVersion": "6.35.0.0",
- "fileVersion": "6.35.0.41201"
- }
- }
- },
- "Microsoft.IdentityModel.Logging/6.35.0": {
- "dependencies": {
- "Microsoft.IdentityModel.Abstractions": "6.35.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.IdentityModel.Logging.dll": {
- "assemblyVersion": "6.35.0.0",
- "fileVersion": "6.35.0.41201"
- }
- }
- },
- "Microsoft.IdentityModel.Protocols/6.35.0": {
- "dependencies": {
- "Microsoft.IdentityModel.Logging": "6.35.0",
- "Microsoft.IdentityModel.Tokens": "6.35.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": {
- "assemblyVersion": "6.35.0.0",
- "fileVersion": "6.35.0.41201"
- }
- }
- },
- "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": {
- "dependencies": {
- "Microsoft.IdentityModel.Protocols": "6.35.0",
- "System.IdentityModel.Tokens.Jwt": "6.35.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
- "assemblyVersion": "6.35.0.0",
- "fileVersion": "6.35.0.41201"
- }
- }
- },
- "Microsoft.IdentityModel.Tokens/6.35.0": {
- "dependencies": {
- "Microsoft.IdentityModel.Logging": "6.35.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": {
- "assemblyVersion": "6.35.0.0",
- "fileVersion": "6.35.0.41201"
- }
- }
- },
- "Microsoft.NETCore.Platforms/1.1.0": {},
- "Microsoft.SqlServer.Server/1.0.0": {
- "runtime": {
- "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": {
- "assemblyVersion": "1.0.0.0",
- "fileVersion": "1.0.0.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"
- }
- }
- },
- "NETStandard.Library/1.6.1": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0"
- }
- },
- "Newtonsoft.Json/13.0.3": {
- "runtime": {
- "lib/net6.0/Newtonsoft.Json.dll": {
- "assemblyVersion": "13.0.0.0",
- "fileVersion": "13.0.3.27908"
- }
- }
- },
- "Pluralize.NET/1.0.2": {
- "runtime": {
- "lib/netstandard2.0/Pluralize.NET.dll": {
- "assemblyVersion": "1.0.2.0",
- "fileVersion": "1.0.2.0"
- }
- }
- },
- "System.ClientModel/1.0.0": {
- "dependencies": {
- "System.Memory.Data": "1.0.2"
- },
- "runtime": {
- "lib/net6.0/System.ClientModel.dll": {
- "assemblyVersion": "1.0.0.0",
- "fileVersion": "1.0.24.5302"
- }
- }
- },
- "System.Configuration.ConfigurationManager/6.0.1": {
- "dependencies": {
- "System.Security.Cryptography.ProtectedData": "6.0.0",
- "System.Security.Permissions": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/System.Configuration.ConfigurationManager.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.922.41905"
- }
- }
- },
- "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.IdentityModel.Tokens.Jwt/6.35.0": {
- "dependencies": {
- "Microsoft.IdentityModel.JsonWebTokens": "6.35.0",
- "Microsoft.IdentityModel.Tokens": "6.35.0"
- },
- "runtime": {
- "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": {
- "assemblyVersion": "6.35.0.0",
- "fileVersion": "6.35.0.41201"
- }
- }
- },
- "System.Memory.Data/1.0.2": {
- "runtime": {
- "lib/netstandard2.0/System.Memory.Data.dll": {
- "assemblyVersion": "1.0.2.0",
- "fileVersion": "1.0.221.20802"
- }
- }
- },
- "System.Runtime.Caching/6.0.0": {
- "dependencies": {
- "System.Configuration.ConfigurationManager": "6.0.1"
- },
- "runtime": {
- "lib/net6.0/System.Runtime.Caching.dll": {
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net6.0/System.Runtime.Caching.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "System.Security.Cryptography.ProtectedData/6.0.0": {
- "runtime": {
- "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "System.Security.Permissions/6.0.0": {
- "dependencies": {
- "System.Windows.Extensions": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/System.Security.Permissions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "System.Windows.Extensions/6.0.0": {
- "dependencies": {
- "System.Drawing.Common": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/System.Windows.Extensions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- }
- }
- },
- "libraries": {
- "KSFramework/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "Azure.Core/1.38.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-IuEgCoVA0ef7E4pQtpC3+TkPbzaoQfa77HlfJDmfuaJUCVJmn7fT0izamZiryW5sYUFKizsftIxMkXKbgIcPMQ==",
- "path": "azure.core/1.38.0",
- "hashPath": "azure.core.1.38.0.nupkg.sha512"
- },
- "Azure.Identity/1.11.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Sf4BoE6Q3jTgFkgBkx7qztYOFELBCo+wQgpYDwal/qJ1unBH73ywPztIJKXBXORRzAeNijsuxhk94h0TIMvfYg==",
- "path": "azure.identity/1.11.4",
- "hashPath": "azure.identity.1.11.4.nupkg.sha512"
- },
- "FluentValidation/12.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-8NVLxtMUXynRHJIX3Hn1ACovaqZIJASufXIIFkD0EUbcd5PmMsL1xUD5h548gCezJ5BzlITaR9CAMrGe29aWpA==",
- "path": "fluentvalidation/12.0.0",
- "hashPath": "fluentvalidation.12.0.0.nupkg.sha512"
- },
- "MediatR/12.5.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-vqm2H8/nqL5NAJHPhsG1JOPwfkmbVrPyh4svdoRzu+uZh6Ex7PRoHBGsLYC0/RWCEJFqD1ohHNpteQvql9OktA==",
- "path": "mediatr/12.5.0",
- "hashPath": "mediatr.12.5.0.nupkg.sha512"
- },
- "MediatR.Contracts/2.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-FYv95bNT4UwcNA+G/J1oX5OpRiSUxteXaUt2BJbRSdRNiIUNbggJF69wy6mnk2wYToaanpdXZdCwVylt96MpwQ==",
- "path": "mediatr.contracts/2.0.1",
- "hashPath": "mediatr.contracts.2.0.1.nupkg.sha512"
- },
- "Microsoft.AspNetCore.Mvc/2.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-b+FL1XcPq79wf5pwXj+GSrhpn7JPTi0oSSgsh93zu5WSnEO7M7Y5HLEhlC7I1WgIp/HmWRfvca1/M99QGOF+Vg==",
- "path": "microsoft.aspnetcore.mvc/2.3.0",
- "hashPath": "microsoft.aspnetcore.mvc.2.3.0.nupkg.sha512"
- },
- "Microsoft.AspNetCore.Mvc.Razor.Extensions/2.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-dDQMZ+wDnMsodIuhGLeMrpj4tZ6U0E+PLMarUiwJfHRwvTckBt2d5uZkbZ0MotH2DkxXcCUMhM1reAWJrh840w==",
- "path": "microsoft.aspnetcore.mvc.razor.extensions/2.3.0",
- "hashPath": "microsoft.aspnetcore.mvc.razor.extensions.2.3.0.nupkg.sha512"
- },
- "Microsoft.AspNetCore.Mvc.TagHelpers/2.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-7lG10p3eiO03NHii0wXUTVMf+BCvNfDZ6idtI4HVAt1pgYxdJHA2e4zMJHGZYUUMTneCWVzZousOtZGA8HpPZA==",
- "path": "microsoft.aspnetcore.mvc.taghelpers/2.3.0",
- "hashPath": "microsoft.aspnetcore.mvc.taghelpers.2.3.0.nupkg.sha512"
- },
- "Microsoft.AspNetCore.Razor.Design/2.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-f5wyCM2WKfa6IPSNimPbwcwugCs7bmINjxrwL/wU8yi8OHXg3kp4cCOP1vTXRp48n0y9N1syvZ8q0cjpUuWY1g==",
- "path": "microsoft.aspnetcore.razor.design/2.3.0",
- "hashPath": "microsoft.aspnetcore.razor.design.2.3.0.nupkg.sha512"
- },
- "Microsoft.AspNetCore.Razor.Language/2.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-u7ToEAt63jMbrHm4NitRSR1G0iwTYekj0jkldPYcqAoN6/6ZLNLGAm+gb/z4X6EVGLna1Z7o0vKM8+hsa5rppA==",
- "path": "microsoft.aspnetcore.razor.language/2.3.0",
- "hashPath": "microsoft.aspnetcore.razor.language.2.3.0.nupkg.sha512"
- },
- "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==",
- "path": "microsoft.bcl.asyncinterfaces/1.1.1",
- "hashPath": "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512"
- },
- "Microsoft.CodeAnalysis.Analyzers/1.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-HS3iRWZKcUw/8eZ/08GXKY2Bn7xNzQPzf8gRPHGSowX7u7XXu9i9YEaBeBNKUXWfI7qjvT2zXtLUvbN0hds8vg==",
- "path": "microsoft.codeanalysis.analyzers/1.1.0",
- "hashPath": "microsoft.codeanalysis.analyzers.1.1.0.nupkg.sha512"
- },
- "Microsoft.CodeAnalysis.Common/2.8.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-uLapAJpZbMdxGBYxlwicXEfpfbn5Uoxe+yQn93BbUhtsTyz+En1IE7Z/BiYc64rXNfsxUNcdCfwV8m6NQUXimQ==",
- "path": "microsoft.codeanalysis.common/2.8.2",
- "hashPath": "microsoft.codeanalysis.common.2.8.2.nupkg.sha512"
- },
- "Microsoft.CodeAnalysis.CSharp/2.8.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-cDoBPiUHJla7Z4xwPFwnFcBHDWsF/MZa/45cpoI8Js0R3HxIRxwMVLnuPC1MeGuz3hmj6sIaQtajKzp1zkrumQ==",
- "path": "microsoft.codeanalysis.csharp/2.8.2",
- "hashPath": "microsoft.codeanalysis.csharp.2.8.2.nupkg.sha512"
- },
- "Microsoft.CodeAnalysis.Razor/2.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-VHKxxB1j67efcMv/IV6ATb1wT0ZVGAFn4WD1VBhDwN1Od8Hs+tTE0FrqVBTgRnfTab7772fzJyp5UVRW622Deg==",
- "path": "microsoft.codeanalysis.razor/2.3.0",
- "hashPath": "microsoft.codeanalysis.razor.2.3.0.nupkg.sha512"
- },
- "Microsoft.Data.SqlClient/5.1.6": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-+pz7gIPh5ydsBcQvivt4R98PwJXer86fyQBBToIBLxZ5kuhW4N13Ijz87s9WpuPtF1vh4JesYCgpDPAOgkMhdg==",
- "path": "microsoft.data.sqlclient/5.1.6",
- "hashPath": "microsoft.data.sqlclient.5.1.6.nupkg.sha512"
- },
- "Microsoft.Data.SqlClient.SNI.runtime/5.1.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-wNGM5ZTQCa2blc9ikXQouybGiyMd6IHPVJvAlBEPtr6JepZEOYeDxGyprYvFVeOxlCXs7avridZQ0nYkHzQWCQ==",
- "path": "microsoft.data.sqlclient.sni.runtime/5.1.1",
- "hashPath": "microsoft.data.sqlclient.sni.runtime.5.1.1.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore/9.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-TeCtb/vc+jxvgkVAqeJlZKOoG5w/w8AigWQQyOmeJsJ7+0SkONX8bqEV/wB+ojnT0sXuJrrfXQOEC3ws6asEng==",
- "path": "microsoft.entityframeworkcore/9.0.5",
- "hashPath": "microsoft.entityframeworkcore.9.0.5.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.Abstractions/9.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-81fGyIibhGc4rq4ZxmVZE/1CFSvGMQOZqdRyCBLKz/Hb8eE973dmSfcdXpXhQ/5f+nbax4VGkWhwPGxWUNWaCQ==",
- "path": "microsoft.entityframeworkcore.abstractions/9.0.5",
- "hashPath": "microsoft.entityframeworkcore.abstractions.9.0.5.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.Analyzers/9.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kWRrD69qCXo7lahPZPt7C127UfK0I024laFZEDMfT3JbALB1EWneFvq1utWM0cNKPFuYis1E1oaYTuRGI/9inQ==",
- "path": "microsoft.entityframeworkcore.analyzers/9.0.5",
- "hashPath": "microsoft.entityframeworkcore.analyzers.9.0.5.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.Relational/9.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-6eErbrZFd9yNnncemtDdmHZ3KC792OQCIYITuMsjK2oh4CLzlYo8mzNsozgUzQ+utHnne11/3eV8zMWbYF5Puw==",
- "path": "microsoft.entityframeworkcore.relational/9.0.5",
- "hashPath": "microsoft.entityframeworkcore.relational.9.0.5.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.Relational.Design/1.1.6": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kz7C0Ddnge16NRf4CU8GygYxOor3+oQ797//eXI+xbKlJr2ighAEkno9gOipDlym4SiFtKNNuOuBI/BDBGD7Kg==",
- "path": "microsoft.entityframeworkcore.relational.design/1.1.6",
- "hashPath": "microsoft.entityframeworkcore.relational.design.1.1.6.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.SqlServer/9.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Y4194uyqwMivN2ioKd7GYBFVeeG2kZFFC1ZCmOTvXy3G6Wd05ZVyUyR/3mB+SHCequMPt/DI4f58WMmVaOS6eg==",
- "path": "microsoft.entityframeworkcore.sqlserver/9.0.5",
- "hashPath": "microsoft.entityframeworkcore.sqlserver.9.0.5.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.SqlServer.Design/1.1.6": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-nxdW1YfZtn3nbcFqIAbjo6vCbCNOx0g82qMv+9fTUsNTsW0KSENYc2pbjF3yO8ZqYdBjmx2gMfAGk6wjy5cldg==",
- "path": "microsoft.entityframeworkcore.sqlserver.design/1.1.6",
- "hashPath": "microsoft.entityframeworkcore.sqlserver.design.1.1.6.nupkg.sha512"
- },
- "Microsoft.Extensions.Hosting/9.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-PoTG6ptucJyxrrALQgRE5lwUMaSc3PK5vtEXuazEJ6mDQ9xRFmxElZCe81duH/TNH7+X/CVDVIZu6Ji2OQW4zQ==",
- "path": "microsoft.extensions.hosting/9.0.5",
- "hashPath": "microsoft.extensions.hosting.9.0.5.nupkg.sha512"
- },
- "Microsoft.Identity.Client/4.61.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-naJo/Qm35Caaoxp5utcw+R8eU8ZtLz2ALh8S+gkekOYQ1oazfCQMWVT4NJ/FnHzdIJlm8dMz0oMpMGCabx5odA==",
- "path": "microsoft.identity.client/4.61.3",
- "hashPath": "microsoft.identity.client.4.61.3.nupkg.sha512"
- },
- "Microsoft.Identity.Client.Extensions.Msal/4.61.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-PWnJcznrSGr25MN8ajlc2XIDW4zCFu0U6FkpaNLEWLgd1NgFCp5uDY3mqLDgM8zCN8hqj8yo5wHYfLB2HjcdGw==",
- "path": "microsoft.identity.client.extensions.msal/4.61.3",
- "hashPath": "microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Abstractions/6.35.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==",
- "path": "microsoft.identitymodel.abstractions/6.35.0",
- "hashPath": "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.JsonWebTokens/6.35.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-9wxai3hKgZUb4/NjdRKfQd0QJvtXKDlvmGMYACbEC8DFaicMFCFhQFZq9ZET1kJLwZahf2lfY5Gtcpsx8zYzbg==",
- "path": "microsoft.identitymodel.jsonwebtokens/6.35.0",
- "hashPath": "microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Logging/6.35.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-jePrSfGAmqT81JDCNSY+fxVWoGuJKt9e6eJ+vT7+quVS55nWl//jGjUQn4eFtVKt4rt5dXaleZdHRB9J9AJZ7Q==",
- "path": "microsoft.identitymodel.logging/6.35.0",
- "hashPath": "microsoft.identitymodel.logging.6.35.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Protocols/6.35.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-BPQhlDzdFvv1PzaUxNSk+VEPwezlDEVADIKmyxubw7IiELK18uJ06RQ9QKKkds30XI+gDu9n8j24XQ8w7fjWcg==",
- "path": "microsoft.identitymodel.protocols/6.35.0",
- "hashPath": "microsoft.identitymodel.protocols.6.35.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-LMtVqnECCCdSmyFoCOxIE5tXQqkOLrvGrL7OxHg41DIm1bpWtaCdGyVcTAfOQpJXvzND9zUKIN/lhngPkYR8vg==",
- "path": "microsoft.identitymodel.protocols.openidconnect/6.35.0",
- "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Tokens/6.35.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-RN7lvp7s3Boucg1NaNAbqDbxtlLj5Qeb+4uSS1TeK5FSBVM40P4DKaTKChT43sHyKfh7V0zkrMph6DdHvyA4bg==",
- "path": "microsoft.identitymodel.tokens/6.35.0",
- "hashPath": "microsoft.identitymodel.tokens.6.35.0.nupkg.sha512"
- },
- "Microsoft.NETCore.Platforms/1.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
- "path": "microsoft.netcore.platforms/1.1.0",
- "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
- },
- "Microsoft.SqlServer.Server/1.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==",
- "path": "microsoft.sqlserver.server/1.0.0",
- "hashPath": "microsoft.sqlserver.server.1.0.0.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"
- },
- "NETStandard.Library/1.6.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==",
- "path": "netstandard.library/1.6.1",
- "hashPath": "netstandard.library.1.6.1.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"
- },
- "Pluralize.NET/1.0.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kr/sOAem5NPH7Ft0tNiaQOO7f/W7ExcLRERpgvg5BlVZimQ/d/MCxhnwnk+WL4dy5Bj/KjToHUl1azYYDfqzpA==",
- "path": "pluralize.net/1.0.2",
- "hashPath": "pluralize.net.1.0.2.nupkg.sha512"
- },
- "System.ClientModel/1.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-I3CVkvxeqFYjIVEP59DnjbeoGNfo/+SZrCLpRz2v/g0gpCHaEMPtWSY0s9k/7jR1rAsLNg2z2u1JRB76tPjnIw==",
- "path": "system.clientmodel/1.0.0",
- "hashPath": "system.clientmodel.1.0.0.nupkg.sha512"
- },
- "System.Configuration.ConfigurationManager/6.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-jXw9MlUu/kRfEU0WyTptAVueupqIeE3/rl0EZDMlf8pcvJnitQ8HeVEp69rZdaStXwTV72boi/Bhw8lOeO+U2w==",
- "path": "system.configuration.configurationmanager/6.0.1",
- "hashPath": "system.configuration.configurationmanager.6.0.1.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.IdentityModel.Tokens.Jwt/6.35.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-yxGIQd3BFK7F6S62/7RdZk3C/mfwyVxvh6ngd1VYMBmbJ1YZZA9+Ku6suylVtso0FjI0wbElpJ0d27CdsyLpBQ==",
- "path": "system.identitymodel.tokens.jwt/6.35.0",
- "hashPath": "system.identitymodel.tokens.jwt.6.35.0.nupkg.sha512"
- },
- "System.Memory.Data/1.0.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==",
- "path": "system.memory.data/1.0.2",
- "hashPath": "system.memory.data.1.0.2.nupkg.sha512"
- },
- "System.Runtime.Caching/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-E0e03kUp5X2k+UAoVl6efmI7uU7JRBWi5EIdlQ7cr0NpBGjHG4fWII35PgsBY9T4fJQ8E4QPsL0rKksU9gcL5A==",
- "path": "system.runtime.caching/6.0.0",
- "hashPath": "system.runtime.caching.6.0.0.nupkg.sha512"
- },
- "System.Security.Cryptography.ProtectedData/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ==",
- "path": "system.security.cryptography.protecteddata/6.0.0",
- "hashPath": "system.security.cryptography.protecteddata.6.0.0.nupkg.sha512"
- },
- "System.Security.Permissions/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==",
- "path": "system.security.permissions/6.0.0",
- "hashPath": "system.security.permissions.6.0.0.nupkg.sha512"
- },
- "System.Windows.Extensions/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==",
- "path": "system.windows.extensions/6.0.0",
- "hashPath": "system.windows.extensions.6.0.0.nupkg.sha512"
- }
- }
-}
\ No newline at end of file
diff --git a/src/KSFramework/bin/Debug/net10.0/KSFramework.dll b/src/KSFramework/bin/Debug/net10.0/KSFramework.dll
deleted file mode 100644
index 55f5860..0000000
Binary files a/src/KSFramework/bin/Debug/net10.0/KSFramework.dll and /dev/null differ
diff --git a/src/KSFramework/bin/Debug/net10.0/KSFramework.pdb b/src/KSFramework/bin/Debug/net10.0/KSFramework.pdb
deleted file mode 100644
index 951e07c..0000000
Binary files a/src/KSFramework/bin/Debug/net10.0/KSFramework.pdb and /dev/null differ
diff --git a/src/KSFramework/obj/Debug/KSFramework.1.0.0.nuspec b/src/KSFramework/obj/Debug/KSFramework.1.0.0.nuspec
deleted file mode 100644
index 0a0680f..0000000
--- a/src/KSFramework/obj/Debug/KSFramework.1.0.0.nuspec
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
- KSFramework
- 1.0.0
- KS Framework
- Kamran Sadin
- https://sadin.dev/nuget-packages/ksframework
- https://api.nuget.org/v3-flatcontainer/ks-utilities/1.0.0.2/icon
- A tool for .NET projects contain utilities for working with string, numbers, date time, and also helpers and base classes for Clean Architecture and DDD projects
- Copyright (c) 2022 SadinCo.
- Sadin,Kamran,utility,dotnet,tools
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/KSFramework/obj/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs b/src/KSFramework/obj/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs
deleted file mode 100644
index 925b135..0000000
--- a/src/KSFramework/obj/Debug/net10.0/.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/src/KSFramework/obj/Debug/net10.0/KSFramework.AssemblyInfo.cs b/src/KSFramework/obj/Debug/net10.0/KSFramework.AssemblyInfo.cs
deleted file mode 100644
index 7e94419..0000000
--- a/src/KSFramework/obj/Debug/net10.0/KSFramework.AssemblyInfo.cs
+++ /dev/null
@@ -1,27 +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("Sadin")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright (c) 2022 SadinCo.")]
-[assembly: System.Reflection.AssemblyDescriptionAttribute("A tool for .NET projects contain utilities for working with string, numbers, date" +
- " time, and also helpers and base classes for Clean Architecture and DDD projects" +
- "")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("KSFramework")]
-[assembly: System.Reflection.AssemblyTitleAttribute("KSFramework")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/A-Programmer/KSFramework")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/src/KSFramework/obj/Debug/net10.0/KSFramework.AssemblyInfoInputs.cache b/src/KSFramework/obj/Debug/net10.0/KSFramework.AssemblyInfoInputs.cache
deleted file mode 100644
index 0e0cb58..0000000
--- a/src/KSFramework/obj/Debug/net10.0/KSFramework.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-409e822416037fcff2fca4ab0663191cee8cac6f
diff --git a/src/KSFramework/obj/Debug/net10.0/KSFramework.GeneratedMSBuildEditorConfig.editorconfig b/src/KSFramework/obj/Debug/net10.0/KSFramework.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index ff033a9..0000000
--- a/src/KSFramework/obj/Debug/net10.0/KSFramework.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,11 +0,0 @@
-is_global = true
-build_property.TargetFramework = net10.0
-build_property.TargetPlatformMinVersion =
-build_property.UsingMicrosoftNETSdkWeb =
-build_property.ProjectTypeGuids =
-build_property.InvariantGlobalization =
-build_property.PlatformNeutralAssembly =
-build_property.EnforceExtendedAnalyzerRules =
-build_property._SupportedPlatformList = Linux,macOS,Windows
-build_property.RootNamespace = KSFramework
-build_property.ProjectDir = /Users/sadin/Projects/Personal Projects/NugetPackages/KSFramework/src/KSFramework/
diff --git a/src/KSFramework/obj/Debug/net10.0/KSFramework.GlobalUsings.g.cs b/src/KSFramework/obj/Debug/net10.0/KSFramework.GlobalUsings.g.cs
deleted file mode 100644
index 8578f3d..0000000
--- a/src/KSFramework/obj/Debug/net10.0/KSFramework.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/src/KSFramework/obj/Debug/net10.0/KSFramework.assets.cache b/src/KSFramework/obj/Debug/net10.0/KSFramework.assets.cache
deleted file mode 100644
index 4f854a4..0000000
Binary files a/src/KSFramework/obj/Debug/net10.0/KSFramework.assets.cache and /dev/null differ
diff --git a/src/KSFramework/obj/Debug/net10.0/KSFramework.csproj.AssemblyReference.cache b/src/KSFramework/obj/Debug/net10.0/KSFramework.csproj.AssemblyReference.cache
deleted file mode 100644
index 67278d1..0000000
Binary files a/src/KSFramework/obj/Debug/net10.0/KSFramework.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/src/KSFramework/obj/Debug/net10.0/KSFramework.csproj.CoreCompileInputs.cache b/src/KSFramework/obj/Debug/net10.0/KSFramework.csproj.CoreCompileInputs.cache
deleted file mode 100644
index a100f01..0000000
--- a/src/KSFramework/obj/Debug/net10.0/KSFramework.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-cb313d1e6e7a04544bdb4411a7673e15bd65f25c819f39eb7ab90e473608ffd8
diff --git a/src/KSFramework/obj/Debug/net10.0/KSFramework.csproj.FileListAbsolute.txt b/src/KSFramework/obj/Debug/net10.0/KSFramework.csproj.FileListAbsolute.txt
deleted file mode 100644
index a4fa9aa..0000000
--- a/src/KSFramework/obj/Debug/net10.0/KSFramework.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-/Users/sadin/Projects/Personal Projects/NugetPackages/KSFramework/src/KSFramework/obj/Debug/net10.0/KSFramework.csproj.AssemblyReference.cache
-/Users/sadin/Projects/Personal Projects/NugetPackages/KSFramework/src/KSFramework/obj/Debug/net10.0/KSFramework.GeneratedMSBuildEditorConfig.editorconfig
-/Users/sadin/Projects/Personal Projects/NugetPackages/KSFramework/src/KSFramework/obj/Debug/net10.0/KSFramework.AssemblyInfoInputs.cache
-/Users/sadin/Projects/Personal Projects/NugetPackages/KSFramework/src/KSFramework/obj/Debug/net10.0/KSFramework.AssemblyInfo.cs
-/Users/sadin/Projects/Personal Projects/NugetPackages/KSFramework/src/KSFramework/obj/Debug/net10.0/KSFramework.csproj.CoreCompileInputs.cache
-/Users/sadin/Projects/Personal Projects/NugetPackages/KSFramework/src/KSFramework/bin/Debug/net10.0/KSFramework.deps.json
-/Users/sadin/Projects/Personal Projects/NugetPackages/KSFramework/src/KSFramework/bin/Debug/net10.0/KSFramework.dll
-/Users/sadin/Projects/Personal Projects/NugetPackages/KSFramework/src/KSFramework/bin/Debug/net10.0/KSFramework.pdb
-/Users/sadin/Projects/Personal Projects/NugetPackages/KSFramework/src/KSFramework/obj/Debug/net10.0/KSFramework.dll
-/Users/sadin/Projects/Personal Projects/NugetPackages/KSFramework/src/KSFramework/obj/Debug/net10.0/refint/KSFramework.dll
-/Users/sadin/Projects/Personal Projects/NugetPackages/KSFramework/src/KSFramework/obj/Debug/net10.0/KSFramework.pdb
-/Users/sadin/Projects/Personal Projects/NugetPackages/KSFramework/src/KSFramework/obj/Debug/net10.0/ref/KSFramework.dll
diff --git a/src/KSFramework/obj/Debug/net10.0/KSFramework.dll b/src/KSFramework/obj/Debug/net10.0/KSFramework.dll
deleted file mode 100644
index 55f5860..0000000
Binary files a/src/KSFramework/obj/Debug/net10.0/KSFramework.dll and /dev/null differ
diff --git a/src/KSFramework/obj/Debug/net10.0/KSFramework.pdb b/src/KSFramework/obj/Debug/net10.0/KSFramework.pdb
deleted file mode 100644
index 951e07c..0000000
Binary files a/src/KSFramework/obj/Debug/net10.0/KSFramework.pdb and /dev/null differ
diff --git a/src/KSFramework/obj/Debug/net10.0/ref/KSFramework.dll b/src/KSFramework/obj/Debug/net10.0/ref/KSFramework.dll
deleted file mode 100644
index 6bd15ab..0000000
Binary files a/src/KSFramework/obj/Debug/net10.0/ref/KSFramework.dll and /dev/null differ
diff --git a/src/KSFramework/obj/Debug/net10.0/refint/KSFramework.dll b/src/KSFramework/obj/Debug/net10.0/refint/KSFramework.dll
deleted file mode 100644
index 6bd15ab..0000000
Binary files a/src/KSFramework/obj/Debug/net10.0/refint/KSFramework.dll and /dev/null differ
diff --git a/src/KSFramework/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/src/KSFramework/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
deleted file mode 100644
index ed92695..0000000
--- a/src/KSFramework/obj/Debug/net6.0/.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/src/KSFramework/obj/Debug/net6.0/KSFramework.AssemblyInfo.cs b/src/KSFramework/obj/Debug/net6.0/KSFramework.AssemblyInfo.cs
deleted file mode 100644
index 7e94419..0000000
--- a/src/KSFramework/obj/Debug/net6.0/KSFramework.AssemblyInfo.cs
+++ /dev/null
@@ -1,27 +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("Sadin")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright (c) 2022 SadinCo.")]
-[assembly: System.Reflection.AssemblyDescriptionAttribute("A tool for .NET projects contain utilities for working with string, numbers, date" +
- " time, and also helpers and base classes for Clean Architecture and DDD projects" +
- "")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("KSFramework")]
-[assembly: System.Reflection.AssemblyTitleAttribute("KSFramework")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/A-Programmer/KSFramework")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/src/KSFramework/obj/Debug/net6.0/KSFramework.AssemblyInfoInputs.cache b/src/KSFramework/obj/Debug/net6.0/KSFramework.AssemblyInfoInputs.cache
deleted file mode 100644
index 0e0cb58..0000000
--- a/src/KSFramework/obj/Debug/net6.0/KSFramework.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-409e822416037fcff2fca4ab0663191cee8cac6f
diff --git a/src/KSFramework/obj/Debug/net6.0/KSFramework.GeneratedMSBuildEditorConfig.editorconfig b/src/KSFramework/obj/Debug/net6.0/KSFramework.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 8a3356a..0000000
--- a/src/KSFramework/obj/Debug/net6.0/KSFramework.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,11 +0,0 @@
-is_global = true
-build_property.TargetFramework = net6.0
-build_property.TargetPlatformMinVersion =
-build_property.UsingMicrosoftNETSdkWeb =
-build_property.ProjectTypeGuids =
-build_property.InvariantGlobalization =
-build_property.PlatformNeutralAssembly =
-build_property.EnforceExtendedAnalyzerRules =
-build_property._SupportedPlatformList = Linux,macOS,Windows
-build_property.RootNamespace = KSFramework
-build_property.ProjectDir = /Users/sadin/Projects/Personal Projects/NugetPackages/KSFramework/src/KSFramework/
diff --git a/src/KSFramework/obj/Debug/net6.0/KSFramework.GlobalUsings.g.cs b/src/KSFramework/obj/Debug/net6.0/KSFramework.GlobalUsings.g.cs
deleted file mode 100644
index 8578f3d..0000000
--- a/src/KSFramework/obj/Debug/net6.0/KSFramework.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/src/KSFramework/obj/Debug/net6.0/KSFramework.csproj.AssemblyReference.cache b/src/KSFramework/obj/Debug/net6.0/KSFramework.csproj.AssemblyReference.cache
deleted file mode 100644
index 23c9ddb..0000000
Binary files a/src/KSFramework/obj/Debug/net6.0/KSFramework.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/src/KSFramework/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/src/KSFramework/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
deleted file mode 100644
index 2217181..0000000
--- a/src/KSFramework/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
diff --git a/src/KSFramework/obj/Debug/net8.0/KSFramework.AssemblyInfo.cs b/src/KSFramework/obj/Debug/net8.0/KSFramework.AssemblyInfo.cs
deleted file mode 100644
index 7e94419..0000000
--- a/src/KSFramework/obj/Debug/net8.0/KSFramework.AssemblyInfo.cs
+++ /dev/null
@@ -1,27 +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("Sadin")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright (c) 2022 SadinCo.")]
-[assembly: System.Reflection.AssemblyDescriptionAttribute("A tool for .NET projects contain utilities for working with string, numbers, date" +
- " time, and also helpers and base classes for Clean Architecture and DDD projects" +
- "")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("KSFramework")]
-[assembly: System.Reflection.AssemblyTitleAttribute("KSFramework")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/A-Programmer/KSFramework")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/src/KSFramework/obj/Debug/net8.0/KSFramework.AssemblyInfoInputs.cache b/src/KSFramework/obj/Debug/net8.0/KSFramework.AssemblyInfoInputs.cache
deleted file mode 100644
index 0e0cb58..0000000
--- a/src/KSFramework/obj/Debug/net8.0/KSFramework.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-409e822416037fcff2fca4ab0663191cee8cac6f
diff --git a/src/KSFramework/obj/Debug/net8.0/KSFramework.GeneratedMSBuildEditorConfig.editorconfig b/src/KSFramework/obj/Debug/net8.0/KSFramework.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index f92413d..0000000
--- a/src/KSFramework/obj/Debug/net8.0/KSFramework.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,11 +0,0 @@
-is_global = true
-build_property.TargetFramework = net8.0
-build_property.TargetPlatformMinVersion =
-build_property.UsingMicrosoftNETSdkWeb =
-build_property.ProjectTypeGuids =
-build_property.InvariantGlobalization =
-build_property.PlatformNeutralAssembly =
-build_property.EnforceExtendedAnalyzerRules =
-build_property._SupportedPlatformList = Linux,macOS,Windows
-build_property.RootNamespace = KSFramework
-build_property.ProjectDir = /Users/sadin/Projects/Personal Projects/NugetPackages/KSFramework/src/KSFramework/
diff --git a/src/KSFramework/obj/Debug/net8.0/KSFramework.GlobalUsings.g.cs b/src/KSFramework/obj/Debug/net8.0/KSFramework.GlobalUsings.g.cs
deleted file mode 100644
index 8578f3d..0000000
--- a/src/KSFramework/obj/Debug/net8.0/KSFramework.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/src/KSFramework/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/src/KSFramework/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs
deleted file mode 100644
index feda5e9..0000000
--- a/src/KSFramework/obj/Debug/net9.0/.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/src/KSFramework/obj/Debug/net9.0/KSFramework.AssemblyInfo.cs b/src/KSFramework/obj/Debug/net9.0/KSFramework.AssemblyInfo.cs
deleted file mode 100644
index 697ee0e..0000000
--- a/src/KSFramework/obj/Debug/net9.0/KSFramework.AssemblyInfo.cs
+++ /dev/null
@@ -1,26 +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("Sadin")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright (c) 2022 SadinCo.")]
-[assembly: System.Reflection.AssemblyDescriptionAttribute(("A tool for .NET projects contain utilities for working with string, numbers, date" +
- " time, and also helpers and base classes for Clean Architecture and DDD projects"))]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("KSFramework")]
-[assembly: System.Reflection.AssemblyTitleAttribute("KSFramework")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/A-Programmer/KSFramework")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/src/KSFramework/obj/Debug/net9.0/KSFramework.AssemblyInfoInputs.cache b/src/KSFramework/obj/Debug/net9.0/KSFramework.AssemblyInfoInputs.cache
deleted file mode 100644
index b742212..0000000
--- a/src/KSFramework/obj/Debug/net9.0/KSFramework.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-8da5a6684f3197bf184960a68bf682fb0a8f93846c841b73de518b082bd01ff7
diff --git a/src/KSFramework/obj/Debug/net9.0/KSFramework.GeneratedMSBuildEditorConfig.editorconfig b/src/KSFramework/obj/Debug/net9.0/KSFramework.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index f49c0ad..0000000
--- a/src/KSFramework/obj/Debug/net9.0/KSFramework.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,17 +0,0 @@
-is_global = true
-build_property.TargetFramework = net9.0
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v9.0
-build_property.TargetPlatformMinVersion =
-build_property.UsingMicrosoftNETSdkWeb =
-build_property.ProjectTypeGuids =
-build_property.InvariantGlobalization =
-build_property.PlatformNeutralAssembly =
-build_property.EnforceExtendedAnalyzerRules =
-build_property._SupportedPlatformList = Linux,macOS,Windows
-build_property.RootNamespace = KSFramework
-build_property.ProjectDir = /Users/sadin/Projects/Personal Projects/NugetPackages/KSFramework/src/KSFramework/
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.EffectiveAnalysisLevelStyle = 9.0
-build_property.EnableCodeStyleSeverity =
diff --git a/src/KSFramework/obj/Debug/net9.0/KSFramework.GlobalUsings.g.cs b/src/KSFramework/obj/Debug/net9.0/KSFramework.GlobalUsings.g.cs
deleted file mode 100644
index d12bcbc..0000000
--- a/src/KSFramework/obj/Debug/net9.0/KSFramework.GlobalUsings.g.cs
+++ /dev/null
@@ -1,8 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.IO;
-global using System.Linq;
-global using System.Net.Http;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/src/KSFramework/obj/Debug/net9.0/KSFramework.assets.cache b/src/KSFramework/obj/Debug/net9.0/KSFramework.assets.cache
deleted file mode 100644
index 7b83770..0000000
Binary files a/src/KSFramework/obj/Debug/net9.0/KSFramework.assets.cache and /dev/null differ
diff --git a/src/KSFramework/obj/Debug/net9.0/KSFramework.csproj.AssemblyReference.cache b/src/KSFramework/obj/Debug/net9.0/KSFramework.csproj.AssemblyReference.cache
deleted file mode 100644
index c29e27a..0000000
Binary files a/src/KSFramework/obj/Debug/net9.0/KSFramework.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/src/KSFramework/obj/KSFramework.csproj.nuget.dgspec.json b/src/KSFramework/obj/KSFramework.csproj.nuget.dgspec.json
deleted file mode 100644
index cf92e9e..0000000
--- a/src/KSFramework/obj/KSFramework.csproj.nuget.dgspec.json
+++ /dev/null
@@ -1,525 +0,0 @@
-{
- "format": 1,
- "restore": {
- "/Users/sadin/Projects/Personal Projects/NugetPackages/KSFramework/src/KSFramework/KSFramework.csproj": {}
- },
- "projects": {
- "/Users/sadin/Projects/Personal Projects/NugetPackages/KSFramework/src/KSFramework/KSFramework.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "/Users/sadin/Projects/Personal Projects/NugetPackages/KSFramework/src/KSFramework/KSFramework.csproj",
- "projectName": "KSFramework",
- "projectPath": "/Users/sadin/Projects/Personal Projects/NugetPackages/KSFramework/src/KSFramework/KSFramework.csproj",
- "packagesPath": "/Users/sadin/.nuget/packages/",
- "outputPath": "/Users/sadin/Projects/Personal Projects/NugetPackages/KSFramework/src/KSFramework/obj/",
- "projectStyle": "PackageReference",
- "crossTargeting": true,
- "configFilePaths": [
- "/Users/sadin/.nuget/NuGet/NuGet.Config"
- ],
- "originalTargetFrameworks": [
- "net10.0"
- ],
- "sources": {
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net10.0": {
- "targetAlias": "net10.0",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- },
- "restoreAuditProperties": {
- "enableAudit": "true",
- "auditLevel": "low",
- "auditMode": "all"
- },
- "SdkAnalysisLevel": "10.0.100"
- },
- "frameworks": {
- "net10.0": {
- "targetAlias": "net10.0",
- "dependencies": {
- "FluentValidation": {
- "target": "Package",
- "version": "[12.0.0, )"
- },
- "MediatR": {
- "target": "Package",
- "version": "[12.5.0, )"
- },
- "Microsoft.AspNetCore.Mvc": {
- "target": "Package",
- "version": "[2.3.0, )"
- },
- "Microsoft.AspNetCore.Mvc.TagHelpers": {
- "target": "Package",
- "version": "[2.3.0, )"
- },
- "Microsoft.EntityFrameworkCore": {
- "target": "Package",
- "version": "[9.0.5, )"
- },
- "Microsoft.EntityFrameworkCore.SqlServer": {
- "target": "Package",
- "version": "[9.0.5, )"
- },
- "Microsoft.EntityFrameworkCore.SqlServer.Design": {
- "target": "Package",
- "version": "[1.1.6, )"
- },
- "Microsoft.Extensions.Hosting": {
- "target": "Package",
- "version": "[9.0.5, )"
- },
- "Newtonsoft.Json": {
- "target": "Package",
- "version": "[13.0.3, )"
- },
- "Pluralize.NET": {
- "target": "Package",
- "version": "[1.0.2, )"
- }
- },
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.AspNetCore.App": {
- "privateAssets": "none"
- },
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- }
- },
- "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/10.0.100-preview.4.25258.110/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.0-preview.4.25258.110]",
- "Microsoft.Extensions.Caching.Memory": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Configuration": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Configuration.Abstractions": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Configuration.Binder": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Configuration.CommandLine": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Configuration.FileExtensions": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Configuration.Ini": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Configuration.Json": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Configuration.KeyPerFile": "(, 10.0.32767]",
- "Microsoft.Extensions.Configuration.UserSecrets": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Configuration.Xml": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.DependencyInjection": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Diagnostics": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Diagnostics.Abstractions": "(, 10.0.0-preview.4.25258.110]",
- "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.0-preview.4.25258.110]",
- "Microsoft.Extensions.FileProviders.Composite": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.FileProviders.Embedded": "(, 10.0.32767]",
- "Microsoft.Extensions.FileProviders.Physical": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.FileSystemGlobbing": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Hosting": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Hosting.Abstractions": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Http": "(, 10.0.0-preview.4.25258.110]",
- "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.0-preview.4.25258.110]",
- "Microsoft.Extensions.Logging.Abstractions": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Logging.Configuration": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Logging.Console": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Logging.Debug": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Logging.EventLog": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Logging.EventSource": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Logging.TraceSource": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.ObjectPool": "(, 10.0.32767]",
- "Microsoft.Extensions.Options": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Options.ConfigurationExtensions": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Options.DataAnnotations": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Primitives": "(, 10.0.0-preview.4.25258.110]",
- "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.0-preview.4.25258.110]",
- "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.0-preview.4.25258.110]",
- "System.Diagnostics.EventLog": "(, 10.0.0-preview.4.25258.110]",
- "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.0-preview.4.25258.110]",
- "System.Formats.Tar": "(, 10.0.0-preview.4.25258.110]",
- "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.0-preview.4.25258.110]",
- "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.0-preview.4.25258.110]",
- "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.0-preview.4.25258.110]",
- "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.0-preview.4.25258.110]",
- "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.0-preview.4.25258.110]",
- "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.0-preview.4.25258.110]",
- "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.0-preview.4.25258.110]",
- "System.Text.Encoding.Extensions": "(, 4.3.32767]",
- "System.Text.Encodings.Web": "(, 10.0.0-preview.4.25258.110]",
- "System.Text.Json": "(, 10.0.0-preview.4.25258.110]",
- "System.Text.RegularExpressions": "(, 4.3.32767]",
- "System.Threading": "(, 4.3.32767]",
- "System.Threading.Channels": "(, 10.0.0-preview.4.25258.110]",
- "System.Threading.Overlapped": "(, 4.3.32767]",
- "System.Threading.RateLimiting": "(, 10.0.0-preview.4.25258.110]",
- "System.Threading.Tasks": "(, 4.3.32767]",
- "System.Threading.Tasks.Dataflow": "(, 10.0.0-preview.4.25258.110]",
- "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]"
- }
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/src/KSFramework/obj/KSFramework.csproj.nuget.g.props b/src/KSFramework/obj/KSFramework.csproj.nuget.g.props
deleted file mode 100644
index 5a1a6e0..0000000
--- a/src/KSFramework/obj/KSFramework.csproj.nuget.g.props
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
- True
- NuGet
- $(MSBuildThisFileDirectory)project.assets.json
- /Users/sadin/.nuget/packages/
- /Users/sadin/.nuget/packages/
- PackageReference
- 6.15.0
-
-
-
-
-
-
-
-
- /Users/sadin/.nuget/packages/microsoft.codeanalysis.analyzers/1.1.0
- /Users/sadin/.nuget/packages/microsoft.aspnetcore.razor.design/2.3.0
-
-
\ No newline at end of file
diff --git a/src/KSFramework/obj/KSFramework.csproj.nuget.g.targets b/src/KSFramework/obj/KSFramework.csproj.nuget.g.targets
deleted file mode 100644
index 3dc06ef..0000000
--- a/src/KSFramework/obj/KSFramework.csproj.nuget.g.targets
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/KSFramework/obj/project.assets.json b/src/KSFramework/obj/project.assets.json
deleted file mode 100644
index f0457bd..0000000
--- a/src/KSFramework/obj/project.assets.json
+++ /dev/null
@@ -1,2328 +0,0 @@
-{
- "version": 3,
- "targets": {
- "net10.0": {
- "Azure.Core/1.38.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
- "System.ClientModel": "1.0.0",
- "System.Memory.Data": "1.0.2"
- },
- "compile": {
- "lib/net6.0/Azure.Core.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net6.0/Azure.Core.dll": {
- "related": ".xml"
- }
- }
- },
- "Azure.Identity/1.11.4": {
- "type": "package",
- "dependencies": {
- "Azure.Core": "1.38.0",
- "Microsoft.Identity.Client": "4.61.3",
- "Microsoft.Identity.Client.Extensions.Msal": "4.61.3",
- "System.Security.Cryptography.ProtectedData": "4.7.0"
- },
- "compile": {
- "lib/netstandard2.0/Azure.Identity.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/netstandard2.0/Azure.Identity.dll": {
- "related": ".xml"
- }
- }
- },
- "FluentValidation/12.0.0": {
- "type": "package",
- "compile": {
- "lib/net8.0/FluentValidation.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/FluentValidation.dll": {
- "related": ".xml"
- }
- }
- },
- "MediatR/12.5.0": {
- "type": "package",
- "dependencies": {
- "MediatR.Contracts": "[2.0.1, 3.0.0)"
- },
- "compile": {
- "lib/net6.0/MediatR.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net6.0/MediatR.dll": {
- "related": ".xml"
- }
- }
- },
- "MediatR.Contracts/2.0.1": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/MediatR.Contracts.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/netstandard2.0/MediatR.Contracts.dll": {
- "related": ".xml"
- }
- }
- },
- "Microsoft.AspNetCore.Mvc/2.3.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.AspNetCore.Mvc.Razor.Extensions": "2.3.0",
- "Microsoft.AspNetCore.Razor.Design": "2.3.0"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.dll": {
- "related": ".xml"
- }
- }
- },
- "Microsoft.AspNetCore.Mvc.Razor.Extensions/2.3.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.AspNetCore.Razor.Language": "2.3.0",
- "Microsoft.CodeAnalysis.Razor": "2.3.0"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll": {}
- },
- "build": {
- "build/netstandard2.0/_._": {}
- }
- },
- "Microsoft.AspNetCore.Mvc.TagHelpers/2.3.0": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.TagHelpers.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.TagHelpers.dll": {
- "related": ".xml"
- }
- }
- },
- "Microsoft.AspNetCore.Razor.Design/2.3.0": {
- "type": "package",
- "build": {
- "build/netstandard2.0/_._": {}
- },
- "buildMultiTargeting": {
- "buildMultiTargeting/_._": {}
- }
- },
- "Microsoft.AspNetCore.Razor.Language/2.3.0": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {}
- }
- },
- "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
- "type": "package",
- "compile": {
- "ref/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {}
- },
- "runtime": {
- "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
- "related": ".xml"
- }
- }
- },
- "Microsoft.CodeAnalysis.Analyzers/1.1.0": {
- "type": "package"
- },
- "Microsoft.CodeAnalysis.Common/2.8.2": {
- "type": "package",
- "dependencies": {
- "Microsoft.CodeAnalysis.Analyzers": "1.1.0"
- },
- "compile": {
- "lib/netstandard1.3/Microsoft.CodeAnalysis.dll": {
- "related": ".pdb;.xml"
- }
- },
- "runtime": {
- "lib/netstandard1.3/Microsoft.CodeAnalysis.dll": {
- "related": ".pdb;.xml"
- }
- }
- },
- "Microsoft.CodeAnalysis.CSharp/2.8.2": {
- "type": "package",
- "dependencies": {
- "Microsoft.CodeAnalysis.Common": "[2.8.2]"
- },
- "compile": {
- "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll": {
- "related": ".pdb;.xml"
- }
- },
- "runtime": {
- "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll": {
- "related": ".pdb;.xml"
- }
- }
- },
- "Microsoft.CodeAnalysis.Razor/2.3.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.AspNetCore.Razor.Language": "2.3.0",
- "Microsoft.CodeAnalysis.CSharp": "2.8.2",
- "Microsoft.CodeAnalysis.Common": "2.8.2"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll": {}
- }
- },
- "Microsoft.Data.SqlClient/5.1.6": {
- "type": "package",
- "dependencies": {
- "Azure.Identity": "1.11.4",
- "Microsoft.Data.SqlClient.SNI.runtime": "5.1.1",
- "Microsoft.Identity.Client": "4.61.3",
- "Microsoft.IdentityModel.JsonWebTokens": "6.35.0",
- "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0",
- "Microsoft.SqlServer.Server": "1.0.0",
- "System.Configuration.ConfigurationManager": "6.0.1",
- "System.Runtime.Caching": "6.0.0"
- },
- "compile": {
- "ref/net6.0/Microsoft.Data.SqlClient.dll": {
- "related": ".pdb;.xml"
- }
- },
- "runtime": {
- "lib/net6.0/Microsoft.Data.SqlClient.dll": {
- "related": ".pdb;.xml"
- }
- },
- "runtimeTargets": {
- "runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll": {
- "assetType": "runtime",
- "rid": "unix"
- },
- "runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- },
- "Microsoft.Data.SqlClient.SNI.runtime/5.1.1": {
- "type": "package",
- "runtimeTargets": {
- "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": {
- "assetType": "native",
- "rid": "win-arm"
- },
- "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": {
- "assetType": "native",
- "rid": "win-arm64"
- },
- "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {
- "assetType": "native",
- "rid": "win-x64"
- },
- "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": {
- "assetType": "native",
- "rid": "win-x86"
- }
- }
- },
- "Microsoft.EntityFrameworkCore/9.0.5": {
- "type": "package",
- "dependencies": {
- "Microsoft.EntityFrameworkCore.Abstractions": "9.0.5",
- "Microsoft.EntityFrameworkCore.Analyzers": "9.0.5"
- },
- "compile": {
- "lib/net8.0/Microsoft.EntityFrameworkCore.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/Microsoft.EntityFrameworkCore.dll": {
- "related": ".xml"
- }
- },
- "build": {
- "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Abstractions/9.0.5": {
- "type": "package",
- "compile": {
- "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {
- "related": ".xml"
- }
- }
- },
- "Microsoft.EntityFrameworkCore.Analyzers/9.0.5": {
- "type": "package"
- },
- "Microsoft.EntityFrameworkCore.Relational/9.0.5": {
- "type": "package",
- "dependencies": {
- "Microsoft.EntityFrameworkCore": "9.0.5"
- },
- "compile": {
- "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": {
- "related": ".xml"
- }
- }
- },
- "Microsoft.EntityFrameworkCore.Relational.Design/1.1.6": {
- "type": "package",
- "dependencies": {
- "Microsoft.EntityFrameworkCore.Relational": "1.1.6",
- "NETStandard.Library": "1.6.1"
- },
- "compile": {
- "lib/netstandard1.3/Microsoft.EntityFrameworkCore.Relational.Design.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/netstandard1.3/Microsoft.EntityFrameworkCore.Relational.Design.dll": {
- "related": ".xml"
- }
- }
- },
- "Microsoft.EntityFrameworkCore.SqlServer/9.0.5": {
- "type": "package",
- "dependencies": {
- "Microsoft.Data.SqlClient": "5.1.6",
- "Microsoft.EntityFrameworkCore.Relational": "9.0.5"
- },
- "compile": {
- "lib/net8.0/Microsoft.EntityFrameworkCore.SqlServer.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/Microsoft.EntityFrameworkCore.SqlServer.dll": {
- "related": ".xml"
- }
- }
- },
- "Microsoft.EntityFrameworkCore.SqlServer.Design/1.1.6": {
- "type": "package",
- "dependencies": {
- "Microsoft.EntityFrameworkCore.Relational.Design": "1.1.6",
- "Microsoft.EntityFrameworkCore.SqlServer": "1.1.6",
- "NETStandard.Library": "1.6.1"
- },
- "compile": {
- "lib/netstandard1.3/Microsoft.EntityFrameworkCore.SqlServer.Design.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/netstandard1.3/Microsoft.EntityFrameworkCore.SqlServer.Design.dll": {
- "related": ".xml"
- }
- }
- },
- "Microsoft.Extensions.Hosting/9.0.5": {
- "type": "package",
- "compile": {
- "lib/net9.0/Microsoft.Extensions.Hosting.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net9.0/Microsoft.Extensions.Hosting.dll": {
- "related": ".xml"
- }
- },
- "build": {
- "buildTransitive/net8.0/_._": {}
- }
- },
- "Microsoft.Identity.Client/4.61.3": {
- "type": "package",
- "dependencies": {
- "Microsoft.IdentityModel.Abstractions": "6.35.0"
- },
- "compile": {
- "lib/net6.0/Microsoft.Identity.Client.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net6.0/Microsoft.Identity.Client.dll": {
- "related": ".xml"
- }
- }
- },
- "Microsoft.Identity.Client.Extensions.Msal/4.61.3": {
- "type": "package",
- "dependencies": {
- "Microsoft.Identity.Client": "4.61.3",
- "System.Security.Cryptography.ProtectedData": "4.5.0"
- },
- "compile": {
- "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": {
- "related": ".xml"
- }
- }
- },
- "Microsoft.IdentityModel.Abstractions/6.35.0": {
- "type": "package",
- "compile": {
- "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": {
- "related": ".xml"
- }
- }
- },
- "Microsoft.IdentityModel.JsonWebTokens/6.35.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.IdentityModel.Tokens": "6.35.0"
- },
- "compile": {
- "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
- "related": ".xml"
- }
- }
- },
- "Microsoft.IdentityModel.Logging/6.35.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.IdentityModel.Abstractions": "6.35.0"
- },
- "compile": {
- "lib/net6.0/Microsoft.IdentityModel.Logging.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net6.0/Microsoft.IdentityModel.Logging.dll": {
- "related": ".xml"
- }
- }
- },
- "Microsoft.IdentityModel.Protocols/6.35.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.IdentityModel.Logging": "6.35.0",
- "Microsoft.IdentityModel.Tokens": "6.35.0"
- },
- "compile": {
- "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": {
- "related": ".xml"
- }
- }
- },
- "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.IdentityModel.Protocols": "6.35.0",
- "System.IdentityModel.Tokens.Jwt": "6.35.0"
- },
- "compile": {
- "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
- "related": ".xml"
- }
- }
- },
- "Microsoft.IdentityModel.Tokens/6.35.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.IdentityModel.Logging": "6.35.0"
- },
- "compile": {
- "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": {
- "related": ".xml"
- }
- }
- },
- "Microsoft.NETCore.Platforms/1.1.0": {
- "type": "package",
- "compile": {
- "lib/netstandard1.0/_._": {}
- },
- "runtime": {
- "lib/netstandard1.0/_._": {}
- }
- },
- "Microsoft.SqlServer.Server/1.0.0": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": {
- "related": ".pdb;.xml"
- }
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": {
- "related": ".pdb;.xml"
- }
- }
- },
- "Microsoft.Win32.SystemEvents/6.0.0": {
- "type": "package",
- "compile": {
- "lib/net6.0/_._": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
- "related": ".xml"
- }
- },
- "build": {
- "buildTransitive/netcoreapp3.1/_._": {}
- },
- "runtimeTargets": {
- "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- },
- "NETStandard.Library/1.6.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.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"
- }
- }
- },
- "Pluralize.NET/1.0.2": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Pluralize.NET.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Pluralize.NET.dll": {}
- }
- },
- "System.ClientModel/1.0.0": {
- "type": "package",
- "dependencies": {
- "System.Memory.Data": "1.0.2"
- },
- "compile": {
- "lib/net6.0/System.ClientModel.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net6.0/System.ClientModel.dll": {
- "related": ".xml"
- }
- }
- },
- "System.Configuration.ConfigurationManager/6.0.1": {
- "type": "package",
- "dependencies": {
- "System.Security.Cryptography.ProtectedData": "6.0.0",
- "System.Security.Permissions": "6.0.0"
- },
- "compile": {
- "lib/net6.0/_._": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net6.0/System.Configuration.ConfigurationManager.dll": {
- "related": ".xml"
- }
- },
- "build": {
- "buildTransitive/netcoreapp3.1/_._": {}
- }
- },
- "System.Drawing.Common/6.0.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.Win32.SystemEvents": "6.0.0"
- },
- "compile": {
- "lib/net6.0/_._": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net6.0/System.Drawing.Common.dll": {
- "related": ".xml"
- }
- },
- "build": {
- "buildTransitive/netcoreapp3.1/_._": {}
- },
- "runtimeTargets": {
- "runtimes/unix/lib/net6.0/System.Drawing.Common.dll": {
- "assetType": "runtime",
- "rid": "unix"
- },
- "runtimes/win/lib/net6.0/System.Drawing.Common.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- },
- "System.IdentityModel.Tokens.Jwt/6.35.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.IdentityModel.JsonWebTokens": "6.35.0",
- "Microsoft.IdentityModel.Tokens": "6.35.0"
- },
- "compile": {
- "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": {
- "related": ".xml"
- }
- }
- },
- "System.Memory.Data/1.0.2": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/System.Memory.Data.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/netstandard2.0/System.Memory.Data.dll": {
- "related": ".xml"
- }
- }
- },
- "System.Runtime.Caching/6.0.0": {
- "type": "package",
- "dependencies": {
- "System.Configuration.ConfigurationManager": "6.0.0"
- },
- "compile": {
- "lib/net6.0/_._": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net6.0/System.Runtime.Caching.dll": {
- "related": ".xml"
- }
- },
- "build": {
- "buildTransitive/netcoreapp3.1/_._": {}
- },
- "runtimeTargets": {
- "runtimes/win/lib/net6.0/System.Runtime.Caching.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- },
- "System.Security.Cryptography.ProtectedData/6.0.0": {
- "type": "package",
- "compile": {
- "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": {
- "related": ".xml"
- }
- },
- "build": {
- "buildTransitive/netcoreapp3.1/_._": {}
- },
- "runtimeTargets": {
- "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- },
- "System.Security.Permissions/6.0.0": {
- "type": "package",
- "dependencies": {
- "System.Windows.Extensions": "6.0.0"
- },
- "compile": {
- "lib/net6.0/_._": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net6.0/System.Security.Permissions.dll": {
- "related": ".xml"
- }
- },
- "build": {
- "buildTransitive/netcoreapp3.1/_._": {}
- }
- },
- "System.Windows.Extensions/6.0.0": {
- "type": "package",
- "dependencies": {
- "System.Drawing.Common": "6.0.0"
- },
- "compile": {
- "lib/net6.0/_._": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net6.0/System.Windows.Extensions.dll": {
- "related": ".xml"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- }
- }
- },
- "libraries": {
- "Azure.Core/1.38.0": {
- "sha512": "IuEgCoVA0ef7E4pQtpC3+TkPbzaoQfa77HlfJDmfuaJUCVJmn7fT0izamZiryW5sYUFKizsftIxMkXKbgIcPMQ==",
- "type": "package",
- "path": "azure.core/1.38.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "CHANGELOG.md",
- "README.md",
- "azure.core.1.38.0.nupkg.sha512",
- "azure.core.nuspec",
- "azureicon.png",
- "lib/net461/Azure.Core.dll",
- "lib/net461/Azure.Core.xml",
- "lib/net472/Azure.Core.dll",
- "lib/net472/Azure.Core.xml",
- "lib/net6.0/Azure.Core.dll",
- "lib/net6.0/Azure.Core.xml",
- "lib/netstandard2.0/Azure.Core.dll",
- "lib/netstandard2.0/Azure.Core.xml"
- ]
- },
- "Azure.Identity/1.11.4": {
- "sha512": "Sf4BoE6Q3jTgFkgBkx7qztYOFELBCo+wQgpYDwal/qJ1unBH73ywPztIJKXBXORRzAeNijsuxhk94h0TIMvfYg==",
- "type": "package",
- "path": "azure.identity/1.11.4",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "CHANGELOG.md",
- "README.md",
- "azure.identity.1.11.4.nupkg.sha512",
- "azure.identity.nuspec",
- "azureicon.png",
- "lib/netstandard2.0/Azure.Identity.dll",
- "lib/netstandard2.0/Azure.Identity.xml"
- ]
- },
- "FluentValidation/12.0.0": {
- "sha512": "8NVLxtMUXynRHJIX3Hn1ACovaqZIJASufXIIFkD0EUbcd5PmMsL1xUD5h548gCezJ5BzlITaR9CAMrGe29aWpA==",
- "type": "package",
- "path": "fluentvalidation/12.0.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "README.md",
- "fluent-validation-icon.png",
- "fluentvalidation.12.0.0.nupkg.sha512",
- "fluentvalidation.nuspec",
- "lib/net8.0/FluentValidation.dll",
- "lib/net8.0/FluentValidation.xml"
- ]
- },
- "MediatR/12.5.0": {
- "sha512": "vqm2H8/nqL5NAJHPhsG1JOPwfkmbVrPyh4svdoRzu+uZh6Ex7PRoHBGsLYC0/RWCEJFqD1ohHNpteQvql9OktA==",
- "type": "package",
- "path": "mediatr/12.5.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "README.md",
- "gradient_128x128.png",
- "lib/net6.0/MediatR.dll",
- "lib/net6.0/MediatR.xml",
- "lib/netstandard2.0/MediatR.dll",
- "lib/netstandard2.0/MediatR.xml",
- "mediatr.12.5.0.nupkg.sha512",
- "mediatr.nuspec"
- ]
- },
- "MediatR.Contracts/2.0.1": {
- "sha512": "FYv95bNT4UwcNA+G/J1oX5OpRiSUxteXaUt2BJbRSdRNiIUNbggJF69wy6mnk2wYToaanpdXZdCwVylt96MpwQ==",
- "type": "package",
- "path": "mediatr.contracts/2.0.1",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "gradient_128x128.png",
- "lib/netstandard2.0/MediatR.Contracts.dll",
- "lib/netstandard2.0/MediatR.Contracts.xml",
- "mediatr.contracts.2.0.1.nupkg.sha512",
- "mediatr.contracts.nuspec"
- ]
- },
- "Microsoft.AspNetCore.Mvc/2.3.0": {
- "sha512": "b+FL1XcPq79wf5pwXj+GSrhpn7JPTi0oSSgsh93zu5WSnEO7M7Y5HLEhlC7I1WgIp/HmWRfvca1/M99QGOF+Vg==",
- "type": "package",
- "path": "microsoft.aspnetcore.mvc/2.3.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.dll",
- "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.xml",
- "microsoft.aspnetcore.mvc.2.3.0.nupkg.sha512",
- "microsoft.aspnetcore.mvc.nuspec"
- ]
- },
- "Microsoft.AspNetCore.Mvc.Razor.Extensions/2.3.0": {
- "sha512": "dDQMZ+wDnMsodIuhGLeMrpj4tZ6U0E+PLMarUiwJfHRwvTckBt2d5uZkbZ0MotH2DkxXcCUMhM1reAWJrh840w==",
- "type": "package",
- "path": "microsoft.aspnetcore.mvc.razor.extensions/2.3.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "build/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.props",
- "build/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.targets",
- "lib/net46/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll",
- "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll",
- "microsoft.aspnetcore.mvc.razor.extensions.2.3.0.nupkg.sha512",
- "microsoft.aspnetcore.mvc.razor.extensions.nuspec"
- ]
- },
- "Microsoft.AspNetCore.Mvc.TagHelpers/2.3.0": {
- "sha512": "7lG10p3eiO03NHii0wXUTVMf+BCvNfDZ6idtI4HVAt1pgYxdJHA2e4zMJHGZYUUMTneCWVzZousOtZGA8HpPZA==",
- "type": "package",
- "path": "microsoft.aspnetcore.mvc.taghelpers/2.3.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.TagHelpers.dll",
- "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.TagHelpers.xml",
- "microsoft.aspnetcore.mvc.taghelpers.2.3.0.nupkg.sha512",
- "microsoft.aspnetcore.mvc.taghelpers.nuspec"
- ]
- },
- "Microsoft.AspNetCore.Razor.Design/2.3.0": {
- "sha512": "f5wyCM2WKfa6IPSNimPbwcwugCs7bmINjxrwL/wU8yi8OHXg3kp4cCOP1vTXRp48n0y9N1syvZ8q0cjpUuWY1g==",
- "type": "package",
- "path": "microsoft.aspnetcore.razor.design/2.3.0",
- "hasTools": true,
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "build/netstandard2.0/Microsoft.AspNetCore.Razor.Design.CodeGeneration.targets",
- "build/netstandard2.0/Microsoft.AspNetCore.Razor.Design.props",
- "buildMultiTargeting/Microsoft.AspNetCore.Razor.Design.props",
- "microsoft.aspnetcore.razor.design.2.3.0.nupkg.sha512",
- "microsoft.aspnetcore.razor.design.nuspec",
- "tasks/net46/Microsoft.AspNetCore.Razor.Tasks.dll",
- "tasks/netstandard2.0/Microsoft.AspNetCore.Razor.Tasks.dll",
- "tools/Microsoft.AspNetCore.Razor.Language.dll",
- "tools/Microsoft.CodeAnalysis.CSharp.dll",
- "tools/Microsoft.CodeAnalysis.Razor.dll",
- "tools/Microsoft.CodeAnalysis.dll",
- "tools/Newtonsoft.Json.dll",
- "tools/runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll",
- "tools/runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll",
- "tools/rzc.deps.json",
- "tools/rzc.dll",
- "tools/rzc.runtimeconfig.json"
- ]
- },
- "Microsoft.AspNetCore.Razor.Language/2.3.0": {
- "sha512": "u7ToEAt63jMbrHm4NitRSR1G0iwTYekj0jkldPYcqAoN6/6ZLNLGAm+gb/z4X6EVGLna1Z7o0vKM8+hsa5rppA==",
- "type": "package",
- "path": "microsoft.aspnetcore.razor.language/2.3.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/net46/Microsoft.AspNetCore.Razor.Language.dll",
- "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll",
- "microsoft.aspnetcore.razor.language.2.3.0.nupkg.sha512",
- "microsoft.aspnetcore.razor.language.nuspec"
- ]
- },
- "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
- "sha512": "yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==",
- "type": "package",
- "path": "microsoft.bcl.asyncinterfaces/1.1.1",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net461/Microsoft.Bcl.AsyncInterfaces.dll",
- "lib/net461/Microsoft.Bcl.AsyncInterfaces.xml",
- "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll",
- "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.xml",
- "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll",
- "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml",
- "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512",
- "microsoft.bcl.asyncinterfaces.nuspec",
- "ref/net461/Microsoft.Bcl.AsyncInterfaces.dll",
- "ref/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll",
- "ref/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "Microsoft.CodeAnalysis.Analyzers/1.1.0": {
- "sha512": "HS3iRWZKcUw/8eZ/08GXKY2Bn7xNzQPzf8gRPHGSowX7u7XXu9i9YEaBeBNKUXWfI7qjvT2zXtLUvbN0hds8vg==",
- "type": "package",
- "path": "microsoft.codeanalysis.analyzers/1.1.0",
- "hasTools": true,
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "ThirdPartyNotices.rtf",
- "analyzers/dotnet/cs/Microsoft.CodeAnalysis.Analyzers.dll",
- "analyzers/dotnet/cs/Microsoft.CodeAnalysis.CSharp.Analyzers.dll",
- "analyzers/dotnet/vb/Microsoft.CodeAnalysis.Analyzers.dll",
- "analyzers/dotnet/vb/Microsoft.CodeAnalysis.VisualBasic.Analyzers.dll",
- "microsoft.codeanalysis.analyzers.1.1.0.nupkg.sha512",
- "microsoft.codeanalysis.analyzers.nuspec",
- "tools/install.ps1",
- "tools/uninstall.ps1"
- ]
- },
- "Microsoft.CodeAnalysis.Common/2.8.2": {
- "sha512": "uLapAJpZbMdxGBYxlwicXEfpfbn5Uoxe+yQn93BbUhtsTyz+En1IE7Z/BiYc64rXNfsxUNcdCfwV8m6NQUXimQ==",
- "type": "package",
- "path": "microsoft.codeanalysis.common/2.8.2",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/netstandard1.3/Microsoft.CodeAnalysis.dll",
- "lib/netstandard1.3/Microsoft.CodeAnalysis.pdb",
- "lib/netstandard1.3/Microsoft.CodeAnalysis.xml",
- "microsoft.codeanalysis.common.2.8.2.nupkg.sha512",
- "microsoft.codeanalysis.common.nuspec"
- ]
- },
- "Microsoft.CodeAnalysis.CSharp/2.8.2": {
- "sha512": "cDoBPiUHJla7Z4xwPFwnFcBHDWsF/MZa/45cpoI8Js0R3HxIRxwMVLnuPC1MeGuz3hmj6sIaQtajKzp1zkrumQ==",
- "type": "package",
- "path": "microsoft.codeanalysis.csharp/2.8.2",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll",
- "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.pdb",
- "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.xml",
- "microsoft.codeanalysis.csharp.2.8.2.nupkg.sha512",
- "microsoft.codeanalysis.csharp.nuspec"
- ]
- },
- "Microsoft.CodeAnalysis.Razor/2.3.0": {
- "sha512": "VHKxxB1j67efcMv/IV6ATb1wT0ZVGAFn4WD1VBhDwN1Od8Hs+tTE0FrqVBTgRnfTab7772fzJyp5UVRW622Deg==",
- "type": "package",
- "path": "microsoft.codeanalysis.razor/2.3.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/net46/Microsoft.CodeAnalysis.Razor.dll",
- "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll",
- "microsoft.codeanalysis.razor.2.3.0.nupkg.sha512",
- "microsoft.codeanalysis.razor.nuspec"
- ]
- },
- "Microsoft.Data.SqlClient/5.1.6": {
- "sha512": "+pz7gIPh5ydsBcQvivt4R98PwJXer86fyQBBToIBLxZ5kuhW4N13Ijz87s9WpuPtF1vh4JesYCgpDPAOgkMhdg==",
- "type": "package",
- "path": "microsoft.data.sqlclient/5.1.6",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "dotnet.png",
- "lib/net462/Microsoft.Data.SqlClient.dll",
- "lib/net462/Microsoft.Data.SqlClient.pdb",
- "lib/net462/Microsoft.Data.SqlClient.xml",
- "lib/net462/de/Microsoft.Data.SqlClient.resources.dll",
- "lib/net462/es/Microsoft.Data.SqlClient.resources.dll",
- "lib/net462/fr/Microsoft.Data.SqlClient.resources.dll",
- "lib/net462/it/Microsoft.Data.SqlClient.resources.dll",
- "lib/net462/ja/Microsoft.Data.SqlClient.resources.dll",
- "lib/net462/ko/Microsoft.Data.SqlClient.resources.dll",
- "lib/net462/pt-BR/Microsoft.Data.SqlClient.resources.dll",
- "lib/net462/ru/Microsoft.Data.SqlClient.resources.dll",
- "lib/net462/zh-Hans/Microsoft.Data.SqlClient.resources.dll",
- "lib/net462/zh-Hant/Microsoft.Data.SqlClient.resources.dll",
- "lib/net6.0/Microsoft.Data.SqlClient.dll",
- "lib/net6.0/Microsoft.Data.SqlClient.pdb",
- "lib/net6.0/Microsoft.Data.SqlClient.xml",
- "lib/netstandard2.0/Microsoft.Data.SqlClient.dll",
- "lib/netstandard2.0/Microsoft.Data.SqlClient.pdb",
- "lib/netstandard2.0/Microsoft.Data.SqlClient.xml",
- "lib/netstandard2.1/Microsoft.Data.SqlClient.dll",
- "lib/netstandard2.1/Microsoft.Data.SqlClient.pdb",
- "lib/netstandard2.1/Microsoft.Data.SqlClient.xml",
- "microsoft.data.sqlclient.5.1.6.nupkg.sha512",
- "microsoft.data.sqlclient.nuspec",
- "ref/net462/Microsoft.Data.SqlClient.dll",
- "ref/net462/Microsoft.Data.SqlClient.pdb",
- "ref/net462/Microsoft.Data.SqlClient.xml",
- "ref/net6.0/Microsoft.Data.SqlClient.dll",
- "ref/net6.0/Microsoft.Data.SqlClient.pdb",
- "ref/net6.0/Microsoft.Data.SqlClient.xml",
- "ref/netstandard2.0/Microsoft.Data.SqlClient.dll",
- "ref/netstandard2.0/Microsoft.Data.SqlClient.pdb",
- "ref/netstandard2.0/Microsoft.Data.SqlClient.xml",
- "ref/netstandard2.1/Microsoft.Data.SqlClient.dll",
- "ref/netstandard2.1/Microsoft.Data.SqlClient.pdb",
- "ref/netstandard2.1/Microsoft.Data.SqlClient.xml",
- "runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll",
- "runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.pdb",
- "runtimes/unix/lib/netstandard2.0/Microsoft.Data.SqlClient.dll",
- "runtimes/unix/lib/netstandard2.0/Microsoft.Data.SqlClient.pdb",
- "runtimes/unix/lib/netstandard2.1/Microsoft.Data.SqlClient.dll",
- "runtimes/unix/lib/netstandard2.1/Microsoft.Data.SqlClient.pdb",
- "runtimes/win/lib/net462/Microsoft.Data.SqlClient.dll",
- "runtimes/win/lib/net462/Microsoft.Data.SqlClient.pdb",
- "runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll",
- "runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.pdb",
- "runtimes/win/lib/netstandard2.0/Microsoft.Data.SqlClient.dll",
- "runtimes/win/lib/netstandard2.0/Microsoft.Data.SqlClient.pdb",
- "runtimes/win/lib/netstandard2.1/Microsoft.Data.SqlClient.dll",
- "runtimes/win/lib/netstandard2.1/Microsoft.Data.SqlClient.pdb"
- ]
- },
- "Microsoft.Data.SqlClient.SNI.runtime/5.1.1": {
- "sha512": "wNGM5ZTQCa2blc9ikXQouybGiyMd6IHPVJvAlBEPtr6JepZEOYeDxGyprYvFVeOxlCXs7avridZQ0nYkHzQWCQ==",
- "type": "package",
- "path": "microsoft.data.sqlclient.sni.runtime/5.1.1",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.txt",
- "dotnet.png",
- "microsoft.data.sqlclient.sni.runtime.5.1.1.nupkg.sha512",
- "microsoft.data.sqlclient.sni.runtime.nuspec",
- "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll",
- "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll",
- "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll",
- "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll"
- ]
- },
- "Microsoft.EntityFrameworkCore/9.0.5": {
- "sha512": "TeCtb/vc+jxvgkVAqeJlZKOoG5w/w8AigWQQyOmeJsJ7+0SkONX8bqEV/wB+ojnT0sXuJrrfXQOEC3ws6asEng==",
- "type": "package",
- "path": "microsoft.entityframeworkcore/9.0.5",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "PACKAGE.md",
- "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props",
- "lib/net8.0/Microsoft.EntityFrameworkCore.dll",
- "lib/net8.0/Microsoft.EntityFrameworkCore.xml",
- "microsoft.entityframeworkcore.9.0.5.nupkg.sha512",
- "microsoft.entityframeworkcore.nuspec"
- ]
- },
- "Microsoft.EntityFrameworkCore.Abstractions/9.0.5": {
- "sha512": "81fGyIibhGc4rq4ZxmVZE/1CFSvGMQOZqdRyCBLKz/Hb8eE973dmSfcdXpXhQ/5f+nbax4VGkWhwPGxWUNWaCQ==",
- "type": "package",
- "path": "microsoft.entityframeworkcore.abstractions/9.0.5",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "PACKAGE.md",
- "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll",
- "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.xml",
- "microsoft.entityframeworkcore.abstractions.9.0.5.nupkg.sha512",
- "microsoft.entityframeworkcore.abstractions.nuspec"
- ]
- },
- "Microsoft.EntityFrameworkCore.Analyzers/9.0.5": {
- "sha512": "kWRrD69qCXo7lahPZPt7C127UfK0I024laFZEDMfT3JbALB1EWneFvq1utWM0cNKPFuYis1E1oaYTuRGI/9inQ==",
- "type": "package",
- "path": "microsoft.entityframeworkcore.analyzers/9.0.5",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "analyzers/dotnet/cs/Microsoft.EntityFrameworkCore.Analyzers.dll",
- "docs/PACKAGE.md",
- "microsoft.entityframeworkcore.analyzers.9.0.5.nupkg.sha512",
- "microsoft.entityframeworkcore.analyzers.nuspec"
- ]
- },
- "Microsoft.EntityFrameworkCore.Relational/9.0.5": {
- "sha512": "6eErbrZFd9yNnncemtDdmHZ3KC792OQCIYITuMsjK2oh4CLzlYo8mzNsozgUzQ+utHnne11/3eV8zMWbYF5Puw==",
- "type": "package",
- "path": "microsoft.entityframeworkcore.relational/9.0.5",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "PACKAGE.md",
- "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll",
- "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.xml",
- "microsoft.entityframeworkcore.relational.9.0.5.nupkg.sha512",
- "microsoft.entityframeworkcore.relational.nuspec"
- ]
- },
- "Microsoft.EntityFrameworkCore.Relational.Design/1.1.6": {
- "sha512": "kz7C0Ddnge16NRf4CU8GygYxOor3+oQ797//eXI+xbKlJr2ighAEkno9gOipDlym4SiFtKNNuOuBI/BDBGD7Kg==",
- "type": "package",
- "path": "microsoft.entityframeworkcore.relational.design/1.1.6",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/net451/Microsoft.EntityFrameworkCore.Relational.Design.dll",
- "lib/net451/Microsoft.EntityFrameworkCore.Relational.Design.xml",
- "lib/netstandard1.3/Microsoft.EntityFrameworkCore.Relational.Design.dll",
- "lib/netstandard1.3/Microsoft.EntityFrameworkCore.Relational.Design.xml",
- "microsoft.entityframeworkcore.relational.design.1.1.6.nupkg.sha512",
- "microsoft.entityframeworkcore.relational.design.nuspec"
- ]
- },
- "Microsoft.EntityFrameworkCore.SqlServer/9.0.5": {
- "sha512": "Y4194uyqwMivN2ioKd7GYBFVeeG2kZFFC1ZCmOTvXy3G6Wd05ZVyUyR/3mB+SHCequMPt/DI4f58WMmVaOS6eg==",
- "type": "package",
- "path": "microsoft.entityframeworkcore.sqlserver/9.0.5",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "PACKAGE.md",
- "lib/net8.0/Microsoft.EntityFrameworkCore.SqlServer.dll",
- "lib/net8.0/Microsoft.EntityFrameworkCore.SqlServer.xml",
- "microsoft.entityframeworkcore.sqlserver.9.0.5.nupkg.sha512",
- "microsoft.entityframeworkcore.sqlserver.nuspec"
- ]
- },
- "Microsoft.EntityFrameworkCore.SqlServer.Design/1.1.6": {
- "sha512": "nxdW1YfZtn3nbcFqIAbjo6vCbCNOx0g82qMv+9fTUsNTsW0KSENYc2pbjF3yO8ZqYdBjmx2gMfAGk6wjy5cldg==",
- "type": "package",
- "path": "microsoft.entityframeworkcore.sqlserver.design/1.1.6",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/net451/Microsoft.EntityFrameworkCore.SqlServer.Design.dll",
- "lib/net451/Microsoft.EntityFrameworkCore.SqlServer.Design.xml",
- "lib/netstandard1.3/Microsoft.EntityFrameworkCore.SqlServer.Design.dll",
- "lib/netstandard1.3/Microsoft.EntityFrameworkCore.SqlServer.Design.xml",
- "microsoft.entityframeworkcore.sqlserver.design.1.1.6.nupkg.sha512",
- "microsoft.entityframeworkcore.sqlserver.design.nuspec"
- ]
- },
- "Microsoft.Extensions.Hosting/9.0.5": {
- "sha512": "PoTG6ptucJyxrrALQgRE5lwUMaSc3PK5vtEXuazEJ6mDQ9xRFmxElZCe81duH/TNH7+X/CVDVIZu6Ji2OQW4zQ==",
- "type": "package",
- "path": "microsoft.extensions.hosting/9.0.5",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "PACKAGE.md",
- "THIRD-PARTY-NOTICES.TXT",
- "buildTransitive/net461/Microsoft.Extensions.Hosting.targets",
- "buildTransitive/net462/_._",
- "buildTransitive/net8.0/_._",
- "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Hosting.targets",
- "lib/net462/Microsoft.Extensions.Hosting.dll",
- "lib/net462/Microsoft.Extensions.Hosting.xml",
- "lib/net8.0/Microsoft.Extensions.Hosting.dll",
- "lib/net8.0/Microsoft.Extensions.Hosting.xml",
- "lib/net9.0/Microsoft.Extensions.Hosting.dll",
- "lib/net9.0/Microsoft.Extensions.Hosting.xml",
- "lib/netstandard2.0/Microsoft.Extensions.Hosting.dll",
- "lib/netstandard2.0/Microsoft.Extensions.Hosting.xml",
- "lib/netstandard2.1/Microsoft.Extensions.Hosting.dll",
- "lib/netstandard2.1/Microsoft.Extensions.Hosting.xml",
- "microsoft.extensions.hosting.9.0.5.nupkg.sha512",
- "microsoft.extensions.hosting.nuspec",
- "useSharedDesignerContext.txt"
- ]
- },
- "Microsoft.Identity.Client/4.61.3": {
- "sha512": "naJo/Qm35Caaoxp5utcw+R8eU8ZtLz2ALh8S+gkekOYQ1oazfCQMWVT4NJ/FnHzdIJlm8dMz0oMpMGCabx5odA==",
- "type": "package",
- "path": "microsoft.identity.client/4.61.3",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "README.md",
- "lib/net462/Microsoft.Identity.Client.dll",
- "lib/net462/Microsoft.Identity.Client.xml",
- "lib/net6.0-android31.0/Microsoft.Identity.Client.dll",
- "lib/net6.0-android31.0/Microsoft.Identity.Client.xml",
- "lib/net6.0-ios15.4/Microsoft.Identity.Client.dll",
- "lib/net6.0-ios15.4/Microsoft.Identity.Client.xml",
- "lib/net6.0/Microsoft.Identity.Client.dll",
- "lib/net6.0/Microsoft.Identity.Client.xml",
- "lib/netstandard2.0/Microsoft.Identity.Client.dll",
- "lib/netstandard2.0/Microsoft.Identity.Client.xml",
- "microsoft.identity.client.4.61.3.nupkg.sha512",
- "microsoft.identity.client.nuspec"
- ]
- },
- "Microsoft.Identity.Client.Extensions.Msal/4.61.3": {
- "sha512": "PWnJcznrSGr25MN8ajlc2XIDW4zCFu0U6FkpaNLEWLgd1NgFCp5uDY3mqLDgM8zCN8hqj8yo5wHYfLB2HjcdGw==",
- "type": "package",
- "path": "microsoft.identity.client.extensions.msal/4.61.3",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll",
- "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.xml",
- "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll",
- "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.xml",
- "microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512",
- "microsoft.identity.client.extensions.msal.nuspec"
- ]
- },
- "Microsoft.IdentityModel.Abstractions/6.35.0": {
- "sha512": "xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==",
- "type": "package",
- "path": "microsoft.identitymodel.abstractions/6.35.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/net45/Microsoft.IdentityModel.Abstractions.dll",
- "lib/net45/Microsoft.IdentityModel.Abstractions.xml",
- "lib/net461/Microsoft.IdentityModel.Abstractions.dll",
- "lib/net461/Microsoft.IdentityModel.Abstractions.xml",
- "lib/net462/Microsoft.IdentityModel.Abstractions.dll",
- "lib/net462/Microsoft.IdentityModel.Abstractions.xml",
- "lib/net472/Microsoft.IdentityModel.Abstractions.dll",
- "lib/net472/Microsoft.IdentityModel.Abstractions.xml",
- "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll",
- "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml",
- "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll",
- "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml",
- "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512",
- "microsoft.identitymodel.abstractions.nuspec"
- ]
- },
- "Microsoft.IdentityModel.JsonWebTokens/6.35.0": {
- "sha512": "9wxai3hKgZUb4/NjdRKfQd0QJvtXKDlvmGMYACbEC8DFaicMFCFhQFZq9ZET1kJLwZahf2lfY5Gtcpsx8zYzbg==",
- "type": "package",
- "path": "microsoft.identitymodel.jsonwebtokens/6.35.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/net45/Microsoft.IdentityModel.JsonWebTokens.dll",
- "lib/net45/Microsoft.IdentityModel.JsonWebTokens.xml",
- "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll",
- "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml",
- "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll",
- "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml",
- "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll",
- "lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml",
- "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll",
- "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml",
- "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll",
- "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml",
- "microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512",
- "microsoft.identitymodel.jsonwebtokens.nuspec"
- ]
- },
- "Microsoft.IdentityModel.Logging/6.35.0": {
- "sha512": "jePrSfGAmqT81JDCNSY+fxVWoGuJKt9e6eJ+vT7+quVS55nWl//jGjUQn4eFtVKt4rt5dXaleZdHRB9J9AJZ7Q==",
- "type": "package",
- "path": "microsoft.identitymodel.logging/6.35.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/net45/Microsoft.IdentityModel.Logging.dll",
- "lib/net45/Microsoft.IdentityModel.Logging.xml",
- "lib/net461/Microsoft.IdentityModel.Logging.dll",
- "lib/net461/Microsoft.IdentityModel.Logging.xml",
- "lib/net462/Microsoft.IdentityModel.Logging.dll",
- "lib/net462/Microsoft.IdentityModel.Logging.xml",
- "lib/net472/Microsoft.IdentityModel.Logging.dll",
- "lib/net472/Microsoft.IdentityModel.Logging.xml",
- "lib/net6.0/Microsoft.IdentityModel.Logging.dll",
- "lib/net6.0/Microsoft.IdentityModel.Logging.xml",
- "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll",
- "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml",
- "microsoft.identitymodel.logging.6.35.0.nupkg.sha512",
- "microsoft.identitymodel.logging.nuspec"
- ]
- },
- "Microsoft.IdentityModel.Protocols/6.35.0": {
- "sha512": "BPQhlDzdFvv1PzaUxNSk+VEPwezlDEVADIKmyxubw7IiELK18uJ06RQ9QKKkds30XI+gDu9n8j24XQ8w7fjWcg==",
- "type": "package",
- "path": "microsoft.identitymodel.protocols/6.35.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/net45/Microsoft.IdentityModel.Protocols.dll",
- "lib/net45/Microsoft.IdentityModel.Protocols.xml",
- "lib/net461/Microsoft.IdentityModel.Protocols.dll",
- "lib/net461/Microsoft.IdentityModel.Protocols.xml",
- "lib/net462/Microsoft.IdentityModel.Protocols.dll",
- "lib/net462/Microsoft.IdentityModel.Protocols.xml",
- "lib/net472/Microsoft.IdentityModel.Protocols.dll",
- "lib/net472/Microsoft.IdentityModel.Protocols.xml",
- "lib/net6.0/Microsoft.IdentityModel.Protocols.dll",
- "lib/net6.0/Microsoft.IdentityModel.Protocols.xml",
- "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll",
- "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml",
- "microsoft.identitymodel.protocols.6.35.0.nupkg.sha512",
- "microsoft.identitymodel.protocols.nuspec"
- ]
- },
- "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": {
- "sha512": "LMtVqnECCCdSmyFoCOxIE5tXQqkOLrvGrL7OxHg41DIm1bpWtaCdGyVcTAfOQpJXvzND9zUKIN/lhngPkYR8vg==",
- "type": "package",
- "path": "microsoft.identitymodel.protocols.openidconnect/6.35.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
- "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
- "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
- "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
- "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
- "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
- "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
- "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
- "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
- "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
- "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
- "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
- "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512",
- "microsoft.identitymodel.protocols.openidconnect.nuspec"
- ]
- },
- "Microsoft.IdentityModel.Tokens/6.35.0": {
- "sha512": "RN7lvp7s3Boucg1NaNAbqDbxtlLj5Qeb+4uSS1TeK5FSBVM40P4DKaTKChT43sHyKfh7V0zkrMph6DdHvyA4bg==",
- "type": "package",
- "path": "microsoft.identitymodel.tokens/6.35.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/net45/Microsoft.IdentityModel.Tokens.dll",
- "lib/net45/Microsoft.IdentityModel.Tokens.xml",
- "lib/net461/Microsoft.IdentityModel.Tokens.dll",
- "lib/net461/Microsoft.IdentityModel.Tokens.xml",
- "lib/net462/Microsoft.IdentityModel.Tokens.dll",
- "lib/net462/Microsoft.IdentityModel.Tokens.xml",
- "lib/net472/Microsoft.IdentityModel.Tokens.dll",
- "lib/net472/Microsoft.IdentityModel.Tokens.xml",
- "lib/net6.0/Microsoft.IdentityModel.Tokens.dll",
- "lib/net6.0/Microsoft.IdentityModel.Tokens.xml",
- "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll",
- "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml",
- "microsoft.identitymodel.tokens.6.35.0.nupkg.sha512",
- "microsoft.identitymodel.tokens.nuspec"
- ]
- },
- "Microsoft.NETCore.Platforms/1.1.0": {
- "sha512": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
- "type": "package",
- "path": "microsoft.netcore.platforms/1.1.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/netstandard1.0/_._",
- "microsoft.netcore.platforms.1.1.0.nupkg.sha512",
- "microsoft.netcore.platforms.nuspec",
- "runtime.json"
- ]
- },
- "Microsoft.SqlServer.Server/1.0.0": {
- "sha512": "N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==",
- "type": "package",
- "path": "microsoft.sqlserver.server/1.0.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "dotnet.png",
- "lib/net46/Microsoft.SqlServer.Server.dll",
- "lib/net46/Microsoft.SqlServer.Server.pdb",
- "lib/net46/Microsoft.SqlServer.Server.xml",
- "lib/netstandard2.0/Microsoft.SqlServer.Server.dll",
- "lib/netstandard2.0/Microsoft.SqlServer.Server.pdb",
- "lib/netstandard2.0/Microsoft.SqlServer.Server.xml",
- "microsoft.sqlserver.server.1.0.0.nupkg.sha512",
- "microsoft.sqlserver.server.nuspec"
- ]
- },
- "Microsoft.Win32.SystemEvents/6.0.0": {
- "sha512": "hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==",
- "type": "package",
- "path": "microsoft.win32.systemevents/6.0.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "buildTransitive/netcoreapp2.0/Microsoft.Win32.SystemEvents.targets",
- "buildTransitive/netcoreapp3.1/_._",
- "lib/net461/Microsoft.Win32.SystemEvents.dll",
- "lib/net461/Microsoft.Win32.SystemEvents.xml",
- "lib/net6.0/Microsoft.Win32.SystemEvents.dll",
- "lib/net6.0/Microsoft.Win32.SystemEvents.xml",
- "lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.dll",
- "lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.xml",
- "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll",
- "lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml",
- "microsoft.win32.systemevents.6.0.0.nupkg.sha512",
- "microsoft.win32.systemevents.nuspec",
- "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll",
- "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.xml",
- "runtimes/win/lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.dll",
- "runtimes/win/lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.xml",
- "useSharedDesignerContext.txt"
- ]
- },
- "NETStandard.Library/1.6.1": {
- "sha512": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==",
- "type": "package",
- "path": "netstandard.library/1.6.1",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "netstandard.library.1.6.1.nupkg.sha512",
- "netstandard.library.nuspec"
- ]
- },
- "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"
- ]
- },
- "Pluralize.NET/1.0.2": {
- "sha512": "kr/sOAem5NPH7Ft0tNiaQOO7f/W7ExcLRERpgvg5BlVZimQ/d/MCxhnwnk+WL4dy5Bj/KjToHUl1azYYDfqzpA==",
- "type": "package",
- "path": "pluralize.net/1.0.2",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/net40/Pluralize.NET.dll",
- "lib/net451/Pluralize.NET.dll",
- "lib/net46/Pluralize.NET.dll",
- "lib/netstandard1.1/Pluralize.NET.dll",
- "lib/netstandard2.0/Pluralize.NET.dll",
- "pluralize.net.1.0.2.nupkg.sha512",
- "pluralize.net.nuspec"
- ]
- },
- "System.ClientModel/1.0.0": {
- "sha512": "I3CVkvxeqFYjIVEP59DnjbeoGNfo/+SZrCLpRz2v/g0gpCHaEMPtWSY0s9k/7jR1rAsLNg2z2u1JRB76tPjnIw==",
- "type": "package",
- "path": "system.clientmodel/1.0.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "CHANGELOG.md",
- "DotNetPackageIcon.png",
- "README.md",
- "lib/net6.0/System.ClientModel.dll",
- "lib/net6.0/System.ClientModel.xml",
- "lib/netstandard2.0/System.ClientModel.dll",
- "lib/netstandard2.0/System.ClientModel.xml",
- "system.clientmodel.1.0.0.nupkg.sha512",
- "system.clientmodel.nuspec"
- ]
- },
- "System.Configuration.ConfigurationManager/6.0.1": {
- "sha512": "jXw9MlUu/kRfEU0WyTptAVueupqIeE3/rl0EZDMlf8pcvJnitQ8HeVEp69rZdaStXwTV72boi/Bhw8lOeO+U2w==",
- "type": "package",
- "path": "system.configuration.configurationmanager/6.0.1",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "buildTransitive/netcoreapp2.0/System.Configuration.ConfigurationManager.targets",
- "buildTransitive/netcoreapp3.1/_._",
- "lib/net461/System.Configuration.ConfigurationManager.dll",
- "lib/net461/System.Configuration.ConfigurationManager.xml",
- "lib/net6.0/System.Configuration.ConfigurationManager.dll",
- "lib/net6.0/System.Configuration.ConfigurationManager.xml",
- "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll",
- "lib/netstandard2.0/System.Configuration.ConfigurationManager.xml",
- "runtimes/win/lib/net461/System.Configuration.ConfigurationManager.dll",
- "runtimes/win/lib/net461/System.Configuration.ConfigurationManager.xml",
- "system.configuration.configurationmanager.6.0.1.nupkg.sha512",
- "system.configuration.configurationmanager.nuspec",
- "useSharedDesignerContext.txt"
- ]
- },
- "System.Drawing.Common/6.0.0": {
- "sha512": "NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==",
- "type": "package",
- "path": "system.drawing.common/6.0.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "buildTransitive/netcoreapp2.0/System.Drawing.Common.targets",
- "buildTransitive/netcoreapp3.1/_._",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net461/System.Drawing.Common.dll",
- "lib/net461/System.Drawing.Common.xml",
- "lib/net6.0/System.Drawing.Common.dll",
- "lib/net6.0/System.Drawing.Common.xml",
- "lib/netcoreapp3.1/System.Drawing.Common.dll",
- "lib/netcoreapp3.1/System.Drawing.Common.xml",
- "lib/netstandard2.0/System.Drawing.Common.dll",
- "lib/netstandard2.0/System.Drawing.Common.xml",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "runtimes/unix/lib/net6.0/System.Drawing.Common.dll",
- "runtimes/unix/lib/net6.0/System.Drawing.Common.xml",
- "runtimes/unix/lib/netcoreapp3.1/System.Drawing.Common.dll",
- "runtimes/unix/lib/netcoreapp3.1/System.Drawing.Common.xml",
- "runtimes/win/lib/net6.0/System.Drawing.Common.dll",
- "runtimes/win/lib/net6.0/System.Drawing.Common.xml",
- "runtimes/win/lib/netcoreapp3.1/System.Drawing.Common.dll",
- "runtimes/win/lib/netcoreapp3.1/System.Drawing.Common.xml",
- "system.drawing.common.6.0.0.nupkg.sha512",
- "system.drawing.common.nuspec",
- "useSharedDesignerContext.txt"
- ]
- },
- "System.IdentityModel.Tokens.Jwt/6.35.0": {
- "sha512": "yxGIQd3BFK7F6S62/7RdZk3C/mfwyVxvh6ngd1VYMBmbJ1YZZA9+Ku6suylVtso0FjI0wbElpJ0d27CdsyLpBQ==",
- "type": "package",
- "path": "system.identitymodel.tokens.jwt/6.35.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/net45/System.IdentityModel.Tokens.Jwt.dll",
- "lib/net45/System.IdentityModel.Tokens.Jwt.xml",
- "lib/net461/System.IdentityModel.Tokens.Jwt.dll",
- "lib/net461/System.IdentityModel.Tokens.Jwt.xml",
- "lib/net462/System.IdentityModel.Tokens.Jwt.dll",
- "lib/net462/System.IdentityModel.Tokens.Jwt.xml",
- "lib/net472/System.IdentityModel.Tokens.Jwt.dll",
- "lib/net472/System.IdentityModel.Tokens.Jwt.xml",
- "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll",
- "lib/net6.0/System.IdentityModel.Tokens.Jwt.xml",
- "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll",
- "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.xml",
- "system.identitymodel.tokens.jwt.6.35.0.nupkg.sha512",
- "system.identitymodel.tokens.jwt.nuspec"
- ]
- },
- "System.Memory.Data/1.0.2": {
- "sha512": "JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==",
- "type": "package",
- "path": "system.memory.data/1.0.2",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "CHANGELOG.md",
- "DotNetPackageIcon.png",
- "README.md",
- "lib/net461/System.Memory.Data.dll",
- "lib/net461/System.Memory.Data.xml",
- "lib/netstandard2.0/System.Memory.Data.dll",
- "lib/netstandard2.0/System.Memory.Data.xml",
- "system.memory.data.1.0.2.nupkg.sha512",
- "system.memory.data.nuspec"
- ]
- },
- "System.Runtime.Caching/6.0.0": {
- "sha512": "E0e03kUp5X2k+UAoVl6efmI7uU7JRBWi5EIdlQ7cr0NpBGjHG4fWII35PgsBY9T4fJQ8E4QPsL0rKksU9gcL5A==",
- "type": "package",
- "path": "system.runtime.caching/6.0.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "buildTransitive/netcoreapp2.0/System.Runtime.Caching.targets",
- "buildTransitive/netcoreapp3.1/_._",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net461/_._",
- "lib/net6.0/System.Runtime.Caching.dll",
- "lib/net6.0/System.Runtime.Caching.xml",
- "lib/netcoreapp3.1/System.Runtime.Caching.dll",
- "lib/netcoreapp3.1/System.Runtime.Caching.xml",
- "lib/netstandard2.0/System.Runtime.Caching.dll",
- "lib/netstandard2.0/System.Runtime.Caching.xml",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "runtimes/win/lib/net461/_._",
- "runtimes/win/lib/net6.0/System.Runtime.Caching.dll",
- "runtimes/win/lib/net6.0/System.Runtime.Caching.xml",
- "runtimes/win/lib/netcoreapp3.1/System.Runtime.Caching.dll",
- "runtimes/win/lib/netcoreapp3.1/System.Runtime.Caching.xml",
- "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll",
- "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.xml",
- "system.runtime.caching.6.0.0.nupkg.sha512",
- "system.runtime.caching.nuspec",
- "useSharedDesignerContext.txt"
- ]
- },
- "System.Security.Cryptography.ProtectedData/6.0.0": {
- "sha512": "rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ==",
- "type": "package",
- "path": "system.security.cryptography.protecteddata/6.0.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "buildTransitive/netcoreapp2.0/System.Security.Cryptography.ProtectedData.targets",
- "buildTransitive/netcoreapp3.1/_._",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net461/System.Security.Cryptography.ProtectedData.dll",
- "lib/net461/System.Security.Cryptography.ProtectedData.xml",
- "lib/net6.0/System.Security.Cryptography.ProtectedData.dll",
- "lib/net6.0/System.Security.Cryptography.ProtectedData.xml",
- "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll",
- "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.xml",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "runtimes/win/lib/net461/System.Security.Cryptography.ProtectedData.dll",
- "runtimes/win/lib/net461/System.Security.Cryptography.ProtectedData.xml",
- "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll",
- "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.xml",
- "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll",
- "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.xml",
- "system.security.cryptography.protecteddata.6.0.0.nupkg.sha512",
- "system.security.cryptography.protecteddata.nuspec",
- "useSharedDesignerContext.txt"
- ]
- },
- "System.Security.Permissions/6.0.0": {
- "sha512": "T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==",
- "type": "package",
- "path": "system.security.permissions/6.0.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "buildTransitive/netcoreapp2.0/System.Security.Permissions.targets",
- "buildTransitive/netcoreapp3.1/_._",
- "lib/net461/System.Security.Permissions.dll",
- "lib/net461/System.Security.Permissions.xml",
- "lib/net5.0/System.Security.Permissions.dll",
- "lib/net5.0/System.Security.Permissions.xml",
- "lib/net6.0/System.Security.Permissions.dll",
- "lib/net6.0/System.Security.Permissions.xml",
- "lib/netcoreapp3.1/System.Security.Permissions.dll",
- "lib/netcoreapp3.1/System.Security.Permissions.xml",
- "lib/netstandard2.0/System.Security.Permissions.dll",
- "lib/netstandard2.0/System.Security.Permissions.xml",
- "runtimes/win/lib/net461/System.Security.Permissions.dll",
- "runtimes/win/lib/net461/System.Security.Permissions.xml",
- "system.security.permissions.6.0.0.nupkg.sha512",
- "system.security.permissions.nuspec",
- "useSharedDesignerContext.txt"
- ]
- },
- "System.Windows.Extensions/6.0.0": {
- "sha512": "IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==",
- "type": "package",
- "path": "system.windows.extensions/6.0.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net6.0/System.Windows.Extensions.dll",
- "lib/net6.0/System.Windows.Extensions.xml",
- "lib/netcoreapp3.1/System.Windows.Extensions.dll",
- "lib/netcoreapp3.1/System.Windows.Extensions.xml",
- "runtimes/win/lib/net6.0/System.Windows.Extensions.dll",
- "runtimes/win/lib/net6.0/System.Windows.Extensions.xml",
- "runtimes/win/lib/netcoreapp3.1/System.Windows.Extensions.dll",
- "runtimes/win/lib/netcoreapp3.1/System.Windows.Extensions.xml",
- "system.windows.extensions.6.0.0.nupkg.sha512",
- "system.windows.extensions.nuspec",
- "useSharedDesignerContext.txt"
- ]
- }
- },
- "projectFileDependencyGroups": {
- "net10.0": [
- "FluentValidation >= 12.0.0",
- "MediatR >= 12.5.0",
- "Microsoft.AspNetCore.Mvc >= 2.3.0",
- "Microsoft.AspNetCore.Mvc.TagHelpers >= 2.3.0",
- "Microsoft.EntityFrameworkCore >= 9.0.5",
- "Microsoft.EntityFrameworkCore.SqlServer >= 9.0.5",
- "Microsoft.EntityFrameworkCore.SqlServer.Design >= 1.1.6",
- "Microsoft.Extensions.Hosting >= 9.0.5",
- "Newtonsoft.Json >= 13.0.3",
- "Pluralize.NET >= 1.0.2"
- ]
- },
- "packageFolders": {
- "/Users/sadin/.nuget/packages/": {}
- },
- "project": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "/Users/sadin/Projects/Personal Projects/NugetPackages/KSFramework/src/KSFramework/KSFramework.csproj",
- "projectName": "KSFramework",
- "projectPath": "/Users/sadin/Projects/Personal Projects/NugetPackages/KSFramework/src/KSFramework/KSFramework.csproj",
- "packagesPath": "/Users/sadin/.nuget/packages/",
- "outputPath": "/Users/sadin/Projects/Personal Projects/NugetPackages/KSFramework/src/KSFramework/obj/",
- "projectStyle": "PackageReference",
- "crossTargeting": true,
- "configFilePaths": [
- "/Users/sadin/.nuget/NuGet/NuGet.Config"
- ],
- "originalTargetFrameworks": [
- "net10.0"
- ],
- "sources": {
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net10.0": {
- "targetAlias": "net10.0",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- },
- "restoreAuditProperties": {
- "enableAudit": "true",
- "auditLevel": "low",
- "auditMode": "all"
- },
- "SdkAnalysisLevel": "10.0.100"
- },
- "frameworks": {
- "net10.0": {
- "targetAlias": "net10.0",
- "dependencies": {
- "FluentValidation": {
- "target": "Package",
- "version": "[12.0.0, )"
- },
- "MediatR": {
- "target": "Package",
- "version": "[12.5.0, )"
- },
- "Microsoft.AspNetCore.Mvc": {
- "target": "Package",
- "version": "[2.3.0, )"
- },
- "Microsoft.AspNetCore.Mvc.TagHelpers": {
- "target": "Package",
- "version": "[2.3.0, )"
- },
- "Microsoft.EntityFrameworkCore": {
- "target": "Package",
- "version": "[9.0.5, )"
- },
- "Microsoft.EntityFrameworkCore.SqlServer": {
- "target": "Package",
- "version": "[9.0.5, )"
- },
- "Microsoft.EntityFrameworkCore.SqlServer.Design": {
- "target": "Package",
- "version": "[1.1.6, )"
- },
- "Microsoft.Extensions.Hosting": {
- "target": "Package",
- "version": "[9.0.5, )"
- },
- "Newtonsoft.Json": {
- "target": "Package",
- "version": "[13.0.3, )"
- },
- "Pluralize.NET": {
- "target": "Package",
- "version": "[1.0.2, )"
- }
- },
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.AspNetCore.App": {
- "privateAssets": "none"
- },
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- }
- },
- "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/10.0.100-preview.4.25258.110/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.0-preview.4.25258.110]",
- "Microsoft.Extensions.Caching.Memory": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Configuration": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Configuration.Abstractions": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Configuration.Binder": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Configuration.CommandLine": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Configuration.FileExtensions": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Configuration.Ini": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Configuration.Json": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Configuration.KeyPerFile": "(, 10.0.32767]",
- "Microsoft.Extensions.Configuration.UserSecrets": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Configuration.Xml": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.DependencyInjection": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Diagnostics": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Diagnostics.Abstractions": "(, 10.0.0-preview.4.25258.110]",
- "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.0-preview.4.25258.110]",
- "Microsoft.Extensions.FileProviders.Composite": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.FileProviders.Embedded": "(, 10.0.32767]",
- "Microsoft.Extensions.FileProviders.Physical": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.FileSystemGlobbing": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Hosting": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Hosting.Abstractions": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Http": "(, 10.0.0-preview.4.25258.110]",
- "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.0-preview.4.25258.110]",
- "Microsoft.Extensions.Logging.Abstractions": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Logging.Configuration": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Logging.Console": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Logging.Debug": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Logging.EventLog": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Logging.EventSource": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Logging.TraceSource": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.ObjectPool": "(, 10.0.32767]",
- "Microsoft.Extensions.Options": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Options.ConfigurationExtensions": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Options.DataAnnotations": "(, 10.0.0-preview.4.25258.110]",
- "Microsoft.Extensions.Primitives": "(, 10.0.0-preview.4.25258.110]",
- "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.0-preview.4.25258.110]",
- "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.0-preview.4.25258.110]",
- "System.Diagnostics.EventLog": "(, 10.0.0-preview.4.25258.110]",
- "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.0-preview.4.25258.110]",
- "System.Formats.Tar": "(, 10.0.0-preview.4.25258.110]",
- "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.0-preview.4.25258.110]",
- "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.0-preview.4.25258.110]",
- "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.0-preview.4.25258.110]",
- "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.0-preview.4.25258.110]",
- "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.0-preview.4.25258.110]",
- "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.0-preview.4.25258.110]",
- "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.0-preview.4.25258.110]",
- "System.Text.Encoding.Extensions": "(, 4.3.32767]",
- "System.Text.Encodings.Web": "(, 10.0.0-preview.4.25258.110]",
- "System.Text.Json": "(, 10.0.0-preview.4.25258.110]",
- "System.Text.RegularExpressions": "(, 4.3.32767]",
- "System.Threading": "(, 4.3.32767]",
- "System.Threading.Channels": "(, 10.0.0-preview.4.25258.110]",
- "System.Threading.Overlapped": "(, 4.3.32767]",
- "System.Threading.RateLimiting": "(, 10.0.0-preview.4.25258.110]",
- "System.Threading.Tasks": "(, 4.3.32767]",
- "System.Threading.Tasks.Dataflow": "(, 10.0.0-preview.4.25258.110]",
- "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]"
- }
- }
- }
- },
- "logs": [
- {
- "code": "NU1510",
- "level": "Warning",
- "warningLevel": 1,
- "message": "PackageReference Microsoft.AspNetCore.Mvc will not be pruned. Consider removing this package from your dependencies, as it is likely unnecessary."
- },
- {
- "code": "NU1510",
- "level": "Warning",
- "warningLevel": 1,
- "message": "PackageReference Microsoft.AspNetCore.Mvc.TagHelpers will not be pruned. Consider removing this package from your dependencies, as it is likely unnecessary."
- },
- {
- "code": "NU1510",
- "level": "Warning",
- "warningLevel": 1,
- "message": "PackageReference Microsoft.Extensions.Hosting will not be pruned. Consider removing this package from your dependencies, as it is likely unnecessary."
- }
- ]
-}
\ No newline at end of file
diff --git a/src/KSFramework/obj/project.nuget.cache b/src/KSFramework/obj/project.nuget.cache
deleted file mode 100644
index 67e0ffe..0000000
--- a/src/KSFramework/obj/project.nuget.cache
+++ /dev/null
@@ -1,85 +0,0 @@
-{
- "version": 2,
- "dgSpecHash": "0aCFF1ILx5w=",
- "success": true,
- "projectFilePath": "/Users/sadin/Projects/Personal Projects/NugetPackages/KSFramework/src/KSFramework/KSFramework.csproj",
- "expectedPackageFiles": [
- "/Users/sadin/.nuget/packages/azure.core/1.38.0/azure.core.1.38.0.nupkg.sha512",
- "/Users/sadin/.nuget/packages/azure.identity/1.11.4/azure.identity.1.11.4.nupkg.sha512",
- "/Users/sadin/.nuget/packages/fluentvalidation/12.0.0/fluentvalidation.12.0.0.nupkg.sha512",
- "/Users/sadin/.nuget/packages/mediatr/12.5.0/mediatr.12.5.0.nupkg.sha512",
- "/Users/sadin/.nuget/packages/mediatr.contracts/2.0.1/mediatr.contracts.2.0.1.nupkg.sha512",
- "/Users/sadin/.nuget/packages/microsoft.aspnetcore.mvc/2.3.0/microsoft.aspnetcore.mvc.2.3.0.nupkg.sha512",
- "/Users/sadin/.nuget/packages/microsoft.aspnetcore.mvc.razor.extensions/2.3.0/microsoft.aspnetcore.mvc.razor.extensions.2.3.0.nupkg.sha512",
- "/Users/sadin/.nuget/packages/microsoft.aspnetcore.mvc.taghelpers/2.3.0/microsoft.aspnetcore.mvc.taghelpers.2.3.0.nupkg.sha512",
- "/Users/sadin/.nuget/packages/microsoft.aspnetcore.razor.design/2.3.0/microsoft.aspnetcore.razor.design.2.3.0.nupkg.sha512",
- "/Users/sadin/.nuget/packages/microsoft.aspnetcore.razor.language/2.3.0/microsoft.aspnetcore.razor.language.2.3.0.nupkg.sha512",
- "/Users/sadin/.nuget/packages/microsoft.bcl.asyncinterfaces/1.1.1/microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512",
- "/Users/sadin/.nuget/packages/microsoft.codeanalysis.analyzers/1.1.0/microsoft.codeanalysis.analyzers.1.1.0.nupkg.sha512",
- "/Users/sadin/.nuget/packages/microsoft.codeanalysis.common/2.8.2/microsoft.codeanalysis.common.2.8.2.nupkg.sha512",
- "/Users/sadin/.nuget/packages/microsoft.codeanalysis.csharp/2.8.2/microsoft.codeanalysis.csharp.2.8.2.nupkg.sha512",
- "/Users/sadin/.nuget/packages/microsoft.codeanalysis.razor/2.3.0/microsoft.codeanalysis.razor.2.3.0.nupkg.sha512",
- "/Users/sadin/.nuget/packages/microsoft.data.sqlclient/5.1.6/microsoft.data.sqlclient.5.1.6.nupkg.sha512",
- "/Users/sadin/.nuget/packages/microsoft.data.sqlclient.sni.runtime/5.1.1/microsoft.data.sqlclient.sni.runtime.5.1.1.nupkg.sha512",
- "/Users/sadin/.nuget/packages/microsoft.entityframeworkcore/9.0.5/microsoft.entityframeworkcore.9.0.5.nupkg.sha512",
- "/Users/sadin/.nuget/packages/microsoft.entityframeworkcore.abstractions/9.0.5/microsoft.entityframeworkcore.abstractions.9.0.5.nupkg.sha512",
- "/Users/sadin/.nuget/packages/microsoft.entityframeworkcore.analyzers/9.0.5/microsoft.entityframeworkcore.analyzers.9.0.5.nupkg.sha512",
- "/Users/sadin/.nuget/packages/microsoft.entityframeworkcore.relational/9.0.5/microsoft.entityframeworkcore.relational.9.0.5.nupkg.sha512",
- "/Users/sadin/.nuget/packages/microsoft.entityframeworkcore.relational.design/1.1.6/microsoft.entityframeworkcore.relational.design.1.1.6.nupkg.sha512",
- "/Users/sadin/.nuget/packages/microsoft.entityframeworkcore.sqlserver/9.0.5/microsoft.entityframeworkcore.sqlserver.9.0.5.nupkg.sha512",
- "/Users/sadin/.nuget/packages/microsoft.entityframeworkcore.sqlserver.design/1.1.6/microsoft.entityframeworkcore.sqlserver.design.1.1.6.nupkg.sha512",
- "/Users/sadin/.nuget/packages/microsoft.extensions.hosting/9.0.5/microsoft.extensions.hosting.9.0.5.nupkg.sha512",
- "/Users/sadin/.nuget/packages/microsoft.identity.client/4.61.3/microsoft.identity.client.4.61.3.nupkg.sha512",
- "/Users/sadin/.nuget/packages/microsoft.identity.client.extensions.msal/4.61.3/microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512",
- "/Users/sadin/.nuget/packages/microsoft.identitymodel.abstractions/6.35.0/microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512",
- "/Users/sadin/.nuget/packages/microsoft.identitymodel.jsonwebtokens/6.35.0/microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512",
- "/Users/sadin/.nuget/packages/microsoft.identitymodel.logging/6.35.0/microsoft.identitymodel.logging.6.35.0.nupkg.sha512",
- "/Users/sadin/.nuget/packages/microsoft.identitymodel.protocols/6.35.0/microsoft.identitymodel.protocols.6.35.0.nupkg.sha512",
- "/Users/sadin/.nuget/packages/microsoft.identitymodel.protocols.openidconnect/6.35.0/microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512",
- "/Users/sadin/.nuget/packages/microsoft.identitymodel.tokens/6.35.0/microsoft.identitymodel.tokens.6.35.0.nupkg.sha512",
- "/Users/sadin/.nuget/packages/microsoft.netcore.platforms/1.1.0/microsoft.netcore.platforms.1.1.0.nupkg.sha512",
- "/Users/sadin/.nuget/packages/microsoft.sqlserver.server/1.0.0/microsoft.sqlserver.server.1.0.0.nupkg.sha512",
- "/Users/sadin/.nuget/packages/microsoft.win32.systemevents/6.0.0/microsoft.win32.systemevents.6.0.0.nupkg.sha512",
- "/Users/sadin/.nuget/packages/netstandard.library/1.6.1/netstandard.library.1.6.1.nupkg.sha512",
- "/Users/sadin/.nuget/packages/newtonsoft.json/13.0.3/newtonsoft.json.13.0.3.nupkg.sha512",
- "/Users/sadin/.nuget/packages/pluralize.net/1.0.2/pluralize.net.1.0.2.nupkg.sha512",
- "/Users/sadin/.nuget/packages/system.clientmodel/1.0.0/system.clientmodel.1.0.0.nupkg.sha512",
- "/Users/sadin/.nuget/packages/system.configuration.configurationmanager/6.0.1/system.configuration.configurationmanager.6.0.1.nupkg.sha512",
- "/Users/sadin/.nuget/packages/system.drawing.common/6.0.0/system.drawing.common.6.0.0.nupkg.sha512",
- "/Users/sadin/.nuget/packages/system.identitymodel.tokens.jwt/6.35.0/system.identitymodel.tokens.jwt.6.35.0.nupkg.sha512",
- "/Users/sadin/.nuget/packages/system.memory.data/1.0.2/system.memory.data.1.0.2.nupkg.sha512",
- "/Users/sadin/.nuget/packages/system.runtime.caching/6.0.0/system.runtime.caching.6.0.0.nupkg.sha512",
- "/Users/sadin/.nuget/packages/system.security.cryptography.protecteddata/6.0.0/system.security.cryptography.protecteddata.6.0.0.nupkg.sha512",
- "/Users/sadin/.nuget/packages/system.security.permissions/6.0.0/system.security.permissions.6.0.0.nupkg.sha512",
- "/Users/sadin/.nuget/packages/system.windows.extensions/6.0.0/system.windows.extensions.6.0.0.nupkg.sha512"
- ],
- "logs": [
- {
- "code": "NU1510",
- "level": "Warning",
- "message": "PackageReference Microsoft.AspNetCore.Mvc will not be pruned. Consider removing this package from your dependencies, as it is likely unnecessary.",
- "projectPath": "/Users/sadin/Projects/Personal Projects/NugetPackages/KSFramework/src/KSFramework/KSFramework.csproj",
- "warningLevel": 1,
- "filePath": "/Users/sadin/Projects/Personal Projects/NugetPackages/KSFramework/src/KSFramework/KSFramework.csproj",
- "targetGraphs": []
- },
- {
- "code": "NU1510",
- "level": "Warning",
- "message": "PackageReference Microsoft.AspNetCore.Mvc.TagHelpers will not be pruned. Consider removing this package from your dependencies, as it is likely unnecessary.",
- "projectPath": "/Users/sadin/Projects/Personal Projects/NugetPackages/KSFramework/src/KSFramework/KSFramework.csproj",
- "warningLevel": 1,
- "filePath": "/Users/sadin/Projects/Personal Projects/NugetPackages/KSFramework/src/KSFramework/KSFramework.csproj",
- "targetGraphs": []
- },
- {
- "code": "NU1510",
- "level": "Warning",
- "message": "PackageReference Microsoft.Extensions.Hosting will not be pruned. Consider removing this package from your dependencies, as it is likely unnecessary.",
- "projectPath": "/Users/sadin/Projects/Personal Projects/NugetPackages/KSFramework/src/KSFramework/KSFramework.csproj",
- "warningLevel": 1,
- "filePath": "/Users/sadin/Projects/Personal Projects/NugetPackages/KSFramework/src/KSFramework/KSFramework.csproj",
- "targetGraphs": []
- }
- ]
-}
\ No newline at end of file
diff --git a/src/KSFramework/obj/project.packagespec.json b/src/KSFramework/obj/project.packagespec.json
deleted file mode 100644
index a936d35..0000000
--- a/src/KSFramework/obj/project.packagespec.json
+++ /dev/null
@@ -1 +0,0 @@
-"restore":{"projectUniqueName":"/Users/sadin/Projects/Personal Projects/NugetPackages/KSFramework/src/KSFramework/KSFramework.csproj","projectName":"KSFramework","projectPath":"/Users/sadin/Projects/Personal Projects/NugetPackages/KSFramework/src/KSFramework/KSFramework.csproj","outputPath":"/Users/sadin/Projects/Personal Projects/NugetPackages/KSFramework/src/KSFramework/obj/","projectStyle":"PackageReference","crossTargeting":true,"originalTargetFrameworks":["net10.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net10.0":{"targetAlias":"net10.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"all"},"SdkAnalysisLevel":"10.0.100"}"frameworks":{"net10.0":{"targetAlias":"net10.0","dependencies":{"FluentValidation":{"target":"Package","version":"[12.0.0, )"},"MediatR":{"target":"Package","version":"[12.5.0, )"},"Microsoft.AspNetCore.Mvc":{"target":"Package","version":"[2.3.0, )"},"Microsoft.AspNetCore.Mvc.TagHelpers":{"target":"Package","version":"[2.3.0, )"},"Microsoft.EntityFrameworkCore":{"target":"Package","version":"[9.0.5, )"},"Microsoft.EntityFrameworkCore.SqlServer":{"target":"Package","version":"[9.0.5, )"},"Microsoft.EntityFrameworkCore.SqlServer.Design":{"target":"Package","version":"[1.1.6, )"},"Microsoft.Extensions.Hosting":{"target":"Package","version":"[9.0.5, )"},"Newtonsoft.Json":{"target":"Package","version":"[13.0.3, )"},"Pluralize.NET":{"target":"Package","version":"[1.0.2, )"}},"imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.AspNetCore.App":{"privateAssets":"none"},"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/usr/local/share/dotnet/sdk/10.0.100-preview.4.25258.110/PortableRuntimeIdentifierGraph.json"}}
\ No newline at end of file
diff --git a/src/KSFramework/obj/rider.project.model.nuget.info b/src/KSFramework/obj/rider.project.model.nuget.info
deleted file mode 100644
index abc9cc5..0000000
--- a/src/KSFramework/obj/rider.project.model.nuget.info
+++ /dev/null
@@ -1 +0,0 @@
-17487167010211379
\ No newline at end of file
diff --git a/src/KSFramework/obj/rider.project.restore.info b/src/KSFramework/obj/rider.project.restore.info
deleted file mode 100644
index 80f98cc..0000000
--- a/src/KSFramework/obj/rider.project.restore.info
+++ /dev/null
@@ -1 +0,0 @@
-17487172959528158
\ No newline at end of file