diff --git a/Prism/src/Prism/Script/ScriptEngine.cpp b/Prism/src/Prism/Script/ScriptEngine.cpp index f076696..07a83c2 100644 --- a/Prism/src/Prism/Script/ScriptEngine.cpp +++ b/Prism/src/Prism/Script/ScriptEngine.cpp @@ -100,7 +100,7 @@ namespace Prism static void InitMono() { mono_set_dirs("library/mono/net8.0", ""); - // mono_set_assemblies_path("mono/lib"); + mono_set_assemblies_path("library/mono/net8.0"); // mono_jit_set_trace_options("--verbose"); auto domain = mono_jit_init("Prism"); @@ -157,7 +157,7 @@ namespace Prism static MonoMethod* GetMethod(MonoImage* image, const std::string& methodDesc) { - MonoMethodDesc* desc = mono_method_desc_new(methodDesc.c_str(), NULL); + MonoMethodDesc* desc = mono_method_desc_new(methodDesc.c_str(), 0); if (!desc) std::cout << "mono_method_desc_new failed" << std::endl; diff --git a/Prism/vendor/mono/CMakeLists.txt b/Prism/vendor/mono/CMakeLists.txt index 09e6672..8640583 100644 --- a/Prism/vendor/mono/CMakeLists.txt +++ b/Prism/vendor/mono/CMakeLists.txt @@ -6,13 +6,34 @@ target_include_directories(mono INTERFACE include ) -file(GLOB MONO_DLL bin/*.dll) -file(COPY ${MONO_DLL} DESTINATION ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}) +if(WIN32) + set(PLATFORM_FLAG Windows) +else () + set(PLATFORM_FLAG Windows) +endif () + +file(GLOB DOTNET_RUNTIME_DLLS dlls/${PLATFORM_FLAG}/mono) +file(COPY ${DOTNET_RUNTIME_DLLS} DESTINATION ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/library) + if (WIN32) file(GLOB_RECURSE MONO_LIBRARY lib/Windows/*.lib) + file(GLOB NATIVE_RUNTIME_DLLS + dlls/Windows/native/*.dll + ) + + file(COPY ${NATIVE_RUNTIME_DLLS} DESTINATION ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}) else () - file(GLOB_RECURSE MONO_LIBRARY lib/Linux/*.a) + file(GLOB_RECURSE MONO_LIBRARY + lib/Linux/*.so + lib/Linux/*.a + ) + file(GLOB NATIVE_RUNTIME_DLLS + lib/Linux/*.so + lib/Linux/*.dll + ) + + file(COPY ${NATIVE_RUNTIME_DLLS} DESTINATION ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/library/mono/net8.0) endif () target_link_libraries(mono INTERFACE ${MONO_LIBRARY}) \ No newline at end of file diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/Microsoft.CSharp.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/Microsoft.CSharp.dll new file mode 100644 index 0000000..8070b24 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/Microsoft.CSharp.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/Microsoft.NETCore.App.deps.json b/Prism/vendor/mono/dlls/Linux/mono/net8.0/Microsoft.NETCore.App.deps.json new file mode 100644 index 0000000..d2cea82 --- /dev/null +++ b/Prism/vendor/mono/dlls/Linux/mono/net8.0/Microsoft.NETCore.App.deps.json @@ -0,0 +1,3001 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v8.0/linux-x64", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v8.0": {}, + ".NETCoreApp,Version=v8.0/linux-x64": { + "Microsoft.NETCore.App.Runtime.Mono.linux-x64/8.0.22": { + "runtime": { + "System.Private.CoreLib.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "Microsoft.CSharp.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "Microsoft.VisualBasic.Core.dll": { + "assemblyVersion": "13.0.0.0", + "fileVersion": "13.0.2225.52707" + }, + "Microsoft.VisualBasic.dll": { + "assemblyVersion": "10.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "Microsoft.Win32.Primitives.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "Microsoft.Win32.Registry.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "mscorlib.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "netstandard.dll": { + "assemblyVersion": "2.1.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.AppContext.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Buffers.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Collections.Concurrent.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Collections.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Collections.Immutable.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Collections.NonGeneric.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Collections.Specialized.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.ComponentModel.Annotations.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.ComponentModel.DataAnnotations.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.ComponentModel.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.ComponentModel.EventBasedAsync.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.ComponentModel.Primitives.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.ComponentModel.TypeConverter.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Configuration.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Console.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Core.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Data.Common.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Data.DataSetExtensions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Data.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Diagnostics.Contracts.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Diagnostics.Debug.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Diagnostics.DiagnosticSource.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Diagnostics.FileVersionInfo.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Diagnostics.Process.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Diagnostics.StackTrace.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Diagnostics.TextWriterTraceListener.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Diagnostics.Tools.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Diagnostics.TraceSource.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Diagnostics.Tracing.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Drawing.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Drawing.Primitives.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Dynamic.Runtime.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Formats.Asn1.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Formats.Tar.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Globalization.Calendars.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Globalization.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Globalization.Extensions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.IO.Compression.Brotli.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.IO.Compression.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.IO.Compression.FileSystem.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.IO.Compression.ZipFile.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.IO.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.IO.FileSystem.AccessControl.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.IO.FileSystem.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.IO.FileSystem.DriveInfo.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.IO.FileSystem.Primitives.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.IO.FileSystem.Watcher.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.IO.IsolatedStorage.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.IO.MemoryMappedFiles.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.IO.Pipes.AccessControl.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.IO.Pipes.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.IO.UnmanagedMemoryStream.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Linq.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Linq.Expressions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Linq.Parallel.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Linq.Queryable.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Memory.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Net.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Net.Http.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Net.Http.Json.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Net.HttpListener.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Net.Mail.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Net.NameResolution.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Net.NetworkInformation.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Net.Ping.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Net.Primitives.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Net.Quic.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Net.Requests.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Net.Security.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Net.ServicePoint.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Net.Sockets.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Net.WebClient.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Net.WebHeaderCollection.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Net.WebProxy.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Net.WebSockets.Client.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Net.WebSockets.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Numerics.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Numerics.Vectors.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.ObjectModel.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Private.DataContractSerialization.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Private.Uri.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Private.Xml.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Private.Xml.Linq.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Reflection.DispatchProxy.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Reflection.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Reflection.Emit.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Reflection.Emit.ILGeneration.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Reflection.Emit.Lightweight.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Reflection.Extensions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Reflection.Metadata.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Reflection.Primitives.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Reflection.TypeExtensions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Resources.Reader.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Resources.ResourceManager.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Resources.Writer.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Runtime.CompilerServices.Unsafe.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Runtime.CompilerServices.VisualC.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Runtime.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Runtime.Extensions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Runtime.Handles.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Runtime.InteropServices.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Runtime.InteropServices.JavaScript.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Runtime.InteropServices.RuntimeInformation.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Runtime.Intrinsics.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Runtime.Loader.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Runtime.Numerics.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Runtime.Serialization.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Runtime.Serialization.Formatters.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Runtime.Serialization.Json.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Runtime.Serialization.Primitives.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Runtime.Serialization.Xml.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Security.AccessControl.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Security.Claims.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Security.Cryptography.Algorithms.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Security.Cryptography.Cng.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Security.Cryptography.Csp.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Security.Cryptography.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Security.Cryptography.Encoding.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Security.Cryptography.OpenSsl.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Security.Cryptography.Primitives.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Security.Cryptography.X509Certificates.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Security.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Security.Principal.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Security.Principal.Windows.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Security.SecureString.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.ServiceModel.Web.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.ServiceProcess.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Text.Encoding.CodePages.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Text.Encoding.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Text.Encoding.Extensions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Text.Encodings.Web.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Text.Json.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Text.RegularExpressions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Threading.Channels.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Threading.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Threading.Overlapped.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Threading.Tasks.Dataflow.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Threading.Tasks.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Threading.Tasks.Extensions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Threading.Tasks.Parallel.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Threading.Thread.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Threading.ThreadPool.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Threading.Timer.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Transactions.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Transactions.Local.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.ValueTuple.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Web.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Web.HttpUtility.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Windows.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Xml.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Xml.Linq.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Xml.ReaderWriter.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Xml.Serialization.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Xml.XDocument.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Xml.XmlDocument.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Xml.XmlSerializer.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Xml.XPath.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Xml.XPath.XDocument.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "WindowsBase.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.2225.52707" + } + }, + "native": { + "libcoreclr.so": { + "fileVersion": "0.0.0.0" + }, + "libmono-component-debugger-static.a": { + "fileVersion": "0.0.0.0" + }, + "libmono-component-debugger-stub-static.a": { + "fileVersion": "0.0.0.0" + }, + "libmono-component-diagnostics_tracing-static.a": { + "fileVersion": "0.0.0.0" + }, + "libmono-component-diagnostics_tracing-stub-static.a": { + "fileVersion": "0.0.0.0" + }, + "libmono-component-hot_reload-static.a": { + "fileVersion": "0.0.0.0" + }, + "libmono-component-hot_reload-stub-static.a": { + "fileVersion": "0.0.0.0" + }, + "libmono-component-marshal-ilgen-static.a": { + "fileVersion": "0.0.0.0" + }, + "libmono-component-marshal-ilgen-stub-static.a": { + "fileVersion": "0.0.0.0" + }, + "libSystem.Globalization.Native.so": { + "fileVersion": "0.0.0.0" + }, + "libSystem.IO.Compression.Native.so": { + "fileVersion": "0.0.0.0" + }, + "libSystem.Native.so": { + "fileVersion": "0.0.0.0" + }, + "libSystem.Net.Security.Native.so": { + "fileVersion": "0.0.0.0" + }, + "libSystem.Security.Cryptography.Native.OpenSsl.so": { + "fileVersion": "0.0.0.0" + }, + "libhostpolicy.so": { + "fileVersion": "0.0.0.0" + } + } + } + } + }, + "libraries": { + "Microsoft.NETCore.App.Runtime.Mono.linux-x64/8.0.22": { + "type": "package", + "serviceable": true, + "sha512": "", + "path": "microsoft.netcore.app.runtime.mono.linux-x64/8.0.22" + } + }, + "runtimes": { + "alpine-x64": [ + "alpine", + "linux-musl-x64", + "linux-musl", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "alpine.3.10-x64": [ + "alpine.3.10", + "alpine.3.9-x64", + "alpine.3.9", + "alpine.3.8-x64", + "alpine.3.8", + "alpine.3.7-x64", + "alpine.3.7", + "alpine.3.6-x64", + "alpine.3.6", + "alpine-x64", + "alpine", + "linux-musl-x64", + "linux-musl", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "alpine.3.11-x64": [ + "alpine.3.11", + "alpine.3.10-x64", + "alpine.3.10", + "alpine.3.9-x64", + "alpine.3.9", + "alpine.3.8-x64", + "alpine.3.8", + "alpine.3.7-x64", + "alpine.3.7", + "alpine.3.6-x64", + "alpine.3.6", + "alpine-x64", + "alpine", + "linux-musl-x64", + "linux-musl", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "alpine.3.12-x64": [ + "alpine.3.12", + "alpine.3.11-x64", + "alpine.3.11", + "alpine.3.10-x64", + "alpine.3.10", + "alpine.3.9-x64", + "alpine.3.9", + "alpine.3.8-x64", + "alpine.3.8", + "alpine.3.7-x64", + "alpine.3.7", + "alpine.3.6-x64", + "alpine.3.6", + "alpine-x64", + "alpine", + "linux-musl-x64", + "linux-musl", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "alpine.3.13-x64": [ + "alpine.3.13", + "alpine.3.12-x64", + "alpine.3.12", + "alpine.3.11-x64", + "alpine.3.11", + "alpine.3.10-x64", + "alpine.3.10", + "alpine.3.9-x64", + "alpine.3.9", + "alpine.3.8-x64", + "alpine.3.8", + "alpine.3.7-x64", + "alpine.3.7", + "alpine.3.6-x64", + "alpine.3.6", + "alpine-x64", + "alpine", + "linux-musl-x64", + "linux-musl", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "alpine.3.14-x64": [ + "alpine.3.14", + "alpine.3.13-x64", + "alpine.3.13", + "alpine.3.12-x64", + "alpine.3.12", + "alpine.3.11-x64", + "alpine.3.11", + "alpine.3.10-x64", + "alpine.3.10", + "alpine.3.9-x64", + "alpine.3.9", + "alpine.3.8-x64", + "alpine.3.8", + "alpine.3.7-x64", + "alpine.3.7", + "alpine.3.6-x64", + "alpine.3.6", + "alpine-x64", + "alpine", + "linux-musl-x64", + "linux-musl", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "alpine.3.15-x64": [ + "alpine.3.15", + "alpine.3.14-x64", + "alpine.3.14", + "alpine.3.13-x64", + "alpine.3.13", + "alpine.3.12-x64", + "alpine.3.12", + "alpine.3.11-x64", + "alpine.3.11", + "alpine.3.10-x64", + "alpine.3.10", + "alpine.3.9-x64", + "alpine.3.9", + "alpine.3.8-x64", + "alpine.3.8", + "alpine.3.7-x64", + "alpine.3.7", + "alpine.3.6-x64", + "alpine.3.6", + "alpine-x64", + "alpine", + "linux-musl-x64", + "linux-musl", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "alpine.3.16-x64": [ + "alpine.3.16", + "alpine.3.15-x64", + "alpine.3.15", + "alpine.3.14-x64", + "alpine.3.14", + "alpine.3.13-x64", + "alpine.3.13", + "alpine.3.12-x64", + "alpine.3.12", + "alpine.3.11-x64", + "alpine.3.11", + "alpine.3.10-x64", + "alpine.3.10", + "alpine.3.9-x64", + "alpine.3.9", + "alpine.3.8-x64", + "alpine.3.8", + "alpine.3.7-x64", + "alpine.3.7", + "alpine.3.6-x64", + "alpine.3.6", + "alpine-x64", + "alpine", + "linux-musl-x64", + "linux-musl", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "alpine.3.17-x64": [ + "alpine.3.17", + "alpine.3.16-x64", + "alpine.3.16", + "alpine.3.15-x64", + "alpine.3.15", + "alpine.3.14-x64", + "alpine.3.14", + "alpine.3.13-x64", + "alpine.3.13", + "alpine.3.12-x64", + "alpine.3.12", + "alpine.3.11-x64", + "alpine.3.11", + "alpine.3.10-x64", + "alpine.3.10", + "alpine.3.9-x64", + "alpine.3.9", + "alpine.3.8-x64", + "alpine.3.8", + "alpine.3.7-x64", + "alpine.3.7", + "alpine.3.6-x64", + "alpine.3.6", + "alpine-x64", + "alpine", + "linux-musl-x64", + "linux-musl", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "alpine.3.18-x64": [ + "alpine.3.18", + "alpine.3.17-x64", + "alpine.3.17", + "alpine.3.16-x64", + "alpine.3.16", + "alpine.3.15-x64", + "alpine.3.15", + "alpine.3.14-x64", + "alpine.3.14", + "alpine.3.13-x64", + "alpine.3.13", + "alpine.3.12-x64", + "alpine.3.12", + "alpine.3.11-x64", + "alpine.3.11", + "alpine.3.10-x64", + "alpine.3.10", + "alpine.3.9-x64", + "alpine.3.9", + "alpine.3.8-x64", + "alpine.3.8", + "alpine.3.7-x64", + "alpine.3.7", + "alpine.3.6-x64", + "alpine.3.6", + "alpine-x64", + "alpine", + "linux-musl-x64", + "linux-musl", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "alpine.3.6-x64": [ + "alpine.3.6", + "alpine-x64", + "alpine", + "linux-musl-x64", + "linux-musl", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "alpine.3.7-x64": [ + "alpine.3.7", + "alpine.3.6-x64", + "alpine.3.6", + "alpine-x64", + "alpine", + "linux-musl-x64", + "linux-musl", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "alpine.3.8-x64": [ + "alpine.3.8", + "alpine.3.7-x64", + "alpine.3.7", + "alpine.3.6-x64", + "alpine.3.6", + "alpine-x64", + "alpine", + "linux-musl-x64", + "linux-musl", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "alpine.3.9-x64": [ + "alpine.3.9", + "alpine.3.8-x64", + "alpine.3.8", + "alpine.3.7-x64", + "alpine.3.7", + "alpine.3.6-x64", + "alpine.3.6", + "alpine-x64", + "alpine", + "linux-musl-x64", + "linux-musl", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "android-x64": [ + "android", + "linux-bionic-x64", + "linux-bionic", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "android.21-x64": [ + "android.21", + "android-x64", + "android", + "linux-bionic-x64", + "linux-bionic", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "android.22-x64": [ + "android.22", + "android.21-x64", + "android.21", + "android-x64", + "android", + "linux-bionic-x64", + "linux-bionic", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "android.23-x64": [ + "android.23", + "android.22-x64", + "android.22", + "android.21-x64", + "android.21", + "android-x64", + "android", + "linux-bionic-x64", + "linux-bionic", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "android.24-x64": [ + "android.24", + "android.23-x64", + "android.23", + "android.22-x64", + "android.22", + "android.21-x64", + "android.21", + "android-x64", + "android", + "linux-bionic-x64", + "linux-bionic", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "android.25-x64": [ + "android.25", + "android.24-x64", + "android.24", + "android.23-x64", + "android.23", + "android.22-x64", + "android.22", + "android.21-x64", + "android.21", + "android-x64", + "android", + "linux-bionic-x64", + "linux-bionic", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "android.26-x64": [ + "android.26", + "android.25-x64", + "android.25", + "android.24-x64", + "android.24", + "android.23-x64", + "android.23", + "android.22-x64", + "android.22", + "android.21-x64", + "android.21", + "android-x64", + "android", + "linux-bionic-x64", + "linux-bionic", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "android.27-x64": [ + "android.27", + "android.26-x64", + "android.26", + "android.25-x64", + "android.25", + "android.24-x64", + "android.24", + "android.23-x64", + "android.23", + "android.22-x64", + "android.22", + "android.21-x64", + "android.21", + "android-x64", + "android", + "linux-bionic-x64", + "linux-bionic", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "android.28-x64": [ + "android.28", + "android.27-x64", + "android.27", + "android.26-x64", + "android.26", + "android.25-x64", + "android.25", + "android.24-x64", + "android.24", + "android.23-x64", + "android.23", + "android.22-x64", + "android.22", + "android.21-x64", + "android.21", + "android-x64", + "android", + "linux-bionic-x64", + "linux-bionic", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "android.29-x64": [ + "android.29", + "android.28-x64", + "android.28", + "android.27-x64", + "android.27", + "android.26-x64", + "android.26", + "android.25-x64", + "android.25", + "android.24-x64", + "android.24", + "android.23-x64", + "android.23", + "android.22-x64", + "android.22", + "android.21-x64", + "android.21", + "android-x64", + "android", + "linux-bionic-x64", + "linux-bionic", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "android.30-x64": [ + "android.30", + "android.29-x64", + "android.29", + "android.28-x64", + "android.28", + "android.27-x64", + "android.27", + "android.26-x64", + "android.26", + "android.25-x64", + "android.25", + "android.24-x64", + "android.24", + "android.23-x64", + "android.23", + "android.22-x64", + "android.22", + "android.21-x64", + "android.21", + "android-x64", + "android", + "linux-bionic-x64", + "linux-bionic", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "android.31-x64": [ + "android.31", + "android.30-x64", + "android.30", + "android.29-x64", + "android.29", + "android.28-x64", + "android.28", + "android.27-x64", + "android.27", + "android.26-x64", + "android.26", + "android.25-x64", + "android.25", + "android.24-x64", + "android.24", + "android.23-x64", + "android.23", + "android.22-x64", + "android.22", + "android.21-x64", + "android.21", + "android-x64", + "android", + "linux-bionic-x64", + "linux-bionic", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "android.32-x64": [ + "android.32", + "android.31-x64", + "android.31", + "android.30-x64", + "android.30", + "android.29-x64", + "android.29", + "android.28-x64", + "android.28", + "android.27-x64", + "android.27", + "android.26-x64", + "android.26", + "android.25-x64", + "android.25", + "android.24-x64", + "android.24", + "android.23-x64", + "android.23", + "android.22-x64", + "android.22", + "android.21-x64", + "android.21", + "android-x64", + "android", + "linux-bionic-x64", + "linux-bionic", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "arch-x64": [ + "arch", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "centos-x64": [ + "centos", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "centos.7-x64": [ + "centos.7", + "centos-x64", + "rhel.7-x64", + "centos", + "rhel.7", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "centos.8-x64": [ + "centos.8", + "centos-x64", + "rhel.8-x64", + "centos", + "rhel.8", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "centos.9-x64": [ + "centos.9", + "centos-x64", + "rhel.9-x64", + "centos", + "rhel.9", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "debian-x64": [ + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "debian.10-x64": [ + "debian.10", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "debian.11-x64": [ + "debian.11", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "debian.12-x64": [ + "debian.12", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "debian.8-x64": [ + "debian.8", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "debian.9-x64": [ + "debian.9", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "exherbo-x64": [ + "exherbo", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "fedora-x64": [ + "fedora", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "fedora.23-x64": [ + "fedora.23", + "fedora-x64", + "fedora", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "fedora.24-x64": [ + "fedora.24", + "fedora-x64", + "fedora", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "fedora.25-x64": [ + "fedora.25", + "fedora-x64", + "fedora", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "fedora.26-x64": [ + "fedora.26", + "fedora-x64", + "fedora", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "fedora.27-x64": [ + "fedora.27", + "fedora-x64", + "fedora", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "fedora.28-x64": [ + "fedora.28", + "fedora-x64", + "fedora", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "fedora.29-x64": [ + "fedora.29", + "fedora-x64", + "fedora", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "fedora.30-x64": [ + "fedora.30", + "fedora-x64", + "fedora", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "fedora.31-x64": [ + "fedora.31", + "fedora-x64", + "fedora", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "fedora.32-x64": [ + "fedora.32", + "fedora-x64", + "fedora", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "fedora.33-x64": [ + "fedora.33", + "fedora-x64", + "fedora", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "fedora.34-x64": [ + "fedora.34", + "fedora-x64", + "fedora", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "fedora.35-x64": [ + "fedora.35", + "fedora-x64", + "fedora", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "fedora.36-x64": [ + "fedora.36", + "fedora-x64", + "fedora", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "fedora.37-x64": [ + "fedora.37", + "fedora-x64", + "fedora", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "fedora.38-x64": [ + "fedora.38", + "fedora-x64", + "fedora", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "fedora.39-x64": [ + "fedora.39", + "fedora-x64", + "fedora", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "gentoo-x64": [ + "gentoo", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "linux-bionic-x64": [ + "linux-bionic", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "linux-musl-x64": [ + "linux-musl", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "linux-x64": [ + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "linuxmint.17-x64": [ + "linuxmint.17", + "ubuntu.14.04-x64", + "ubuntu.14.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "linuxmint.17.1-x64": [ + "linuxmint.17.1", + "linuxmint.17-x64", + "linuxmint.17", + "ubuntu.14.04-x64", + "ubuntu.14.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "linuxmint.17.2-x64": [ + "linuxmint.17.2", + "linuxmint.17.1-x64", + "linuxmint.17.1", + "linuxmint.17-x64", + "linuxmint.17", + "ubuntu.14.04-x64", + "ubuntu.14.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "linuxmint.17.3-x64": [ + "linuxmint.17.3", + "linuxmint.17.2-x64", + "linuxmint.17.2", + "linuxmint.17.1-x64", + "linuxmint.17.1", + "linuxmint.17-x64", + "linuxmint.17", + "ubuntu.14.04-x64", + "ubuntu.14.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "linuxmint.18-x64": [ + "linuxmint.18", + "ubuntu.16.04-x64", + "ubuntu.16.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "linuxmint.18.1-x64": [ + "linuxmint.18.1", + "linuxmint.18-x64", + "linuxmint.18", + "ubuntu.16.04-x64", + "ubuntu.16.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "linuxmint.18.2-x64": [ + "linuxmint.18.2", + "linuxmint.18.1-x64", + "linuxmint.18.1", + "linuxmint.18-x64", + "linuxmint.18", + "ubuntu.16.04-x64", + "ubuntu.16.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "linuxmint.18.3-x64": [ + "linuxmint.18.3", + "linuxmint.18.2-x64", + "linuxmint.18.2", + "linuxmint.18.1-x64", + "linuxmint.18.1", + "linuxmint.18-x64", + "linuxmint.18", + "ubuntu.16.04-x64", + "ubuntu.16.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "linuxmint.19-x64": [ + "linuxmint.19", + "ubuntu.18.04-x64", + "ubuntu.18.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "linuxmint.19.1-x64": [ + "linuxmint.19.1", + "linuxmint.19-x64", + "linuxmint.19", + "ubuntu.18.04-x64", + "ubuntu.18.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "linuxmint.19.2-x64": [ + "linuxmint.19.2", + "linuxmint.19.1-x64", + "linuxmint.19.1", + "linuxmint.19-x64", + "linuxmint.19", + "ubuntu.18.04-x64", + "ubuntu.18.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "manjaro-x64": [ + "manjaro", + "arch-x64", + "arch", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "miraclelinux-x64": [ + "miraclelinux", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "miraclelinux.8-x64": [ + "miraclelinux.8", + "miraclelinux-x64", + "rhel.8-x64", + "miraclelinux", + "rhel.8", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "miraclelinux.9-x64": [ + "miraclelinux.9", + "miraclelinux-x64", + "rhel.9-x64", + "miraclelinux", + "rhel.9", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ol-x64": [ + "ol", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ol.7-x64": [ + "ol.7", + "ol-x64", + "rhel.7-x64", + "ol", + "rhel.7", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ol.7.0-x64": [ + "ol.7.0", + "ol.7-x64", + "rhel.7.0-x64", + "ol.7", + "rhel.7.0", + "ol-x64", + "rhel.7-x64", + "ol", + "rhel.7", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ol.7.1-x64": [ + "ol.7.1", + "ol.7.0-x64", + "rhel.7.1-x64", + "ol.7.0", + "rhel.7.1", + "ol.7-x64", + "rhel.7.0-x64", + "ol.7", + "rhel.7.0", + "ol-x64", + "rhel.7-x64", + "ol", + "rhel.7", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ol.7.2-x64": [ + "ol.7.2", + "ol.7.1-x64", + "rhel.7.2-x64", + "ol.7.1", + "rhel.7.2", + "ol.7.0-x64", + "rhel.7.1-x64", + "ol.7.0", + "rhel.7.1", + "ol.7-x64", + "rhel.7.0-x64", + "ol.7", + "rhel.7.0", + "ol-x64", + "rhel.7-x64", + "ol", + "rhel.7", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ol.7.3-x64": [ + "ol.7.3", + "ol.7.2-x64", + "rhel.7.3-x64", + "ol.7.2", + "rhel.7.3", + "ol.7.1-x64", + "rhel.7.2-x64", + "ol.7.1", + "rhel.7.2", + "ol.7.0-x64", + "rhel.7.1-x64", + "ol.7.0", + "rhel.7.1", + "ol.7-x64", + "rhel.7.0-x64", + "ol.7", + "rhel.7.0", + "ol-x64", + "rhel.7-x64", + "ol", + "rhel.7", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ol.7.4-x64": [ + "ol.7.4", + "ol.7.3-x64", + "rhel.7.4-x64", + "ol.7.3", + "rhel.7.4", + "ol.7.2-x64", + "rhel.7.3-x64", + "ol.7.2", + "rhel.7.3", + "ol.7.1-x64", + "rhel.7.2-x64", + "ol.7.1", + "rhel.7.2", + "ol.7.0-x64", + "rhel.7.1-x64", + "ol.7.0", + "rhel.7.1", + "ol.7-x64", + "rhel.7.0-x64", + "ol.7", + "rhel.7.0", + "ol-x64", + "rhel.7-x64", + "ol", + "rhel.7", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ol.7.5-x64": [ + "ol.7.5", + "ol.7.4-x64", + "rhel.7.5-x64", + "ol.7.4", + "rhel.7.5", + "ol.7.3-x64", + "rhel.7.4-x64", + "ol.7.3", + "rhel.7.4", + "ol.7.2-x64", + "rhel.7.3-x64", + "ol.7.2", + "rhel.7.3", + "ol.7.1-x64", + "rhel.7.2-x64", + "ol.7.1", + "rhel.7.2", + "ol.7.0-x64", + "rhel.7.1-x64", + "ol.7.0", + "rhel.7.1", + "ol.7-x64", + "rhel.7.0-x64", + "ol.7", + "rhel.7.0", + "ol-x64", + "rhel.7-x64", + "ol", + "rhel.7", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ol.7.6-x64": [ + "ol.7.6", + "ol.7.5-x64", + "rhel.7.6-x64", + "ol.7.5", + "rhel.7.6", + "ol.7.4-x64", + "rhel.7.5-x64", + "ol.7.4", + "rhel.7.5", + "ol.7.3-x64", + "rhel.7.4-x64", + "ol.7.3", + "rhel.7.4", + "ol.7.2-x64", + "rhel.7.3-x64", + "ol.7.2", + "rhel.7.3", + "ol.7.1-x64", + "rhel.7.2-x64", + "ol.7.1", + "rhel.7.2", + "ol.7.0-x64", + "rhel.7.1-x64", + "ol.7.0", + "rhel.7.1", + "ol.7-x64", + "rhel.7.0-x64", + "ol.7", + "rhel.7.0", + "ol-x64", + "rhel.7-x64", + "ol", + "rhel.7", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ol.8-x64": [ + "ol.8", + "ol-x64", + "rhel.8-x64", + "ol", + "rhel.8", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ol.8.0-x64": [ + "ol.8.0", + "ol.8-x64", + "rhel.8.0-x64", + "ol.8", + "rhel.8.0", + "ol-x64", + "rhel.8-x64", + "ol", + "rhel.8", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "opensuse-x64": [ + "opensuse", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "opensuse.13.2-x64": [ + "opensuse.13.2", + "opensuse-x64", + "opensuse", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "opensuse.15.0-x64": [ + "opensuse.15.0", + "opensuse-x64", + "opensuse", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "opensuse.15.1-x64": [ + "opensuse.15.1", + "opensuse-x64", + "opensuse", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "opensuse.42.1-x64": [ + "opensuse.42.1", + "opensuse-x64", + "opensuse", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "opensuse.42.2-x64": [ + "opensuse.42.2", + "opensuse-x64", + "opensuse", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "opensuse.42.3-x64": [ + "opensuse.42.3", + "opensuse-x64", + "opensuse", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "rhel-x64": [ + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "rhel.6-x64": [ + "rhel.6", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "rhel.7-x64": [ + "rhel.7", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "rhel.7.0-x64": [ + "rhel.7.0", + "rhel.7-x64", + "rhel.7", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "rhel.7.1-x64": [ + "rhel.7.1", + "rhel.7.0-x64", + "rhel.7.0", + "rhel.7-x64", + "rhel.7", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "rhel.7.2-x64": [ + "rhel.7.2", + "rhel.7.1-x64", + "rhel.7.1", + "rhel.7.0-x64", + "rhel.7.0", + "rhel.7-x64", + "rhel.7", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "rhel.7.3-x64": [ + "rhel.7.3", + "rhel.7.2-x64", + "rhel.7.2", + "rhel.7.1-x64", + "rhel.7.1", + "rhel.7.0-x64", + "rhel.7.0", + "rhel.7-x64", + "rhel.7", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "rhel.7.4-x64": [ + "rhel.7.4", + "rhel.7.3-x64", + "rhel.7.3", + "rhel.7.2-x64", + "rhel.7.2", + "rhel.7.1-x64", + "rhel.7.1", + "rhel.7.0-x64", + "rhel.7.0", + "rhel.7-x64", + "rhel.7", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "rhel.7.5-x64": [ + "rhel.7.5", + "rhel.7.4-x64", + "rhel.7.4", + "rhel.7.3-x64", + "rhel.7.3", + "rhel.7.2-x64", + "rhel.7.2", + "rhel.7.1-x64", + "rhel.7.1", + "rhel.7.0-x64", + "rhel.7.0", + "rhel.7-x64", + "rhel.7", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "rhel.7.6-x64": [ + "rhel.7.6", + "rhel.7.5-x64", + "rhel.7.5", + "rhel.7.4-x64", + "rhel.7.4", + "rhel.7.3-x64", + "rhel.7.3", + "rhel.7.2-x64", + "rhel.7.2", + "rhel.7.1-x64", + "rhel.7.1", + "rhel.7.0-x64", + "rhel.7.0", + "rhel.7-x64", + "rhel.7", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "rhel.8-x64": [ + "rhel.8", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "rhel.8.0-x64": [ + "rhel.8.0", + "rhel.8-x64", + "rhel.8", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "rhel.8.1-x64": [ + "rhel.8.1", + "rhel.8.0-x64", + "rhel.8.0", + "rhel.8-x64", + "rhel.8", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "rhel.9-x64": [ + "rhel.9", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "rocky-x64": [ + "rocky", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "rocky.8-x64": [ + "rocky.8", + "rocky-x64", + "rhel.8-x64", + "rocky", + "rhel.8", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "rocky.9-x64": [ + "rocky.9", + "rocky-x64", + "rhel.9-x64", + "rocky", + "rhel.9", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "sles-x64": [ + "sles", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "sles.12-x64": [ + "sles.12", + "sles-x64", + "sles", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "sles.12.1-x64": [ + "sles.12.1", + "sles.12-x64", + "sles.12", + "sles-x64", + "sles", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "sles.12.2-x64": [ + "sles.12.2", + "sles.12.1-x64", + "sles.12.1", + "sles.12-x64", + "sles.12", + "sles-x64", + "sles", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "sles.12.3-x64": [ + "sles.12.3", + "sles.12.2-x64", + "sles.12.2", + "sles.12.1-x64", + "sles.12.1", + "sles.12-x64", + "sles.12", + "sles-x64", + "sles", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "sles.12.4-x64": [ + "sles.12.4", + "sles.12.3-x64", + "sles.12.3", + "sles.12.2-x64", + "sles.12.2", + "sles.12.1-x64", + "sles.12.1", + "sles.12-x64", + "sles.12", + "sles-x64", + "sles", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "sles.15-x64": [ + "sles.15", + "sles.12.4-x64", + "sles.12.4", + "sles.12.3-x64", + "sles.12.3", + "sles.12.2-x64", + "sles.12.2", + "sles.12.1-x64", + "sles.12.1", + "sles.12-x64", + "sles.12", + "sles-x64", + "sles", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "sles.15.1-x64": [ + "sles.15.1", + "sles.15-x64", + "sles.15", + "sles.12.4-x64", + "sles.12.4", + "sles.12.3-x64", + "sles.12.3", + "sles.12.2-x64", + "sles.12.2", + "sles.12.1-x64", + "sles.12.1", + "sles.12-x64", + "sles.12", + "sles-x64", + "sles", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ubuntu-x64": [ + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ubuntu.14.04-x64": [ + "ubuntu.14.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ubuntu.14.10-x64": [ + "ubuntu.14.10", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ubuntu.15.04-x64": [ + "ubuntu.15.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ubuntu.15.10-x64": [ + "ubuntu.15.10", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ubuntu.16.04-x64": [ + "ubuntu.16.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ubuntu.16.10-x64": [ + "ubuntu.16.10", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ubuntu.17.04-x64": [ + "ubuntu.17.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ubuntu.17.10-x64": [ + "ubuntu.17.10", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ubuntu.18.04-x64": [ + "ubuntu.18.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ubuntu.18.10-x64": [ + "ubuntu.18.10", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ubuntu.19.04-x64": [ + "ubuntu.19.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ubuntu.19.10-x64": [ + "ubuntu.19.10", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ubuntu.20.04-x64": [ + "ubuntu.20.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ubuntu.20.10-x64": [ + "ubuntu.20.10", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ubuntu.21.04-x64": [ + "ubuntu.21.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ubuntu.21.10-x64": [ + "ubuntu.21.10", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ubuntu.22.04-x64": [ + "ubuntu.22.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ubuntu.22.10-x64": [ + "ubuntu.22.10", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ubuntu.23.04-x64": [ + "ubuntu.23.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ubuntu.23.10-x64": [ + "ubuntu.23.10", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ] + } +} \ No newline at end of file diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/Microsoft.NETCore.App.runtimeconfig.json b/Prism/vendor/mono/dlls/Linux/mono/net8.0/Microsoft.NETCore.App.runtimeconfig.json new file mode 100644 index 0000000..c4fb572 --- /dev/null +++ b/Prism/vendor/mono/dlls/Linux/mono/net8.0/Microsoft.NETCore.App.runtimeconfig.json @@ -0,0 +1,5 @@ +{ + "runtimeOptions": { + "tfm": "net8.0" + } +} \ No newline at end of file diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/Microsoft.VisualBasic.Core.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/Microsoft.VisualBasic.Core.dll new file mode 100644 index 0000000..5972649 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/Microsoft.VisualBasic.Core.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/Microsoft.VisualBasic.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/Microsoft.VisualBasic.dll new file mode 100644 index 0000000..447455a Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/Microsoft.VisualBasic.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/Microsoft.Win32.Primitives.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/Microsoft.Win32.Primitives.dll new file mode 100644 index 0000000..426b387 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/Microsoft.Win32.Primitives.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/Microsoft.Win32.Registry.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/Microsoft.Win32.Registry.dll new file mode 100644 index 0000000..af60d31 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/Microsoft.Win32.Registry.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.AppContext.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.AppContext.dll new file mode 100644 index 0000000..10d7ecf Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.AppContext.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Buffers.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Buffers.dll new file mode 100644 index 0000000..8e2e46d Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Buffers.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Collections.Concurrent.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Collections.Concurrent.dll new file mode 100644 index 0000000..d7d6c51 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Collections.Concurrent.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Collections.Immutable.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Collections.Immutable.dll new file mode 100644 index 0000000..8a6fe2a Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Collections.Immutable.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Collections.NonGeneric.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Collections.NonGeneric.dll new file mode 100644 index 0000000..a4dfecd Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Collections.NonGeneric.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Collections.Specialized.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Collections.Specialized.dll new file mode 100644 index 0000000..0229f17 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Collections.Specialized.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Collections.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Collections.dll new file mode 100644 index 0000000..6039232 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Collections.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.ComponentModel.Annotations.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.ComponentModel.Annotations.dll new file mode 100644 index 0000000..dc71378 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.ComponentModel.Annotations.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.ComponentModel.DataAnnotations.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.ComponentModel.DataAnnotations.dll new file mode 100644 index 0000000..46bf187 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.ComponentModel.DataAnnotations.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.ComponentModel.EventBasedAsync.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.ComponentModel.EventBasedAsync.dll new file mode 100644 index 0000000..35615f9 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.ComponentModel.EventBasedAsync.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.ComponentModel.Primitives.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.ComponentModel.Primitives.dll new file mode 100644 index 0000000..01bc098 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.ComponentModel.Primitives.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.ComponentModel.TypeConverter.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.ComponentModel.TypeConverter.dll new file mode 100644 index 0000000..c4b0c6e Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.ComponentModel.TypeConverter.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.ComponentModel.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.ComponentModel.dll new file mode 100644 index 0000000..c6c61d6 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.ComponentModel.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Configuration.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Configuration.dll new file mode 100644 index 0000000..73543da Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Configuration.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Console.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Console.dll new file mode 100644 index 0000000..b7edcd5 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Console.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Core.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Core.dll new file mode 100644 index 0000000..76e9033 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Core.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Data.Common.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Data.Common.dll new file mode 100644 index 0000000..0f3944b Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Data.Common.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Data.DataSetExtensions.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Data.DataSetExtensions.dll new file mode 100644 index 0000000..e0fb4a1 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Data.DataSetExtensions.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Data.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Data.dll new file mode 100644 index 0000000..75f98df Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Data.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Diagnostics.Contracts.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Diagnostics.Contracts.dll new file mode 100644 index 0000000..ef2a6b3 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Diagnostics.Contracts.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Diagnostics.Debug.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Diagnostics.Debug.dll new file mode 100644 index 0000000..1c527bc Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Diagnostics.Debug.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Diagnostics.DiagnosticSource.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Diagnostics.DiagnosticSource.dll new file mode 100644 index 0000000..ab6ad72 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Diagnostics.DiagnosticSource.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Diagnostics.FileVersionInfo.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Diagnostics.FileVersionInfo.dll new file mode 100644 index 0000000..cb55f0e Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Diagnostics.FileVersionInfo.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Diagnostics.Process.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Diagnostics.Process.dll new file mode 100644 index 0000000..acc1064 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Diagnostics.Process.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Diagnostics.StackTrace.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Diagnostics.StackTrace.dll new file mode 100644 index 0000000..cfd4e0b Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Diagnostics.StackTrace.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Diagnostics.TextWriterTraceListener.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Diagnostics.TextWriterTraceListener.dll new file mode 100644 index 0000000..ab9491f Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Diagnostics.TextWriterTraceListener.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Diagnostics.Tools.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Diagnostics.Tools.dll new file mode 100644 index 0000000..72530be Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Diagnostics.Tools.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Diagnostics.TraceSource.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Diagnostics.TraceSource.dll new file mode 100644 index 0000000..64815f1 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Diagnostics.TraceSource.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Diagnostics.Tracing.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Diagnostics.Tracing.dll new file mode 100644 index 0000000..924bea5 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Diagnostics.Tracing.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Drawing.Primitives.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Drawing.Primitives.dll new file mode 100644 index 0000000..0465f9f Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Drawing.Primitives.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Drawing.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Drawing.dll new file mode 100644 index 0000000..0bbba15 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Drawing.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Dynamic.Runtime.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Dynamic.Runtime.dll new file mode 100644 index 0000000..05f12f8 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Dynamic.Runtime.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Formats.Asn1.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Formats.Asn1.dll new file mode 100644 index 0000000..870c07c Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Formats.Asn1.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Formats.Tar.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Formats.Tar.dll new file mode 100644 index 0000000..62c5bfe Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Formats.Tar.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Globalization.Calendars.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Globalization.Calendars.dll new file mode 100644 index 0000000..7f7aa63 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Globalization.Calendars.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Globalization.Extensions.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Globalization.Extensions.dll new file mode 100644 index 0000000..280a302 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Globalization.Extensions.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Globalization.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Globalization.dll new file mode 100644 index 0000000..a2e8b63 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Globalization.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.Compression.Brotli.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.Compression.Brotli.dll new file mode 100644 index 0000000..9b747fa Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.Compression.Brotli.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.Compression.FileSystem.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.Compression.FileSystem.dll new file mode 100644 index 0000000..fd9d8d4 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.Compression.FileSystem.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.Compression.ZipFile.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.Compression.ZipFile.dll new file mode 100644 index 0000000..1e25428 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.Compression.ZipFile.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.Compression.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.Compression.dll new file mode 100644 index 0000000..c19f412 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.Compression.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.FileSystem.AccessControl.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.FileSystem.AccessControl.dll new file mode 100644 index 0000000..3515e43 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.FileSystem.AccessControl.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.FileSystem.DriveInfo.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.FileSystem.DriveInfo.dll new file mode 100644 index 0000000..a17bdc4 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.FileSystem.DriveInfo.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.FileSystem.Primitives.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.FileSystem.Primitives.dll new file mode 100644 index 0000000..164ae13 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.FileSystem.Primitives.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.FileSystem.Watcher.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.FileSystem.Watcher.dll new file mode 100644 index 0000000..e2c96f2 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.FileSystem.Watcher.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.FileSystem.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.FileSystem.dll new file mode 100644 index 0000000..2bfdf7c Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.FileSystem.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.IsolatedStorage.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.IsolatedStorage.dll new file mode 100644 index 0000000..ca0259b Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.IsolatedStorage.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.MemoryMappedFiles.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.MemoryMappedFiles.dll new file mode 100644 index 0000000..6c378d2 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.MemoryMappedFiles.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.Pipes.AccessControl.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.Pipes.AccessControl.dll new file mode 100644 index 0000000..034f444 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.Pipes.AccessControl.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.Pipes.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.Pipes.dll new file mode 100644 index 0000000..f8e2a0b Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.Pipes.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.UnmanagedMemoryStream.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.UnmanagedMemoryStream.dll new file mode 100644 index 0000000..8399c26 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.UnmanagedMemoryStream.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.dll new file mode 100644 index 0000000..92886e1 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.IO.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Linq.Expressions.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Linq.Expressions.dll new file mode 100644 index 0000000..0e9ba83 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Linq.Expressions.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Linq.Parallel.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Linq.Parallel.dll new file mode 100644 index 0000000..fc3f469 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Linq.Parallel.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Linq.Queryable.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Linq.Queryable.dll new file mode 100644 index 0000000..0d9a43c Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Linq.Queryable.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Linq.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Linq.dll new file mode 100644 index 0000000..d47f62f Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Linq.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Memory.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Memory.dll new file mode 100644 index 0000000..6a7d57b Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Memory.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.Http.Json.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.Http.Json.dll new file mode 100644 index 0000000..cfcea01 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.Http.Json.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.Http.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.Http.dll new file mode 100644 index 0000000..284cdbc Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.Http.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.HttpListener.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.HttpListener.dll new file mode 100644 index 0000000..cc95385 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.HttpListener.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.Mail.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.Mail.dll new file mode 100644 index 0000000..7692569 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.Mail.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.NameResolution.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.NameResolution.dll new file mode 100644 index 0000000..462c984 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.NameResolution.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.NetworkInformation.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.NetworkInformation.dll new file mode 100644 index 0000000..f5e20b3 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.NetworkInformation.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.Ping.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.Ping.dll new file mode 100644 index 0000000..93a7fe6 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.Ping.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.Primitives.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.Primitives.dll new file mode 100644 index 0000000..0fa342a Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.Primitives.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.Quic.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.Quic.dll new file mode 100644 index 0000000..ccc173e Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.Quic.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.Requests.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.Requests.dll new file mode 100644 index 0000000..dbb2efd Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.Requests.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.Security.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.Security.dll new file mode 100644 index 0000000..200fee8 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.Security.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.ServicePoint.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.ServicePoint.dll new file mode 100644 index 0000000..974f8f4 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.ServicePoint.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.Sockets.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.Sockets.dll new file mode 100644 index 0000000..f54b4af Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.Sockets.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.WebClient.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.WebClient.dll new file mode 100644 index 0000000..d2c449d Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.WebClient.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.WebHeaderCollection.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.WebHeaderCollection.dll new file mode 100644 index 0000000..463a8d1 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.WebHeaderCollection.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.WebProxy.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.WebProxy.dll new file mode 100644 index 0000000..ff69d4e Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.WebProxy.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.WebSockets.Client.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.WebSockets.Client.dll new file mode 100644 index 0000000..0309f8c Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.WebSockets.Client.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.WebSockets.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.WebSockets.dll new file mode 100644 index 0000000..7c69e38 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.WebSockets.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.dll new file mode 100644 index 0000000..6c98268 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Net.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Numerics.Vectors.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Numerics.Vectors.dll new file mode 100644 index 0000000..ed436ad Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Numerics.Vectors.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Numerics.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Numerics.dll new file mode 100644 index 0000000..e043815 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Numerics.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.ObjectModel.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.ObjectModel.dll new file mode 100644 index 0000000..08e57f2 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.ObjectModel.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Private.DataContractSerialization.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Private.DataContractSerialization.dll new file mode 100644 index 0000000..7b35ab1 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Private.DataContractSerialization.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Private.Uri.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Private.Uri.dll new file mode 100644 index 0000000..279749b Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Private.Uri.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Private.Xml.Linq.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Private.Xml.Linq.dll new file mode 100644 index 0000000..5fae614 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Private.Xml.Linq.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Private.Xml.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Private.Xml.dll new file mode 100644 index 0000000..e544bf6 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Private.Xml.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Reflection.DispatchProxy.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Reflection.DispatchProxy.dll new file mode 100644 index 0000000..f3ea286 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Reflection.DispatchProxy.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Reflection.Emit.ILGeneration.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Reflection.Emit.ILGeneration.dll new file mode 100644 index 0000000..b1faec8 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Reflection.Emit.ILGeneration.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Reflection.Emit.Lightweight.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Reflection.Emit.Lightweight.dll new file mode 100644 index 0000000..b5a8136 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Reflection.Emit.Lightweight.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Reflection.Emit.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Reflection.Emit.dll new file mode 100644 index 0000000..e01b61c Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Reflection.Emit.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Reflection.Extensions.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Reflection.Extensions.dll new file mode 100644 index 0000000..53c5fa6 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Reflection.Extensions.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Reflection.Metadata.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Reflection.Metadata.dll new file mode 100644 index 0000000..463eeda Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Reflection.Metadata.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Reflection.Primitives.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Reflection.Primitives.dll new file mode 100644 index 0000000..f5b0136 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Reflection.Primitives.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Reflection.TypeExtensions.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Reflection.TypeExtensions.dll new file mode 100644 index 0000000..d7efd1f Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Reflection.TypeExtensions.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Reflection.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Reflection.dll new file mode 100644 index 0000000..4b9739d Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Reflection.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Resources.Reader.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Resources.Reader.dll new file mode 100644 index 0000000..d52dc6a Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Resources.Reader.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Resources.ResourceManager.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Resources.ResourceManager.dll new file mode 100644 index 0000000..37c3fa7 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Resources.ResourceManager.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Resources.Writer.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Resources.Writer.dll new file mode 100644 index 0000000..dc12b3b Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Resources.Writer.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.CompilerServices.Unsafe.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.CompilerServices.Unsafe.dll new file mode 100644 index 0000000..5a01aad Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.CompilerServices.Unsafe.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.CompilerServices.VisualC.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.CompilerServices.VisualC.dll new file mode 100644 index 0000000..05da18a Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.CompilerServices.VisualC.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.Extensions.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.Extensions.dll new file mode 100644 index 0000000..2a50a53 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.Extensions.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.Handles.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.Handles.dll new file mode 100644 index 0000000..b3cd2c7 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.Handles.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.InteropServices.JavaScript.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.InteropServices.JavaScript.dll new file mode 100644 index 0000000..e207d75 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.InteropServices.JavaScript.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.InteropServices.RuntimeInformation.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.InteropServices.RuntimeInformation.dll new file mode 100644 index 0000000..88769b5 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.InteropServices.RuntimeInformation.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.InteropServices.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.InteropServices.dll new file mode 100644 index 0000000..6435265 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.InteropServices.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.Intrinsics.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.Intrinsics.dll new file mode 100644 index 0000000..067a033 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.Intrinsics.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.Loader.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.Loader.dll new file mode 100644 index 0000000..4cf7420 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.Loader.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.Numerics.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.Numerics.dll new file mode 100644 index 0000000..daf3809 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.Numerics.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.Serialization.Formatters.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.Serialization.Formatters.dll new file mode 100644 index 0000000..4e8520e Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.Serialization.Formatters.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.Serialization.Json.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.Serialization.Json.dll new file mode 100644 index 0000000..c4bc99e Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.Serialization.Json.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.Serialization.Primitives.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.Serialization.Primitives.dll new file mode 100644 index 0000000..5d579c9 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.Serialization.Primitives.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.Serialization.Xml.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.Serialization.Xml.dll new file mode 100644 index 0000000..4c6d27f Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.Serialization.Xml.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.Serialization.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.Serialization.dll new file mode 100644 index 0000000..207e2a4 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.Serialization.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.dll new file mode 100644 index 0000000..5fee157 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Runtime.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Security.AccessControl.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Security.AccessControl.dll new file mode 100644 index 0000000..529875b Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Security.AccessControl.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Security.Claims.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Security.Claims.dll new file mode 100644 index 0000000..759a444 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Security.Claims.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Security.Cryptography.Algorithms.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Security.Cryptography.Algorithms.dll new file mode 100644 index 0000000..2e975c5 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Security.Cryptography.Algorithms.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Security.Cryptography.Cng.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Security.Cryptography.Cng.dll new file mode 100644 index 0000000..80ef977 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Security.Cryptography.Cng.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Security.Cryptography.Csp.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Security.Cryptography.Csp.dll new file mode 100644 index 0000000..18a9768 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Security.Cryptography.Csp.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Security.Cryptography.Encoding.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Security.Cryptography.Encoding.dll new file mode 100644 index 0000000..99b861c Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Security.Cryptography.Encoding.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Security.Cryptography.OpenSsl.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Security.Cryptography.OpenSsl.dll new file mode 100644 index 0000000..63392d6 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Security.Cryptography.OpenSsl.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Security.Cryptography.Primitives.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Security.Cryptography.Primitives.dll new file mode 100644 index 0000000..30229a9 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Security.Cryptography.Primitives.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Security.Cryptography.X509Certificates.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Security.Cryptography.X509Certificates.dll new file mode 100644 index 0000000..67ff8d2 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Security.Cryptography.X509Certificates.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Security.Cryptography.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Security.Cryptography.dll new file mode 100644 index 0000000..f429464 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Security.Cryptography.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Security.Principal.Windows.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Security.Principal.Windows.dll new file mode 100644 index 0000000..c51aa12 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Security.Principal.Windows.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Security.Principal.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Security.Principal.dll new file mode 100644 index 0000000..77cd74d Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Security.Principal.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Security.SecureString.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Security.SecureString.dll new file mode 100644 index 0000000..54e869c Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Security.SecureString.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Security.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Security.dll new file mode 100644 index 0000000..24d89d7 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Security.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.ServiceModel.Web.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.ServiceModel.Web.dll new file mode 100644 index 0000000..e2e36cb Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.ServiceModel.Web.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.ServiceProcess.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.ServiceProcess.dll new file mode 100644 index 0000000..aa1841d Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.ServiceProcess.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Text.Encoding.CodePages.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Text.Encoding.CodePages.dll new file mode 100644 index 0000000..7df91e7 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Text.Encoding.CodePages.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Text.Encoding.Extensions.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Text.Encoding.Extensions.dll new file mode 100644 index 0000000..e5d2f6c Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Text.Encoding.Extensions.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Text.Encoding.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Text.Encoding.dll new file mode 100644 index 0000000..b04bfbe Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Text.Encoding.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Text.Encodings.Web.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Text.Encodings.Web.dll new file mode 100644 index 0000000..d17208a Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Text.Encodings.Web.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Text.Json.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Text.Json.dll new file mode 100644 index 0000000..d17dad8 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Text.Json.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Text.RegularExpressions.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Text.RegularExpressions.dll new file mode 100644 index 0000000..0433784 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Text.RegularExpressions.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Threading.Channels.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Threading.Channels.dll new file mode 100644 index 0000000..d9b84df Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Threading.Channels.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Threading.Overlapped.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Threading.Overlapped.dll new file mode 100644 index 0000000..8214db0 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Threading.Overlapped.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Threading.Tasks.Dataflow.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Threading.Tasks.Dataflow.dll new file mode 100644 index 0000000..4f3d341 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Threading.Tasks.Dataflow.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Threading.Tasks.Extensions.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Threading.Tasks.Extensions.dll new file mode 100644 index 0000000..0a23436 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Threading.Tasks.Extensions.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Threading.Tasks.Parallel.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Threading.Tasks.Parallel.dll new file mode 100644 index 0000000..5f33879 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Threading.Tasks.Parallel.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Threading.Tasks.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Threading.Tasks.dll new file mode 100644 index 0000000..d997344 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Threading.Tasks.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Threading.Thread.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Threading.Thread.dll new file mode 100644 index 0000000..bf7d934 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Threading.Thread.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Threading.ThreadPool.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Threading.ThreadPool.dll new file mode 100644 index 0000000..2cc6f1f Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Threading.ThreadPool.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Threading.Timer.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Threading.Timer.dll new file mode 100644 index 0000000..b51fed7 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Threading.Timer.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Threading.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Threading.dll new file mode 100644 index 0000000..35f44ce Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Threading.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Transactions.Local.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Transactions.Local.dll new file mode 100644 index 0000000..5095824 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Transactions.Local.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Transactions.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Transactions.dll new file mode 100644 index 0000000..4cc4a53 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Transactions.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.ValueTuple.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.ValueTuple.dll new file mode 100644 index 0000000..142e502 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.ValueTuple.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Web.HttpUtility.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Web.HttpUtility.dll new file mode 100644 index 0000000..5796170 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Web.HttpUtility.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Web.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Web.dll new file mode 100644 index 0000000..d715d70 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Web.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Windows.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Windows.dll new file mode 100644 index 0000000..506fb1b Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Windows.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Xml.Linq.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Xml.Linq.dll new file mode 100644 index 0000000..479b687 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Xml.Linq.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Xml.ReaderWriter.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Xml.ReaderWriter.dll new file mode 100644 index 0000000..3cc2e7e Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Xml.ReaderWriter.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Xml.Serialization.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Xml.Serialization.dll new file mode 100644 index 0000000..614f897 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Xml.Serialization.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Xml.XDocument.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Xml.XDocument.dll new file mode 100644 index 0000000..d45ad65 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Xml.XDocument.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Xml.XPath.XDocument.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Xml.XPath.XDocument.dll new file mode 100644 index 0000000..0701325 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Xml.XPath.XDocument.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Xml.XPath.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Xml.XPath.dll new file mode 100644 index 0000000..5ca76ed Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Xml.XPath.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Xml.XmlDocument.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Xml.XmlDocument.dll new file mode 100644 index 0000000..6c936bd Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Xml.XmlDocument.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Xml.XmlSerializer.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Xml.XmlSerializer.dll new file mode 100644 index 0000000..1bb884f Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Xml.XmlSerializer.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Xml.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Xml.dll new file mode 100644 index 0000000..fd2edd7 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.Xml.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.dll new file mode 100644 index 0000000..7e816d8 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/System.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/WindowsBase.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/WindowsBase.dll new file mode 100644 index 0000000..808fe04 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/WindowsBase.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/mscorlib.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/mscorlib.dll new file mode 100644 index 0000000..d3d9f5a Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/mscorlib.dll differ diff --git a/Prism/vendor/mono/dlls/Linux/mono/net8.0/netstandard.dll b/Prism/vendor/mono/dlls/Linux/mono/net8.0/netstandard.dll new file mode 100644 index 0000000..55613c6 Binary files /dev/null and b/Prism/vendor/mono/dlls/Linux/mono/net8.0/netstandard.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/Microsoft.CSharp.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/Microsoft.CSharp.dll new file mode 100644 index 0000000..0aa8bc1 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/Microsoft.CSharp.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/Microsoft.NETCore.App.deps.json b/Prism/vendor/mono/dlls/Windows/mono/net8.0/Microsoft.NETCore.App.deps.json new file mode 100644 index 0000000..c16757d --- /dev/null +++ b/Prism/vendor/mono/dlls/Windows/mono/net8.0/Microsoft.NETCore.App.deps.json @@ -0,0 +1,840 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v8.0/win-x64", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v8.0": {}, + ".NETCoreApp,Version=v8.0/win-x64": { + "Microsoft.NETCore.App.Runtime.Mono.win-x64/8.0.22": { + "runtime": { + "System.Private.CoreLib.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "Microsoft.CSharp.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "Microsoft.VisualBasic.Core.dll": { + "assemblyVersion": "13.0.0.0", + "fileVersion": "13.0.2225.52707" + }, + "Microsoft.VisualBasic.dll": { + "assemblyVersion": "10.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "Microsoft.Win32.Primitives.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "Microsoft.Win32.Registry.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "mscorlib.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "netstandard.dll": { + "assemblyVersion": "2.1.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.AppContext.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Buffers.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Collections.Concurrent.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Collections.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Collections.Immutable.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Collections.NonGeneric.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Collections.Specialized.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.ComponentModel.Annotations.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.ComponentModel.DataAnnotations.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.ComponentModel.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.ComponentModel.EventBasedAsync.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.ComponentModel.Primitives.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.ComponentModel.TypeConverter.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Configuration.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Console.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Core.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Data.Common.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Data.DataSetExtensions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Data.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Diagnostics.Contracts.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Diagnostics.Debug.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Diagnostics.DiagnosticSource.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Diagnostics.FileVersionInfo.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Diagnostics.Process.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Diagnostics.StackTrace.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Diagnostics.TextWriterTraceListener.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Diagnostics.Tools.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Diagnostics.TraceSource.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Diagnostics.Tracing.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Drawing.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Drawing.Primitives.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Dynamic.Runtime.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Formats.Asn1.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Formats.Tar.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Globalization.Calendars.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Globalization.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Globalization.Extensions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.IO.Compression.Brotli.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.IO.Compression.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.IO.Compression.FileSystem.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.IO.Compression.ZipFile.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.IO.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.IO.FileSystem.AccessControl.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.IO.FileSystem.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.IO.FileSystem.DriveInfo.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.IO.FileSystem.Primitives.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.IO.FileSystem.Watcher.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.IO.IsolatedStorage.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.IO.MemoryMappedFiles.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.IO.Pipes.AccessControl.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.IO.Pipes.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.IO.UnmanagedMemoryStream.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Linq.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Linq.Expressions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Linq.Parallel.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Linq.Queryable.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Memory.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Net.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Net.Http.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Net.Http.Json.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Net.HttpListener.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Net.Mail.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Net.NameResolution.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Net.NetworkInformation.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Net.Ping.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Net.Primitives.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Net.Quic.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Net.Requests.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Net.Security.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Net.ServicePoint.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Net.Sockets.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Net.WebClient.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Net.WebHeaderCollection.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Net.WebProxy.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Net.WebSockets.Client.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Net.WebSockets.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Numerics.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Numerics.Vectors.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.ObjectModel.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Private.DataContractSerialization.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Private.Uri.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Private.Xml.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Private.Xml.Linq.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Reflection.DispatchProxy.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Reflection.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Reflection.Emit.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Reflection.Emit.ILGeneration.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Reflection.Emit.Lightweight.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Reflection.Extensions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Reflection.Metadata.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Reflection.Primitives.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Reflection.TypeExtensions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Resources.Reader.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Resources.ResourceManager.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Resources.Writer.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Runtime.CompilerServices.Unsafe.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Runtime.CompilerServices.VisualC.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Runtime.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Runtime.Extensions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Runtime.Handles.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Runtime.InteropServices.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Runtime.InteropServices.JavaScript.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Runtime.InteropServices.RuntimeInformation.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Runtime.Intrinsics.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Runtime.Loader.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Runtime.Numerics.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Runtime.Serialization.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Runtime.Serialization.Formatters.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Runtime.Serialization.Json.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Runtime.Serialization.Primitives.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Runtime.Serialization.Xml.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Security.AccessControl.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Security.Claims.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Security.Cryptography.Algorithms.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Security.Cryptography.Cng.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Security.Cryptography.Csp.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Security.Cryptography.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Security.Cryptography.Encoding.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Security.Cryptography.OpenSsl.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Security.Cryptography.Primitives.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Security.Cryptography.X509Certificates.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Security.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Security.Principal.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Security.Principal.Windows.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Security.SecureString.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.ServiceModel.Web.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.ServiceProcess.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Text.Encoding.CodePages.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Text.Encoding.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Text.Encoding.Extensions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Text.Encodings.Web.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Text.Json.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Text.RegularExpressions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Threading.Channels.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Threading.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Threading.Overlapped.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Threading.Tasks.Dataflow.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Threading.Tasks.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Threading.Tasks.Extensions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Threading.Tasks.Parallel.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Threading.Thread.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Threading.ThreadPool.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Threading.Timer.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Transactions.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Transactions.Local.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.ValueTuple.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Web.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Web.HttpUtility.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Windows.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Xml.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Xml.Linq.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Xml.ReaderWriter.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Xml.Serialization.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Xml.XDocument.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Xml.XmlDocument.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Xml.XmlSerializer.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Xml.XPath.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "System.Xml.XPath.XDocument.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.2225.52707" + }, + "WindowsBase.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.2225.52707" + } + }, + "native": { + "coreclr.dll": { + "fileVersion": "8.0.2225.52707" + }, + "msquic.dll": { + "fileVersion": "2.4.8.0" + }, + "System.IO.Compression.Native.dll": { + "fileVersion": "8.0.2225.52707" + }, + "hostpolicy.dll": { + "fileVersion": "8.0.2225.52707" + }, + "Microsoft.DiaSymReader.Native.amd64.dll": { + "fileVersion": "14.42.34436.0" + } + } + } + } + }, + "libraries": { + "Microsoft.NETCore.App.Runtime.Mono.win-x64/8.0.22": { + "type": "package", + "serviceable": true, + "sha512": "", + "path": "microsoft.netcore.app.runtime.mono.win-x64/8.0.22" + } + }, + "runtimes": { + "win-x64": [ + "win", + "any", + "base" + ], + "win-x64-aot": [ + "win-aot", + "win-x64", + "win", + "aot", + "any", + "base" + ], + "win10-x64": [ + "win10", + "win81-x64", + "win81", + "win8-x64", + "win8", + "win7-x64", + "win7", + "win-x64", + "win", + "any", + "base" + ], + "win10-x64-aot": [ + "win10-aot", + "win10-x64", + "win10", + "win81-x64-aot", + "win81-aot", + "win81-x64", + "win81", + "win8-x64-aot", + "win8-aot", + "win8-x64", + "win8", + "win7-x64-aot", + "win7-aot", + "win7-x64", + "win7", + "win-x64-aot", + "win-aot", + "win-x64", + "win", + "aot", + "any", + "base" + ], + "win7-x64": [ + "win7", + "win-x64", + "win", + "any", + "base" + ], + "win7-x64-aot": [ + "win7-aot", + "win7-x64", + "win7", + "win-x64-aot", + "win-aot", + "win-x64", + "win", + "aot", + "any", + "base" + ], + "win8-x64": [ + "win8", + "win7-x64", + "win7", + "win-x64", + "win", + "any", + "base" + ], + "win8-x64-aot": [ + "win8-aot", + "win8-x64", + "win8", + "win7-x64-aot", + "win7-aot", + "win7-x64", + "win7", + "win-x64-aot", + "win-aot", + "win-x64", + "win", + "aot", + "any", + "base" + ], + "win81-x64": [ + "win81", + "win8-x64", + "win8", + "win7-x64", + "win7", + "win-x64", + "win", + "any", + "base" + ], + "win81-x64-aot": [ + "win81-aot", + "win81-x64", + "win81", + "win8-x64-aot", + "win8-aot", + "win8-x64", + "win8", + "win7-x64-aot", + "win7-aot", + "win7-x64", + "win7", + "win-x64-aot", + "win-aot", + "win-x64", + "win", + "aot", + "any", + "base" + ] + } +} \ No newline at end of file diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/Microsoft.NETCore.App.runtimeconfig.json b/Prism/vendor/mono/dlls/Windows/mono/net8.0/Microsoft.NETCore.App.runtimeconfig.json new file mode 100644 index 0000000..c4fb572 --- /dev/null +++ b/Prism/vendor/mono/dlls/Windows/mono/net8.0/Microsoft.NETCore.App.runtimeconfig.json @@ -0,0 +1,5 @@ +{ + "runtimeOptions": { + "tfm": "net8.0" + } +} \ No newline at end of file diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/Microsoft.VisualBasic.Core.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/Microsoft.VisualBasic.Core.dll new file mode 100644 index 0000000..bda0df7 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/Microsoft.VisualBasic.Core.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/Microsoft.VisualBasic.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/Microsoft.VisualBasic.dll new file mode 100644 index 0000000..348a13e Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/Microsoft.VisualBasic.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/Microsoft.Win32.Primitives.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/Microsoft.Win32.Primitives.dll new file mode 100644 index 0000000..f1f52be Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/Microsoft.Win32.Primitives.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/Microsoft.Win32.Registry.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/Microsoft.Win32.Registry.dll new file mode 100644 index 0000000..2889290 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/Microsoft.Win32.Registry.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.AppContext.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.AppContext.dll new file mode 100644 index 0000000..83dd276 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.AppContext.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Buffers.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Buffers.dll new file mode 100644 index 0000000..8892b4f Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Buffers.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Collections.Concurrent.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Collections.Concurrent.dll new file mode 100644 index 0000000..bbbf3b6 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Collections.Concurrent.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Collections.Immutable.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Collections.Immutable.dll new file mode 100644 index 0000000..9d8188d Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Collections.Immutable.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Collections.NonGeneric.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Collections.NonGeneric.dll new file mode 100644 index 0000000..e7aaa90 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Collections.NonGeneric.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Collections.Specialized.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Collections.Specialized.dll new file mode 100644 index 0000000..a70f693 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Collections.Specialized.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Collections.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Collections.dll new file mode 100644 index 0000000..233388a Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Collections.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.ComponentModel.Annotations.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.ComponentModel.Annotations.dll new file mode 100644 index 0000000..d73c7b8 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.ComponentModel.Annotations.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.ComponentModel.DataAnnotations.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.ComponentModel.DataAnnotations.dll new file mode 100644 index 0000000..6f4638d Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.ComponentModel.DataAnnotations.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.ComponentModel.EventBasedAsync.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.ComponentModel.EventBasedAsync.dll new file mode 100644 index 0000000..c03acb4 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.ComponentModel.EventBasedAsync.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.ComponentModel.Primitives.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.ComponentModel.Primitives.dll new file mode 100644 index 0000000..ebf1637 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.ComponentModel.Primitives.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.ComponentModel.TypeConverter.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.ComponentModel.TypeConverter.dll new file mode 100644 index 0000000..864887f Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.ComponentModel.TypeConverter.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.ComponentModel.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.ComponentModel.dll new file mode 100644 index 0000000..aea91fa Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.ComponentModel.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Configuration.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Configuration.dll new file mode 100644 index 0000000..e88c436 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Configuration.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Console.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Console.dll new file mode 100644 index 0000000..c326266 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Console.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Core.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Core.dll new file mode 100644 index 0000000..b85a86c Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Core.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Data.Common.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Data.Common.dll new file mode 100644 index 0000000..5b269a3 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Data.Common.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Data.DataSetExtensions.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Data.DataSetExtensions.dll new file mode 100644 index 0000000..e726e21 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Data.DataSetExtensions.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Data.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Data.dll new file mode 100644 index 0000000..b6eba6a Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Data.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Diagnostics.Contracts.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Diagnostics.Contracts.dll new file mode 100644 index 0000000..68a1109 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Diagnostics.Contracts.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Diagnostics.Debug.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Diagnostics.Debug.dll new file mode 100644 index 0000000..e69f352 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Diagnostics.Debug.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Diagnostics.DiagnosticSource.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Diagnostics.DiagnosticSource.dll new file mode 100644 index 0000000..cad11fa Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Diagnostics.DiagnosticSource.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Diagnostics.FileVersionInfo.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Diagnostics.FileVersionInfo.dll new file mode 100644 index 0000000..f246452 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Diagnostics.FileVersionInfo.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Diagnostics.Process.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Diagnostics.Process.dll new file mode 100644 index 0000000..a963dd9 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Diagnostics.Process.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Diagnostics.StackTrace.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Diagnostics.StackTrace.dll new file mode 100644 index 0000000..2eb61ab Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Diagnostics.StackTrace.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Diagnostics.TextWriterTraceListener.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Diagnostics.TextWriterTraceListener.dll new file mode 100644 index 0000000..94d373b Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Diagnostics.TextWriterTraceListener.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Diagnostics.Tools.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Diagnostics.Tools.dll new file mode 100644 index 0000000..d243fde Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Diagnostics.Tools.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Diagnostics.TraceSource.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Diagnostics.TraceSource.dll new file mode 100644 index 0000000..8729505 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Diagnostics.TraceSource.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Diagnostics.Tracing.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Diagnostics.Tracing.dll new file mode 100644 index 0000000..c22d44d Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Diagnostics.Tracing.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Drawing.Primitives.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Drawing.Primitives.dll new file mode 100644 index 0000000..444b9bc Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Drawing.Primitives.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Drawing.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Drawing.dll new file mode 100644 index 0000000..8dd6a2c Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Drawing.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Dynamic.Runtime.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Dynamic.Runtime.dll new file mode 100644 index 0000000..fc25f02 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Dynamic.Runtime.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Formats.Asn1.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Formats.Asn1.dll new file mode 100644 index 0000000..df206e0 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Formats.Asn1.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Formats.Tar.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Formats.Tar.dll new file mode 100644 index 0000000..1b756d5 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Formats.Tar.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Globalization.Calendars.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Globalization.Calendars.dll new file mode 100644 index 0000000..fd90c8b Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Globalization.Calendars.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Globalization.Extensions.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Globalization.Extensions.dll new file mode 100644 index 0000000..9ddd427 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Globalization.Extensions.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Globalization.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Globalization.dll new file mode 100644 index 0000000..67a009d Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Globalization.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.Compression.Brotli.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.Compression.Brotli.dll new file mode 100644 index 0000000..8d14534 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.Compression.Brotli.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.Compression.FileSystem.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.Compression.FileSystem.dll new file mode 100644 index 0000000..b2be5fa Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.Compression.FileSystem.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.Compression.ZipFile.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.Compression.ZipFile.dll new file mode 100644 index 0000000..540969b Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.Compression.ZipFile.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.Compression.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.Compression.dll new file mode 100644 index 0000000..c70bf48 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.Compression.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.FileSystem.AccessControl.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.FileSystem.AccessControl.dll new file mode 100644 index 0000000..7101e27 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.FileSystem.AccessControl.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.FileSystem.DriveInfo.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.FileSystem.DriveInfo.dll new file mode 100644 index 0000000..8bf3cf3 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.FileSystem.DriveInfo.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.FileSystem.Primitives.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.FileSystem.Primitives.dll new file mode 100644 index 0000000..9ba655e Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.FileSystem.Primitives.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.FileSystem.Watcher.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.FileSystem.Watcher.dll new file mode 100644 index 0000000..61a9a15 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.FileSystem.Watcher.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.FileSystem.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.FileSystem.dll new file mode 100644 index 0000000..fb8dc7d Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.FileSystem.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.IsolatedStorage.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.IsolatedStorage.dll new file mode 100644 index 0000000..868fd41 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.IsolatedStorage.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.MemoryMappedFiles.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.MemoryMappedFiles.dll new file mode 100644 index 0000000..27082b4 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.MemoryMappedFiles.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.Pipes.AccessControl.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.Pipes.AccessControl.dll new file mode 100644 index 0000000..407705d Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.Pipes.AccessControl.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.Pipes.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.Pipes.dll new file mode 100644 index 0000000..c718875 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.Pipes.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.UnmanagedMemoryStream.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.UnmanagedMemoryStream.dll new file mode 100644 index 0000000..c353aa2 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.UnmanagedMemoryStream.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.dll new file mode 100644 index 0000000..7e18f44 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.IO.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Linq.Expressions.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Linq.Expressions.dll new file mode 100644 index 0000000..81d7351 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Linq.Expressions.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Linq.Parallel.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Linq.Parallel.dll new file mode 100644 index 0000000..65d5ae6 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Linq.Parallel.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Linq.Queryable.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Linq.Queryable.dll new file mode 100644 index 0000000..06c0e89 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Linq.Queryable.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Linq.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Linq.dll new file mode 100644 index 0000000..4c30752 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Linq.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Memory.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Memory.dll new file mode 100644 index 0000000..5177b86 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Memory.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.Http.Json.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.Http.Json.dll new file mode 100644 index 0000000..548bff9 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.Http.Json.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.Http.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.Http.dll new file mode 100644 index 0000000..c63863d Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.Http.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.HttpListener.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.HttpListener.dll new file mode 100644 index 0000000..4afaa95 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.HttpListener.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.Mail.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.Mail.dll new file mode 100644 index 0000000..16414c2 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.Mail.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.NameResolution.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.NameResolution.dll new file mode 100644 index 0000000..9d4c58b Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.NameResolution.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.NetworkInformation.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.NetworkInformation.dll new file mode 100644 index 0000000..52110f0 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.NetworkInformation.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.Ping.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.Ping.dll new file mode 100644 index 0000000..6fd6a54 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.Ping.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.Primitives.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.Primitives.dll new file mode 100644 index 0000000..bf4c3a6 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.Primitives.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.Quic.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.Quic.dll new file mode 100644 index 0000000..26f4529 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.Quic.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.Requests.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.Requests.dll new file mode 100644 index 0000000..aa31d6e Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.Requests.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.Security.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.Security.dll new file mode 100644 index 0000000..a4b7bd9 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.Security.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.ServicePoint.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.ServicePoint.dll new file mode 100644 index 0000000..bcaddc5 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.ServicePoint.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.Sockets.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.Sockets.dll new file mode 100644 index 0000000..cd3fb9e Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.Sockets.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.WebClient.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.WebClient.dll new file mode 100644 index 0000000..fb8e8f5 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.WebClient.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.WebHeaderCollection.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.WebHeaderCollection.dll new file mode 100644 index 0000000..8f25316 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.WebHeaderCollection.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.WebProxy.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.WebProxy.dll new file mode 100644 index 0000000..5e6a63c Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.WebProxy.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.WebSockets.Client.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.WebSockets.Client.dll new file mode 100644 index 0000000..728b4c6 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.WebSockets.Client.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.WebSockets.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.WebSockets.dll new file mode 100644 index 0000000..c05522e Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.WebSockets.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.dll new file mode 100644 index 0000000..8f69e80 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Net.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Numerics.Vectors.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Numerics.Vectors.dll new file mode 100644 index 0000000..aff2f94 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Numerics.Vectors.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Numerics.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Numerics.dll new file mode 100644 index 0000000..0b6f838 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Numerics.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.ObjectModel.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.ObjectModel.dll new file mode 100644 index 0000000..2a4fa3f Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.ObjectModel.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Private.DataContractSerialization.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Private.DataContractSerialization.dll new file mode 100644 index 0000000..edcb84f Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Private.DataContractSerialization.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Private.Uri.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Private.Uri.dll new file mode 100644 index 0000000..b384ae7 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Private.Uri.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Private.Xml.Linq.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Private.Xml.Linq.dll new file mode 100644 index 0000000..c040443 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Private.Xml.Linq.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Private.Xml.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Private.Xml.dll new file mode 100644 index 0000000..b9290f3 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Private.Xml.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Reflection.DispatchProxy.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Reflection.DispatchProxy.dll new file mode 100644 index 0000000..6ae62d9 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Reflection.DispatchProxy.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Reflection.Emit.ILGeneration.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Reflection.Emit.ILGeneration.dll new file mode 100644 index 0000000..893cc54 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Reflection.Emit.ILGeneration.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Reflection.Emit.Lightweight.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Reflection.Emit.Lightweight.dll new file mode 100644 index 0000000..3e3c32c Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Reflection.Emit.Lightweight.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Reflection.Emit.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Reflection.Emit.dll new file mode 100644 index 0000000..a71c742 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Reflection.Emit.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Reflection.Extensions.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Reflection.Extensions.dll new file mode 100644 index 0000000..24083ad Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Reflection.Extensions.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Reflection.Metadata.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Reflection.Metadata.dll new file mode 100644 index 0000000..29dbb60 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Reflection.Metadata.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Reflection.Primitives.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Reflection.Primitives.dll new file mode 100644 index 0000000..947947a Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Reflection.Primitives.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Reflection.TypeExtensions.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Reflection.TypeExtensions.dll new file mode 100644 index 0000000..547a94c Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Reflection.TypeExtensions.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Reflection.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Reflection.dll new file mode 100644 index 0000000..9b7a0cf Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Reflection.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Resources.Reader.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Resources.Reader.dll new file mode 100644 index 0000000..465f5a1 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Resources.Reader.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Resources.ResourceManager.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Resources.ResourceManager.dll new file mode 100644 index 0000000..a6f22f1 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Resources.ResourceManager.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Resources.Writer.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Resources.Writer.dll new file mode 100644 index 0000000..1ff23e8 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Resources.Writer.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.CompilerServices.Unsafe.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.CompilerServices.Unsafe.dll new file mode 100644 index 0000000..e22f8ba Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.CompilerServices.Unsafe.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.CompilerServices.VisualC.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.CompilerServices.VisualC.dll new file mode 100644 index 0000000..92c9c0e Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.CompilerServices.VisualC.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.Extensions.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.Extensions.dll new file mode 100644 index 0000000..20f5f38 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.Extensions.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.Handles.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.Handles.dll new file mode 100644 index 0000000..481c41e Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.Handles.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.InteropServices.JavaScript.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.InteropServices.JavaScript.dll new file mode 100644 index 0000000..f5e83af Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.InteropServices.JavaScript.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.InteropServices.RuntimeInformation.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.InteropServices.RuntimeInformation.dll new file mode 100644 index 0000000..b75db9f Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.InteropServices.RuntimeInformation.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.InteropServices.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.InteropServices.dll new file mode 100644 index 0000000..7a79982 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.InteropServices.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.Intrinsics.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.Intrinsics.dll new file mode 100644 index 0000000..6cc72f5 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.Intrinsics.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.Loader.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.Loader.dll new file mode 100644 index 0000000..2095e0b Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.Loader.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.Numerics.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.Numerics.dll new file mode 100644 index 0000000..358aadc Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.Numerics.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.Serialization.Formatters.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.Serialization.Formatters.dll new file mode 100644 index 0000000..7cd78c4 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.Serialization.Formatters.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.Serialization.Json.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.Serialization.Json.dll new file mode 100644 index 0000000..333f84c Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.Serialization.Json.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.Serialization.Primitives.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.Serialization.Primitives.dll new file mode 100644 index 0000000..49d7ce1 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.Serialization.Primitives.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.Serialization.Xml.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.Serialization.Xml.dll new file mode 100644 index 0000000..27d167d Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.Serialization.Xml.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.Serialization.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.Serialization.dll new file mode 100644 index 0000000..3696ef9 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.Serialization.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.dll new file mode 100644 index 0000000..6aa52cd Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Runtime.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Security.AccessControl.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Security.AccessControl.dll new file mode 100644 index 0000000..db5dbcd Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Security.AccessControl.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Security.Claims.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Security.Claims.dll new file mode 100644 index 0000000..78e93e7 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Security.Claims.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Security.Cryptography.Algorithms.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Security.Cryptography.Algorithms.dll new file mode 100644 index 0000000..0d7db81 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Security.Cryptography.Algorithms.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Security.Cryptography.Cng.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Security.Cryptography.Cng.dll new file mode 100644 index 0000000..bd75973 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Security.Cryptography.Cng.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Security.Cryptography.Csp.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Security.Cryptography.Csp.dll new file mode 100644 index 0000000..f8411fc Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Security.Cryptography.Csp.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Security.Cryptography.Encoding.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Security.Cryptography.Encoding.dll new file mode 100644 index 0000000..8b77473 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Security.Cryptography.Encoding.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Security.Cryptography.OpenSsl.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Security.Cryptography.OpenSsl.dll new file mode 100644 index 0000000..6a1d23c Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Security.Cryptography.OpenSsl.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Security.Cryptography.Primitives.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Security.Cryptography.Primitives.dll new file mode 100644 index 0000000..eb9c913 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Security.Cryptography.Primitives.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Security.Cryptography.X509Certificates.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Security.Cryptography.X509Certificates.dll new file mode 100644 index 0000000..df137d8 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Security.Cryptography.X509Certificates.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Security.Cryptography.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Security.Cryptography.dll new file mode 100644 index 0000000..1389f5c Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Security.Cryptography.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Security.Principal.Windows.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Security.Principal.Windows.dll new file mode 100644 index 0000000..cb55c7c Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Security.Principal.Windows.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Security.Principal.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Security.Principal.dll new file mode 100644 index 0000000..afe3b1a Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Security.Principal.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Security.SecureString.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Security.SecureString.dll new file mode 100644 index 0000000..556f6e4 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Security.SecureString.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Security.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Security.dll new file mode 100644 index 0000000..504e399 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Security.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.ServiceModel.Web.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.ServiceModel.Web.dll new file mode 100644 index 0000000..d2e9268 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.ServiceModel.Web.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.ServiceProcess.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.ServiceProcess.dll new file mode 100644 index 0000000..1df34f2 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.ServiceProcess.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Text.Encoding.CodePages.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Text.Encoding.CodePages.dll new file mode 100644 index 0000000..3b4c500 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Text.Encoding.CodePages.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Text.Encoding.Extensions.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Text.Encoding.Extensions.dll new file mode 100644 index 0000000..86c656e Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Text.Encoding.Extensions.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Text.Encoding.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Text.Encoding.dll new file mode 100644 index 0000000..8e010e6 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Text.Encoding.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Text.Encodings.Web.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Text.Encodings.Web.dll new file mode 100644 index 0000000..2935a16 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Text.Encodings.Web.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Text.Json.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Text.Json.dll new file mode 100644 index 0000000..8eb9bcf Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Text.Json.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Text.RegularExpressions.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Text.RegularExpressions.dll new file mode 100644 index 0000000..2ead673 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Text.RegularExpressions.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Threading.Channels.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Threading.Channels.dll new file mode 100644 index 0000000..e6a8c5f Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Threading.Channels.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Threading.Overlapped.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Threading.Overlapped.dll new file mode 100644 index 0000000..0d1ac31 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Threading.Overlapped.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Threading.Tasks.Dataflow.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Threading.Tasks.Dataflow.dll new file mode 100644 index 0000000..ef66c92 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Threading.Tasks.Dataflow.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Threading.Tasks.Extensions.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Threading.Tasks.Extensions.dll new file mode 100644 index 0000000..2b94b03 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Threading.Tasks.Extensions.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Threading.Tasks.Parallel.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Threading.Tasks.Parallel.dll new file mode 100644 index 0000000..addc6b1 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Threading.Tasks.Parallel.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Threading.Tasks.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Threading.Tasks.dll new file mode 100644 index 0000000..bbecf4a Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Threading.Tasks.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Threading.Thread.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Threading.Thread.dll new file mode 100644 index 0000000..ea809bd Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Threading.Thread.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Threading.ThreadPool.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Threading.ThreadPool.dll new file mode 100644 index 0000000..24c0cb5 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Threading.ThreadPool.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Threading.Timer.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Threading.Timer.dll new file mode 100644 index 0000000..62e2b28 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Threading.Timer.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Threading.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Threading.dll new file mode 100644 index 0000000..1c31195 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Threading.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Transactions.Local.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Transactions.Local.dll new file mode 100644 index 0000000..0acf88a Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Transactions.Local.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Transactions.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Transactions.dll new file mode 100644 index 0000000..cacdae4 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Transactions.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.ValueTuple.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.ValueTuple.dll new file mode 100644 index 0000000..771f0b7 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.ValueTuple.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Web.HttpUtility.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Web.HttpUtility.dll new file mode 100644 index 0000000..e4af9a6 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Web.HttpUtility.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Web.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Web.dll new file mode 100644 index 0000000..7a06ee9 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Web.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Windows.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Windows.dll new file mode 100644 index 0000000..dc70e89 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Windows.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Xml.Linq.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Xml.Linq.dll new file mode 100644 index 0000000..25e5ec0 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Xml.Linq.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Xml.ReaderWriter.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Xml.ReaderWriter.dll new file mode 100644 index 0000000..039761b Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Xml.ReaderWriter.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Xml.Serialization.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Xml.Serialization.dll new file mode 100644 index 0000000..19981c7 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Xml.Serialization.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Xml.XDocument.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Xml.XDocument.dll new file mode 100644 index 0000000..234cf30 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Xml.XDocument.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Xml.XPath.XDocument.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Xml.XPath.XDocument.dll new file mode 100644 index 0000000..d4f0558 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Xml.XPath.XDocument.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Xml.XPath.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Xml.XPath.dll new file mode 100644 index 0000000..5aadc29 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Xml.XPath.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Xml.XmlDocument.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Xml.XmlDocument.dll new file mode 100644 index 0000000..2f35f5e Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Xml.XmlDocument.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Xml.XmlSerializer.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Xml.XmlSerializer.dll new file mode 100644 index 0000000..05133f4 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Xml.XmlSerializer.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Xml.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Xml.dll new file mode 100644 index 0000000..6332df9 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.Xml.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.dll new file mode 100644 index 0000000..b5ce4fb Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/System.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/WindowsBase.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/WindowsBase.dll new file mode 100644 index 0000000..e30d210 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/WindowsBase.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/mscorlib.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/mscorlib.dll new file mode 100644 index 0000000..1c0b484 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/mscorlib.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/mono/net8.0/netstandard.dll b/Prism/vendor/mono/dlls/Windows/mono/net8.0/netstandard.dll new file mode 100644 index 0000000..28c7a47 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/mono/net8.0/netstandard.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/native/System.Private.CoreLib.dll b/Prism/vendor/mono/dlls/Windows/native/System.Private.CoreLib.dll new file mode 100644 index 0000000..ccdd2da Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/native/System.Private.CoreLib.dll differ diff --git a/Prism/vendor/mono/dlls/Windows/native/coreclr.dll b/Prism/vendor/mono/dlls/Windows/native/coreclr.dll new file mode 100644 index 0000000..1a64906 Binary files /dev/null and b/Prism/vendor/mono/dlls/Windows/native/coreclr.dll differ diff --git a/Prism/vendor/mono/lib/Linux/System.Private.CoreLib.dll b/Prism/vendor/mono/lib/Linux/System.Private.CoreLib.dll new file mode 100644 index 0000000..5187d9e Binary files /dev/null and b/Prism/vendor/mono/lib/Linux/System.Private.CoreLib.dll differ diff --git a/Prism/vendor/mono/lib/Linux/libSystem.Globalization.Native.so b/Prism/vendor/mono/lib/Linux/libSystem.Globalization.Native.so new file mode 100644 index 0000000..1ff8293 Binary files /dev/null and b/Prism/vendor/mono/lib/Linux/libSystem.Globalization.Native.so differ diff --git a/Prism/vendor/mono/lib/Linux/libSystem.IO.Compression.Native.so b/Prism/vendor/mono/lib/Linux/libSystem.IO.Compression.Native.so new file mode 100644 index 0000000..8a9c8e0 Binary files /dev/null and b/Prism/vendor/mono/lib/Linux/libSystem.IO.Compression.Native.so differ diff --git a/Prism/vendor/mono/lib/Linux/libSystem.Native.so b/Prism/vendor/mono/lib/Linux/libSystem.Native.so new file mode 100644 index 0000000..8b956e8 Binary files /dev/null and b/Prism/vendor/mono/lib/Linux/libSystem.Native.so differ diff --git a/Prism/vendor/mono/lib/Linux/libSystem.Net.Security.Native.so b/Prism/vendor/mono/lib/Linux/libSystem.Net.Security.Native.so new file mode 100644 index 0000000..3b3e7f2 Binary files /dev/null and b/Prism/vendor/mono/lib/Linux/libSystem.Net.Security.Native.so differ diff --git a/Prism/vendor/mono/lib/Linux/libSystem.Security.Cryptography.Native.OpenSsl.so b/Prism/vendor/mono/lib/Linux/libSystem.Security.Cryptography.Native.OpenSsl.so new file mode 100644 index 0000000..fbe9b7d Binary files /dev/null and b/Prism/vendor/mono/lib/Linux/libSystem.Security.Cryptography.Native.OpenSsl.so differ diff --git a/Prism/vendor/mono/lib/Linux/libcoreclr.so b/Prism/vendor/mono/lib/Linux/libcoreclr.so new file mode 100644 index 0000000..44aaca8 Binary files /dev/null and b/Prism/vendor/mono/lib/Linux/libcoreclr.so differ diff --git a/Prism/vendor/mono/lib/Linux/libhostfxr.so b/Prism/vendor/mono/lib/Linux/libhostfxr.so new file mode 100644 index 0000000..3a68339 Binary files /dev/null and b/Prism/vendor/mono/lib/Linux/libhostfxr.so differ diff --git a/Prism/vendor/mono/lib/Linux/libhostpolicy.so b/Prism/vendor/mono/lib/Linux/libhostpolicy.so new file mode 100644 index 0000000..0507092 Binary files /dev/null and b/Prism/vendor/mono/lib/Linux/libhostpolicy.so differ diff --git a/Prism/vendor/mono/lib/Linux/libmono-component-debugger-static.a b/Prism/vendor/mono/lib/Linux/libmono-component-debugger-static.a index 1ef67dc..9b3207e 100644 Binary files a/Prism/vendor/mono/lib/Linux/libmono-component-debugger-static.a and b/Prism/vendor/mono/lib/Linux/libmono-component-debugger-static.a differ diff --git a/Prism/vendor/mono/lib/Linux/libmono-component-debugger-stub-static.a b/Prism/vendor/mono/lib/Linux/libmono-component-debugger-stub-static.a index 21f4da9..29fb8d1 100644 Binary files a/Prism/vendor/mono/lib/Linux/libmono-component-debugger-stub-static.a and b/Prism/vendor/mono/lib/Linux/libmono-component-debugger-stub-static.a differ diff --git a/Prism/vendor/mono/lib/Linux/libmono-component-debugger.so b/Prism/vendor/mono/lib/Linux/libmono-component-debugger.so deleted file mode 100644 index 3fc1119..0000000 Binary files a/Prism/vendor/mono/lib/Linux/libmono-component-debugger.so and /dev/null differ diff --git a/Prism/vendor/mono/lib/Linux/libmono-component-debugger.so.dbg b/Prism/vendor/mono/lib/Linux/libmono-component-debugger.so.dbg deleted file mode 100644 index 6157926..0000000 Binary files a/Prism/vendor/mono/lib/Linux/libmono-component-debugger.so.dbg and /dev/null differ diff --git a/Prism/vendor/mono/lib/Linux/libmono-component-diagnostics_tracing-static.a b/Prism/vendor/mono/lib/Linux/libmono-component-diagnostics_tracing-static.a index c1da9c7..4a1b9c6 100644 Binary files a/Prism/vendor/mono/lib/Linux/libmono-component-diagnostics_tracing-static.a and b/Prism/vendor/mono/lib/Linux/libmono-component-diagnostics_tracing-static.a differ diff --git a/Prism/vendor/mono/lib/Linux/libmono-component-diagnostics_tracing-stub-static.a b/Prism/vendor/mono/lib/Linux/libmono-component-diagnostics_tracing-stub-static.a index 7df7e09..0cd71f1 100644 Binary files a/Prism/vendor/mono/lib/Linux/libmono-component-diagnostics_tracing-stub-static.a and b/Prism/vendor/mono/lib/Linux/libmono-component-diagnostics_tracing-stub-static.a differ diff --git a/Prism/vendor/mono/lib/Linux/libmono-component-diagnostics_tracing.so b/Prism/vendor/mono/lib/Linux/libmono-component-diagnostics_tracing.so deleted file mode 100644 index 8938e3d..0000000 Binary files a/Prism/vendor/mono/lib/Linux/libmono-component-diagnostics_tracing.so and /dev/null differ diff --git a/Prism/vendor/mono/lib/Linux/libmono-component-diagnostics_tracing.so.dbg b/Prism/vendor/mono/lib/Linux/libmono-component-diagnostics_tracing.so.dbg deleted file mode 100644 index d604823..0000000 Binary files a/Prism/vendor/mono/lib/Linux/libmono-component-diagnostics_tracing.so.dbg and /dev/null differ diff --git a/Prism/vendor/mono/lib/Linux/libmono-component-hot_reload-static.a b/Prism/vendor/mono/lib/Linux/libmono-component-hot_reload-static.a index 8c9f551..f6bf089 100644 Binary files a/Prism/vendor/mono/lib/Linux/libmono-component-hot_reload-static.a and b/Prism/vendor/mono/lib/Linux/libmono-component-hot_reload-static.a differ diff --git a/Prism/vendor/mono/lib/Linux/libmono-component-hot_reload-stub-static.a b/Prism/vendor/mono/lib/Linux/libmono-component-hot_reload-stub-static.a index bbe1d20..5d396f5 100644 Binary files a/Prism/vendor/mono/lib/Linux/libmono-component-hot_reload-stub-static.a and b/Prism/vendor/mono/lib/Linux/libmono-component-hot_reload-stub-static.a differ diff --git a/Prism/vendor/mono/lib/Linux/libmono-component-hot_reload.so b/Prism/vendor/mono/lib/Linux/libmono-component-hot_reload.so deleted file mode 100644 index e82cd88..0000000 Binary files a/Prism/vendor/mono/lib/Linux/libmono-component-hot_reload.so and /dev/null differ diff --git a/Prism/vendor/mono/lib/Linux/libmono-component-hot_reload.so.dbg b/Prism/vendor/mono/lib/Linux/libmono-component-hot_reload.so.dbg deleted file mode 100644 index 11cc958..0000000 Binary files a/Prism/vendor/mono/lib/Linux/libmono-component-hot_reload.so.dbg and /dev/null differ diff --git a/Prism/vendor/mono/lib/Linux/libmono-component-marshal-ilgen-static.a b/Prism/vendor/mono/lib/Linux/libmono-component-marshal-ilgen-static.a index ab8893a..3a3feb1 100644 Binary files a/Prism/vendor/mono/lib/Linux/libmono-component-marshal-ilgen-static.a and b/Prism/vendor/mono/lib/Linux/libmono-component-marshal-ilgen-static.a differ diff --git a/Prism/vendor/mono/lib/Linux/libmono-component-marshal-ilgen-stub-static.a b/Prism/vendor/mono/lib/Linux/libmono-component-marshal-ilgen-stub-static.a index 9687cca..508cb04 100644 Binary files a/Prism/vendor/mono/lib/Linux/libmono-component-marshal-ilgen-stub-static.a and b/Prism/vendor/mono/lib/Linux/libmono-component-marshal-ilgen-stub-static.a differ diff --git a/Prism/vendor/mono/lib/Linux/libmono-component-marshal-ilgen.so b/Prism/vendor/mono/lib/Linux/libmono-component-marshal-ilgen.so deleted file mode 100644 index 191384b..0000000 Binary files a/Prism/vendor/mono/lib/Linux/libmono-component-marshal-ilgen.so and /dev/null differ diff --git a/Prism/vendor/mono/lib/Linux/libmono-component-marshal-ilgen.so.dbg b/Prism/vendor/mono/lib/Linux/libmono-component-marshal-ilgen.so.dbg deleted file mode 100644 index b75dc8e..0000000 Binary files a/Prism/vendor/mono/lib/Linux/libmono-component-marshal-ilgen.so.dbg and /dev/null differ diff --git a/Prism/vendor/mono/lib/Linux/libmono-profiler-aot.a b/Prism/vendor/mono/lib/Linux/libmono-profiler-aot.a deleted file mode 100644 index 6cb1445..0000000 Binary files a/Prism/vendor/mono/lib/Linux/libmono-profiler-aot.a and /dev/null differ diff --git a/Prism/vendor/mono/lib/Linux/libmonosgen-2.0.a b/Prism/vendor/mono/lib/Linux/libmonosgen-2.0.a deleted file mode 100644 index 8cbb486..0000000 Binary files a/Prism/vendor/mono/lib/Linux/libmonosgen-2.0.a and /dev/null differ diff --git a/Prism/vendor/mono/lib/Linux/libmonosgen-2.0.so b/Prism/vendor/mono/lib/Linux/libmonosgen-2.0.so deleted file mode 100644 index 9ef75af..0000000 Binary files a/Prism/vendor/mono/lib/Linux/libmonosgen-2.0.so and /dev/null differ diff --git a/Prism/vendor/mono/lib/Linux/libmonosgen-2.0.so.dbg b/Prism/vendor/mono/lib/Linux/libmonosgen-2.0.so.dbg deleted file mode 100644 index b104752..0000000 Binary files a/Prism/vendor/mono/lib/Linux/libmonosgen-2.0.so.dbg and /dev/null differ