diff --git a/.gitignore b/.gitignore
index 8c2b884..a9e05e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,7 @@
# Built Visual Studio Code Extensions
*.vsix
+# .NET Core
+bin
+obj
+
diff --git a/framework-dotnet/src/lib/MBS.Core/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/framework-dotnet/src/lib/MBS.Core/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
deleted file mode 100644
index 2217181..0000000
--- a/framework-dotnet/src/lib/MBS.Core/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/framework-dotnet/src/lib/MBS.Core/obj/Debug/net8.0/MBS.Core.AssemblyInfo.cs b/framework-dotnet/src/lib/MBS.Core/obj/Debug/net8.0/MBS.Core.AssemblyInfo.cs
deleted file mode 100644
index 08fc9d1..0000000
--- a/framework-dotnet/src/lib/MBS.Core/obj/Debug/net8.0/MBS.Core.AssemblyInfo.cs
+++ /dev/null
@@ -1,22 +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("MBS.Core")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("MBS.Core")]
-[assembly: System.Reflection.AssemblyTitleAttribute("MBS.Core")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/framework-dotnet/src/lib/MBS.Core/obj/Debug/net8.0/MBS.Core.AssemblyInfoInputs.cache b/framework-dotnet/src/lib/MBS.Core/obj/Debug/net8.0/MBS.Core.AssemblyInfoInputs.cache
deleted file mode 100644
index 5189353..0000000
--- a/framework-dotnet/src/lib/MBS.Core/obj/Debug/net8.0/MBS.Core.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-3fd67e2822c45421815d9fab6a91bd912485a2e28929c20b597b773b20e607c1
diff --git a/framework-dotnet/src/lib/MBS.Core/obj/Debug/net8.0/MBS.Core.GeneratedMSBuildEditorConfig.editorconfig b/framework-dotnet/src/lib/MBS.Core/obj/Debug/net8.0/MBS.Core.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 8ca6d91..0000000
--- a/framework-dotnet/src/lib/MBS.Core/obj/Debug/net8.0/MBS.Core.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +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 = MBS.Core
-build_property.ProjectDir = /home/beckermj/Documents/Projects/framework-dotnet/framework-dotnet/src/lib/MBS.Core/
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/framework-dotnet/src/lib/MBS.Core/obj/Debug/net8.0/MBS.Core.GlobalUsings.g.cs b/framework-dotnet/src/lib/MBS.Core/obj/Debug/net8.0/MBS.Core.GlobalUsings.g.cs
deleted file mode 100644
index 8578f3d..0000000
--- a/framework-dotnet/src/lib/MBS.Core/obj/Debug/net8.0/MBS.Core.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/framework-dotnet/src/lib/MBS.Core/obj/Debug/net8.0/MBS.Core.assets.cache b/framework-dotnet/src/lib/MBS.Core/obj/Debug/net8.0/MBS.Core.assets.cache
deleted file mode 100644
index 04ac1ce..0000000
Binary files a/framework-dotnet/src/lib/MBS.Core/obj/Debug/net8.0/MBS.Core.assets.cache and /dev/null differ
diff --git a/framework-dotnet/src/lib/MBS.Core/obj/MBS.Core.csproj.nuget.dgspec.json b/framework-dotnet/src/lib/MBS.Core/obj/MBS.Core.csproj.nuget.dgspec.json
deleted file mode 100644
index ce7cb89..0000000
--- a/framework-dotnet/src/lib/MBS.Core/obj/MBS.Core.csproj.nuget.dgspec.json
+++ /dev/null
@@ -1,61 +0,0 @@
-{
- "format": 1,
- "restore": {
- "/home/beckermj/Documents/Projects/framework-dotnet/framework-dotnet/src/lib/MBS.Core/MBS.Core.csproj": {}
- },
- "projects": {
- "/home/beckermj/Documents/Projects/framework-dotnet/framework-dotnet/src/lib/MBS.Core/MBS.Core.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "/home/beckermj/Documents/Projects/framework-dotnet/framework-dotnet/src/lib/MBS.Core/MBS.Core.csproj",
- "projectName": "MBS.Core",
- "projectPath": "/home/beckermj/Documents/Projects/framework-dotnet/framework-dotnet/src/lib/MBS.Core/MBS.Core.csproj",
- "packagesPath": "/home/beckermj/.nuget/packages/",
- "outputPath": "/home/beckermj/Documents/Projects/framework-dotnet/framework-dotnet/src/lib/MBS.Core/obj/",
- "projectStyle": "PackageReference",
- "configFilePaths": [
- "/home/beckermj/.nuget/NuGet/NuGet.Config"
- ],
- "originalTargetFrameworks": [
- "net8.0"
- ],
- "sources": {
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net8.0": {
- "targetAlias": "net8.0",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "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": "/usr/lib/dotnet/sdk/8.0.103/PortableRuntimeIdentifierGraph.json"
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/framework-dotnet/src/lib/MBS.Core/obj/MBS.Core.csproj.nuget.g.props b/framework-dotnet/src/lib/MBS.Core/obj/MBS.Core.csproj.nuget.g.props
deleted file mode 100644
index c0af8b3..0000000
--- a/framework-dotnet/src/lib/MBS.Core/obj/MBS.Core.csproj.nuget.g.props
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
- True
- NuGet
- $(MSBuildThisFileDirectory)project.assets.json
- /home/beckermj/.nuget/packages/
- /home/beckermj/.nuget/packages/
- PackageReference
- 6.8.1
-
-
-
-
-
\ No newline at end of file
diff --git a/framework-dotnet/src/lib/MBS.Core/obj/MBS.Core.csproj.nuget.g.targets b/framework-dotnet/src/lib/MBS.Core/obj/MBS.Core.csproj.nuget.g.targets
deleted file mode 100644
index 3dc06ef..0000000
--- a/framework-dotnet/src/lib/MBS.Core/obj/MBS.Core.csproj.nuget.g.targets
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/framework-dotnet/src/lib/MBS.Core/obj/project.assets.json b/framework-dotnet/src/lib/MBS.Core/obj/project.assets.json
deleted file mode 100644
index c22cb74..0000000
--- a/framework-dotnet/src/lib/MBS.Core/obj/project.assets.json
+++ /dev/null
@@ -1,66 +0,0 @@
-{
- "version": 3,
- "targets": {
- "net8.0": {}
- },
- "libraries": {},
- "projectFileDependencyGroups": {
- "net8.0": []
- },
- "packageFolders": {
- "/home/beckermj/.nuget/packages/": {}
- },
- "project": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "/home/beckermj/Documents/Projects/framework-dotnet/framework-dotnet/src/lib/MBS.Core/MBS.Core.csproj",
- "projectName": "MBS.Core",
- "projectPath": "/home/beckermj/Documents/Projects/framework-dotnet/framework-dotnet/src/lib/MBS.Core/MBS.Core.csproj",
- "packagesPath": "/home/beckermj/.nuget/packages/",
- "outputPath": "/home/beckermj/Documents/Projects/framework-dotnet/framework-dotnet/src/lib/MBS.Core/obj/",
- "projectStyle": "PackageReference",
- "configFilePaths": [
- "/home/beckermj/.nuget/NuGet/NuGet.Config"
- ],
- "originalTargetFrameworks": [
- "net8.0"
- ],
- "sources": {
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net8.0": {
- "targetAlias": "net8.0",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "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": "/usr/lib/dotnet/sdk/8.0.103/PortableRuntimeIdentifierGraph.json"
- }
- }
- }
-}
\ No newline at end of file
diff --git a/framework-dotnet/src/lib/MBS.Core/obj/project.nuget.cache b/framework-dotnet/src/lib/MBS.Core/obj/project.nuget.cache
deleted file mode 100644
index 10550e1..0000000
--- a/framework-dotnet/src/lib/MBS.Core/obj/project.nuget.cache
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "version": 2,
- "dgSpecHash": "11U0GBA41eTt2rLHHdOYeIRRQvf1D46w5vOMuWQAs9VP3mJRJ9959DTE7Ru+7yolaiYRyCKe6imAdFp0sae95g==",
- "success": true,
- "projectFilePath": "/home/beckermj/Documents/Projects/framework-dotnet/framework-dotnet/src/lib/MBS.Core/MBS.Core.csproj",
- "expectedPackageFiles": [],
- "logs": []
-}
\ No newline at end of file
diff --git a/framework-dotnet/src/lib/MBS.Desktop/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/framework-dotnet/src/lib/MBS.Desktop/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
deleted file mode 100644
index 2217181..0000000
--- a/framework-dotnet/src/lib/MBS.Desktop/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/framework-dotnet/src/lib/MBS.Desktop/obj/Debug/net8.0/MBS.Desktop.AssemblyInfo.cs b/framework-dotnet/src/lib/MBS.Desktop/obj/Debug/net8.0/MBS.Desktop.AssemblyInfo.cs
deleted file mode 100644
index c4597a7..0000000
--- a/framework-dotnet/src/lib/MBS.Desktop/obj/Debug/net8.0/MBS.Desktop.AssemblyInfo.cs
+++ /dev/null
@@ -1,22 +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("MBS.Desktop")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("MBS.Desktop")]
-[assembly: System.Reflection.AssemblyTitleAttribute("MBS.Desktop")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/framework-dotnet/src/lib/MBS.Desktop/obj/Debug/net8.0/MBS.Desktop.AssemblyInfoInputs.cache b/framework-dotnet/src/lib/MBS.Desktop/obj/Debug/net8.0/MBS.Desktop.AssemblyInfoInputs.cache
deleted file mode 100644
index 9a61520..0000000
--- a/framework-dotnet/src/lib/MBS.Desktop/obj/Debug/net8.0/MBS.Desktop.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-41d7f1abfcd10736df3a11fd66da32a521bf6d017c83f6a5841897e6e6b5f5b9
diff --git a/framework-dotnet/src/lib/MBS.Desktop/obj/Debug/net8.0/MBS.Desktop.GeneratedMSBuildEditorConfig.editorconfig b/framework-dotnet/src/lib/MBS.Desktop/obj/Debug/net8.0/MBS.Desktop.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index c4a352d..0000000
--- a/framework-dotnet/src/lib/MBS.Desktop/obj/Debug/net8.0/MBS.Desktop.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +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 = MBS.Desktop
-build_property.ProjectDir = /home/beckermj/Documents/Projects/framework-dotnet/framework-dotnet/src/lib/MBS.Desktop/
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/framework-dotnet/src/lib/MBS.Desktop/obj/Debug/net8.0/MBS.Desktop.GlobalUsings.g.cs b/framework-dotnet/src/lib/MBS.Desktop/obj/Debug/net8.0/MBS.Desktop.GlobalUsings.g.cs
deleted file mode 100644
index 8578f3d..0000000
--- a/framework-dotnet/src/lib/MBS.Desktop/obj/Debug/net8.0/MBS.Desktop.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/framework-dotnet/src/lib/MBS.Desktop/obj/Debug/net8.0/MBS.Desktop.assets.cache b/framework-dotnet/src/lib/MBS.Desktop/obj/Debug/net8.0/MBS.Desktop.assets.cache
deleted file mode 100644
index e7c105a..0000000
Binary files a/framework-dotnet/src/lib/MBS.Desktop/obj/Debug/net8.0/MBS.Desktop.assets.cache and /dev/null differ
diff --git a/framework-dotnet/src/lib/MBS.Desktop/obj/MBS.Desktop.csproj.nuget.dgspec.json b/framework-dotnet/src/lib/MBS.Desktop/obj/MBS.Desktop.csproj.nuget.dgspec.json
deleted file mode 100644
index 8c434da..0000000
--- a/framework-dotnet/src/lib/MBS.Desktop/obj/MBS.Desktop.csproj.nuget.dgspec.json
+++ /dev/null
@@ -1,61 +0,0 @@
-{
- "format": 1,
- "restore": {
- "/home/beckermj/Documents/Projects/framework-dotnet/framework-dotnet/src/lib/MBS.Desktop/MBS.Desktop.csproj": {}
- },
- "projects": {
- "/home/beckermj/Documents/Projects/framework-dotnet/framework-dotnet/src/lib/MBS.Desktop/MBS.Desktop.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "/home/beckermj/Documents/Projects/framework-dotnet/framework-dotnet/src/lib/MBS.Desktop/MBS.Desktop.csproj",
- "projectName": "MBS.Desktop",
- "projectPath": "/home/beckermj/Documents/Projects/framework-dotnet/framework-dotnet/src/lib/MBS.Desktop/MBS.Desktop.csproj",
- "packagesPath": "/home/beckermj/.nuget/packages/",
- "outputPath": "/home/beckermj/Documents/Projects/framework-dotnet/framework-dotnet/src/lib/MBS.Desktop/obj/",
- "projectStyle": "PackageReference",
- "configFilePaths": [
- "/home/beckermj/.nuget/NuGet/NuGet.Config"
- ],
- "originalTargetFrameworks": [
- "net8.0"
- ],
- "sources": {
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net8.0": {
- "targetAlias": "net8.0",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "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": "/usr/lib/dotnet/sdk/8.0.103/PortableRuntimeIdentifierGraph.json"
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/framework-dotnet/src/lib/MBS.Desktop/obj/MBS.Desktop.csproj.nuget.g.props b/framework-dotnet/src/lib/MBS.Desktop/obj/MBS.Desktop.csproj.nuget.g.props
deleted file mode 100644
index c0af8b3..0000000
--- a/framework-dotnet/src/lib/MBS.Desktop/obj/MBS.Desktop.csproj.nuget.g.props
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
- True
- NuGet
- $(MSBuildThisFileDirectory)project.assets.json
- /home/beckermj/.nuget/packages/
- /home/beckermj/.nuget/packages/
- PackageReference
- 6.8.1
-
-
-
-
-
\ No newline at end of file
diff --git a/framework-dotnet/src/lib/MBS.Desktop/obj/MBS.Desktop.csproj.nuget.g.targets b/framework-dotnet/src/lib/MBS.Desktop/obj/MBS.Desktop.csproj.nuget.g.targets
deleted file mode 100644
index 3dc06ef..0000000
--- a/framework-dotnet/src/lib/MBS.Desktop/obj/MBS.Desktop.csproj.nuget.g.targets
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/framework-dotnet/src/lib/MBS.Desktop/obj/project.assets.json b/framework-dotnet/src/lib/MBS.Desktop/obj/project.assets.json
deleted file mode 100644
index c18c59c..0000000
--- a/framework-dotnet/src/lib/MBS.Desktop/obj/project.assets.json
+++ /dev/null
@@ -1,66 +0,0 @@
-{
- "version": 3,
- "targets": {
- "net8.0": {}
- },
- "libraries": {},
- "projectFileDependencyGroups": {
- "net8.0": []
- },
- "packageFolders": {
- "/home/beckermj/.nuget/packages/": {}
- },
- "project": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "/home/beckermj/Documents/Projects/framework-dotnet/framework-dotnet/src/lib/MBS.Desktop/MBS.Desktop.csproj",
- "projectName": "MBS.Desktop",
- "projectPath": "/home/beckermj/Documents/Projects/framework-dotnet/framework-dotnet/src/lib/MBS.Desktop/MBS.Desktop.csproj",
- "packagesPath": "/home/beckermj/.nuget/packages/",
- "outputPath": "/home/beckermj/Documents/Projects/framework-dotnet/framework-dotnet/src/lib/MBS.Desktop/obj/",
- "projectStyle": "PackageReference",
- "configFilePaths": [
- "/home/beckermj/.nuget/NuGet/NuGet.Config"
- ],
- "originalTargetFrameworks": [
- "net8.0"
- ],
- "sources": {
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net8.0": {
- "targetAlias": "net8.0",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "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": "/usr/lib/dotnet/sdk/8.0.103/PortableRuntimeIdentifierGraph.json"
- }
- }
- }
-}
\ No newline at end of file
diff --git a/framework-dotnet/src/lib/MBS.Desktop/obj/project.nuget.cache b/framework-dotnet/src/lib/MBS.Desktop/obj/project.nuget.cache
deleted file mode 100644
index 45a443c..0000000
--- a/framework-dotnet/src/lib/MBS.Desktop/obj/project.nuget.cache
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "version": 2,
- "dgSpecHash": "vv/Bzhdn+WYKJ1QBYLn+wxQDF/7R8APbqp7DT7slh1h2AUbpYw0KpPjUqTKTZ7TS107ctKxkch80ROr3pZ44mQ==",
- "success": true,
- "projectFilePath": "/home/beckermj/Documents/Projects/framework-dotnet/framework-dotnet/src/lib/MBS.Desktop/MBS.Desktop.csproj",
- "expectedPackageFiles": [],
- "logs": []
-}
\ No newline at end of file