diff --git a/UniversalTagEditor.Core/bin/Debug/net8.0/UniversalTagEditor.Core.deps.json b/UniversalTagEditor.Core/bin/Debug/net8.0/UniversalTagEditor.Core.deps.json
new file mode 100644
index 0000000..bee3996
--- /dev/null
+++ b/UniversalTagEditor.Core/bin/Debug/net8.0/UniversalTagEditor.Core.deps.json
@@ -0,0 +1,110 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v8.0",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v8.0": {
+ "UniversalTagEditor.Core/1.0.0": {
+ "dependencies": {
+ "CsvHelper": "33.1.0",
+ "MetaBrainz.MusicBrainz": "8.0.1",
+ "TagLibSharp": "2.3.0"
+ },
+ "runtime": {
+ "UniversalTagEditor.Core.dll": {}
+ }
+ },
+ "CsvHelper/33.1.0": {
+ "runtime": {
+ "lib/net8.0/CsvHelper.dll": {
+ "assemblyVersion": "33.0.0.0",
+ "fileVersion": "33.1.0.26"
+ }
+ }
+ },
+ "MetaBrainz.Common/4.1.1": {
+ "runtime": {
+ "lib/net8.0/MetaBrainz.Common.dll": {
+ "assemblyVersion": "4.1.0.0",
+ "fileVersion": "4.1.1.0"
+ }
+ }
+ },
+ "MetaBrainz.Common.Json/7.2.0": {
+ "dependencies": {
+ "MetaBrainz.Common": "4.1.1"
+ },
+ "runtime": {
+ "lib/net8.0/MetaBrainz.Common.Json.dll": {
+ "assemblyVersion": "7.2.0.0",
+ "fileVersion": "7.2.0.0"
+ }
+ }
+ },
+ "MetaBrainz.MusicBrainz/8.0.1": {
+ "dependencies": {
+ "MetaBrainz.Common": "4.1.1",
+ "MetaBrainz.Common.Json": "7.2.0"
+ },
+ "runtime": {
+ "lib/net8.0/MetaBrainz.MusicBrainz.dll": {
+ "assemblyVersion": "8.0.0.0",
+ "fileVersion": "8.0.1.0"
+ }
+ }
+ },
+ "TagLibSharp/2.3.0": {
+ "runtime": {
+ "lib/netstandard2.0/TagLibSharp.dll": {
+ "assemblyVersion": "2.3.0.0",
+ "fileVersion": "2.3.0.0"
+ }
+ }
+ }
+ }
+ },
+ "libraries": {
+ "UniversalTagEditor.Core/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "CsvHelper/33.1.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-kqfTOZGrn7NarNeXgjh86JcpTHUoeQDMB8t9NVa/ZtlSYiV1rxfRnQ49WaJsob4AiGrbK0XDzpyKkBwai4F8eg==",
+ "path": "csvhelper/33.1.0",
+ "hashPath": "csvhelper.33.1.0.nupkg.sha512"
+ },
+ "MetaBrainz.Common/4.1.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-ovKr4BktLkKdGcMkKJihcGNPqvsPW4DXRmi051SbJICauVkKgnZFI51uWaHoQoO8Z6YBTqLzqam/GfRlMj0xcw==",
+ "path": "metabrainz.common/4.1.1",
+ "hashPath": "metabrainz.common.4.1.1.nupkg.sha512"
+ },
+ "MetaBrainz.Common.Json/7.2.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-e3lPRMTujYYzBzZI7GV3s4OwXdBViGGrdpvWf5J/PXFaasjEdkQvKpmwG26PplZ3atPRK8x3FRVgP4lOARAoLQ==",
+ "path": "metabrainz.common.json/7.2.0",
+ "hashPath": "metabrainz.common.json.7.2.0.nupkg.sha512"
+ },
+ "MetaBrainz.MusicBrainz/8.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-CXyfOQbYyICPTOckS169V4+zmk71sd2z6FncoQxE3uR1fvwyD5Q7+Iv5/mAmqnb/u6IyepMt+2+O8lzDLmXZbg==",
+ "path": "metabrainz.musicbrainz/8.0.1",
+ "hashPath": "metabrainz.musicbrainz.8.0.1.nupkg.sha512"
+ },
+ "TagLibSharp/2.3.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-Qo4z6ZjnIfbR3Us1Za5M2vQ97OWZPmODvVmepxZ8XW0UIVLGdO2T63/N3b23kCcyiwuIe0TQvMEQG8wUCCD1mA==",
+ "path": "taglibsharp/2.3.0",
+ "hashPath": "taglibsharp.2.3.0.nupkg.sha512"
+ }
+ }
+}
\ No newline at end of file
diff --git a/UniversalTagEditor.Core/bin/Debug/net8.0/UniversalTagEditor.Core.dll b/UniversalTagEditor.Core/bin/Debug/net8.0/UniversalTagEditor.Core.dll
new file mode 100644
index 0000000..a93a70a
Binary files /dev/null and b/UniversalTagEditor.Core/bin/Debug/net8.0/UniversalTagEditor.Core.dll differ
diff --git a/UniversalTagEditor.Core/bin/Debug/net8.0/UniversalTagEditor.Core.pdb b/UniversalTagEditor.Core/bin/Debug/net8.0/UniversalTagEditor.Core.pdb
new file mode 100644
index 0000000..02035db
Binary files /dev/null and b/UniversalTagEditor.Core/bin/Debug/net8.0/UniversalTagEditor.Core.pdb differ
diff --git a/UniversalTagEditor.Core/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/UniversalTagEditor.Core/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..2217181
--- /dev/null
+++ b/UniversalTagEditor.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/UniversalTagEditor.Core/obj/Debug/net8.0/UniversalTagEditor.Core.AssemblyInfo.cs b/UniversalTagEditor.Core/obj/Debug/net8.0/UniversalTagEditor.Core.AssemblyInfo.cs
new file mode 100644
index 0000000..c379e17
--- /dev/null
+++ b/UniversalTagEditor.Core/obj/Debug/net8.0/UniversalTagEditor.Core.AssemblyInfo.cs
@@ -0,0 +1,23 @@
+//------------------------------------------------------------------------------
+//
+// Этот код создан программой.
+// Исполняемая версия:4.0.30319.42000
+//
+// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
+// повторной генерации кода.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("UniversalTagEditor.Core")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+399691cb05a3e92be12505bfa2e438097e72b680")]
+[assembly: System.Reflection.AssemblyProductAttribute("UniversalTagEditor.Core")]
+[assembly: System.Reflection.AssemblyTitleAttribute("UniversalTagEditor.Core")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+
+// Создано классом WriteCodeFragment MSBuild.
+
diff --git a/UniversalTagEditor.Core/obj/Debug/net8.0/UniversalTagEditor.Core.AssemblyInfoInputs.cache b/UniversalTagEditor.Core/obj/Debug/net8.0/UniversalTagEditor.Core.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..1a971c1
--- /dev/null
+++ b/UniversalTagEditor.Core/obj/Debug/net8.0/UniversalTagEditor.Core.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+94a01504c9684bef8b024e8129e72b18b214b08914b860557d28ec3c76acc34f
diff --git a/UniversalTagEditor.Core/obj/Debug/net8.0/UniversalTagEditor.Core.GeneratedMSBuildEditorConfig.editorconfig b/UniversalTagEditor.Core/obj/Debug/net8.0/UniversalTagEditor.Core.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..5f3b6b5
--- /dev/null
+++ b/UniversalTagEditor.Core/obj/Debug/net8.0/UniversalTagEditor.Core.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,15 @@
+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 = UniversalTagEditor.Core
+build_property.ProjectDir = C:\Users\GorokhovA\Source\Repos\MusicTagFixer\UniversalTagEditor.Core\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
+build_property.EffectiveAnalysisLevelStyle = 8.0
+build_property.EnableCodeStyleSeverity =
diff --git a/UniversalTagEditor.Core/obj/Debug/net8.0/UniversalTagEditor.Core.GlobalUsings.g.cs b/UniversalTagEditor.Core/obj/Debug/net8.0/UniversalTagEditor.Core.GlobalUsings.g.cs
new file mode 100644
index 0000000..8578f3d
--- /dev/null
+++ b/UniversalTagEditor.Core/obj/Debug/net8.0/UniversalTagEditor.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/UniversalTagEditor.Core/obj/Debug/net8.0/UniversalTagEditor.Core.assets.cache b/UniversalTagEditor.Core/obj/Debug/net8.0/UniversalTagEditor.Core.assets.cache
new file mode 100644
index 0000000..911c554
Binary files /dev/null and b/UniversalTagEditor.Core/obj/Debug/net8.0/UniversalTagEditor.Core.assets.cache differ
diff --git a/UniversalTagEditor.Core/obj/Debug/net8.0/UniversalTagEditor.Core.csproj.AssemblyReference.cache b/UniversalTagEditor.Core/obj/Debug/net8.0/UniversalTagEditor.Core.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..9a197f8
Binary files /dev/null and b/UniversalTagEditor.Core/obj/Debug/net8.0/UniversalTagEditor.Core.csproj.AssemblyReference.cache differ
diff --git a/UniversalTagEditor.Core/obj/Debug/net8.0/UniversalTagEditor.Core.csproj.BuildWithSkipAnalyzers b/UniversalTagEditor.Core/obj/Debug/net8.0/UniversalTagEditor.Core.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/UniversalTagEditor.Core/obj/Debug/net8.0/UniversalTagEditor.Core.csproj.CoreCompileInputs.cache b/UniversalTagEditor.Core/obj/Debug/net8.0/UniversalTagEditor.Core.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..430818e
--- /dev/null
+++ b/UniversalTagEditor.Core/obj/Debug/net8.0/UniversalTagEditor.Core.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+522ccfd2f0b66e94dae4b2e7afddeeb10d7bf472975a65b84fc79cd5fb1b7f9a
diff --git a/UniversalTagEditor.Core/obj/Debug/net8.0/UniversalTagEditor.Core.csproj.FileListAbsolute.txt b/UniversalTagEditor.Core/obj/Debug/net8.0/UniversalTagEditor.Core.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..25c8255
--- /dev/null
+++ b/UniversalTagEditor.Core/obj/Debug/net8.0/UniversalTagEditor.Core.csproj.FileListAbsolute.txt
@@ -0,0 +1,12 @@
+C:\Users\GorokhovA\Source\Repos\MusicTagFixer\UniversalTagEditor.Core\bin\Debug\net8.0\UniversalTagEditor.Core.deps.json
+C:\Users\GorokhovA\Source\Repos\MusicTagFixer\UniversalTagEditor.Core\bin\Debug\net8.0\UniversalTagEditor.Core.dll
+C:\Users\GorokhovA\Source\Repos\MusicTagFixer\UniversalTagEditor.Core\bin\Debug\net8.0\UniversalTagEditor.Core.pdb
+C:\Users\GorokhovA\Source\Repos\MusicTagFixer\UniversalTagEditor.Core\obj\Debug\net8.0\UniversalTagEditor.Core.csproj.AssemblyReference.cache
+C:\Users\GorokhovA\Source\Repos\MusicTagFixer\UniversalTagEditor.Core\obj\Debug\net8.0\UniversalTagEditor.Core.GeneratedMSBuildEditorConfig.editorconfig
+C:\Users\GorokhovA\Source\Repos\MusicTagFixer\UniversalTagEditor.Core\obj\Debug\net8.0\UniversalTagEditor.Core.AssemblyInfoInputs.cache
+C:\Users\GorokhovA\Source\Repos\MusicTagFixer\UniversalTagEditor.Core\obj\Debug\net8.0\UniversalTagEditor.Core.AssemblyInfo.cs
+C:\Users\GorokhovA\Source\Repos\MusicTagFixer\UniversalTagEditor.Core\obj\Debug\net8.0\UniversalTagEditor.Core.csproj.CoreCompileInputs.cache
+C:\Users\GorokhovA\Source\Repos\MusicTagFixer\UniversalTagEditor.Core\obj\Debug\net8.0\UniversalTagEditor.Core.dll
+C:\Users\GorokhovA\Source\Repos\MusicTagFixer\UniversalTagEditor.Core\obj\Debug\net8.0\refint\UniversalTagEditor.Core.dll
+C:\Users\GorokhovA\Source\Repos\MusicTagFixer\UniversalTagEditor.Core\obj\Debug\net8.0\UniversalTagEditor.Core.pdb
+C:\Users\GorokhovA\Source\Repos\MusicTagFixer\UniversalTagEditor.Core\obj\Debug\net8.0\ref\UniversalTagEditor.Core.dll
diff --git a/UniversalTagEditor.Core/obj/Debug/net8.0/UniversalTagEditor.Core.dll b/UniversalTagEditor.Core/obj/Debug/net8.0/UniversalTagEditor.Core.dll
new file mode 100644
index 0000000..a93a70a
Binary files /dev/null and b/UniversalTagEditor.Core/obj/Debug/net8.0/UniversalTagEditor.Core.dll differ
diff --git a/UniversalTagEditor.Core/obj/Debug/net8.0/UniversalTagEditor.Core.pdb b/UniversalTagEditor.Core/obj/Debug/net8.0/UniversalTagEditor.Core.pdb
new file mode 100644
index 0000000..02035db
Binary files /dev/null and b/UniversalTagEditor.Core/obj/Debug/net8.0/UniversalTagEditor.Core.pdb differ
diff --git a/UniversalTagEditor.Core/obj/Debug/net8.0/ref/UniversalTagEditor.Core.dll b/UniversalTagEditor.Core/obj/Debug/net8.0/ref/UniversalTagEditor.Core.dll
new file mode 100644
index 0000000..8a4be90
Binary files /dev/null and b/UniversalTagEditor.Core/obj/Debug/net8.0/ref/UniversalTagEditor.Core.dll differ
diff --git a/UniversalTagEditor.Core/obj/Debug/net8.0/refint/UniversalTagEditor.Core.dll b/UniversalTagEditor.Core/obj/Debug/net8.0/refint/UniversalTagEditor.Core.dll
new file mode 100644
index 0000000..8a4be90
Binary files /dev/null and b/UniversalTagEditor.Core/obj/Debug/net8.0/refint/UniversalTagEditor.Core.dll differ
diff --git a/UniversalTagEditor.Core/obj/UniversalTagEditor.Core.csproj.nuget.dgspec.json b/UniversalTagEditor.Core/obj/UniversalTagEditor.Core.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..871b474
--- /dev/null
+++ b/UniversalTagEditor.Core/obj/UniversalTagEditor.Core.csproj.nuget.dgspec.json
@@ -0,0 +1,87 @@
+{
+ "format": 1,
+ "restore": {
+ "C:\\Users\\GorokhovA\\Source\\Repos\\MusicTagFixer\\UniversalTagEditor.Core\\UniversalTagEditor.Core.csproj": {}
+ },
+ "projects": {
+ "C:\\Users\\GorokhovA\\Source\\Repos\\MusicTagFixer\\UniversalTagEditor.Core\\UniversalTagEditor.Core.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\GorokhovA\\Source\\Repos\\MusicTagFixer\\UniversalTagEditor.Core\\UniversalTagEditor.Core.csproj",
+ "projectName": "UniversalTagEditor.Core",
+ "projectPath": "C:\\Users\\GorokhovA\\Source\\Repos\\MusicTagFixer\\UniversalTagEditor.Core\\UniversalTagEditor.Core.csproj",
+ "packagesPath": "C:\\Users\\GorokhovA\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\GorokhovA\\Source\\Repos\\MusicTagFixer\\UniversalTagEditor.Core\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\GorokhovA\\AppData\\Roaming\\NuGet\\NuGet.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\\": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "dependencies": {
+ "CsvHelper": {
+ "target": "Package",
+ "version": "[33.1.0, )"
+ },
+ "MetaBrainz.MusicBrainz": {
+ "target": "Package",
+ "version": "[8.0.1, )"
+ },
+ "TagLibSharp": {
+ "target": "Package",
+ "version": "[2.3.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\\9.0.306/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/UniversalTagEditor.Core/obj/UniversalTagEditor.Core.csproj.nuget.g.props b/UniversalTagEditor.Core/obj/UniversalTagEditor.Core.csproj.nuget.g.props
new file mode 100644
index 0000000..b397230
--- /dev/null
+++ b/UniversalTagEditor.Core/obj/UniversalTagEditor.Core.csproj.nuget.g.props
@@ -0,0 +1,16 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\GorokhovA\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
+ PackageReference
+ 6.14.1
+
+
+
+
+
+
\ No newline at end of file
diff --git a/UniversalTagEditor.Core/obj/UniversalTagEditor.Core.csproj.nuget.g.targets b/UniversalTagEditor.Core/obj/UniversalTagEditor.Core.csproj.nuget.g.targets
new file mode 100644
index 0000000..3dc06ef
--- /dev/null
+++ b/UniversalTagEditor.Core/obj/UniversalTagEditor.Core.csproj.nuget.g.targets
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/UniversalTagEditor.Core/obj/project.assets.json b/UniversalTagEditor.Core/obj/project.assets.json
new file mode 100644
index 0000000..6a7c96f
--- /dev/null
+++ b/UniversalTagEditor.Core/obj/project.assets.json
@@ -0,0 +1,268 @@
+{
+ "version": 3,
+ "targets": {
+ "net8.0": {
+ "CsvHelper/33.1.0": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/CsvHelper.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/CsvHelper.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "MetaBrainz.Common/4.1.1": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/MetaBrainz.Common.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/MetaBrainz.Common.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "MetaBrainz.Common.Json/7.2.0": {
+ "type": "package",
+ "dependencies": {
+ "MetaBrainz.Common": "4.1.1"
+ },
+ "compile": {
+ "lib/net8.0/MetaBrainz.Common.Json.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/MetaBrainz.Common.Json.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "MetaBrainz.MusicBrainz/8.0.1": {
+ "type": "package",
+ "dependencies": {
+ "MetaBrainz.Common": "4.1.1",
+ "MetaBrainz.Common.Json": "7.2.0"
+ },
+ "compile": {
+ "lib/net8.0/MetaBrainz.MusicBrainz.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/MetaBrainz.MusicBrainz.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "TagLibSharp/2.3.0": {
+ "type": "package",
+ "compile": {
+ "lib/netstandard2.0/TagLibSharp.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/TagLibSharp.dll": {
+ "related": ".pdb"
+ }
+ }
+ }
+ }
+ },
+ "libraries": {
+ "CsvHelper/33.1.0": {
+ "sha512": "kqfTOZGrn7NarNeXgjh86JcpTHUoeQDMB8t9NVa/ZtlSYiV1rxfRnQ49WaJsob4AiGrbK0XDzpyKkBwai4F8eg==",
+ "type": "package",
+ "path": "csvhelper/33.1.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "csvhelper.33.1.0.nupkg.sha512",
+ "csvhelper.nuspec",
+ "lib/net462/CsvHelper.dll",
+ "lib/net462/CsvHelper.xml",
+ "lib/net47/CsvHelper.dll",
+ "lib/net47/CsvHelper.xml",
+ "lib/net48/CsvHelper.dll",
+ "lib/net48/CsvHelper.xml",
+ "lib/net8.0/CsvHelper.dll",
+ "lib/net8.0/CsvHelper.xml",
+ "lib/net9.0/CsvHelper.dll",
+ "lib/net9.0/CsvHelper.xml",
+ "lib/netstandard2.0/CsvHelper.dll",
+ "lib/netstandard2.0/CsvHelper.xml",
+ "lib/netstandard2.1/CsvHelper.dll",
+ "lib/netstandard2.1/CsvHelper.xml"
+ ]
+ },
+ "MetaBrainz.Common/4.1.1": {
+ "sha512": "ovKr4BktLkKdGcMkKJihcGNPqvsPW4DXRmi051SbJICauVkKgnZFI51uWaHoQoO8Z6YBTqLzqam/GfRlMj0xcw==",
+ "type": "package",
+ "path": "metabrainz.common/4.1.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "README.md",
+ "lib/net10.0/MetaBrainz.Common.dll",
+ "lib/net10.0/MetaBrainz.Common.xml",
+ "lib/net8.0/MetaBrainz.Common.dll",
+ "lib/net8.0/MetaBrainz.Common.xml",
+ "metabrainz.common.4.1.1.nupkg.sha512",
+ "metabrainz.common.nuspec",
+ "package-icon.png"
+ ]
+ },
+ "MetaBrainz.Common.Json/7.2.0": {
+ "sha512": "e3lPRMTujYYzBzZI7GV3s4OwXdBViGGrdpvWf5J/PXFaasjEdkQvKpmwG26PplZ3atPRK8x3FRVgP4lOARAoLQ==",
+ "type": "package",
+ "path": "metabrainz.common.json/7.2.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "README.md",
+ "lib/net10.0/MetaBrainz.Common.Json.dll",
+ "lib/net10.0/MetaBrainz.Common.Json.xml",
+ "lib/net8.0/MetaBrainz.Common.Json.dll",
+ "lib/net8.0/MetaBrainz.Common.Json.xml",
+ "metabrainz.common.json.7.2.0.nupkg.sha512",
+ "metabrainz.common.json.nuspec",
+ "package-icon.png"
+ ]
+ },
+ "MetaBrainz.MusicBrainz/8.0.1": {
+ "sha512": "CXyfOQbYyICPTOckS169V4+zmk71sd2z6FncoQxE3uR1fvwyD5Q7+Iv5/mAmqnb/u6IyepMt+2+O8lzDLmXZbg==",
+ "type": "package",
+ "path": "metabrainz.musicbrainz/8.0.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "README.md",
+ "lib/net10.0/MetaBrainz.MusicBrainz.dll",
+ "lib/net10.0/MetaBrainz.MusicBrainz.xml",
+ "lib/net8.0/MetaBrainz.MusicBrainz.dll",
+ "lib/net8.0/MetaBrainz.MusicBrainz.xml",
+ "metabrainz.musicbrainz.8.0.1.nupkg.sha512",
+ "metabrainz.musicbrainz.nuspec",
+ "package-icon.png"
+ ]
+ },
+ "TagLibSharp/2.3.0": {
+ "sha512": "Qo4z6ZjnIfbR3Us1Za5M2vQ97OWZPmODvVmepxZ8XW0UIVLGdO2T63/N3b23kCcyiwuIe0TQvMEQG8wUCCD1mA==",
+ "type": "package",
+ "path": "taglibsharp/2.3.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/net462/TagLibSharp.dll",
+ "lib/net462/TagLibSharp.pdb",
+ "lib/net462/TaglibSharp.xml",
+ "lib/netstandard2.0/TagLibSharp.dll",
+ "lib/netstandard2.0/TagLibSharp.pdb",
+ "lib/netstandard2.0/TaglibSharp.xml",
+ "taglibsharp.2.3.0.nupkg.sha512",
+ "taglibsharp.nuspec"
+ ]
+ }
+ },
+ "projectFileDependencyGroups": {
+ "net8.0": [
+ "CsvHelper >= 33.1.0",
+ "MetaBrainz.MusicBrainz >= 8.0.1",
+ "TagLibSharp >= 2.3.0"
+ ]
+ },
+ "packageFolders": {
+ "C:\\Users\\GorokhovA\\.nuget\\packages\\": {},
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
+ },
+ "project": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\GorokhovA\\Source\\Repos\\MusicTagFixer\\UniversalTagEditor.Core\\UniversalTagEditor.Core.csproj",
+ "projectName": "UniversalTagEditor.Core",
+ "projectPath": "C:\\Users\\GorokhovA\\Source\\Repos\\MusicTagFixer\\UniversalTagEditor.Core\\UniversalTagEditor.Core.csproj",
+ "packagesPath": "C:\\Users\\GorokhovA\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\GorokhovA\\Source\\Repos\\MusicTagFixer\\UniversalTagEditor.Core\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\GorokhovA\\AppData\\Roaming\\NuGet\\NuGet.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\\": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "dependencies": {
+ "CsvHelper": {
+ "target": "Package",
+ "version": "[33.1.0, )"
+ },
+ "MetaBrainz.MusicBrainz": {
+ "target": "Package",
+ "version": "[8.0.1, )"
+ },
+ "TagLibSharp": {
+ "target": "Package",
+ "version": "[2.3.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\\9.0.306/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/UniversalTagEditor.Core/obj/project.nuget.cache b/UniversalTagEditor.Core/obj/project.nuget.cache
new file mode 100644
index 0000000..fc12e28
--- /dev/null
+++ b/UniversalTagEditor.Core/obj/project.nuget.cache
@@ -0,0 +1,14 @@
+{
+ "version": 2,
+ "dgSpecHash": "zVSSFvUx2JY=",
+ "success": true,
+ "projectFilePath": "C:\\Users\\GorokhovA\\Source\\Repos\\MusicTagFixer\\UniversalTagEditor.Core\\UniversalTagEditor.Core.csproj",
+ "expectedPackageFiles": [
+ "C:\\Users\\GorokhovA\\.nuget\\packages\\csvhelper\\33.1.0\\csvhelper.33.1.0.nupkg.sha512",
+ "C:\\Users\\GorokhovA\\.nuget\\packages\\metabrainz.common\\4.1.1\\metabrainz.common.4.1.1.nupkg.sha512",
+ "C:\\Users\\GorokhovA\\.nuget\\packages\\metabrainz.common.json\\7.2.0\\metabrainz.common.json.7.2.0.nupkg.sha512",
+ "C:\\Users\\GorokhovA\\.nuget\\packages\\metabrainz.musicbrainz\\8.0.1\\metabrainz.musicbrainz.8.0.1.nupkg.sha512",
+ "C:\\Users\\GorokhovA\\.nuget\\packages\\taglibsharp\\2.3.0\\taglibsharp.2.3.0.nupkg.sha512"
+ ],
+ "logs": []
+}
\ No newline at end of file