diff --git a/.vs/Libraries/v17/.wsuo b/.vs/Libraries/v17/.wsuo
index 8b8376e..1f1334b 100644
Binary files a/.vs/Libraries/v17/.wsuo and b/.vs/Libraries/v17/.wsuo differ
diff --git a/.vs/Libraries/v17/DocumentLayout.json b/.vs/Libraries/v17/DocumentLayout.json
index e9b923a..15e8e3a 100644
--- a/.vs/Libraries/v17/DocumentLayout.json
+++ b/.vs/Libraries/v17/DocumentLayout.json
@@ -1,6 +1,6 @@
{
"Version": 1,
- "WorkspaceRootPath": "D:\\REPOS\\MANGO\\source\\Nopcommerce.Common\\4.70\\Libraries\\",
+ "WorkspaceRootPath": "H:\\Applications\\Mango\\Source\\NopCommerce.Common\\4.70\\Libraries\\",
"Documents": [],
"DocumentGroupContainers": [
{
@@ -13,7 +13,31 @@
"Children": [
{
"$type": "Bookmark",
- "Name": "ST:0:0:{6324226f-61b6-4f28-92ee-18d4b5fe1e48}"
+ "Name": "ST:129:0:{1fc202d4-d401-403c-9834-5b218574bb67}"
+ },
+ {
+ "$type": "Bookmark",
+ "Name": "ST:129:0:{116d2292-e37d-41cd-a077-ebacac4c8cc4}"
+ },
+ {
+ "$type": "Bookmark",
+ "Name": "ST:128:0:{1fc202d4-d401-403c-9834-5b218574bb67}"
+ },
+ {
+ "$type": "Bookmark",
+ "Name": "ST:130:0:{116d2292-e37d-41cd-a077-ebacac4c8cc4}"
+ },
+ {
+ "$type": "Bookmark",
+ "Name": "ST:131:0:{116d2292-e37d-41cd-a077-ebacac4c8cc4}"
+ },
+ {
+ "$type": "Bookmark",
+ "Name": "ST:132:0:{116d2292-e37d-41cd-a077-ebacac4c8cc4}"
+ },
+ {
+ "$type": "Bookmark",
+ "Name": "ST:128:0:{116d2292-e37d-41cd-a077-ebacac4c8cc4}"
}
]
}
diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json
index d701528..33dc8ba 100644
--- a/.vs/VSWorkspaceState.json
+++ b/.vs/VSWorkspaceState.json
@@ -2,6 +2,6 @@
"ExpandedNodes": [
""
],
- "SelectedNode": "\\D:\\REPOS\\MANGO\\source\\Nopcommerce.Common\\4.70\\Libraries",
+ "SelectedNode": "\\H:\\Applications\\Mango\\Source\\NopCommerce.Common\\4.70\\Libraries",
"PreviewInSolutionExplorer": false
}
\ No newline at end of file
diff --git a/Mango.Nop.Core/Class1.cs b/Mango.Nop.Core/Class1.cs
new file mode 100644
index 0000000..b0a5bc6
--- /dev/null
+++ b/Mango.Nop.Core/Class1.cs
@@ -0,0 +1,7 @@
+namespace Mango.Nop.Core
+{
+ public class Class1
+ {
+
+ }
+}
diff --git a/Mango.Nop.Core/Mango.Nop.Core.csproj b/Mango.Nop.Core/Mango.Nop.Core.csproj
new file mode 100644
index 0000000..fa71b7a
--- /dev/null
+++ b/Mango.Nop.Core/Mango.Nop.Core.csproj
@@ -0,0 +1,9 @@
+
+
+
+ net8.0
+ enable
+ enable
+
+
+
diff --git a/Mango.Nop.Core/bin/Debug/net8.0/Mango.Nop.Core.deps.json b/Mango.Nop.Core/bin/Debug/net8.0/Mango.Nop.Core.deps.json
new file mode 100644
index 0000000..d65f145
--- /dev/null
+++ b/Mango.Nop.Core/bin/Debug/net8.0/Mango.Nop.Core.deps.json
@@ -0,0 +1,23 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v8.0",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v8.0": {
+ "Mango.Nop.Core/1.0.0": {
+ "runtime": {
+ "Mango.Nop.Core.dll": {}
+ }
+ }
+ }
+ },
+ "libraries": {
+ "Mango.Nop.Core/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/Mango.Nop.Core/bin/Debug/net8.0/Mango.Nop.Core.dll b/Mango.Nop.Core/bin/Debug/net8.0/Mango.Nop.Core.dll
new file mode 100644
index 0000000..b877e1f
Binary files /dev/null and b/Mango.Nop.Core/bin/Debug/net8.0/Mango.Nop.Core.dll differ
diff --git a/Mango.Nop.Core/bin/Debug/net8.0/Mango.Nop.Core.pdb b/Mango.Nop.Core/bin/Debug/net8.0/Mango.Nop.Core.pdb
new file mode 100644
index 0000000..748ea6f
Binary files /dev/null and b/Mango.Nop.Core/bin/Debug/net8.0/Mango.Nop.Core.pdb differ
diff --git a/Mango.Nop.Core/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/Mango.Nop.Core/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..2217181
--- /dev/null
+++ b/Mango.Nop.Core/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
diff --git a/Mango.Nop.Core/obj/Debug/net8.0/Mango.Nop.Core.AssemblyInfo.cs b/Mango.Nop.Core/obj/Debug/net8.0/Mango.Nop.Core.AssemblyInfo.cs
new file mode 100644
index 0000000..4eb9ef4
--- /dev/null
+++ b/Mango.Nop.Core/obj/Debug/net8.0/Mango.Nop.Core.AssemblyInfo.cs
@@ -0,0 +1,23 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// 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("Mango.Nop.Core")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+3c6908010b274be009484be3f868679f3dc1a856")]
+[assembly: System.Reflection.AssemblyProductAttribute("Mango.Nop.Core")]
+[assembly: System.Reflection.AssemblyTitleAttribute("Mango.Nop.Core")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/Mango.Nop.Core/obj/Debug/net8.0/Mango.Nop.Core.AssemblyInfoInputs.cache b/Mango.Nop.Core/obj/Debug/net8.0/Mango.Nop.Core.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..22e4488
--- /dev/null
+++ b/Mango.Nop.Core/obj/Debug/net8.0/Mango.Nop.Core.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+54f0300f49b25fb7b7853ef65fea923050cdd770005dc2d28497ad7aed41a23a
diff --git a/Mango.Nop.Core/obj/Debug/net8.0/Mango.Nop.Core.GeneratedMSBuildEditorConfig.editorconfig b/Mango.Nop.Core/obj/Debug/net8.0/Mango.Nop.Core.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..b2001a2
--- /dev/null
+++ b/Mango.Nop.Core/obj/Debug/net8.0/Mango.Nop.Core.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+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 = Mango.Nop.Core
+build_property.ProjectDir = H:\Applications\Mango\Source\NopCommerce.Common\4.70\Libraries\Mango.Nop.Core\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/Mango.Nop.Core/obj/Debug/net8.0/Mango.Nop.Core.GlobalUsings.g.cs b/Mango.Nop.Core/obj/Debug/net8.0/Mango.Nop.Core.GlobalUsings.g.cs
new file mode 100644
index 0000000..8578f3d
--- /dev/null
+++ b/Mango.Nop.Core/obj/Debug/net8.0/Mango.Nop.Core.GlobalUsings.g.cs
@@ -0,0 +1,8 @@
+//
+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/Mango.Nop.Core/obj/Debug/net8.0/Mango.Nop.Core.assets.cache b/Mango.Nop.Core/obj/Debug/net8.0/Mango.Nop.Core.assets.cache
new file mode 100644
index 0000000..b61b282
Binary files /dev/null and b/Mango.Nop.Core/obj/Debug/net8.0/Mango.Nop.Core.assets.cache differ
diff --git a/Mango.Nop.Core/obj/Debug/net8.0/Mango.Nop.Core.csproj.CoreCompileInputs.cache b/Mango.Nop.Core/obj/Debug/net8.0/Mango.Nop.Core.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..f3c1636
--- /dev/null
+++ b/Mango.Nop.Core/obj/Debug/net8.0/Mango.Nop.Core.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+f44b5b6040c950a906fd7c8ece66157b0dc56465e30d8ac7d1dc66e4f42b39e9
diff --git a/Mango.Nop.Core/obj/Debug/net8.0/Mango.Nop.Core.csproj.FileListAbsolute.txt b/Mango.Nop.Core/obj/Debug/net8.0/Mango.Nop.Core.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..4a8ad50
--- /dev/null
+++ b/Mango.Nop.Core/obj/Debug/net8.0/Mango.Nop.Core.csproj.FileListAbsolute.txt
@@ -0,0 +1,11 @@
+H:\Applications\Mango\Source\NopCommerce.Common\4.70\Libraries\Mango.Nop.Core\bin\Debug\net8.0\Mango.Nop.Core.deps.json
+H:\Applications\Mango\Source\NopCommerce.Common\4.70\Libraries\Mango.Nop.Core\bin\Debug\net8.0\Mango.Nop.Core.dll
+H:\Applications\Mango\Source\NopCommerce.Common\4.70\Libraries\Mango.Nop.Core\bin\Debug\net8.0\Mango.Nop.Core.pdb
+H:\Applications\Mango\Source\NopCommerce.Common\4.70\Libraries\Mango.Nop.Core\obj\Debug\net8.0\Mango.Nop.Core.GeneratedMSBuildEditorConfig.editorconfig
+H:\Applications\Mango\Source\NopCommerce.Common\4.70\Libraries\Mango.Nop.Core\obj\Debug\net8.0\Mango.Nop.Core.AssemblyInfoInputs.cache
+H:\Applications\Mango\Source\NopCommerce.Common\4.70\Libraries\Mango.Nop.Core\obj\Debug\net8.0\Mango.Nop.Core.AssemblyInfo.cs
+H:\Applications\Mango\Source\NopCommerce.Common\4.70\Libraries\Mango.Nop.Core\obj\Debug\net8.0\Mango.Nop.Core.csproj.CoreCompileInputs.cache
+H:\Applications\Mango\Source\NopCommerce.Common\4.70\Libraries\Mango.Nop.Core\obj\Debug\net8.0\Mango.Nop.Core.dll
+H:\Applications\Mango\Source\NopCommerce.Common\4.70\Libraries\Mango.Nop.Core\obj\Debug\net8.0\refint\Mango.Nop.Core.dll
+H:\Applications\Mango\Source\NopCommerce.Common\4.70\Libraries\Mango.Nop.Core\obj\Debug\net8.0\Mango.Nop.Core.pdb
+H:\Applications\Mango\Source\NopCommerce.Common\4.70\Libraries\Mango.Nop.Core\obj\Debug\net8.0\ref\Mango.Nop.Core.dll
diff --git a/Mango.Nop.Core/obj/Debug/net8.0/Mango.Nop.Core.dll b/Mango.Nop.Core/obj/Debug/net8.0/Mango.Nop.Core.dll
new file mode 100644
index 0000000..b877e1f
Binary files /dev/null and b/Mango.Nop.Core/obj/Debug/net8.0/Mango.Nop.Core.dll differ
diff --git a/Mango.Nop.Core/obj/Debug/net8.0/Mango.Nop.Core.pdb b/Mango.Nop.Core/obj/Debug/net8.0/Mango.Nop.Core.pdb
new file mode 100644
index 0000000..748ea6f
Binary files /dev/null and b/Mango.Nop.Core/obj/Debug/net8.0/Mango.Nop.Core.pdb differ
diff --git a/Mango.Nop.Core/obj/Debug/net8.0/ref/Mango.Nop.Core.dll b/Mango.Nop.Core/obj/Debug/net8.0/ref/Mango.Nop.Core.dll
new file mode 100644
index 0000000..53832cc
Binary files /dev/null and b/Mango.Nop.Core/obj/Debug/net8.0/ref/Mango.Nop.Core.dll differ
diff --git a/Mango.Nop.Core/obj/Debug/net8.0/refint/Mango.Nop.Core.dll b/Mango.Nop.Core/obj/Debug/net8.0/refint/Mango.Nop.Core.dll
new file mode 100644
index 0000000..53832cc
Binary files /dev/null and b/Mango.Nop.Core/obj/Debug/net8.0/refint/Mango.Nop.Core.dll differ
diff --git a/Mango.Nop.Core/obj/Mango.Nop.Core.csproj.nuget.dgspec.json b/Mango.Nop.Core/obj/Mango.Nop.Core.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..b781e14
--- /dev/null
+++ b/Mango.Nop.Core/obj/Mango.Nop.Core.csproj.nuget.dgspec.json
@@ -0,0 +1,77 @@
+{
+ "format": 1,
+ "restore": {
+ "H:\\Applications\\Mango\\Source\\NopCommerce.Common\\4.70\\Libraries\\Mango.Nop.Core\\Mango.Nop.Core.csproj": {}
+ },
+ "projects": {
+ "H:\\Applications\\Mango\\Source\\NopCommerce.Common\\4.70\\Libraries\\Mango.Nop.Core\\Mango.Nop.Core.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "H:\\Applications\\Mango\\Source\\NopCommerce.Common\\4.70\\Libraries\\Mango.Nop.Core\\Mango.Nop.Core.csproj",
+ "projectName": "Mango.Nop.Core",
+ "projectPath": "H:\\Applications\\Mango\\Source\\NopCommerce.Common\\4.70\\Libraries\\Mango.Nop.Core\\Mango.Nop.Core.csproj",
+ "packagesPath": "C:\\Users\\Fullepi\\.nuget\\packages\\",
+ "outputPath": "H:\\Applications\\Mango\\Source\\NopCommerce.Common\\4.70\\Libraries\\Mango.Nop.Core\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages",
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\Fullepi\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {},
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "H:\\Applications\\Aycode\\Source\\Anata-Plugins-NetCore\\_AnataDlls": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ }
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.403/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/Mango.Nop.Core/obj/Mango.Nop.Core.csproj.nuget.g.props b/Mango.Nop.Core/obj/Mango.Nop.Core.csproj.nuget.g.props
new file mode 100644
index 0000000..f84ee86
--- /dev/null
+++ b/Mango.Nop.Core/obj/Mango.Nop.Core.csproj.nuget.g.props
@@ -0,0 +1,17 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\Fullepi\.nuget\packages\;C:\Program Files\DevExpress 24.1\Components\Offline Packages;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
+ PackageReference
+ 6.11.1
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Mango.Nop.Core/obj/Mango.Nop.Core.csproj.nuget.g.targets b/Mango.Nop.Core/obj/Mango.Nop.Core.csproj.nuget.g.targets
new file mode 100644
index 0000000..3dc06ef
--- /dev/null
+++ b/Mango.Nop.Core/obj/Mango.Nop.Core.csproj.nuget.g.targets
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/Mango.Nop.Core/obj/project.assets.json b/Mango.Nop.Core/obj/project.assets.json
new file mode 100644
index 0000000..6963911
--- /dev/null
+++ b/Mango.Nop.Core/obj/project.assets.json
@@ -0,0 +1,84 @@
+{
+ "version": 3,
+ "targets": {
+ "net8.0": {}
+ },
+ "libraries": {},
+ "projectFileDependencyGroups": {
+ "net8.0": []
+ },
+ "packageFolders": {
+ "C:\\Users\\Fullepi\\.nuget\\packages\\": {},
+ "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages": {},
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
+ },
+ "project": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "H:\\Applications\\Mango\\Source\\NopCommerce.Common\\4.70\\Libraries\\Mango.Nop.Core\\Mango.Nop.Core.csproj",
+ "projectName": "Mango.Nop.Core",
+ "projectPath": "H:\\Applications\\Mango\\Source\\NopCommerce.Common\\4.70\\Libraries\\Mango.Nop.Core\\Mango.Nop.Core.csproj",
+ "packagesPath": "C:\\Users\\Fullepi\\.nuget\\packages\\",
+ "outputPath": "H:\\Applications\\Mango\\Source\\NopCommerce.Common\\4.70\\Libraries\\Mango.Nop.Core\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages",
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\Fullepi\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {},
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "H:\\Applications\\Aycode\\Source\\Anata-Plugins-NetCore\\_AnataDlls": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ }
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.403/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/Mango.Nop.Core/obj/project.nuget.cache b/Mango.Nop.Core/obj/project.nuget.cache
new file mode 100644
index 0000000..9509e88
--- /dev/null
+++ b/Mango.Nop.Core/obj/project.nuget.cache
@@ -0,0 +1,8 @@
+{
+ "version": 2,
+ "dgSpecHash": "ftk6osEUlaw=",
+ "success": true,
+ "projectFilePath": "H:\\Applications\\Mango\\Source\\NopCommerce.Common\\4.70\\Libraries\\Mango.Nop.Core\\Mango.Nop.Core.csproj",
+ "expectedPackageFiles": [],
+ "logs": []
+}
\ No newline at end of file
diff --git a/Mango.Nop.Services/Class1.cs b/Mango.Nop.Services/Class1.cs
new file mode 100644
index 0000000..4c0c7f4
--- /dev/null
+++ b/Mango.Nop.Services/Class1.cs
@@ -0,0 +1,7 @@
+namespace Mango.Nop.Services
+{
+ public class Class1
+ {
+
+ }
+}
diff --git a/Mango.Nop.Services/Mango.Nop.Services.csproj b/Mango.Nop.Services/Mango.Nop.Services.csproj
new file mode 100644
index 0000000..fa71b7a
--- /dev/null
+++ b/Mango.Nop.Services/Mango.Nop.Services.csproj
@@ -0,0 +1,9 @@
+
+
+
+ net8.0
+ enable
+ enable
+
+
+
diff --git a/Mango.Nop.Services/bin/Debug/net8.0/Mango.Nop.Services.deps.json b/Mango.Nop.Services/bin/Debug/net8.0/Mango.Nop.Services.deps.json
new file mode 100644
index 0000000..425c840
--- /dev/null
+++ b/Mango.Nop.Services/bin/Debug/net8.0/Mango.Nop.Services.deps.json
@@ -0,0 +1,23 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v8.0",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v8.0": {
+ "Mango.Nop.Services/1.0.0": {
+ "runtime": {
+ "Mango.Nop.Services.dll": {}
+ }
+ }
+ }
+ },
+ "libraries": {
+ "Mango.Nop.Services/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/Mango.Nop.Services/bin/Debug/net8.0/Mango.Nop.Services.dll b/Mango.Nop.Services/bin/Debug/net8.0/Mango.Nop.Services.dll
new file mode 100644
index 0000000..55f9e93
Binary files /dev/null and b/Mango.Nop.Services/bin/Debug/net8.0/Mango.Nop.Services.dll differ
diff --git a/Mango.Nop.Services/bin/Debug/net8.0/Mango.Nop.Services.pdb b/Mango.Nop.Services/bin/Debug/net8.0/Mango.Nop.Services.pdb
new file mode 100644
index 0000000..2ef07bb
Binary files /dev/null and b/Mango.Nop.Services/bin/Debug/net8.0/Mango.Nop.Services.pdb differ
diff --git a/Mango.Nop.Services/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/Mango.Nop.Services/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..2217181
--- /dev/null
+++ b/Mango.Nop.Services/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
diff --git a/Mango.Nop.Services/obj/Debug/net8.0/Mango.Nop.Services.AssemblyInfo.cs b/Mango.Nop.Services/obj/Debug/net8.0/Mango.Nop.Services.AssemblyInfo.cs
new file mode 100644
index 0000000..06c3193
--- /dev/null
+++ b/Mango.Nop.Services/obj/Debug/net8.0/Mango.Nop.Services.AssemblyInfo.cs
@@ -0,0 +1,23 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// 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("Mango.Nop.Services")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+3c6908010b274be009484be3f868679f3dc1a856")]
+[assembly: System.Reflection.AssemblyProductAttribute("Mango.Nop.Services")]
+[assembly: System.Reflection.AssemblyTitleAttribute("Mango.Nop.Services")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/Mango.Nop.Services/obj/Debug/net8.0/Mango.Nop.Services.AssemblyInfoInputs.cache b/Mango.Nop.Services/obj/Debug/net8.0/Mango.Nop.Services.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..b0e16fd
--- /dev/null
+++ b/Mango.Nop.Services/obj/Debug/net8.0/Mango.Nop.Services.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+b8eb1975d633ad8e4c1478e6a33aea91b5fb370e2c78b1a34c4b2ac700ad2e5e
diff --git a/Mango.Nop.Services/obj/Debug/net8.0/Mango.Nop.Services.GeneratedMSBuildEditorConfig.editorconfig b/Mango.Nop.Services/obj/Debug/net8.0/Mango.Nop.Services.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..bdc3590
--- /dev/null
+++ b/Mango.Nop.Services/obj/Debug/net8.0/Mango.Nop.Services.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+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 = Mango.Nop.Services
+build_property.ProjectDir = H:\Applications\Mango\Source\NopCommerce.Common\4.70\Libraries\Mango.Nop.Services\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/Mango.Nop.Services/obj/Debug/net8.0/Mango.Nop.Services.GlobalUsings.g.cs b/Mango.Nop.Services/obj/Debug/net8.0/Mango.Nop.Services.GlobalUsings.g.cs
new file mode 100644
index 0000000..8578f3d
--- /dev/null
+++ b/Mango.Nop.Services/obj/Debug/net8.0/Mango.Nop.Services.GlobalUsings.g.cs
@@ -0,0 +1,8 @@
+//
+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/Mango.Nop.Services/obj/Debug/net8.0/Mango.Nop.Services.assets.cache b/Mango.Nop.Services/obj/Debug/net8.0/Mango.Nop.Services.assets.cache
new file mode 100644
index 0000000..bbb525f
Binary files /dev/null and b/Mango.Nop.Services/obj/Debug/net8.0/Mango.Nop.Services.assets.cache differ
diff --git a/Mango.Nop.Services/obj/Debug/net8.0/Mango.Nop.Services.csproj.CoreCompileInputs.cache b/Mango.Nop.Services/obj/Debug/net8.0/Mango.Nop.Services.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..5b75a61
--- /dev/null
+++ b/Mango.Nop.Services/obj/Debug/net8.0/Mango.Nop.Services.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+84a2b4c5f19407ce23cab3f87b993d4f84768c68d7896a97f2100c6dfffb04e8
diff --git a/Mango.Nop.Services/obj/Debug/net8.0/Mango.Nop.Services.csproj.FileListAbsolute.txt b/Mango.Nop.Services/obj/Debug/net8.0/Mango.Nop.Services.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..63c02cb
--- /dev/null
+++ b/Mango.Nop.Services/obj/Debug/net8.0/Mango.Nop.Services.csproj.FileListAbsolute.txt
@@ -0,0 +1,11 @@
+H:\Applications\Mango\Source\NopCommerce.Common\4.70\Libraries\Mango.Nop.Services\bin\Debug\net8.0\Mango.Nop.Services.deps.json
+H:\Applications\Mango\Source\NopCommerce.Common\4.70\Libraries\Mango.Nop.Services\bin\Debug\net8.0\Mango.Nop.Services.dll
+H:\Applications\Mango\Source\NopCommerce.Common\4.70\Libraries\Mango.Nop.Services\bin\Debug\net8.0\Mango.Nop.Services.pdb
+H:\Applications\Mango\Source\NopCommerce.Common\4.70\Libraries\Mango.Nop.Services\obj\Debug\net8.0\Mango.Nop.Services.GeneratedMSBuildEditorConfig.editorconfig
+H:\Applications\Mango\Source\NopCommerce.Common\4.70\Libraries\Mango.Nop.Services\obj\Debug\net8.0\Mango.Nop.Services.AssemblyInfoInputs.cache
+H:\Applications\Mango\Source\NopCommerce.Common\4.70\Libraries\Mango.Nop.Services\obj\Debug\net8.0\Mango.Nop.Services.AssemblyInfo.cs
+H:\Applications\Mango\Source\NopCommerce.Common\4.70\Libraries\Mango.Nop.Services\obj\Debug\net8.0\Mango.Nop.Services.csproj.CoreCompileInputs.cache
+H:\Applications\Mango\Source\NopCommerce.Common\4.70\Libraries\Mango.Nop.Services\obj\Debug\net8.0\Mango.Nop.Services.dll
+H:\Applications\Mango\Source\NopCommerce.Common\4.70\Libraries\Mango.Nop.Services\obj\Debug\net8.0\refint\Mango.Nop.Services.dll
+H:\Applications\Mango\Source\NopCommerce.Common\4.70\Libraries\Mango.Nop.Services\obj\Debug\net8.0\Mango.Nop.Services.pdb
+H:\Applications\Mango\Source\NopCommerce.Common\4.70\Libraries\Mango.Nop.Services\obj\Debug\net8.0\ref\Mango.Nop.Services.dll
diff --git a/Mango.Nop.Services/obj/Debug/net8.0/Mango.Nop.Services.dll b/Mango.Nop.Services/obj/Debug/net8.0/Mango.Nop.Services.dll
new file mode 100644
index 0000000..55f9e93
Binary files /dev/null and b/Mango.Nop.Services/obj/Debug/net8.0/Mango.Nop.Services.dll differ
diff --git a/Mango.Nop.Services/obj/Debug/net8.0/Mango.Nop.Services.pdb b/Mango.Nop.Services/obj/Debug/net8.0/Mango.Nop.Services.pdb
new file mode 100644
index 0000000..2ef07bb
Binary files /dev/null and b/Mango.Nop.Services/obj/Debug/net8.0/Mango.Nop.Services.pdb differ
diff --git a/Mango.Nop.Services/obj/Debug/net8.0/ref/Mango.Nop.Services.dll b/Mango.Nop.Services/obj/Debug/net8.0/ref/Mango.Nop.Services.dll
new file mode 100644
index 0000000..c3de720
Binary files /dev/null and b/Mango.Nop.Services/obj/Debug/net8.0/ref/Mango.Nop.Services.dll differ
diff --git a/Mango.Nop.Services/obj/Debug/net8.0/refint/Mango.Nop.Services.dll b/Mango.Nop.Services/obj/Debug/net8.0/refint/Mango.Nop.Services.dll
new file mode 100644
index 0000000..c3de720
Binary files /dev/null and b/Mango.Nop.Services/obj/Debug/net8.0/refint/Mango.Nop.Services.dll differ
diff --git a/Mango.Nop.Services/obj/Mango.Nop.Services.csproj.nuget.dgspec.json b/Mango.Nop.Services/obj/Mango.Nop.Services.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..db2167a
--- /dev/null
+++ b/Mango.Nop.Services/obj/Mango.Nop.Services.csproj.nuget.dgspec.json
@@ -0,0 +1,77 @@
+{
+ "format": 1,
+ "restore": {
+ "H:\\Applications\\Mango\\Source\\NopCommerce.Common\\4.70\\Libraries\\Mango.Nop.Services\\Mango.Nop.Services.csproj": {}
+ },
+ "projects": {
+ "H:\\Applications\\Mango\\Source\\NopCommerce.Common\\4.70\\Libraries\\Mango.Nop.Services\\Mango.Nop.Services.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "H:\\Applications\\Mango\\Source\\NopCommerce.Common\\4.70\\Libraries\\Mango.Nop.Services\\Mango.Nop.Services.csproj",
+ "projectName": "Mango.Nop.Services",
+ "projectPath": "H:\\Applications\\Mango\\Source\\NopCommerce.Common\\4.70\\Libraries\\Mango.Nop.Services\\Mango.Nop.Services.csproj",
+ "packagesPath": "C:\\Users\\Fullepi\\.nuget\\packages\\",
+ "outputPath": "H:\\Applications\\Mango\\Source\\NopCommerce.Common\\4.70\\Libraries\\Mango.Nop.Services\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages",
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\Fullepi\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {},
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "H:\\Applications\\Aycode\\Source\\Anata-Plugins-NetCore\\_AnataDlls": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ }
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.403/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/Mango.Nop.Services/obj/Mango.Nop.Services.csproj.nuget.g.props b/Mango.Nop.Services/obj/Mango.Nop.Services.csproj.nuget.g.props
new file mode 100644
index 0000000..f84ee86
--- /dev/null
+++ b/Mango.Nop.Services/obj/Mango.Nop.Services.csproj.nuget.g.props
@@ -0,0 +1,17 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\Fullepi\.nuget\packages\;C:\Program Files\DevExpress 24.1\Components\Offline Packages;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
+ PackageReference
+ 6.11.1
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Mango.Nop.Services/obj/Mango.Nop.Services.csproj.nuget.g.targets b/Mango.Nop.Services/obj/Mango.Nop.Services.csproj.nuget.g.targets
new file mode 100644
index 0000000..3dc06ef
--- /dev/null
+++ b/Mango.Nop.Services/obj/Mango.Nop.Services.csproj.nuget.g.targets
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/Mango.Nop.Services/obj/project.assets.json b/Mango.Nop.Services/obj/project.assets.json
new file mode 100644
index 0000000..9b2331c
--- /dev/null
+++ b/Mango.Nop.Services/obj/project.assets.json
@@ -0,0 +1,84 @@
+{
+ "version": 3,
+ "targets": {
+ "net8.0": {}
+ },
+ "libraries": {},
+ "projectFileDependencyGroups": {
+ "net8.0": []
+ },
+ "packageFolders": {
+ "C:\\Users\\Fullepi\\.nuget\\packages\\": {},
+ "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages": {},
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
+ },
+ "project": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "H:\\Applications\\Mango\\Source\\NopCommerce.Common\\4.70\\Libraries\\Mango.Nop.Services\\Mango.Nop.Services.csproj",
+ "projectName": "Mango.Nop.Services",
+ "projectPath": "H:\\Applications\\Mango\\Source\\NopCommerce.Common\\4.70\\Libraries\\Mango.Nop.Services\\Mango.Nop.Services.csproj",
+ "packagesPath": "C:\\Users\\Fullepi\\.nuget\\packages\\",
+ "outputPath": "H:\\Applications\\Mango\\Source\\NopCommerce.Common\\4.70\\Libraries\\Mango.Nop.Services\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages",
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\Fullepi\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {},
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "H:\\Applications\\Aycode\\Source\\Anata-Plugins-NetCore\\_AnataDlls": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ }
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.403/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/Mango.Nop.Services/obj/project.nuget.cache b/Mango.Nop.Services/obj/project.nuget.cache
new file mode 100644
index 0000000..7aba1e8
--- /dev/null
+++ b/Mango.Nop.Services/obj/project.nuget.cache
@@ -0,0 +1,8 @@
+{
+ "version": 2,
+ "dgSpecHash": "1mPhOlBztiY=",
+ "success": true,
+ "projectFilePath": "H:\\Applications\\Mango\\Source\\NopCommerce.Common\\4.70\\Libraries\\Mango.Nop.Services\\Mango.Nop.Services.csproj",
+ "expectedPackageFiles": [],
+ "logs": []
+}
\ No newline at end of file