commit 5d9641ed34df2acf8836f4928ce74ebce7b51487 Author: 1kamma Date: Sat Jun 26 21:22:45 2021 +0300 New New diff --git a/NetWork/.editorconfig b/NetWork/.editorconfig new file mode 100644 index 0000000..b9c127d --- /dev/null +++ b/NetWork/.editorconfig @@ -0,0 +1,12 @@ +# EditorConfig is awesome: https://EditorConfig.org + +# top-most EditorConfig file +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = crlf +charset = utf-8 +trim_trailing_whitespace = false +insert_final_newline = false \ No newline at end of file diff --git a/NetWork/.gitignore b/NetWork/.gitignore new file mode 100644 index 0000000..11e09a1 --- /dev/null +++ b/NetWork/.gitignore @@ -0,0 +1,4 @@ +desktop.ini +*/bin/* +*/Debug/* +*.dll \ No newline at end of file diff --git a/NetWork/.vs/.editorconfig b/NetWork/.vs/.editorconfig new file mode 100644 index 0000000..b9c127d --- /dev/null +++ b/NetWork/.vs/.editorconfig @@ -0,0 +1,12 @@ +# EditorConfig is awesome: https://EditorConfig.org + +# top-most EditorConfig file +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = crlf +charset = utf-8 +trim_trailing_whitespace = false +insert_final_newline = false \ No newline at end of file diff --git a/NetWork/.vs/NetWork/DesignTimeBuild/.dtbcache.v2 b/NetWork/.vs/NetWork/DesignTimeBuild/.dtbcache.v2 new file mode 100644 index 0000000..dad27d3 Binary files /dev/null and b/NetWork/.vs/NetWork/DesignTimeBuild/.dtbcache.v2 differ diff --git a/NetWork/.vs/NetWork/v16/.suo b/NetWork/.vs/NetWork/v16/.suo new file mode 100644 index 0000000..5bc289f Binary files /dev/null and b/NetWork/.vs/NetWork/v16/.suo differ diff --git a/NetWork/.vs/ProjectSettings.json b/NetWork/.vs/ProjectSettings.json new file mode 100644 index 0000000..f8b4888 --- /dev/null +++ b/NetWork/.vs/ProjectSettings.json @@ -0,0 +1,3 @@ +{ + "CurrentProjectSetting": null +} \ No newline at end of file diff --git a/NetWork/.vs/VSWorkspaceState.json b/NetWork/.vs/VSWorkspaceState.json new file mode 100644 index 0000000..22718c2 --- /dev/null +++ b/NetWork/.vs/VSWorkspaceState.json @@ -0,0 +1,7 @@ +{ + "ExpandedNodes": [ + "" + ], + "SelectedNode": "\\NetWork.sln", + "PreviewInSolutionExplorer": false +} \ No newline at end of file diff --git a/NetWork/.vs/slnx.sqlite b/NetWork/.vs/slnx.sqlite new file mode 100644 index 0000000..36a86d8 Binary files /dev/null and b/NetWork/.vs/slnx.sqlite differ diff --git a/NetWork/NetWork.sln b/NetWork/NetWork.sln new file mode 100644 index 0000000..ab70df9 --- /dev/null +++ b/NetWork/NetWork.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.31402.337 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetWork", "NetWork\NetWork.csproj", "{A1D13A5A-C5C4-4559-BD8D-FB293DAA9034}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {A1D13A5A-C5C4-4559-BD8D-FB293DAA9034}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A1D13A5A-C5C4-4559-BD8D-FB293DAA9034}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A1D13A5A-C5C4-4559-BD8D-FB293DAA9034}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A1D13A5A-C5C4-4559-BD8D-FB293DAA9034}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {BCD0CEDC-F7E6-4311-A924-55D96D536E8D} + EndGlobalSection +EndGlobal diff --git a/NetWork/NetWork/NetWork.csproj b/NetWork/NetWork/NetWork.csproj new file mode 100644 index 0000000..cc89156 --- /dev/null +++ b/NetWork/NetWork/NetWork.csproj @@ -0,0 +1,28 @@ + + + + WinExe + net5.0-windows7.0 + + NetWork.Program + + + + embedded + true + + + + + + + + + + + + + + + + diff --git a/NetWork/NetWork/NetWork.csproj.user b/NetWork/NetWork/NetWork.csproj.user new file mode 100644 index 0000000..6f2e9ee --- /dev/null +++ b/NetWork/NetWork/NetWork.csproj.user @@ -0,0 +1,6 @@ + + + + <_LastSelectedProfileId>C:\Users\סארט\source\repos\NetWork\NetWork\Properties\PublishProfiles\FolderProfile.pubxml + + \ No newline at end of file diff --git a/NetWork/NetWork/Other/Windows.Common.pdb b/NetWork/NetWork/Other/Windows.Common.pdb new file mode 100644 index 0000000..82abb07 Binary files /dev/null and b/NetWork/NetWork/Other/Windows.Common.pdb differ diff --git a/NetWork/NetWork/Program.cs b/NetWork/NetWork/Program.cs new file mode 100644 index 0000000..14eeca4 --- /dev/null +++ b/NetWork/NetWork/Program.cs @@ -0,0 +1,365 @@ +using System; +using System.Diagnostics; +using System.Collections.Generic; +using System.Management; +using System.Text.RegularExpressions; +using NAudio.CoreAudioApi; +using SimpleWifi; +using DotRas; + +namespace NetWork +{ + class Program + { + + public static string[] StringsOfPaths = System.IO.Directory.GetFiles(@"C:\Program Files\Google\Drive File Stream\", "GoogleDriveFS.exe", System.IO.SearchOption.AllDirectories); + public static Dictionary progs = new() { { "GoogleDriveFS", StringsOfPaths[^1] }, { "googledrivesync", @"C:\Program Files\Google\Drive\googledrivesync.exe" }, { "qbittorrent", @"C:\Program Files\qBittorrent\qbittorrent.exe" }, { "Surfshark", @"C:\Program Files (x86)\Surfshark\Surfshark.exe" } }; + public static Dictionary paths = new() { { StringsOfPaths[^1], "GoogleDriveFS.exe" }, { @"C:\Program Files\Google\Drive\googledrivesync.exe", "googledrivesync.exe" }, { @"C:\Program Files\qBittorrent\qbittorrent.exe", "qbittorrent.exe" }, { @"C:\Program Files (x86)\Surfshark\Surfshark.exe", "Surfshark" } }; + //public static string[,] progs = new string[2,5] { { "GoogleDriveFS.exe", "googledrivesync.exe", "qbittorrent.exe", "Surfshark.exe", "mstsc.exe" },{ StringsOfPaths[StringsOfPaths.Length-1], "C:\\Program Files\\Google\\Drive\\googledrivesync.exe", "C:\\Program Files\\qBittorrent\\qbittorrent.exe", "C:\\Program Files (x86)\\Surfshark\\Surfshark.exe" , "mstsc.exe" } }; + /// + /// This Function Stops the RDP connection to the office computer. it takes 'stop' parameter. if it is true, it stops the rdp. otherwise, it starts it. + /// + /// A bool parameter. it swiches between stopping (default) and starting rdp session. + public static void StopRDP(bool stop = true) + { + if (stop) + { + Process[] ids = Process.GetProcessesByName("mstsc"); + foreach (var id in ids) + { + + ManagementObjectSearcher search = new($"SELECT CommandLine FROM Win32_Process WHERE ProcessId = {id.Id}"); + Regex rdp = new("(משרדוש.rdp|161.2)"); + foreach (var searchedObject in search.Get()) + { + if (rdp.Match(searchedObject["CommandLine"].ToString()).Success) + { + id.Kill(); + } + } + Console.WriteLine(""); + } + + } + else + { + Process[] ids = Process.GetProcessesByName("mstsc"); + foreach (var id in ids) + { + bool started = false; + ManagementObjectSearcher search = new($"SELECT CommandLine FROM Win32_Process WHERE ProcessId = {id.Id}"); + Regex rdp = new("(משרדוש.rdp|161.2)"); + foreach (var searchedObject in search.Get()) + { + if (rdp.Match(searchedObject["CommandLine"].ToString()).Success) + { + started = true; + } + } + if (!started) + { + StartProgram("rdp"); + } + Console.WriteLine(""); + + } + } + } + /// + /// + /// + /// + /// + public static bool Dial(bool connect = true) + { + if (connect) + { + RasDialer rasDialer = new(); + rasDialer.AllowUseStoredCredentials = true; + rasDialer.PhoneBookPath = @"C:\Users\סארט\AppData\Roaming\Microsoft\Network\Connections\Pbk\ek.pbk"; + rasDialer.PhoneNumber = "ek"; + rasDialer.EntryName = "ek"; + rasDialer.DialAsync(); + } + return false; + } + public static string GetProgram(string Name) + { + /* + this function decides if the program is a name, or a location. + if it is a location, it returns the name of the program + if it is a name, it returns the location + otherwise, it returns empty string + */ + + if (progs.ContainsKey(Name)) + { + return progs[Name]; + } + if (paths.ContainsKey(Name)) + { + return paths[Name]; + } + return ""; + + } + public static void StopProgram(string[] Name, bool mute = true) + { + foreach (string name in Name) + { + try + { + if (progs.ContainsKey(name)) + { + Process[] p = Process.GetProcessesByName(name); + foreach (Process proc in p) + { + proc.Kill(true); + } + + } + else + { + if (name.Contains("mstsc") || name.Contains("rdp")) + { + StopRDP(); + } + } + } + catch + { + continue; + } + } + MuteSystem(mute); + } + public static void StartProgram(string[] Name, bool mute = false) + { + + foreach (var process_name in Name) + { + if (process_name.Contains("rdp") || process_name.Contains("mstsc")) + { + Process.Start("mstsc.exe", "D:\\Drive\\מסמכים\\vms\\משרדוש.rdp"); + continue; + } + else if (Process.GetProcessesByName(process_name).Length < 1) + { + string process; + if (progs.ContainsKey(process_name)) + { + process = progs[process_name]; + } + else if (paths.ContainsKey(process_name)) + { + process = process_name; + } + else + { + process = @"C:\Windows\System32\rundll32.exe"; + } + Process.Start(process); + } + } + MuteSystem(mute); + } + public static string GetWifiNetwork() + { + SimpleWifi.Win32.WlanClient wlan = new(); + return wlan.Interfaces[0].CurrentConnection.profileName; + } + public static bool? IsItGoodWifi(string currentWifi) + { + Regex regex = new(currentWifi); + bool? goodWifi; + goodWifi = regex.IsMatch("Oliver Oliver5 Oliver x018_497622 TNCAPE5A34D MSBR Azrieli_Modiin_WIFI lu shalmata mickey Mickey Network 192.168.1. Silmarill wintunshark0 saret Saret huji-meonot") ? true : (regex.IsMatch("HUJI-netXeduroam HUJI-guest 132.64") ? false:null); + + return goodWifi; + } + static string GetLan(System.Net.NetworkInformation.NetworkInterface networkAdapter) + { + if (networkAdapter.Name.Contains("Ethernet") && !(networkAdapter.Description.Contains("TAP")) && !(networkAdapter.Description.Contains("Hyper-V"))) + { + return networkAdapter.GetPhysicalAddress().ToString(); + } + return null; + } + + static bool GetVpn(System.Net.NetworkInformation.NetworkInterface net) + { + if (net.Name.Contains("Surfshark") || net.Name.Contains("shark") || net.Description.Contains("TAP")) + { + return net.OperationalStatus.ToString().Equals("Up"); + } + return false; + } + + public static Dictionary GetNetwork() + { + Dictionary net_dict = new() { { "vpn", false }, { "lan", false }, { "good_lan", false }, { "ek", false } }; + System.Net.NetworkInformation.NetworkInterface[] nets = System.Net.NetworkInformation.NetworkInterface.GetAllNetworkInterfaces(); + string getlan = ""; + bool getgoodland = false; + string getwifi; + getwifi = GetWifiNetwork(); + foreach (var net in nets) + { + net_dict["vpn"] |= GetVpn(net); + getlan ??= GetLan(net); + if (AllowedMac(net.GetPhysicalAddress().ToString())) + { + getgoodland |= true ; + } + + } + net_dict.Add("Wi-Fi", IsItGoodWifi(getwifi)); + net_dict["good_lan"]=getgoodland; + net_dict["lan"]= getlan; + + //net_dict.Add("good_lan", AllowedMac()); + return net_dict; + } + private static string HirarcyNetworks(Dictionary network_dictionary) + { + if (network_dictionary["vpn"]) + { + return "vpn"; + } + else if (network_dictionary["ek"]) + { + return "ek"; + } + else if (network_dictionary["good_lan"]) + { + return "good_lan"; + } + else if (network_dictionary["lan"]) + { + return "lan"; + } + return "Wi-Fi"; + + } + public static bool AllowedMac(string mac, string[] those_are_the_AllowedMacs = null) + { + string[] AllowedMac_adresses; + if (!(those_are_the_AllowedMacs is null)) + { + AllowedMac_adresses = those_are_the_AllowedMacs; + } + else + { + AllowedMac_adresses = new string[] { "00E04C6813E4" }; + } + foreach (var mac_address in AllowedMac_adresses) + { + if (mac_address.Equals(mac)) + { + return true; + } + } + return false; + + } + public static bool AllowedMac(string[] mac, string[] those_are_the_AllowedMacs = null) + { + foreach (var single_mac in mac) + { + if (AllowedMac(single_mac, those_are_the_AllowedMacs)) + { + return true; + } + } + return false; + } + public static void StartProgram(string process_name) + { + if (process_name.Contains("rdp") || process_name.Contains("mstsc")) + { + Process.Start("mstsc.exe", @"D:\Drive\מסמכים\vms\משרדוש.rdp"); + } + else if (Process.GetProcessesByName(process_name).Length < 1) + { + string process; + if (progs.ContainsKey(process_name)) + { + process = progs[process_name]; + } + else if (paths.ContainsKey(process_name)) + { + process = process_name; + } + else + { + process = @"C:\Windows\System32\rundll32.exe"; + } + Process.Start(process); + } + } + public static void MuteSystem(bool mute = true) + { + MMDeviceEnumerator mMDeviceEnumerator = new(); + mMDeviceEnumerator.GetDefaultAudioEndpoint(DataFlow.Render, Role.Multimedia).AudioEndpointVolume.Mute = mute; + } + public static void DoTheSchtik() + { + var network_connection = GetNetwork(); + string[] programs_to_run; + string[] programs_to_stop; + bool mute; + switch (HirarcyNetworks(network_connection)) + { + case "vpn": + programs_to_run = new string[] { "googledrivesync", "GoogleDriveFS", "qbittorrent", "Surfshark" }; + programs_to_stop = new string[] { "rdp" }; + mute = false; + break; + case "ek": + programs_to_run = new string[] { "rdp", "googledrivesync", "GoogleDriveFS" }; + programs_to_stop = new string[] { "qbittorrent", "Surfshark" }; + mute = false; + break; + case "good_lan": + programs_to_run = new string[] { "googledrivesync", "GoogleDriveFS", "qbittorrent", "Surfshark" }; + programs_to_stop = new string[] { "rdp" }; + mute = false; + break; + case "lan": + programs_to_run = new string[] { "rdp", "googledrivesync", "GoogleDriveFS" }; + programs_to_stop = new string[] { "qbittorrent", "Surfshark" }; + mute = false; + Dial(true); + break; + default: + if (network_connection["Wi-Fi"]) + { + programs_to_run = new string[] { "googledrivesync", "GoogleDriveFS", "qbittorrent", "Surfshark" }; + programs_to_stop = new string[] { "rdp" }; + mute = false; + break; + } + else + { + programs_to_run = new string[] { "googledrivesync", "GoogleDriveFS" }; + programs_to_stop = new string[] { "qbittorrent", "Surfshark" }; + mute = true; + } + break; + } + if (programs_to_run is not null) + { + StartProgram(programs_to_run, mute); + } + if (programs_to_stop is not null) + { + StopProgram(programs_to_stop, mute); + } + System.Windows.Forms.Application.Exit(); + } + static void Main(string[] args) + { + DoTheSchtik(); + + } + } +} \ No newline at end of file diff --git a/NetWork/NetWork/obj/Debug/net5.0-windows/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs b/NetWork/NetWork/obj/Debug/net5.0-windows/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs new file mode 100644 index 0000000..2f7e5ec --- /dev/null +++ b/NetWork/NetWork/obj/Debug/net5.0-windows/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")] diff --git a/NetWork/NetWork/obj/Debug/net5.0-windows/NetWork.AssemblyInfo.cs b/NetWork/NetWork/obj/Debug/net5.0-windows/NetWork.AssemblyInfo.cs new file mode 100644 index 0000000..d5ffd2b --- /dev/null +++ b/NetWork/NetWork/obj/Debug/net5.0-windows/NetWork.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("NetWork")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("NetWork")] +[assembly: System.Reflection.AssemblyTitleAttribute("NetWork")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/NetWork/NetWork/obj/Debug/net5.0-windows/NetWork.AssemblyInfoInputs.cache b/NetWork/NetWork/obj/Debug/net5.0-windows/NetWork.AssemblyInfoInputs.cache new file mode 100644 index 0000000..dc9c679 --- /dev/null +++ b/NetWork/NetWork/obj/Debug/net5.0-windows/NetWork.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +2141606a1b68e23e2902b1b40300852fe1ead34c diff --git a/NetWork/NetWork/obj/Debug/net5.0-windows/NetWork.GeneratedMSBuildEditorConfig.editorconfig b/NetWork/NetWork/obj/Debug/net5.0-windows/NetWork.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..7694274 --- /dev/null +++ b/NetWork/NetWork/obj/Debug/net5.0-windows/NetWork.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,8 @@ +is_global = true +build_property.TargetFramework = net5.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.PublishSingleFile = +build_property.IncludeAllContentForSelfExtract = +build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows diff --git a/NetWork/NetWork/obj/Debug/net5.0-windows/NetWork.assets.cache b/NetWork/NetWork/obj/Debug/net5.0-windows/NetWork.assets.cache new file mode 100644 index 0000000..5fab086 Binary files /dev/null and b/NetWork/NetWork/obj/Debug/net5.0-windows/NetWork.assets.cache differ diff --git a/NetWork/NetWork/obj/Debug/net5.0-windows/NetWork.csproj.AssemblyReference.cache b/NetWork/NetWork/obj/Debug/net5.0-windows/NetWork.csproj.AssemblyReference.cache new file mode 100644 index 0000000..71fb6df Binary files /dev/null and b/NetWork/NetWork/obj/Debug/net5.0-windows/NetWork.csproj.AssemblyReference.cache differ diff --git a/NetWork/NetWork/obj/Debug/net5.0-windows/NetWork.csproj.CopyComplete b/NetWork/NetWork/obj/Debug/net5.0-windows/NetWork.csproj.CopyComplete new file mode 100644 index 0000000..e69de29 diff --git a/NetWork/NetWork/obj/Debug/net5.0-windows/NetWork.csproj.CoreCompileInputs.cache b/NetWork/NetWork/obj/Debug/net5.0-windows/NetWork.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..2ea85bf --- /dev/null +++ b/NetWork/NetWork/obj/Debug/net5.0-windows/NetWork.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +ec68d7fc404689b78246332306eb7e9270823dce diff --git a/NetWork/NetWork/obj/Debug/net5.0-windows/NetWork.csproj.FileListAbsolute.txt b/NetWork/NetWork/obj/Debug/net5.0-windows/NetWork.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..99dbf65 --- /dev/null +++ b/NetWork/NetWork/obj/Debug/net5.0-windows/NetWork.csproj.FileListAbsolute.txt @@ -0,0 +1,207 @@ +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0-windows\NetWork.csproj.AssemblyReference.cache +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0-windows\NetWork.GeneratedMSBuildEditorConfig.editorconfig +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0-windows\NetWork.AssemblyInfoInputs.cache +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0-windows\NetWork.AssemblyInfo.cs +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0-windows\NetWork.csproj.CoreCompileInputs.cache +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\NetWork.exe +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\NetWork.deps.json +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\NetWork.runtimeconfig.json +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\NetWork.runtimeconfig.dev.json +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\NetWork.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\ref\NetWork.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\NAudio.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\NAudio.Asio.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\NAudio.Core.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\NAudio.Midi.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\NAudio.Wasapi.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\NAudio.WinForms.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\NAudio.WinMM.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\System.Management.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\unix\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win-arm\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win-arm\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win-arm\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win-arm\native\mi.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win-arm\native\miutils.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win-arm64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win-arm64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win-arm64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win-arm64\native\mi.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win-arm64\native\miutils.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win10-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win10-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win10-x64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win10-x64\native\mi.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win10-x64\native\miutils.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win10-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win10-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win10-x86\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win10-x86\native\mi.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win10-x86\native\miutils.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\mi.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\miutils.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x86\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x86\native\mi.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x86\native\miutils.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\mi.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\miutils.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x86\native\mi.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x86\native\miutils.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win81-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win81-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win81-x64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win81-x64\native\mi.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win81-x64\native\miutils.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win81-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win81-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win81-x86\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win81-x86\native\mi.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win81-x86\native\miutils.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win\lib\netcoreapp2.0\System.Management.dll +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0-windows\NetWork.csproj.CopyComplete +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0-windows\NetWork.dll +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0-windows\ref\NetWork.dll +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0-windows\NetWork.genruntimeconfig.cache +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\AudioControlNative.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\API-MS-Win-Base-Util-L1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-2.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\API-MS-Win-Core-PrivateProfile-L1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\API-MS-Win-Core-ProcessTopology-Obsolete-L1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\API-MS-Win-Core-String-L2-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\API-MS-Win-Core-StringAnsi-L1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\API-MS-Win-EventLog-Legacy-L1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\API-MS-Win-Eventing-ClassicProvider-L1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\API-MS-Win-Eventing-Consumer-L1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\API-MS-Win-Eventing-Controller-L1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\API-MS-Win-Eventing-Legacy-L1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\API-MS-Win-Eventing-Provider-L1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\API-MS-Win-Security-LsaPolicy-L1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\API-MS-Win-devices-config-L1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\API-MS-Win-devices-config-L1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-com-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-com-private-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-comm-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-console-l2-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-datetime-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-debug-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-delayload-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-errorhandling-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-fibers-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-fibers-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-file-l1-2-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-file-l2-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-heap-obsolete-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-io-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-io-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-kernel32-legacy-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-kernel32-legacy-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-kernel32-legacy-l1-1-2.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-libraryloader-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-localization-l1-2-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-localization-l2-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-localization-obsolete-l1-2-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-memory-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-memory-l1-1-2.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-memory-l1-1-3.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-namedpipe-l1-2-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-normalization-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-privateprofile-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-processenvironment-l1-2-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-processsecurity-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-processthreads-l1-1-2.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-psapi-ansi-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-psapi-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-psapi-obsolete-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-realtime-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-registry-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-registry-l2-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-shlwapi-legacy-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-shlwapi-obsolete-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-shutdown-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-shutdown-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-string-obsolete-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-string-obsolete-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-stringloader-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-stringloader-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-sysinfo-l1-2-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-sysinfo-l1-2-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-sysinfo-l1-2-2.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-sysinfo-l1-2-3.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-threadpool-l1-2-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-threadpool-legacy-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-threadpool-private-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-url-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-version-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-winrt-error-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-winrt-error-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-winrt-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-winrt-registration-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-winrt-robuffer-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-winrt-string-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-wow64-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-xstate-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-xstate-l2-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-ro-typeresolution-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-security-base-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-security-cpwl-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-security-cryptoapi-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-security-lsalookup-l2-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-security-lsalookup-l2-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-security-provider-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-security-sddl-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-service-core-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-service-core-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-service-management-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-service-management-l2-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-service-private-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-service-private-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-service-winsvc-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\ext-ms-win-advapi32-encryptedfile-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-2.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\API-MS-Win-devices-config-L1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-core-file-l1-2-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-core-file-l2-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-core-kernel32-legacy-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-core-kernel32-legacy-l1-1-2.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-core-localization-l1-2-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-core-localization-obsolete-l1-2-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-core-memory-l1-1-2.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-core-memory-l1-1-3.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-core-namedpipe-l1-2-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-core-privateprofile-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-core-processthreads-l1-1-2.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-core-shutdown-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-core-string-obsolete-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-core-stringloader-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-core-sysinfo-l1-2-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-core-sysinfo-l1-2-2.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-core-sysinfo-l1-2-3.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-core-winrt-error-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-core-xstate-l2-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-security-cpwl-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-security-cryptoapi-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-security-lsalookup-l2-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-service-private-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win81-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-2.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win81-x64\native\api-ms-win-core-kernel32-legacy-l1-1-2.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win81-x64\native\api-ms-win-core-memory-l1-1-3.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win81-x64\native\api-ms-win-core-namedpipe-l1-2-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win81-x64\native\api-ms-win-core-string-obsolete-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win81-x64\native\api-ms-win-core-sysinfo-l1-2-2.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win81-x64\native\api-ms-win-core-sysinfo-l1-2-3.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win81-x64\native\api-ms-win-security-cpwl-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\Windows.Common.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\Windows.Common.pdb diff --git a/NetWork/NetWork/obj/Debug/net5.0-windows/NetWork.genruntimeconfig.cache b/NetWork/NetWork/obj/Debug/net5.0-windows/NetWork.genruntimeconfig.cache new file mode 100644 index 0000000..8e54849 --- /dev/null +++ b/NetWork/NetWork/obj/Debug/net5.0-windows/NetWork.genruntimeconfig.cache @@ -0,0 +1 @@ +b9b6bd9282a348fd2886bc55786cc65f59ea834a diff --git a/NetWork/NetWork/obj/Debug/net5.0-windows/apphost.exe b/NetWork/NetWork/obj/Debug/net5.0-windows/apphost.exe new file mode 100644 index 0000000..35d932a Binary files /dev/null and b/NetWork/NetWork/obj/Debug/net5.0-windows/apphost.exe differ diff --git a/NetWork/NetWork/obj/Debug/net5.0-windows7.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs b/NetWork/NetWork/obj/Debug/net5.0-windows7.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs new file mode 100644 index 0000000..2f7e5ec --- /dev/null +++ b/NetWork/NetWork/obj/Debug/net5.0-windows7.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")] diff --git a/NetWork/NetWork/obj/Debug/net5.0-windows7.0/NetWork.AssemblyInfo.cs b/NetWork/NetWork/obj/Debug/net5.0-windows7.0/NetWork.AssemblyInfo.cs new file mode 100644 index 0000000..d5ffd2b --- /dev/null +++ b/NetWork/NetWork/obj/Debug/net5.0-windows7.0/NetWork.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("NetWork")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("NetWork")] +[assembly: System.Reflection.AssemblyTitleAttribute("NetWork")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/NetWork/NetWork/obj/Debug/net5.0-windows7.0/NetWork.AssemblyInfoInputs.cache b/NetWork/NetWork/obj/Debug/net5.0-windows7.0/NetWork.AssemblyInfoInputs.cache new file mode 100644 index 0000000..dc9c679 --- /dev/null +++ b/NetWork/NetWork/obj/Debug/net5.0-windows7.0/NetWork.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +2141606a1b68e23e2902b1b40300852fe1ead34c diff --git a/NetWork/NetWork/obj/Debug/net5.0-windows7.0/NetWork.GeneratedMSBuildEditorConfig.editorconfig b/NetWork/NetWork/obj/Debug/net5.0-windows7.0/NetWork.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..04424a3 --- /dev/null +++ b/NetWork/NetWork/obj/Debug/net5.0-windows7.0/NetWork.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,8 @@ +is_global = true +build_property.TargetFramework = net5.0-windows7.0 +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.PublishSingleFile = +build_property.IncludeAllContentForSelfExtract = +build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows diff --git a/NetWork/NetWork/obj/Debug/net5.0-windows7.0/NetWork.assets.cache b/NetWork/NetWork/obj/Debug/net5.0-windows7.0/NetWork.assets.cache new file mode 100644 index 0000000..6750dd2 Binary files /dev/null and b/NetWork/NetWork/obj/Debug/net5.0-windows7.0/NetWork.assets.cache differ diff --git a/NetWork/NetWork/obj/Debug/net5.0-windows7.0/NetWork.csproj.AssemblyReference.cache b/NetWork/NetWork/obj/Debug/net5.0-windows7.0/NetWork.csproj.AssemblyReference.cache new file mode 100644 index 0000000..5c045e9 Binary files /dev/null and b/NetWork/NetWork/obj/Debug/net5.0-windows7.0/NetWork.csproj.AssemblyReference.cache differ diff --git a/NetWork/NetWork/obj/Debug/net5.0-windows7.0/NetWork.csproj.CopyComplete b/NetWork/NetWork/obj/Debug/net5.0-windows7.0/NetWork.csproj.CopyComplete new file mode 100644 index 0000000..e69de29 diff --git a/NetWork/NetWork/obj/Debug/net5.0-windows7.0/NetWork.csproj.CoreCompileInputs.cache b/NetWork/NetWork/obj/Debug/net5.0-windows7.0/NetWork.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..d4e7af0 --- /dev/null +++ b/NetWork/NetWork/obj/Debug/net5.0-windows7.0/NetWork.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +b755c1fcc436e3bd1ba3fa95bde9da72a01314b5 diff --git a/NetWork/NetWork/obj/Debug/net5.0-windows7.0/NetWork.csproj.FileListAbsolute.txt b/NetWork/NetWork/obj/Debug/net5.0-windows7.0/NetWork.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..d0c253d --- /dev/null +++ b/NetWork/NetWork/obj/Debug/net5.0-windows7.0/NetWork.csproj.FileListAbsolute.txt @@ -0,0 +1,497 @@ +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\AudioControlNative.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NetWork.exe +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NetWork.deps.json +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NetWork.runtimeconfig.json +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NetWork.runtimeconfig.dev.json +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NetWork.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\NetWork.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NAudio.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NAudio.Asio.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NAudio.Core.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NAudio.Midi.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NAudio.Wasapi.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NAudio.WinForms.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NAudio.WinMM.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.Management.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\unix\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-arm\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-arm\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-arm\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-arm\native\mi.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-arm\native\miutils.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-arm64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-arm64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-arm64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-arm64\native\mi.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-arm64\native\miutils.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win10-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win10-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win10-x64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win10-x64\native\mi.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win10-x64\native\miutils.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win10-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win10-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win10-x86\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win10-x86\native\mi.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win10-x86\native\miutils.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\mi.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\miutils.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x86\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x86\native\mi.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x86\native\miutils.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\mi.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\miutils.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x86\native\mi.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x86\native\miutils.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x64\native\mi.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x64\native\miutils.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x86\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x86\native\mi.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x86\native\miutils.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Base-Util-L1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-2.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Core-PrivateProfile-L1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Core-ProcessTopology-Obsolete-L1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Core-String-L2-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Core-StringAnsi-L1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-EventLog-Legacy-L1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Eventing-ClassicProvider-L1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Eventing-Consumer-L1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Eventing-Controller-L1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Eventing-Legacy-L1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Eventing-Provider-L1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Security-LsaPolicy-L1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-devices-config-L1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-devices-config-L1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-com-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-com-private-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-comm-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-console-l2-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-datetime-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-debug-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-delayload-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-errorhandling-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-fibers-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-fibers-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-file-l1-2-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-file-l2-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-heap-obsolete-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-io-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-io-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-kernel32-legacy-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-kernel32-legacy-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-kernel32-legacy-l1-1-2.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-libraryloader-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-localization-l1-2-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-localization-l2-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-localization-obsolete-l1-2-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-memory-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-memory-l1-1-2.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-memory-l1-1-3.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-namedpipe-l1-2-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-normalization-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-privateprofile-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-processenvironment-l1-2-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-processsecurity-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-processthreads-l1-1-2.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-psapi-ansi-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-psapi-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-psapi-obsolete-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-realtime-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-registry-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-registry-l2-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-shlwapi-legacy-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-shlwapi-obsolete-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-shutdown-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-shutdown-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-string-obsolete-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-string-obsolete-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-stringloader-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-stringloader-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-sysinfo-l1-2-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-sysinfo-l1-2-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-sysinfo-l1-2-2.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-sysinfo-l1-2-3.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-threadpool-l1-2-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-threadpool-legacy-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-threadpool-private-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-url-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-version-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-winrt-error-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-winrt-error-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-winrt-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-winrt-registration-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-winrt-robuffer-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-winrt-string-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-wow64-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-xstate-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-xstate-l2-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-ro-typeresolution-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-security-base-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-security-cpwl-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-security-cryptoapi-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-security-lsalookup-l2-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-security-lsalookup-l2-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-security-provider-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-security-sddl-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-service-core-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-service-core-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-service-management-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-service-management-l2-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-service-private-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-service-private-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-service-winsvc-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\ext-ms-win-advapi32-encryptedfile-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-2.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\API-MS-Win-devices-config-L1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-file-l1-2-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-file-l2-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-kernel32-legacy-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-kernel32-legacy-l1-1-2.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-localization-l1-2-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-localization-obsolete-l1-2-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-memory-l1-1-2.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-memory-l1-1-3.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-namedpipe-l1-2-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-privateprofile-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-processthreads-l1-1-2.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-shutdown-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-string-obsolete-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-stringloader-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-sysinfo-l1-2-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-sysinfo-l1-2-2.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-sysinfo-l1-2-3.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-winrt-error-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-xstate-l2-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-security-cpwl-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-security-cryptoapi-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-security-lsalookup-l2-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-service-private-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-2.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x64\native\api-ms-win-core-kernel32-legacy-l1-1-2.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x64\native\api-ms-win-core-memory-l1-1-3.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x64\native\api-ms-win-core-namedpipe-l1-2-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x64\native\api-ms-win-core-string-obsolete-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x64\native\api-ms-win-core-sysinfo-l1-2-2.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x64\native\api-ms-win-core-sysinfo-l1-2-3.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x64\native\api-ms-win-security-cpwl-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\netcoreapp2.0\System.Management.dll +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0-windows7.0\NetWork.csproj.AssemblyReference.cache +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0-windows7.0\NetWork.GeneratedMSBuildEditorConfig.editorconfig +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0-windows7.0\NetWork.AssemblyInfoInputs.cache +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0-windows7.0\NetWork.AssemblyInfo.cs +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0-windows7.0\NetWork.csproj.CoreCompileInputs.cache +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0-windows7.0\NetWork.csproj.CopyComplete +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0-windows7.0\NetWork.dll +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0-windows7.0\ref\NetWork.dll +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0-windows7.0\NetWork.genruntimeconfig.cache +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\SimpleWifi.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\DotRas.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\Microsoft.CSharp.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\Microsoft.VisualBasic.Core.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\Microsoft.VisualBasic.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\Microsoft.Win32.Primitives.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.AppContext.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Buffers.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Collections.Concurrent.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Collections.Immutable.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Collections.NonGeneric.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Collections.Specialized.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Collections.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.ComponentModel.Annotations.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.ComponentModel.DataAnnotations.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.ComponentModel.EventBasedAsync.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.ComponentModel.Primitives.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.ComponentModel.TypeConverter.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.ComponentModel.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Configuration.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Console.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Core.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Data.Common.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Data.DataSetExtensions.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Data.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Diagnostics.Contracts.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Diagnostics.Debug.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Diagnostics.DiagnosticSource.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Diagnostics.FileVersionInfo.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Diagnostics.Process.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Diagnostics.StackTrace.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Diagnostics.TextWriterTraceListener.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Diagnostics.Tools.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Diagnostics.TraceSource.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Diagnostics.Tracing.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Drawing.Primitives.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Drawing.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Dynamic.Runtime.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Formats.Asn1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Globalization.Calendars.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Globalization.Extensions.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Globalization.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.IO.Compression.Brotli.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.IO.Compression.FileSystem.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.IO.Compression.ZipFile.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.IO.Compression.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.IO.FileSystem.DriveInfo.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.IO.FileSystem.Primitives.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.IO.FileSystem.Watcher.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.IO.FileSystem.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.IO.IsolatedStorage.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.IO.MemoryMappedFiles.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.IO.Pipes.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.IO.UnmanagedMemoryStream.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.IO.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Linq.Expressions.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Linq.Parallel.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Linq.Queryable.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Linq.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Memory.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Net.Http.Json.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Net.Http.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Net.HttpListener.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Net.Mail.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Net.NameResolution.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Net.NetworkInformation.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Net.Ping.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Net.Primitives.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Net.Requests.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Net.Security.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Net.ServicePoint.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Net.Sockets.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Net.WebClient.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Net.WebHeaderCollection.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Net.WebProxy.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Net.WebSockets.Client.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Net.WebSockets.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Net.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Numerics.Vectors.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Numerics.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.ObjectModel.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Reflection.DispatchProxy.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Reflection.Emit.ILGeneration.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Reflection.Emit.Lightweight.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Reflection.Emit.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Reflection.Extensions.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Reflection.Metadata.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Reflection.Primitives.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Reflection.TypeExtensions.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Reflection.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Resources.Reader.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Resources.ResourceManager.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Resources.Writer.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Runtime.CompilerServices.Unsafe.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Runtime.CompilerServices.VisualC.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Runtime.Extensions.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Runtime.Handles.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Runtime.InteropServices.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Runtime.Intrinsics.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Runtime.Loader.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Runtime.Numerics.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Runtime.Serialization.Formatters.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Runtime.Serialization.Json.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Runtime.Serialization.Primitives.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Runtime.Serialization.Xml.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Runtime.Serialization.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Runtime.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Security.Claims.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Security.Cryptography.Algorithms.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Security.Cryptography.Csp.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Security.Cryptography.Encoding.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Security.Cryptography.Primitives.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Security.Cryptography.X509Certificates.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Security.Principal.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Security.SecureString.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Security.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.ServiceModel.Web.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.ServiceProcess.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Text.Encoding.CodePages.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Text.Encoding.Extensions.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Text.Encoding.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Text.Json.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Text.RegularExpressions.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Threading.Channels.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Threading.Overlapped.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Threading.Tasks.Dataflow.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Threading.Tasks.Extensions.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Threading.Tasks.Parallel.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Threading.Tasks.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Threading.Thread.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Threading.ThreadPool.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Threading.Timer.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Threading.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Transactions.Local.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Transactions.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.ValueTuple.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Web.HttpUtility.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Web.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Windows.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Xml.Linq.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Xml.ReaderWriter.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Xml.Serialization.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Xml.XDocument.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Xml.XPath.XDocument.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Xml.XPath.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Xml.XmlDocument.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Xml.XmlSerializer.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Xml.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\WindowsBase.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\mscorlib.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\netstandard.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\unix\lib\net5.0\Modules\Microsoft.PowerShell.Host\Microsoft.PowerShell.Host.psd1 +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\unix\lib\net5.0\Modules\Microsoft.PowerShell.Management\Microsoft.PowerShell.Management.psd1 +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\unix\lib\net5.0\Modules\Microsoft.PowerShell.Security\Microsoft.PowerShell.Security.psd1 +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\unix\lib\net5.0\Modules\Microsoft.PowerShell.Utility\Microsoft.PowerShell.Utility.psd1 +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\net5.0\Modules\CimCmdlets\CimCmdlets.psd1 +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Diagnostics\Diagnostics.format.ps1xml +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Diagnostics\Event.format.ps1xml +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Diagnostics\GetEvent.types.ps1xml +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Diagnostics\Microsoft.PowerShell.Diagnostics.psd1 +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Host\Microsoft.PowerShell.Host.psd1 +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Management\Microsoft.PowerShell.Management.psd1 +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Security\Microsoft.PowerShell.Security.psd1 +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Utility\Microsoft.PowerShell.Utility.psd1 +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\net5.0\Modules\Microsoft.WSMan.Management\Microsoft.WSMan.Management.psd1 +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\net5.0\Modules\Microsoft.WSMan.Management\WSMan.format.ps1xml +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\net5.0\Modules\PSDiagnostics\PSDiagnostics.psd1 +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\net5.0\Modules\PSDiagnostics\PSDiagnostics.psm1 +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\Markdig.Signed.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\Microsoft.ApplicationInsights.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\Microsoft.CodeAnalysis.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\Microsoft.CodeAnalysis.CSharp.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\Namotion.Reflection.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\Newtonsoft.Json.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NJsonSchema.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.ComponentModel.Composition.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.ComponentModel.Composition.Registration.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.Data.Odbc.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.Data.OleDb.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.Data.SqlClient.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.Diagnostics.EventLog.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.DirectoryServices.AccountManagement.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.DirectoryServices.Protocols.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.Drawing.Common.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.IO.Ports.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.Net.Http.WinHttpHandler.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.Private.ServiceModel.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.Reflection.Context.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.Runtime.Caching.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.Security.Cryptography.Pkcs.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.ServiceModel.Duplex.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.ServiceModel.Http.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.ServiceModel.NetTcp.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.ServiceModel.Primitives.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.ServiceModel.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.ServiceModel.Security.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.ServiceModel.Syndication.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.ServiceProcess.ServiceController.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.Text.Encodings.Web.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\cs\Microsoft.CodeAnalysis.resources.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\de\Microsoft.CodeAnalysis.resources.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\es\Microsoft.CodeAnalysis.resources.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\fr\Microsoft.CodeAnalysis.resources.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\it\Microsoft.CodeAnalysis.resources.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ja\Microsoft.CodeAnalysis.resources.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ko\Microsoft.CodeAnalysis.resources.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\pl\Microsoft.CodeAnalysis.resources.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\pt-BR\Microsoft.CodeAnalysis.resources.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ru\Microsoft.CodeAnalysis.resources.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\tr\Microsoft.CodeAnalysis.resources.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\zh-Hans\Microsoft.CodeAnalysis.resources.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\zh-Hant\Microsoft.CodeAnalysis.resources.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\cs\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\de\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\es\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\fr\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\it\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ja\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ko\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\pl\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\pt-BR\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ru\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\tr\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\net5.0\Microsoft.Management.Infrastructure.CimCmdlets.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\net5.0\Microsoft.PowerShell.Commands.Diagnostics.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\unix\lib\net5.0\Microsoft.PowerShell.Commands.Management.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\net5.0\Microsoft.PowerShell.Commands.Management.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\unix\lib\net5.0\Microsoft.PowerShell.Commands.Utility.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\net5.0\Microsoft.PowerShell.Commands.Utility.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\unix\lib\net5.0\Microsoft.PowerShell.ConsoleHost.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\net5.0\Microsoft.PowerShell.ConsoleHost.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\net5.0\Microsoft.PowerShell.CoreCLR.Eventing.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\unix\lib\net5.0\Microsoft.PowerShell.MarkdownRender.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\net5.0\Microsoft.PowerShell.MarkdownRender.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\linux-arm\native\libpsl-native.so +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\linux-arm64\native\libpsl-native.so +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\linux-musl-x64\native\libpsl-native.so +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\linux-x64\native\libmi.so +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\linux-x64\native\libpsl-native.so +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\linux-x64\native\libpsrpclient.so +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\osx\native\libmi.dylib +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\osx\native\libpsl-native.dylib +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\osx\native\libpsrpclient.dylib +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-arm\native\PowerShell.Core.Instrumentation.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-arm\native\pwrshplugin.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-arm64\native\PowerShell.Core.Instrumentation.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-arm64\native\pwrshplugin.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-x64\native\PowerShell.Core.Instrumentation.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-x64\native\pwrshplugin.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-x86\native\PowerShell.Core.Instrumentation.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-x86\native\pwrshplugin.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\unix\lib\net5.0\Microsoft.PowerShell.SDK.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\net5.0\Microsoft.PowerShell.SDK.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\unix\lib\net5.0\Microsoft.PowerShell.Security.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\net5.0\Microsoft.PowerShell.Security.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\net5.0\Microsoft.WSMan.Management.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\net5.0\Microsoft.WSMan.Runtime.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\linux-arm\native\libSystem.IO.Ports.Native.so +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\linux-arm64\native\libSystem.IO.Ports.Native.so +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\linux-x64\native\libSystem.IO.Ports.Native.so +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\osx-x64\native\libSystem.IO.Ports.Native.dylib +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-arm64\native\sni.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-x64\native\sni.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-x86\native\sni.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\freebsd\lib\netcoreapp2.0\System.Data.Odbc.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\linux\lib\netcoreapp2.0\System.Data.Odbc.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\osx\lib\netcoreapp2.0\System.Data.Odbc.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\netcoreapp2.0\System.Data.Odbc.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\netstandard2.0\System.Data.OleDb.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\unix\lib\netcoreapp2.1\System.Data.SqlClient.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\netcoreapp2.1\System.Data.SqlClient.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\netcoreapp2.0\System.Diagnostics.EventLog.Messages.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\netcoreapp2.0\System.Diagnostics.EventLog.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\netcoreapp2.0\System.DirectoryServices.AccountManagement.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\linux\lib\netcoreapp2.0\System.DirectoryServices.Protocols.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\osx\lib\netcoreapp2.0\System.DirectoryServices.Protocols.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\netcoreapp2.0\System.DirectoryServices.Protocols.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\unix\lib\netcoreapp3.0\System.Drawing.Common.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\netcoreapp3.0\System.Drawing.Common.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\linux\lib\netstandard2.0\System.IO.Ports.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\osx\lib\netstandard2.0\System.IO.Ports.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\netstandard2.0\System.IO.Ports.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\unix\lib\net5.0\System.Management.Automation.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\net5.0\System.Management.Automation.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\netstandard2.0\System.Net.Http.WinHttpHandler.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\netstandard2.0\System.Runtime.Caching.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\netcoreapp3.0\System.Security.Cryptography.Pkcs.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\netstandard2.0\System.ServiceProcess.ServiceController.dll diff --git a/NetWork/NetWork/obj/Debug/net5.0-windows7.0/NetWork.genruntimeconfig.cache b/NetWork/NetWork/obj/Debug/net5.0-windows7.0/NetWork.genruntimeconfig.cache new file mode 100644 index 0000000..95c5bc3 --- /dev/null +++ b/NetWork/NetWork/obj/Debug/net5.0-windows7.0/NetWork.genruntimeconfig.cache @@ -0,0 +1 @@ +542af5c956e3cb1b862c90ca6d1d2a799cd2003d diff --git a/NetWork/NetWork/obj/Debug/net5.0-windows7.0/apphost.exe b/NetWork/NetWork/obj/Debug/net5.0-windows7.0/apphost.exe new file mode 100644 index 0000000..07756c9 Binary files /dev/null and b/NetWork/NetWork/obj/Debug/net5.0-windows7.0/apphost.exe differ diff --git a/NetWork/NetWork/obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs b/NetWork/NetWork/obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs new file mode 100644 index 0000000..2f7e5ec --- /dev/null +++ b/NetWork/NetWork/obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")] diff --git a/NetWork/NetWork/obj/Debug/net5.0/NetWork.AssemblyInfo.cs b/NetWork/NetWork/obj/Debug/net5.0/NetWork.AssemblyInfo.cs new file mode 100644 index 0000000..d79450c --- /dev/null +++ b/NetWork/NetWork/obj/Debug/net5.0/NetWork.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("NetWork")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("NetWork")] +[assembly: System.Reflection.AssemblyTitleAttribute("NetWork")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/NetWork/NetWork/obj/Debug/net5.0/NetWork.AssemblyInfoInputs.cache b/NetWork/NetWork/obj/Debug/net5.0/NetWork.AssemblyInfoInputs.cache new file mode 100644 index 0000000..1e036cb --- /dev/null +++ b/NetWork/NetWork/obj/Debug/net5.0/NetWork.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +2761d80dcb43a98876e08ac792894a54714fd068 diff --git a/NetWork/NetWork/obj/Debug/net5.0/NetWork.GeneratedMSBuildEditorConfig.editorconfig b/NetWork/NetWork/obj/Debug/net5.0/NetWork.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..d7e2983 --- /dev/null +++ b/NetWork/NetWork/obj/Debug/net5.0/NetWork.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,8 @@ +is_global = true +build_property.TargetFramework = net5.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.PublishSingleFile = +build_property.IncludeAllContentForSelfExtract = +build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows diff --git a/NetWork/NetWork/obj/Debug/net5.0/NetWork.assets.cache b/NetWork/NetWork/obj/Debug/net5.0/NetWork.assets.cache new file mode 100644 index 0000000..b2c8884 Binary files /dev/null and b/NetWork/NetWork/obj/Debug/net5.0/NetWork.assets.cache differ diff --git a/NetWork/NetWork/obj/Debug/net5.0/NetWork.csproj.AssemblyReference.cache b/NetWork/NetWork/obj/Debug/net5.0/NetWork.csproj.AssemblyReference.cache new file mode 100644 index 0000000..a1912fb Binary files /dev/null and b/NetWork/NetWork/obj/Debug/net5.0/NetWork.csproj.AssemblyReference.cache differ diff --git a/NetWork/NetWork/obj/Debug/net5.0/NetWork.csproj.CopyComplete b/NetWork/NetWork/obj/Debug/net5.0/NetWork.csproj.CopyComplete new file mode 100644 index 0000000..e69de29 diff --git a/NetWork/NetWork/obj/Debug/net5.0/NetWork.csproj.CoreCompileInputs.cache b/NetWork/NetWork/obj/Debug/net5.0/NetWork.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..07c155d --- /dev/null +++ b/NetWork/NetWork/obj/Debug/net5.0/NetWork.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +afef8824ff63ad5bc4ca40124f87b895957de2de diff --git a/NetWork/NetWork/obj/Debug/net5.0/NetWork.csproj.FileListAbsolute.txt b/NetWork/NetWork/obj/Debug/net5.0/NetWork.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..9793dbc --- /dev/null +++ b/NetWork/NetWork/obj/Debug/net5.0/NetWork.csproj.FileListAbsolute.txt @@ -0,0 +1,71 @@ +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\NetWork.exe +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\NetWork.deps.json +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\NetWork.runtimeconfig.json +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\NetWork.runtimeconfig.dev.json +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\NetWork.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\ref\NetWork.dll +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0\NetWork.csproj.AssemblyReference.cache +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0\NetWork.GeneratedMSBuildEditorConfig.editorconfig +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0\NetWork.AssemblyInfoInputs.cache +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0\NetWork.AssemblyInfo.cs +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0\NetWork.csproj.CoreCompileInputs.cache +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0\NetWork.dll +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0\ref\NetWork.dll +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0\NetWork.genruntimeconfig.cache +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\Microsoft.Extensions.FileSystemGlobbing.dll +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0\NetWork.csproj.CopyComplete +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\AudioSwitcher.AudioApi.CoreAudio.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\System.CodeDom.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\System.Management.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\unix\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win-arm\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win-arm\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win-arm\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win-arm\native\mi.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win-arm\native\miutils.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win-arm64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win-arm64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win-arm64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win-arm64\native\mi.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win-arm64\native\miutils.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win10-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win10-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win10-x64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win10-x64\native\mi.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win10-x64\native\miutils.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win10-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win10-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win10-x86\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win10-x86\native\mi.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win10-x86\native\miutils.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win7-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win7-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win7-x64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win7-x64\native\mi.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win7-x64\native\miutils.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win7-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win7-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win7-x86\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win7-x86\native\mi.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win7-x86\native\miutils.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win8-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win8-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win8-x64\native\mi.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win8-x64\native\miutils.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win8-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win8-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win8-x86\native\mi.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win8-x86\native\miutils.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win81-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win81-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win81-x64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win81-x64\native\mi.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win81-x64\native\miutils.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win81-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win81-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win81-x86\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win81-x86\native\mi.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win81-x86\native\miutils.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win\lib\netcoreapp2.0\System.Management.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\DotRas.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\VPNConnector.dll diff --git a/NetWork/NetWork/obj/Debug/net5.0/NetWork.genruntimeconfig.cache b/NetWork/NetWork/obj/Debug/net5.0/NetWork.genruntimeconfig.cache new file mode 100644 index 0000000..9e568eb --- /dev/null +++ b/NetWork/NetWork/obj/Debug/net5.0/NetWork.genruntimeconfig.cache @@ -0,0 +1 @@ +0623b80004f3e5b7c7573d42f3b5cc8e40910fda diff --git a/NetWork/NetWork/obj/Debug/net5.0/apphost.exe b/NetWork/NetWork/obj/Debug/net5.0/apphost.exe new file mode 100644 index 0000000..07756c9 Binary files /dev/null and b/NetWork/NetWork/obj/Debug/net5.0/apphost.exe differ diff --git a/NetWork/NetWork/obj/NetWork.csproj.nuget.dgspec.json b/NetWork/NetWork/obj/NetWork.csproj.nuget.dgspec.json new file mode 100644 index 0000000..2498a3c --- /dev/null +++ b/NetWork/NetWork/obj/NetWork.csproj.nuget.dgspec.json @@ -0,0 +1,109 @@ +{ + "format": 1, + "restore": { + "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\NetWork.csproj": {} + }, + "projects": { + "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\NetWork.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\NetWork.csproj", + "projectName": "NetWork", + "projectPath": "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\NetWork.csproj", + "packagesPath": "C:\\Users\\סארט\\.nuget\\packages\\", + "outputPath": "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\סארט\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net5.0-windows7.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Users\\סארט\\source\\repos\\NetWork": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net5.0-windows7.0": { + "targetAlias": "net5.0-windows7.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net5.0-windows7.0": { + "targetAlias": "net5.0-windows7.0", + "dependencies": { + "AudioControl.x64": { + "target": "Package", + "version": "[1.0.1, )" + }, + "DotRas.for.Win8": { + "target": "Package", + "version": "[1.3.0, )" + }, + "Microsoft.Management.Infrastructure": { + "target": "Package", + "version": "[2.0.0, )" + }, + "Microsoft.NETCore.Windows.ApiSets": { + "target": "Package", + "version": "[1.0.1, )" + }, + "Microsoft.NETCore.Windows.ApiSets-x64": { + "target": "Package", + "version": "[1.0.0, )" + }, + "Microsoft.PowerShell.SDK": { + "target": "Package", + "version": "[7.1.3, )" + }, + "NAudio": { + "target": "Package", + "version": "[2.0.1, )" + }, + "NETStandard.Library": { + "target": "Package", + "version": "[2.0.3, )" + }, + "SimpleWifi.netstandard": { + "target": "Package", + "version": "[2.0.0, )" + }, + "System.Management": { + "target": "Package", + "version": "[5.0.0, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.301\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/NetWork/NetWork/obj/NetWork.csproj.nuget.g.props b/NetWork/NetWork/obj/NetWork.csproj.nuget.g.props new file mode 100644 index 0000000..09061e9 --- /dev/null +++ b/NetWork/NetWork/obj/NetWork.csproj.nuget.g.props @@ -0,0 +1,1872 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\סארט\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages + PackageReference + 5.10.0 + + + + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\Microsoft.CSharp.dll + ref\ + True + ref\Microsoft.CSharp.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\Microsoft.VisualBasic.Core.dll + ref\ + True + ref\Microsoft.VisualBasic.Core.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\Microsoft.VisualBasic.dll + ref\ + True + ref\Microsoft.VisualBasic.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\Microsoft.Win32.Primitives.dll + ref\ + True + ref\Microsoft.Win32.Primitives.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.AppContext.dll + ref\ + True + ref\System.AppContext.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Buffers.dll + ref\ + True + ref\System.Buffers.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Collections.Concurrent.dll + ref\ + True + ref\System.Collections.Concurrent.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Collections.Immutable.dll + ref\ + True + ref\System.Collections.Immutable.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Collections.NonGeneric.dll + ref\ + True + ref\System.Collections.NonGeneric.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Collections.Specialized.dll + ref\ + True + ref\System.Collections.Specialized.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Collections.dll + ref\ + True + ref\System.Collections.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.ComponentModel.Annotations.dll + ref\ + True + ref\System.ComponentModel.Annotations.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.ComponentModel.DataAnnotations.dll + ref\ + True + ref\System.ComponentModel.DataAnnotations.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.ComponentModel.EventBasedAsync.dll + ref\ + True + ref\System.ComponentModel.EventBasedAsync.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.ComponentModel.Primitives.dll + ref\ + True + ref\System.ComponentModel.Primitives.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.ComponentModel.TypeConverter.dll + ref\ + True + ref\System.ComponentModel.TypeConverter.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.ComponentModel.dll + ref\ + True + ref\System.ComponentModel.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Configuration.dll + ref\ + True + ref\System.Configuration.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Console.dll + ref\ + True + ref\System.Console.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Core.dll + ref\ + True + ref\System.Core.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Data.Common.dll + ref\ + True + ref\System.Data.Common.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Data.DataSetExtensions.dll + ref\ + True + ref\System.Data.DataSetExtensions.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Data.dll + ref\ + True + ref\System.Data.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Diagnostics.Contracts.dll + ref\ + True + ref\System.Diagnostics.Contracts.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Diagnostics.Debug.dll + ref\ + True + ref\System.Diagnostics.Debug.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Diagnostics.DiagnosticSource.dll + ref\ + True + ref\System.Diagnostics.DiagnosticSource.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Diagnostics.FileVersionInfo.dll + ref\ + True + ref\System.Diagnostics.FileVersionInfo.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Diagnostics.Process.dll + ref\ + True + ref\System.Diagnostics.Process.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Diagnostics.StackTrace.dll + ref\ + True + ref\System.Diagnostics.StackTrace.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Diagnostics.TextWriterTraceListener.dll + ref\ + True + ref\System.Diagnostics.TextWriterTraceListener.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Diagnostics.Tools.dll + ref\ + True + ref\System.Diagnostics.Tools.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Diagnostics.TraceSource.dll + ref\ + True + ref\System.Diagnostics.TraceSource.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Diagnostics.Tracing.dll + ref\ + True + ref\System.Diagnostics.Tracing.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Drawing.Primitives.dll + ref\ + True + ref\System.Drawing.Primitives.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Drawing.dll + ref\ + True + ref\System.Drawing.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Dynamic.Runtime.dll + ref\ + True + ref\System.Dynamic.Runtime.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Formats.Asn1.dll + ref\ + True + ref\System.Formats.Asn1.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Globalization.Calendars.dll + ref\ + True + ref\System.Globalization.Calendars.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Globalization.Extensions.dll + ref\ + True + ref\System.Globalization.Extensions.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Globalization.dll + ref\ + True + ref\System.Globalization.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.IO.Compression.Brotli.dll + ref\ + True + ref\System.IO.Compression.Brotli.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.IO.Compression.FileSystem.dll + ref\ + True + ref\System.IO.Compression.FileSystem.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.IO.Compression.ZipFile.dll + ref\ + True + ref\System.IO.Compression.ZipFile.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.IO.Compression.dll + ref\ + True + ref\System.IO.Compression.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.IO.FileSystem.DriveInfo.dll + ref\ + True + ref\System.IO.FileSystem.DriveInfo.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.IO.FileSystem.Primitives.dll + ref\ + True + ref\System.IO.FileSystem.Primitives.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.IO.FileSystem.Watcher.dll + ref\ + True + ref\System.IO.FileSystem.Watcher.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.IO.FileSystem.dll + ref\ + True + ref\System.IO.FileSystem.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.IO.IsolatedStorage.dll + ref\ + True + ref\System.IO.IsolatedStorage.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.IO.MemoryMappedFiles.dll + ref\ + True + ref\System.IO.MemoryMappedFiles.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.IO.Pipes.dll + ref\ + True + ref\System.IO.Pipes.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.IO.UnmanagedMemoryStream.dll + ref\ + True + ref\System.IO.UnmanagedMemoryStream.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.IO.dll + ref\ + True + ref\System.IO.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Linq.Expressions.dll + ref\ + True + ref\System.Linq.Expressions.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Linq.Parallel.dll + ref\ + True + ref\System.Linq.Parallel.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Linq.Queryable.dll + ref\ + True + ref\System.Linq.Queryable.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Linq.dll + ref\ + True + ref\System.Linq.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Memory.dll + ref\ + True + ref\System.Memory.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Net.Http.Json.dll + ref\ + True + ref\System.Net.Http.Json.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Net.Http.dll + ref\ + True + ref\System.Net.Http.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Net.HttpListener.dll + ref\ + True + ref\System.Net.HttpListener.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Net.Mail.dll + ref\ + True + ref\System.Net.Mail.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Net.NameResolution.dll + ref\ + True + ref\System.Net.NameResolution.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Net.NetworkInformation.dll + ref\ + True + ref\System.Net.NetworkInformation.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Net.Ping.dll + ref\ + True + ref\System.Net.Ping.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Net.Primitives.dll + ref\ + True + ref\System.Net.Primitives.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Net.Requests.dll + ref\ + True + ref\System.Net.Requests.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Net.Security.dll + ref\ + True + ref\System.Net.Security.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Net.ServicePoint.dll + ref\ + True + ref\System.Net.ServicePoint.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Net.Sockets.dll + ref\ + True + ref\System.Net.Sockets.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Net.WebClient.dll + ref\ + True + ref\System.Net.WebClient.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Net.WebHeaderCollection.dll + ref\ + True + ref\System.Net.WebHeaderCollection.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Net.WebProxy.dll + ref\ + True + ref\System.Net.WebProxy.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Net.WebSockets.Client.dll + ref\ + True + ref\System.Net.WebSockets.Client.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Net.WebSockets.dll + ref\ + True + ref\System.Net.WebSockets.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Net.dll + ref\ + True + ref\System.Net.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Numerics.Vectors.dll + ref\ + True + ref\System.Numerics.Vectors.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Numerics.dll + ref\ + True + ref\System.Numerics.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.ObjectModel.dll + ref\ + True + ref\System.ObjectModel.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Reflection.DispatchProxy.dll + ref\ + True + ref\System.Reflection.DispatchProxy.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Reflection.Emit.ILGeneration.dll + ref\ + True + ref\System.Reflection.Emit.ILGeneration.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Reflection.Emit.Lightweight.dll + ref\ + True + ref\System.Reflection.Emit.Lightweight.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Reflection.Emit.dll + ref\ + True + ref\System.Reflection.Emit.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Reflection.Extensions.dll + ref\ + True + ref\System.Reflection.Extensions.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Reflection.Metadata.dll + ref\ + True + ref\System.Reflection.Metadata.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Reflection.Primitives.dll + ref\ + True + ref\System.Reflection.Primitives.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Reflection.TypeExtensions.dll + ref\ + True + ref\System.Reflection.TypeExtensions.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Reflection.dll + ref\ + True + ref\System.Reflection.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Resources.Reader.dll + ref\ + True + ref\System.Resources.Reader.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Resources.ResourceManager.dll + ref\ + True + ref\System.Resources.ResourceManager.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Resources.Writer.dll + ref\ + True + ref\System.Resources.Writer.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Runtime.CompilerServices.Unsafe.dll + ref\ + True + ref\System.Runtime.CompilerServices.Unsafe.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Runtime.CompilerServices.VisualC.dll + ref\ + True + ref\System.Runtime.CompilerServices.VisualC.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Runtime.Extensions.dll + ref\ + True + ref\System.Runtime.Extensions.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Runtime.Handles.dll + ref\ + True + ref\System.Runtime.Handles.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Runtime.InteropServices.RuntimeInformation.dll + ref\ + True + ref\System.Runtime.InteropServices.RuntimeInformation.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Runtime.InteropServices.dll + ref\ + True + ref\System.Runtime.InteropServices.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Runtime.Intrinsics.dll + ref\ + True + ref\System.Runtime.Intrinsics.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Runtime.Loader.dll + ref\ + True + ref\System.Runtime.Loader.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Runtime.Numerics.dll + ref\ + True + ref\System.Runtime.Numerics.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Runtime.Serialization.Formatters.dll + ref\ + True + ref\System.Runtime.Serialization.Formatters.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Runtime.Serialization.Json.dll + ref\ + True + ref\System.Runtime.Serialization.Json.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Runtime.Serialization.Primitives.dll + ref\ + True + ref\System.Runtime.Serialization.Primitives.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Runtime.Serialization.Xml.dll + ref\ + True + ref\System.Runtime.Serialization.Xml.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Runtime.Serialization.dll + ref\ + True + ref\System.Runtime.Serialization.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Runtime.dll + ref\ + True + ref\System.Runtime.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Security.Claims.dll + ref\ + True + ref\System.Security.Claims.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Security.Cryptography.Algorithms.dll + ref\ + True + ref\System.Security.Cryptography.Algorithms.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Security.Cryptography.Csp.dll + ref\ + True + ref\System.Security.Cryptography.Csp.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Security.Cryptography.Encoding.dll + ref\ + True + ref\System.Security.Cryptography.Encoding.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Security.Cryptography.Primitives.dll + ref\ + True + ref\System.Security.Cryptography.Primitives.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Security.Cryptography.X509Certificates.dll + ref\ + True + ref\System.Security.Cryptography.X509Certificates.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Security.Principal.dll + ref\ + True + ref\System.Security.Principal.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Security.SecureString.dll + ref\ + True + ref\System.Security.SecureString.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Security.dll + ref\ + True + ref\System.Security.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.ServiceModel.Web.dll + ref\ + True + ref\System.ServiceModel.Web.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.ServiceProcess.dll + ref\ + True + ref\System.ServiceProcess.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Text.Encoding.CodePages.dll + ref\ + True + ref\System.Text.Encoding.CodePages.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Text.Encoding.Extensions.dll + ref\ + True + ref\System.Text.Encoding.Extensions.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Text.Encoding.dll + ref\ + True + ref\System.Text.Encoding.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Text.Json.dll + ref\ + True + ref\System.Text.Json.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Text.RegularExpressions.dll + ref\ + True + ref\System.Text.RegularExpressions.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Threading.Channels.dll + ref\ + True + ref\System.Threading.Channels.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Threading.Overlapped.dll + ref\ + True + ref\System.Threading.Overlapped.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Threading.Tasks.Dataflow.dll + ref\ + True + ref\System.Threading.Tasks.Dataflow.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Threading.Tasks.Extensions.dll + ref\ + True + ref\System.Threading.Tasks.Extensions.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Threading.Tasks.Parallel.dll + ref\ + True + ref\System.Threading.Tasks.Parallel.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Threading.Tasks.dll + ref\ + True + ref\System.Threading.Tasks.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Threading.Thread.dll + ref\ + True + ref\System.Threading.Thread.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Threading.ThreadPool.dll + ref\ + True + ref\System.Threading.ThreadPool.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Threading.Timer.dll + ref\ + True + ref\System.Threading.Timer.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Threading.dll + ref\ + True + ref\System.Threading.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Transactions.Local.dll + ref\ + True + ref\System.Transactions.Local.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Transactions.dll + ref\ + True + ref\System.Transactions.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.ValueTuple.dll + ref\ + True + ref\System.ValueTuple.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Web.HttpUtility.dll + ref\ + True + ref\System.Web.HttpUtility.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Web.dll + ref\ + True + ref\System.Web.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Windows.dll + ref\ + True + ref\System.Windows.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Xml.Linq.dll + ref\ + True + ref\System.Xml.Linq.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Xml.ReaderWriter.dll + ref\ + True + ref\System.Xml.ReaderWriter.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Xml.Serialization.dll + ref\ + True + ref\System.Xml.Serialization.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Xml.XDocument.dll + ref\ + True + ref\System.Xml.XDocument.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Xml.XPath.XDocument.dll + ref\ + True + ref\System.Xml.XPath.XDocument.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Xml.XPath.dll + ref\ + True + ref\System.Xml.XPath.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Xml.XmlDocument.dll + ref\ + True + ref\System.Xml.XmlDocument.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Xml.XmlSerializer.dll + ref\ + True + ref\System.Xml.XmlSerializer.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.Xml.dll + ref\ + True + ref\System.Xml.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\System.dll + ref\ + True + ref\System.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\WindowsBase.dll + ref\ + True + ref\WindowsBase.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\mscorlib.dll + ref\ + True + ref\mscorlib.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + ref\netstandard.dll + ref\ + True + ref\netstandard.dll + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + runtimes\unix\lib\net5.0\Modules\Microsoft.PowerShell.Host\Microsoft.PowerShell.Host.psd1 + runtimes\unix\lib\net5.0\Modules\Microsoft.PowerShell.Host\ + True + runtimes\unix\lib\net5.0\Modules\Microsoft.PowerShell.Host\Microsoft.PowerShell.Host.psd1 + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + runtimes\unix\lib\net5.0\Modules\Microsoft.PowerShell.Management\Microsoft.PowerShell.Management.psd1 + runtimes\unix\lib\net5.0\Modules\Microsoft.PowerShell.Management\ + True + runtimes\unix\lib\net5.0\Modules\Microsoft.PowerShell.Management\Microsoft.PowerShell.Management.psd1 + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + runtimes\unix\lib\net5.0\Modules\Microsoft.PowerShell.Security\Microsoft.PowerShell.Security.psd1 + runtimes\unix\lib\net5.0\Modules\Microsoft.PowerShell.Security\ + True + runtimes\unix\lib\net5.0\Modules\Microsoft.PowerShell.Security\Microsoft.PowerShell.Security.psd1 + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + runtimes\unix\lib\net5.0\Modules\Microsoft.PowerShell.Utility\Microsoft.PowerShell.Utility.psd1 + runtimes\unix\lib\net5.0\Modules\Microsoft.PowerShell.Utility\ + True + runtimes\unix\lib\net5.0\Modules\Microsoft.PowerShell.Utility\Microsoft.PowerShell.Utility.psd1 + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + runtimes\win\lib\net5.0\Modules\CimCmdlets\CimCmdlets.psd1 + runtimes\win\lib\net5.0\Modules\CimCmdlets\ + True + runtimes\win\lib\net5.0\Modules\CimCmdlets\CimCmdlets.psd1 + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Diagnostics\Diagnostics.format.ps1xml + runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Diagnostics\ + True + runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Diagnostics\Diagnostics.format.ps1xml + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Diagnostics\Event.format.ps1xml + runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Diagnostics\ + True + runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Diagnostics\Event.format.ps1xml + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Diagnostics\GetEvent.types.ps1xml + runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Diagnostics\ + True + runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Diagnostics\GetEvent.types.ps1xml + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Diagnostics\Microsoft.PowerShell.Diagnostics.psd1 + runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Diagnostics\ + True + runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Diagnostics\Microsoft.PowerShell.Diagnostics.psd1 + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Host\Microsoft.PowerShell.Host.psd1 + runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Host\ + True + runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Host\Microsoft.PowerShell.Host.psd1 + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Management\Microsoft.PowerShell.Management.psd1 + runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Management\ + True + runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Management\Microsoft.PowerShell.Management.psd1 + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Security\Microsoft.PowerShell.Security.psd1 + runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Security\ + True + runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Security\Microsoft.PowerShell.Security.psd1 + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Utility\Microsoft.PowerShell.Utility.psd1 + runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Utility\ + True + runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Utility\Microsoft.PowerShell.Utility.psd1 + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + runtimes\win\lib\net5.0\Modules\Microsoft.WSMan.Management\Microsoft.WSMan.Management.psd1 + runtimes\win\lib\net5.0\Modules\Microsoft.WSMan.Management\ + True + runtimes\win\lib\net5.0\Modules\Microsoft.WSMan.Management\Microsoft.WSMan.Management.psd1 + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + runtimes\win\lib\net5.0\Modules\Microsoft.WSMan.Management\WSMan.format.ps1xml + runtimes\win\lib\net5.0\Modules\Microsoft.WSMan.Management\ + True + runtimes\win\lib\net5.0\Modules\Microsoft.WSMan.Management\WSMan.format.ps1xml + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + runtimes\win\lib\net5.0\Modules\PSDiagnostics\PSDiagnostics.psd1 + runtimes\win\lib\net5.0\Modules\PSDiagnostics\ + True + runtimes\win\lib\net5.0\Modules\PSDiagnostics\PSDiagnostics.psd1 + + + Microsoft.PowerShell.SDK + 7.1.3 + None + false + PreserveNewest + runtimes\win\lib\net5.0\Modules\PSDiagnostics\PSDiagnostics.psm1 + runtimes\win\lib\net5.0\Modules\PSDiagnostics\ + True + runtimes\win\lib\net5.0\Modules\PSDiagnostics\PSDiagnostics.psm1 + + + + C:\Users\סארט\.nuget\packages\microsoft.codeanalysis.analyzers\3.0.0 + + \ No newline at end of file diff --git a/NetWork/NetWork/obj/NetWork.csproj.nuget.g.targets b/NetWork/NetWork/obj/NetWork.csproj.nuget.g.targets new file mode 100644 index 0000000..bc6f82a --- /dev/null +++ b/NetWork/NetWork/obj/NetWork.csproj.nuget.g.targets @@ -0,0 +1,10 @@ + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + + + + + \ No newline at end of file diff --git a/NetWork/NetWork/obj/Release/net5.0-windows/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs b/NetWork/NetWork/obj/Release/net5.0-windows/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs new file mode 100644 index 0000000..2f7e5ec --- /dev/null +++ b/NetWork/NetWork/obj/Release/net5.0-windows/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")] diff --git a/NetWork/NetWork/obj/Release/net5.0-windows/NetWork.AssemblyInfo.cs b/NetWork/NetWork/obj/Release/net5.0-windows/NetWork.AssemblyInfo.cs new file mode 100644 index 0000000..e9aa84b --- /dev/null +++ b/NetWork/NetWork/obj/Release/net5.0-windows/NetWork.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("NetWork")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("NetWork")] +[assembly: System.Reflection.AssemblyTitleAttribute("NetWork")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/NetWork/NetWork/obj/Release/net5.0-windows/NetWork.AssemblyInfoInputs.cache b/NetWork/NetWork/obj/Release/net5.0-windows/NetWork.AssemblyInfoInputs.cache new file mode 100644 index 0000000..78277e1 --- /dev/null +++ b/NetWork/NetWork/obj/Release/net5.0-windows/NetWork.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +47b92528c37c5e1c33a2258e82955d216ab71c7d diff --git a/NetWork/NetWork/obj/Release/net5.0-windows/NetWork.GeneratedMSBuildEditorConfig.editorconfig b/NetWork/NetWork/obj/Release/net5.0-windows/NetWork.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..7694274 --- /dev/null +++ b/NetWork/NetWork/obj/Release/net5.0-windows/NetWork.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,8 @@ +is_global = true +build_property.TargetFramework = net5.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.PublishSingleFile = +build_property.IncludeAllContentForSelfExtract = +build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows diff --git a/NetWork/NetWork/obj/Release/net5.0-windows/NetWork.assets.cache b/NetWork/NetWork/obj/Release/net5.0-windows/NetWork.assets.cache new file mode 100644 index 0000000..9a36d59 Binary files /dev/null and b/NetWork/NetWork/obj/Release/net5.0-windows/NetWork.assets.cache differ diff --git a/NetWork/NetWork/obj/Release/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs b/NetWork/NetWork/obj/Release/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs new file mode 100644 index 0000000..2f7e5ec --- /dev/null +++ b/NetWork/NetWork/obj/Release/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")] diff --git a/NetWork/NetWork/obj/Release/net5.0/NetWork.AssemblyInfo.cs b/NetWork/NetWork/obj/Release/net5.0/NetWork.AssemblyInfo.cs new file mode 100644 index 0000000..771d5ab --- /dev/null +++ b/NetWork/NetWork/obj/Release/net5.0/NetWork.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("NetWork")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("NetWork")] +[assembly: System.Reflection.AssemblyTitleAttribute("NetWork")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/NetWork/NetWork/obj/Release/net5.0/NetWork.AssemblyInfoInputs.cache b/NetWork/NetWork/obj/Release/net5.0/NetWork.AssemblyInfoInputs.cache new file mode 100644 index 0000000..4276ba2 --- /dev/null +++ b/NetWork/NetWork/obj/Release/net5.0/NetWork.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +5378575ff141246628e77d9cc16639875f5e3310 diff --git a/NetWork/NetWork/obj/Release/net5.0/NetWork.GeneratedMSBuildEditorConfig.editorconfig b/NetWork/NetWork/obj/Release/net5.0/NetWork.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..d7e2983 --- /dev/null +++ b/NetWork/NetWork/obj/Release/net5.0/NetWork.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,8 @@ +is_global = true +build_property.TargetFramework = net5.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.PublishSingleFile = +build_property.IncludeAllContentForSelfExtract = +build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows diff --git a/NetWork/NetWork/obj/Release/net5.0/NetWork.assets.cache b/NetWork/NetWork/obj/Release/net5.0/NetWork.assets.cache new file mode 100644 index 0000000..d43439c Binary files /dev/null and b/NetWork/NetWork/obj/Release/net5.0/NetWork.assets.cache differ diff --git a/NetWork/NetWork/obj/Release/net5.0/NetWork.csproj.AssemblyReference.cache b/NetWork/NetWork/obj/Release/net5.0/NetWork.csproj.AssemblyReference.cache new file mode 100644 index 0000000..1977e34 Binary files /dev/null and b/NetWork/NetWork/obj/Release/net5.0/NetWork.csproj.AssemblyReference.cache differ diff --git a/NetWork/NetWork/obj/Release/net5.0/NetWork.csproj.CopyComplete b/NetWork/NetWork/obj/Release/net5.0/NetWork.csproj.CopyComplete new file mode 100644 index 0000000..e69de29 diff --git a/NetWork/NetWork/obj/Release/net5.0/NetWork.csproj.CoreCompileInputs.cache b/NetWork/NetWork/obj/Release/net5.0/NetWork.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..f3e7528 --- /dev/null +++ b/NetWork/NetWork/obj/Release/net5.0/NetWork.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +679db5d6388fd2c5648a326c7140450a0e9e250e diff --git a/NetWork/NetWork/obj/Release/net5.0/NetWork.csproj.FileListAbsolute.txt b/NetWork/NetWork/obj/Release/net5.0/NetWork.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..1044536 --- /dev/null +++ b/NetWork/NetWork/obj/Release/net5.0/NetWork.csproj.FileListAbsolute.txt @@ -0,0 +1,18 @@ +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\NetWork.exe +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\NetWork.deps.json +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\NetWork.runtimeconfig.json +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\NetWork.runtimeconfig.dev.json +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\NetWork.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\ref\NetWork.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\NetWork.pdb +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\Microsoft.Extensions.FileSystemGlobbing.dll +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0\NetWork.csproj.AssemblyReference.cache +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0\NetWork.GeneratedMSBuildEditorConfig.editorconfig +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0\NetWork.AssemblyInfoInputs.cache +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0\NetWork.AssemblyInfo.cs +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0\NetWork.csproj.CoreCompileInputs.cache +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0\NetWork.csproj.CopyComplete +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0\NetWork.dll +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0\ref\NetWork.dll +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0\NetWork.pdb +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0\NetWork.genruntimeconfig.cache diff --git a/NetWork/NetWork/obj/Release/net5.0/NetWork.genruntimeconfig.cache b/NetWork/NetWork/obj/Release/net5.0/NetWork.genruntimeconfig.cache new file mode 100644 index 0000000..9e568eb --- /dev/null +++ b/NetWork/NetWork/obj/Release/net5.0/NetWork.genruntimeconfig.cache @@ -0,0 +1 @@ +0623b80004f3e5b7c7573d42f3b5cc8e40910fda diff --git a/NetWork/NetWork/obj/Release/net5.0/NetWork.pdb b/NetWork/NetWork/obj/Release/net5.0/NetWork.pdb new file mode 100644 index 0000000..e475701 Binary files /dev/null and b/NetWork/NetWork/obj/Release/net5.0/NetWork.pdb differ diff --git a/NetWork/NetWork/obj/Release/net5.0/PublishOutputs.508def7f73.txt b/NetWork/NetWork/obj/Release/net5.0/PublishOutputs.508def7f73.txt new file mode 100644 index 0000000..074c656 --- /dev/null +++ b/NetWork/NetWork/obj/Release/net5.0/PublishOutputs.508def7f73.txt @@ -0,0 +1,6 @@ +D:\Neutral Folder\NetWork.exe +D:\Neutral Folder\NetWork.dll +D:\Neutral Folder\NetWork.deps.json +D:\Neutral Folder\NetWork.runtimeconfig.json +D:\Neutral Folder\NetWork.pdb +D:\Neutral Folder\Microsoft.Extensions.FileSystemGlobbing.dll diff --git a/NetWork/NetWork/obj/Release/net5.0/apphost.exe b/NetWork/NetWork/obj/Release/net5.0/apphost.exe new file mode 100644 index 0000000..07756c9 Binary files /dev/null and b/NetWork/NetWork/obj/Release/net5.0/apphost.exe differ diff --git a/NetWork/NetWork/obj/Release/net5.0/win-x64/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs b/NetWork/NetWork/obj/Release/net5.0/win-x64/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs new file mode 100644 index 0000000..2f7e5ec --- /dev/null +++ b/NetWork/NetWork/obj/Release/net5.0/win-x64/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")] diff --git a/NetWork/NetWork/obj/Release/net5.0/win-x64/Link.semaphore b/NetWork/NetWork/obj/Release/net5.0/win-x64/Link.semaphore new file mode 100644 index 0000000..e69de29 diff --git a/NetWork/NetWork/obj/Release/net5.0/win-x64/NetWork.AssemblyInfo.cs b/NetWork/NetWork/obj/Release/net5.0/win-x64/NetWork.AssemblyInfo.cs new file mode 100644 index 0000000..771d5ab --- /dev/null +++ b/NetWork/NetWork/obj/Release/net5.0/win-x64/NetWork.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("NetWork")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("NetWork")] +[assembly: System.Reflection.AssemblyTitleAttribute("NetWork")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/NetWork/NetWork/obj/Release/net5.0/win-x64/NetWork.AssemblyInfoInputs.cache b/NetWork/NetWork/obj/Release/net5.0/win-x64/NetWork.AssemblyInfoInputs.cache new file mode 100644 index 0000000..4276ba2 --- /dev/null +++ b/NetWork/NetWork/obj/Release/net5.0/win-x64/NetWork.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +5378575ff141246628e77d9cc16639875f5e3310 diff --git a/NetWork/NetWork/obj/Release/net5.0/win-x64/NetWork.GeneratedMSBuildEditorConfig.editorconfig b/NetWork/NetWork/obj/Release/net5.0/win-x64/NetWork.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..b5f0cd7 --- /dev/null +++ b/NetWork/NetWork/obj/Release/net5.0/win-x64/NetWork.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,8 @@ +is_global = true +build_property.TargetFramework = net5.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.PublishSingleFile = True +build_property.IncludeAllContentForSelfExtract = +build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows diff --git a/NetWork/NetWork/obj/Release/net5.0/win-x64/NetWork.assets.cache b/NetWork/NetWork/obj/Release/net5.0/win-x64/NetWork.assets.cache new file mode 100644 index 0000000..1dee133 Binary files /dev/null and b/NetWork/NetWork/obj/Release/net5.0/win-x64/NetWork.assets.cache differ diff --git a/NetWork/NetWork/obj/Release/net5.0/win-x64/NetWork.csproj.CopyComplete b/NetWork/NetWork/obj/Release/net5.0/win-x64/NetWork.csproj.CopyComplete new file mode 100644 index 0000000..e69de29 diff --git a/NetWork/NetWork/obj/Release/net5.0/win-x64/NetWork.csproj.CoreCompileInputs.cache b/NetWork/NetWork/obj/Release/net5.0/win-x64/NetWork.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..652d13c --- /dev/null +++ b/NetWork/NetWork/obj/Release/net5.0/win-x64/NetWork.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +a3e113b4af9a4db0cffb0b07200f1b03670dc88d diff --git a/NetWork/NetWork/obj/Release/net5.0/win-x64/NetWork.csproj.FileListAbsolute.txt b/NetWork/NetWork/obj/Release/net5.0/win-x64/NetWork.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..a7f5360 --- /dev/null +++ b/NetWork/NetWork/obj/Release/net5.0/win-x64/NetWork.csproj.FileListAbsolute.txt @@ -0,0 +1,236 @@ +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\NetWork.exe +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\NetWork.deps.json +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\NetWork.runtimeconfig.json +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\NetWork.runtimeconfig.dev.json +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\NetWork.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\ref\NetWork.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\NetWork.pdb +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\Microsoft.Extensions.FileSystemGlobbing.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\Microsoft.CSharp.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\Microsoft.VisualBasic.Core.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\Microsoft.VisualBasic.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\Microsoft.Win32.Primitives.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\Microsoft.Win32.Registry.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.AppContext.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Buffers.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Collections.Concurrent.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Collections.Immutable.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Collections.NonGeneric.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Collections.Specialized.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Collections.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.ComponentModel.Annotations.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.ComponentModel.DataAnnotations.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.ComponentModel.EventBasedAsync.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.ComponentModel.Primitives.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.ComponentModel.TypeConverter.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.ComponentModel.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Configuration.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Console.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Core.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Data.Common.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Data.DataSetExtensions.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Data.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Diagnostics.Contracts.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Diagnostics.Debug.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Diagnostics.DiagnosticSource.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Diagnostics.FileVersionInfo.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Diagnostics.Process.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Diagnostics.StackTrace.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Diagnostics.TextWriterTraceListener.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Diagnostics.Tools.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Diagnostics.TraceSource.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Diagnostics.Tracing.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Drawing.Primitives.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Drawing.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Dynamic.Runtime.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Formats.Asn1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Globalization.Calendars.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Globalization.Extensions.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Globalization.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.IO.Compression.Brotli.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.IO.Compression.FileSystem.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.IO.Compression.ZipFile.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.IO.Compression.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.IO.FileSystem.AccessControl.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.IO.FileSystem.DriveInfo.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.IO.FileSystem.Primitives.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.IO.FileSystem.Watcher.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.IO.FileSystem.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.IO.IsolatedStorage.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.IO.MemoryMappedFiles.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.IO.Pipes.AccessControl.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.IO.Pipes.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.IO.UnmanagedMemoryStream.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.IO.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Linq.Expressions.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Linq.Parallel.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Linq.Queryable.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Linq.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Memory.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Net.Http.Json.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Net.Http.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Net.HttpListener.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Net.Mail.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Net.NameResolution.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Net.NetworkInformation.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Net.Ping.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Net.Primitives.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Net.Requests.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Net.Security.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Net.ServicePoint.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Net.Sockets.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Net.WebClient.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Net.WebHeaderCollection.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Net.WebProxy.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Net.WebSockets.Client.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Net.WebSockets.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Net.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Numerics.Vectors.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Numerics.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.ObjectModel.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Private.DataContractSerialization.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Private.Uri.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Private.Xml.Linq.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Private.Xml.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Reflection.DispatchProxy.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Reflection.Emit.ILGeneration.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Reflection.Emit.Lightweight.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Reflection.Emit.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Reflection.Extensions.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Reflection.Metadata.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Reflection.Primitives.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Reflection.TypeExtensions.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Reflection.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Resources.Reader.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Resources.ResourceManager.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Resources.Writer.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Runtime.CompilerServices.Unsafe.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Runtime.CompilerServices.VisualC.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Runtime.Extensions.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Runtime.Handles.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Runtime.InteropServices.RuntimeInformation.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Runtime.InteropServices.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Runtime.Intrinsics.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Runtime.Loader.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Runtime.Numerics.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Runtime.Serialization.Formatters.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Runtime.Serialization.Json.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Runtime.Serialization.Primitives.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Runtime.Serialization.Xml.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Runtime.Serialization.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Runtime.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Security.AccessControl.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Security.Claims.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Security.Cryptography.Algorithms.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Security.Cryptography.Cng.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Security.Cryptography.Csp.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Security.Cryptography.Encoding.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Security.Cryptography.OpenSsl.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Security.Cryptography.Primitives.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Security.Cryptography.X509Certificates.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Security.Principal.Windows.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Security.Principal.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Security.SecureString.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Security.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.ServiceModel.Web.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.ServiceProcess.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Text.Encoding.CodePages.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Text.Encoding.Extensions.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Text.Encoding.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Text.Encodings.Web.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Text.Json.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Text.RegularExpressions.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Threading.Channels.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Threading.Overlapped.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Threading.Tasks.Dataflow.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Threading.Tasks.Extensions.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Threading.Tasks.Parallel.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Threading.Tasks.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Threading.Thread.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Threading.ThreadPool.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Threading.Timer.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Threading.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Transactions.Local.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Transactions.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.ValueTuple.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Web.HttpUtility.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Web.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Windows.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Xml.Linq.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Xml.ReaderWriter.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Xml.Serialization.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Xml.XDocument.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Xml.XPath.XDocument.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Xml.XPath.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Xml.XmlDocument.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Xml.XmlSerializer.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Xml.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\WindowsBase.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\mscorlib.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\netstandard.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\Microsoft.DiaSymReader.Native.amd64.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Private.CoreLib.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-console-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-console-l1-2-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-datetime-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-debug-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-errorhandling-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-file-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-file-l1-2-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-file-l2-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-handle-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-heap-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-interlocked-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-libraryloader-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-localization-l1-2-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-memory-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-namedpipe-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-processenvironment-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-processthreads-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-processthreads-l1-1-1.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-profile-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-rtlsupport-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-string-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-synch-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-synch-l1-2-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-sysinfo-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-timezone-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-util-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-crt-conio-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-crt-convert-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-crt-environment-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-crt-filesystem-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-crt-heap-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-crt-locale-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-crt-math-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-crt-multibyte-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-crt-private-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-crt-process-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-crt-runtime-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-crt-stdio-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-crt-string-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-crt-time-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-crt-utility-l1-1-0.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\clrcompression.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\clretwrc.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\clrjit.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\coreclr.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\createdump.exe +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\dbgshim.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\hostfxr.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\hostpolicy.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\mscordaccore.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\mscordaccore_amd64_amd64_5.0.721.25508.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\mscordbi.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\mscorrc.dll +C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\ucrtbase.dll +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0\win-x64\NetWork.GeneratedMSBuildEditorConfig.editorconfig +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0\win-x64\NetWork.AssemblyInfoInputs.cache +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0\win-x64\NetWork.AssemblyInfo.cs +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0\win-x64\NetWork.csproj.CoreCompileInputs.cache +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0\win-x64\NetWork.csproj.CopyComplete +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0\win-x64\NetWork.dll +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0\win-x64\ref\NetWork.dll +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0\win-x64\NetWork.pdb +C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0\win-x64\NetWork.genruntimeconfig.cache diff --git a/NetWork/NetWork/obj/Release/net5.0/win-x64/NetWork.deps.json b/NetWork/NetWork/obj/Release/net5.0/win-x64/NetWork.deps.json new file mode 100644 index 0000000..49bbab2 --- /dev/null +++ b/NetWork/NetWork/obj/Release/net5.0/win-x64/NetWork.deps.json @@ -0,0 +1,269 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v5.0/win-x64", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v5.0": {}, + ".NETCoreApp,Version=v5.0/win-x64": { + "NetWork/1.0.0": { + "dependencies": { + "Microsoft.Extensions.FileSystemGlobbing": "5.0.0", + "runtimepack.Microsoft.NETCore.App.Runtime.win-x64": "5.0.7" + }, + "runtime": { + "NetWork.dll": {} + } + }, + "runtimepack.Microsoft.NETCore.App.Runtime.win-x64/5.0.7": { + "runtime": { + "Microsoft.Win32.Primitives.dll": { + "assemblyVersion": "5.0.0.0", + "fileVersion": "5.0.721.25508" + }, + "Microsoft.Win32.Registry.dll": { + "assemblyVersion": "5.0.0.0", + "fileVersion": "5.0.721.25508" + }, + "System.Collections.Concurrent.dll": { + "assemblyVersion": "5.0.0.0", + "fileVersion": "5.0.721.25508" + }, + "System.Collections.Immutable.dll": { + "assemblyVersion": "5.0.0.0", + "fileVersion": "5.0.721.25508" + }, + "System.Collections.NonGeneric.dll": { + "assemblyVersion": "5.0.0.0", + "fileVersion": "5.0.721.25508" + }, + "System.Collections.dll": { + "assemblyVersion": "5.0.0.0", + "fileVersion": "5.0.721.25508" + }, + "System.ComponentModel.Primitives.dll": { + "assemblyVersion": "5.0.0.0", + "fileVersion": "5.0.721.25508" + }, + "System.ComponentModel.dll": { + "assemblyVersion": "5.0.0.0", + "fileVersion": "5.0.721.25508" + }, + "System.Diagnostics.Process.dll": { + "assemblyVersion": "5.0.0.0", + "fileVersion": "5.0.721.25508" + }, + "System.Diagnostics.StackTrace.dll": { + "assemblyVersion": "5.0.0.0", + "fileVersion": "5.0.721.25508" + }, + "System.IO.Compression.dll": { + "assemblyVersion": "5.0.0.0", + "fileVersion": "5.0.721.25508" + }, + "System.IO.FileSystem.dll": { + "assemblyVersion": "5.0.0.0", + "fileVersion": "5.0.721.25508" + }, + "System.IO.MemoryMappedFiles.dll": { + "assemblyVersion": "5.0.0.0", + "fileVersion": "5.0.721.25508" + }, + "System.Linq.dll": { + "assemblyVersion": "5.0.0.0", + "fileVersion": "5.0.721.25508" + }, + "System.ObjectModel.dll": { + "assemblyVersion": "5.0.0.0", + "fileVersion": "5.0.721.25508" + }, + "System.Reflection.Metadata.dll": { + "assemblyVersion": "5.0.0.0", + "fileVersion": "5.0.721.25508" + }, + "System.Runtime.CompilerServices.Unsafe.dll": { + "assemblyVersion": "5.0.0.0", + "fileVersion": "5.0.721.25508" + }, + "System.Runtime.Serialization.Formatters.dll": { + "assemblyVersion": "5.0.0.0", + "fileVersion": "5.0.721.25508" + }, + "System.Private.CoreLib.dll": { + "assemblyVersion": "5.0.0.0", + "fileVersion": "5.0.721.25508" + } + }, + "native": { + "clrcompression.dll": { + "fileVersion": "42.42.42.42424" + }, + "clrjit.dll": { + "fileVersion": "5.0.721.25508" + }, + "coreclr.dll": { + "fileVersion": "5.0.721.25508" + }, + "mscordaccore.dll": { + "fileVersion": "5.0.721.25508" + } + } + }, + "Microsoft.Extensions.FileSystemGlobbing/5.0.0": { + "runtime": { + "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "assemblyVersion": "5.0.0.0", + "fileVersion": "5.0.20.51904" + } + } + } + } + }, + "libraries": { + "NetWork/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "runtimepack.Microsoft.NETCore.App.Runtime.win-x64/5.0.7": { + "type": "runtimepack", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.FileSystemGlobbing/5.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ArliS8lGk8sWRtrWpqI8yUVYJpRruPjCDT+EIjrgkA/AAPRctlAkRISVZ334chAKktTLzD1+PK8F5IZpGedSqA==", + "path": "microsoft.extensions.filesystemglobbing/5.0.0", + "hashPath": "microsoft.extensions.filesystemglobbing.5.0.0.nupkg.sha512" + } + }, + "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/NetWork/NetWork/obj/Release/net5.0/win-x64/NetWork.genruntimeconfig.cache b/NetWork/NetWork/obj/Release/net5.0/win-x64/NetWork.genruntimeconfig.cache new file mode 100644 index 0000000..72da847 --- /dev/null +++ b/NetWork/NetWork/obj/Release/net5.0/win-x64/NetWork.genruntimeconfig.cache @@ -0,0 +1 @@ +37aa9ad611865df71a286fed1e1df3c4e23a21cc diff --git a/NetWork/NetWork/obj/Release/net5.0/win-x64/NetWork.pdb b/NetWork/NetWork/obj/Release/net5.0/win-x64/NetWork.pdb new file mode 100644 index 0000000..67b40f3 Binary files /dev/null and b/NetWork/NetWork/obj/Release/net5.0/win-x64/NetWork.pdb differ diff --git a/NetWork/NetWork/obj/Release/net5.0/win-x64/PublishOutputs.508def7f73.txt b/NetWork/NetWork/obj/Release/net5.0/win-x64/PublishOutputs.508def7f73.txt new file mode 100644 index 0000000..59130d4 --- /dev/null +++ b/NetWork/NetWork/obj/Release/net5.0/win-x64/PublishOutputs.508def7f73.txt @@ -0,0 +1,6 @@ +D:\Neutral Folder\NetWork.pdb +D:\Neutral Folder\clrcompression.dll +D:\Neutral Folder\clrjit.dll +D:\Neutral Folder\coreclr.dll +D:\Neutral Folder\mscordaccore.dll +D:\Neutral Folder\NetWork.exe diff --git a/NetWork/NetWork/obj/Release/net5.0/win-x64/linked/NetWork.pdb b/NetWork/NetWork/obj/Release/net5.0/win-x64/linked/NetWork.pdb new file mode 100644 index 0000000..35238a2 Binary files /dev/null and b/NetWork/NetWork/obj/Release/net5.0/win-x64/linked/NetWork.pdb differ diff --git a/NetWork/NetWork/obj/Release/net5.0/win-x64/singlefilehost.exe b/NetWork/NetWork/obj/Release/net5.0/win-x64/singlefilehost.exe new file mode 100644 index 0000000..513f607 Binary files /dev/null and b/NetWork/NetWork/obj/Release/net5.0/win-x64/singlefilehost.exe differ diff --git a/NetWork/NetWork/obj/project.assets.json b/NetWork/NetWork/obj/project.assets.json new file mode 100644 index 0000000..729f63d --- /dev/null +++ b/NetWork/NetWork/obj/project.assets.json @@ -0,0 +1,8847 @@ +{ + "version": 3, + "targets": { + "net5.0-windows7.0": { + "AudioControl.x64/1.0.1": { + "type": "package", + "build": { + "build/AudioControl.x64.targets": {} + } + }, + "DotRas.for.Win8/1.3.0": { + "type": "package", + "compile": { + "lib/net40/DotRas.dll": {} + }, + "runtime": { + "lib/net40/DotRas.dll": {} + } + }, + "Markdig.Signed/0.21.1": { + "type": "package", + "compile": { + "lib/netcoreapp3.1/Markdig.Signed.dll": {} + }, + "runtime": { + "lib/netcoreapp3.1/Markdig.Signed.dll": {} + } + }, + "Microsoft.ApplicationInsights/2.15.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.DiagnosticSource": "4.6.0", + "System.Memory": "4.5.4" + }, + "compile": { + "lib/netstandard2.0/Microsoft.ApplicationInsights.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.ApplicationInsights.dll": {} + } + }, + "Microsoft.CodeAnalysis.Analyzers/3.0.0": { + "type": "package", + "build": { + "build/_._": {} + } + }, + "Microsoft.CodeAnalysis.Common/3.7.0": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Analyzers": "3.0.0", + "System.Collections.Immutable": "1.5.0", + "System.Memory": "4.5.4", + "System.Reflection.Metadata": "1.6.0", + "System.Runtime.CompilerServices.Unsafe": "4.7.0", + "System.Text.Encoding.CodePages": "4.5.1", + "System.Threading.Tasks.Extensions": "4.5.3" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": {} + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": {} + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp/3.7.0": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Common": "[3.7.0]" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": {} + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": {} + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CSharp/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Dynamic.Runtime": "4.3.0", + "System.Globalization": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/Microsoft.CSharp.dll": {} + }, + "runtime": { + "lib/netstandard1.3/Microsoft.CSharp.dll": {} + } + }, + "Microsoft.Management.Infrastructure/2.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Management.Infrastructure.Runtime.Unix": "2.0.0", + "Microsoft.Management.Infrastructure.Runtime.Win": "2.0.0" + }, + "compile": { + "ref/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll": {}, + "ref/netstandard1.6/Microsoft.Management.Infrastructure.dll": {} + }, + "runtime": { + "lib/netstandard1.6/_._": {} + } + }, + "Microsoft.Management.Infrastructure.CimCmdlets/7.1.3": { + "type": "package", + "dependencies": { + "System.Management.Automation": "7.1.3" + }, + "compile": { + "ref/net5.0/System.Management.Automation.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net5.0/Microsoft.Management.Infrastructure.CimCmdlets.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "Microsoft.Management.Infrastructure.Runtime.Unix/2.0.0": { + "type": "package", + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll": { + "assetType": "runtime", + "rid": "unix" + } + } + }, + "Microsoft.Management.Infrastructure.Runtime.Win/2.0.0": { + "type": "package", + "runtimeTargets": { + "runtimes/win-arm/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll": { + "assetType": "runtime", + "rid": "win-arm" + }, + "runtimes/win-arm/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll": { + "assetType": "runtime", + "rid": "win-arm" + }, + "runtimes/win-arm/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll": { + "assetType": "native", + "rid": "win-arm" + }, + "runtimes/win-arm/native/mi.dll": { + "assetType": "native", + "rid": "win-arm" + }, + "runtimes/win-arm/native/miutils.dll": { + "assetType": "native", + "rid": "win-arm" + }, + "runtimes/win-arm64/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll": { + "assetType": "runtime", + "rid": "win-arm64" + }, + "runtimes/win-arm64/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll": { + "assetType": "runtime", + "rid": "win-arm64" + }, + "runtimes/win-arm64/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll": { + "assetType": "native", + "rid": "win-arm64" + }, + "runtimes/win-arm64/native/mi.dll": { + "assetType": "native", + "rid": "win-arm64" + }, + "runtimes/win-arm64/native/miutils.dll": { + "assetType": "native", + "rid": "win-arm64" + }, + "runtimes/win10-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll": { + "assetType": "runtime", + "rid": "win10-x64" + }, + "runtimes/win10-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll": { + "assetType": "runtime", + "rid": "win10-x64" + }, + "runtimes/win10-x64/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll": { + "assetType": "native", + "rid": "win10-x64" + }, + "runtimes/win10-x64/native/mi.dll": { + "assetType": "native", + "rid": "win10-x64" + }, + "runtimes/win10-x64/native/miutils.dll": { + "assetType": "native", + "rid": "win10-x64" + }, + "runtimes/win10-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll": { + "assetType": "runtime", + "rid": "win10-x86" + }, + "runtimes/win10-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll": { + "assetType": "runtime", + "rid": "win10-x86" + }, + "runtimes/win10-x86/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll": { + "assetType": "native", + "rid": "win10-x86" + }, + "runtimes/win10-x86/native/mi.dll": { + "assetType": "native", + "rid": "win10-x86" + }, + "runtimes/win10-x86/native/miutils.dll": { + "assetType": "native", + "rid": "win10-x86" + }, + "runtimes/win7-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll": { + "assetType": "runtime", + "rid": "win7-x64" + }, + "runtimes/win7-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll": { + "assetType": "runtime", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/mi.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/miutils.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll": { + "assetType": "runtime", + "rid": "win7-x86" + }, + "runtimes/win7-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll": { + "assetType": "runtime", + "rid": "win7-x86" + }, + "runtimes/win7-x86/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll": { + "assetType": "native", + "rid": "win7-x86" + }, + "runtimes/win7-x86/native/mi.dll": { + "assetType": "native", + "rid": "win7-x86" + }, + "runtimes/win7-x86/native/miutils.dll": { + "assetType": "native", + "rid": "win7-x86" + }, + "runtimes/win8-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll": { + "assetType": "runtime", + "rid": "win8-x64" + }, + "runtimes/win8-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll": { + "assetType": "runtime", + "rid": "win8-x64" + }, + "runtimes/win8-x64/native/mi.dll": { + "assetType": "native", + "rid": "win8-x64" + }, + "runtimes/win8-x64/native/miutils.dll": { + "assetType": "native", + "rid": "win8-x64" + }, + "runtimes/win8-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll": { + "assetType": "runtime", + "rid": "win8-x86" + }, + "runtimes/win8-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll": { + "assetType": "runtime", + "rid": "win8-x86" + }, + "runtimes/win8-x86/native/mi.dll": { + "assetType": "native", + "rid": "win8-x86" + }, + "runtimes/win8-x86/native/miutils.dll": { + "assetType": "native", + "rid": "win8-x86" + }, + "runtimes/win81-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll": { + "assetType": "runtime", + "rid": "win81-x64" + }, + "runtimes/win81-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll": { + "assetType": "runtime", + "rid": "win81-x64" + }, + "runtimes/win81-x64/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll": { + "assetType": "native", + "rid": "win81-x64" + }, + "runtimes/win81-x64/native/mi.dll": { + "assetType": "native", + "rid": "win81-x64" + }, + "runtimes/win81-x64/native/miutils.dll": { + "assetType": "native", + "rid": "win81-x64" + }, + "runtimes/win81-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll": { + "assetType": "runtime", + "rid": "win81-x86" + }, + "runtimes/win81-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll": { + "assetType": "runtime", + "rid": "win81-x86" + }, + "runtimes/win81-x86/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll": { + "assetType": "native", + "rid": "win81-x86" + }, + "runtimes/win81-x86/native/mi.dll": { + "assetType": "native", + "rid": "win81-x86" + }, + "runtimes/win81-x86/native/miutils.dll": { + "assetType": "native", + "rid": "win81-x86" + } + } + }, + "Microsoft.NETCore.Platforms/5.0.1": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Targets/1.1.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Windows.ApiSets/1.0.1": { + "type": "package" + }, + "Microsoft.NETCore.Windows.ApiSets-x64/1.0.0": { + "type": "package", + "runtimeTargets": { + "runtimes/win10-x64/native/_._": { + "assetType": "native", + "rid": "win10-x64" + }, + "runtimes/win7-x64/native/API-MS-Win-Base-Util-L1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/API-MS-Win-Core-Kernel32-Private-L1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/API-MS-Win-Core-Kernel32-Private-L1-1-1.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/API-MS-Win-Core-Kernel32-Private-L1-1-2.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/API-MS-Win-Core-PrivateProfile-L1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/API-MS-Win-Core-ProcessTopology-Obsolete-L1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/API-MS-Win-Core-String-L2-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/API-MS-Win-Core-StringAnsi-L1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/API-MS-Win-EventLog-Legacy-L1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/API-MS-Win-Eventing-ClassicProvider-L1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/API-MS-Win-Eventing-Consumer-L1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/API-MS-Win-Eventing-Controller-L1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/API-MS-Win-Eventing-Legacy-L1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/API-MS-Win-Eventing-Provider-L1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/API-MS-Win-Security-LsaPolicy-L1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/API-MS-Win-devices-config-L1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/API-MS-Win-devices-config-L1-1-1.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-com-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-com-private-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-comm-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-console-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-console-l2-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-datetime-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-datetime-l1-1-1.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-debug-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-debug-l1-1-1.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-delayload-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-errorhandling-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-errorhandling-l1-1-1.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-fibers-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-fibers-l1-1-1.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-file-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-file-l1-2-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-file-l1-2-1.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-file-l2-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-file-l2-1-1.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-handle-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-heap-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-heap-obsolete-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-interlocked-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-io-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-io-l1-1-1.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-kernel32-legacy-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-kernel32-legacy-l1-1-1.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-kernel32-legacy-l1-1-2.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-libraryloader-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-libraryloader-l1-1-1.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-localization-l1-2-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-localization-l1-2-1.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-localization-l2-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-localization-obsolete-l1-2-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-memory-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-memory-l1-1-1.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-memory-l1-1-2.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-memory-l1-1-3.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-namedpipe-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-namedpipe-l1-2-1.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-normalization-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-privateprofile-l1-1-1.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-processenvironment-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-processenvironment-l1-2-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-processsecurity-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-processthreads-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-processthreads-l1-1-1.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-processthreads-l1-1-2.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-profile-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-psapi-ansi-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-psapi-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-psapi-obsolete-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-realtime-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-registry-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-registry-l2-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-rtlsupport-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-shlwapi-legacy-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-shlwapi-obsolete-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-shutdown-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-shutdown-l1-1-1.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-string-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-string-obsolete-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-string-obsolete-l1-1-1.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-stringloader-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-stringloader-l1-1-1.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-synch-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-synch-l1-2-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-2-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-2-1.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-2-2.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-2-3.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-threadpool-l1-2-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-threadpool-legacy-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-threadpool-private-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-timezone-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-url-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-util-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-version-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-winrt-error-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-winrt-error-l1-1-1.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-winrt-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-winrt-registration-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-winrt-robuffer-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-winrt-string-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-wow64-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-xstate-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-core-xstate-l2-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-ro-typeresolution-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-security-base-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-security-cpwl-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-security-cryptoapi-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-security-lsalookup-l2-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-security-lsalookup-l2-1-1.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-security-provider-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-security-sddl-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-service-core-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-service-core-l1-1-1.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-service-management-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-service-management-l2-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-service-private-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-service-private-l1-1-1.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/api-ms-win-service-winsvc-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x64/native/ext-ms-win-advapi32-encryptedfile-l1-1-0.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win8-x64/native/API-MS-Win-Core-Kernel32-Private-L1-1-1.dll": { + "assetType": "native", + "rid": "win8-x64" + }, + "runtimes/win8-x64/native/API-MS-Win-Core-Kernel32-Private-L1-1-2.dll": { + "assetType": "native", + "rid": "win8-x64" + }, + "runtimes/win8-x64/native/API-MS-Win-devices-config-L1-1-1.dll": { + "assetType": "native", + "rid": "win8-x64" + }, + "runtimes/win8-x64/native/api-ms-win-core-file-l1-2-1.dll": { + "assetType": "native", + "rid": "win8-x64" + }, + "runtimes/win8-x64/native/api-ms-win-core-file-l2-1-1.dll": { + "assetType": "native", + "rid": "win8-x64" + }, + "runtimes/win8-x64/native/api-ms-win-core-kernel32-legacy-l1-1-1.dll": { + "assetType": "native", + "rid": "win8-x64" + }, + "runtimes/win8-x64/native/api-ms-win-core-kernel32-legacy-l1-1-2.dll": { + "assetType": "native", + "rid": "win8-x64" + }, + "runtimes/win8-x64/native/api-ms-win-core-localization-l1-2-1.dll": { + "assetType": "native", + "rid": "win8-x64" + }, + "runtimes/win8-x64/native/api-ms-win-core-localization-obsolete-l1-2-0.dll": { + "assetType": "native", + "rid": "win8-x64" + }, + "runtimes/win8-x64/native/api-ms-win-core-memory-l1-1-2.dll": { + "assetType": "native", + "rid": "win8-x64" + }, + "runtimes/win8-x64/native/api-ms-win-core-memory-l1-1-3.dll": { + "assetType": "native", + "rid": "win8-x64" + }, + "runtimes/win8-x64/native/api-ms-win-core-namedpipe-l1-2-1.dll": { + "assetType": "native", + "rid": "win8-x64" + }, + "runtimes/win8-x64/native/api-ms-win-core-privateprofile-l1-1-1.dll": { + "assetType": "native", + "rid": "win8-x64" + }, + "runtimes/win8-x64/native/api-ms-win-core-processthreads-l1-1-2.dll": { + "assetType": "native", + "rid": "win8-x64" + }, + "runtimes/win8-x64/native/api-ms-win-core-shutdown-l1-1-1.dll": { + "assetType": "native", + "rid": "win8-x64" + }, + "runtimes/win8-x64/native/api-ms-win-core-string-obsolete-l1-1-1.dll": { + "assetType": "native", + "rid": "win8-x64" + }, + "runtimes/win8-x64/native/api-ms-win-core-stringloader-l1-1-1.dll": { + "assetType": "native", + "rid": "win8-x64" + }, + "runtimes/win8-x64/native/api-ms-win-core-sysinfo-l1-2-1.dll": { + "assetType": "native", + "rid": "win8-x64" + }, + "runtimes/win8-x64/native/api-ms-win-core-sysinfo-l1-2-2.dll": { + "assetType": "native", + "rid": "win8-x64" + }, + "runtimes/win8-x64/native/api-ms-win-core-sysinfo-l1-2-3.dll": { + "assetType": "native", + "rid": "win8-x64" + }, + "runtimes/win8-x64/native/api-ms-win-core-winrt-error-l1-1-1.dll": { + "assetType": "native", + "rid": "win8-x64" + }, + "runtimes/win8-x64/native/api-ms-win-core-xstate-l2-1-0.dll": { + "assetType": "native", + "rid": "win8-x64" + }, + "runtimes/win8-x64/native/api-ms-win-security-cpwl-l1-1-0.dll": { + "assetType": "native", + "rid": "win8-x64" + }, + "runtimes/win8-x64/native/api-ms-win-security-cryptoapi-l1-1-0.dll": { + "assetType": "native", + "rid": "win8-x64" + }, + "runtimes/win8-x64/native/api-ms-win-security-lsalookup-l2-1-1.dll": { + "assetType": "native", + "rid": "win8-x64" + }, + "runtimes/win8-x64/native/api-ms-win-service-private-l1-1-1.dll": { + "assetType": "native", + "rid": "win8-x64" + }, + "runtimes/win81-x64/native/API-MS-Win-Core-Kernel32-Private-L1-1-2.dll": { + "assetType": "native", + "rid": "win81-x64" + }, + "runtimes/win81-x64/native/api-ms-win-core-kernel32-legacy-l1-1-2.dll": { + "assetType": "native", + "rid": "win81-x64" + }, + "runtimes/win81-x64/native/api-ms-win-core-memory-l1-1-3.dll": { + "assetType": "native", + "rid": "win81-x64" + }, + "runtimes/win81-x64/native/api-ms-win-core-namedpipe-l1-2-1.dll": { + "assetType": "native", + "rid": "win81-x64" + }, + "runtimes/win81-x64/native/api-ms-win-core-string-obsolete-l1-1-1.dll": { + "assetType": "native", + "rid": "win81-x64" + }, + "runtimes/win81-x64/native/api-ms-win-core-sysinfo-l1-2-2.dll": { + "assetType": "native", + "rid": "win81-x64" + }, + "runtimes/win81-x64/native/api-ms-win-core-sysinfo-l1-2-3.dll": { + "assetType": "native", + "rid": "win81-x64" + }, + "runtimes/win81-x64/native/api-ms-win-security-cpwl-l1-1-0.dll": { + "assetType": "native", + "rid": "win81-x64" + } + } + }, + "Microsoft.PowerShell.Commands.Diagnostics/7.1.3": { + "type": "package", + "dependencies": { + "System.Management.Automation": "7.1.3" + }, + "compile": { + "ref/net5.0/System.Management.Automation.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net5.0/Microsoft.PowerShell.Commands.Diagnostics.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "Microsoft.PowerShell.Commands.Management/7.1.3": { + "type": "package", + "dependencies": { + "Microsoft.PowerShell.Security": "7.1.3", + "System.ServiceProcess.ServiceController": "5.0.0" + }, + "compile": { + "ref/net5.0/System.Management.Automation.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/net5.0/Microsoft.PowerShell.Commands.Management.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/net5.0/Microsoft.PowerShell.Commands.Management.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "Microsoft.PowerShell.Commands.Utility/7.1.3": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.CSharp": "3.7.0", + "Microsoft.PowerShell.MarkdownRender": "7.1.3", + "NJsonSchema": "10.2.2", + "System.Drawing.Common": "5.0.2", + "System.Management.Automation": "7.1.3", + "System.Threading.AccessControl": "5.0.0" + }, + "compile": { + "ref/net5.0/Microsoft.PowerShell.Commands.Utility.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/net5.0/Microsoft.PowerShell.Commands.Utility.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/net5.0/Microsoft.PowerShell.Commands.Utility.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "Microsoft.PowerShell.ConsoleHost/7.1.3": { + "type": "package", + "dependencies": { + "System.Management.Automation": "7.1.3" + }, + "compile": { + "ref/net5.0/Microsoft.PowerShell.ConsoleHost.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/net5.0/Microsoft.PowerShell.ConsoleHost.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/net5.0/Microsoft.PowerShell.ConsoleHost.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "Microsoft.PowerShell.CoreCLR.Eventing/7.1.3": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "5.0.1" + }, + "compile": { + "ref/net5.0/System.Management.Automation.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net5.0/Microsoft.PowerShell.CoreCLR.Eventing.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "Microsoft.PowerShell.MarkdownRender/7.1.3": { + "type": "package", + "dependencies": { + "Markdig.Signed": "0.21.1", + "System.Management.Automation": "7.1.3" + }, + "compile": { + "ref/net5.0/System.Management.Automation.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/net5.0/Microsoft.PowerShell.MarkdownRender.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/net5.0/Microsoft.PowerShell.MarkdownRender.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "Microsoft.PowerShell.Native/7.1.0": { + "type": "package", + "runtimeTargets": { + "runtimes/linux-arm/native/libpsl-native.so": { + "assetType": "native", + "rid": "linux-arm" + }, + "runtimes/linux-arm64/native/libpsl-native.so": { + "assetType": "native", + "rid": "linux-arm64" + }, + "runtimes/linux-musl-x64/native/libpsl-native.so": { + "assetType": "native", + "rid": "linux-musl-x64" + }, + "runtimes/linux-x64/native/libmi.so": { + "assetType": "native", + "rid": "linux-x64" + }, + "runtimes/linux-x64/native/libpsl-native.so": { + "assetType": "native", + "rid": "linux-x64" + }, + "runtimes/linux-x64/native/libpsrpclient.so": { + "assetType": "native", + "rid": "linux-x64" + }, + "runtimes/osx/native/libmi.dylib": { + "assetType": "native", + "rid": "osx" + }, + "runtimes/osx/native/libpsl-native.dylib": { + "assetType": "native", + "rid": "osx" + }, + "runtimes/osx/native/libpsrpclient.dylib": { + "assetType": "native", + "rid": "osx" + }, + "runtimes/win-arm/native/PowerShell.Core.Instrumentation.dll": { + "assetType": "native", + "rid": "win-arm" + }, + "runtimes/win-arm/native/pwrshplugin.dll": { + "assetType": "native", + "rid": "win-arm" + }, + "runtimes/win-arm64/native/PowerShell.Core.Instrumentation.dll": { + "assetType": "native", + "rid": "win-arm64" + }, + "runtimes/win-arm64/native/pwrshplugin.dll": { + "assetType": "native", + "rid": "win-arm64" + }, + "runtimes/win-x64/native/PowerShell.Core.Instrumentation.dll": { + "assetType": "native", + "rid": "win-x64" + }, + "runtimes/win-x64/native/pwrshplugin.dll": { + "assetType": "native", + "rid": "win-x64" + }, + "runtimes/win-x86/native/PowerShell.Core.Instrumentation.dll": { + "assetType": "native", + "rid": "win-x86" + }, + "runtimes/win-x86/native/pwrshplugin.dll": { + "assetType": "native", + "rid": "win-x86" + } + } + }, + "Microsoft.PowerShell.SDK/7.1.3": { + "type": "package", + "dependencies": { + "Microsoft.Management.Infrastructure.CimCmdlets": "7.1.3", + "Microsoft.NETCore.Windows.ApiSets": "1.0.1", + "Microsoft.PowerShell.Commands.Diagnostics": "7.1.3", + "Microsoft.PowerShell.Commands.Management": "7.1.3", + "Microsoft.PowerShell.Commands.Utility": "7.1.3", + "Microsoft.PowerShell.ConsoleHost": "7.1.3", + "Microsoft.PowerShell.Security": "7.1.3", + "Microsoft.WSMan.Management": "7.1.3", + "Microsoft.Windows.Compatibility": "5.0.0", + "System.Data.SqlClient": "4.8.2", + "System.IO.Packaging": "5.0.0", + "System.Management.Automation": "7.1.3", + "System.Net.Http.WinHttpHandler": "5.0.0", + "System.Private.ServiceModel": "4.7.0", + "System.ServiceModel.Duplex": "4.7.0", + "System.ServiceModel.Http": "4.7.0", + "System.ServiceModel.NetTcp": "4.7.0", + "System.ServiceModel.Primitives": "4.7.0", + "System.ServiceModel.Security": "4.7.0", + "System.Text.Encodings.Web": "5.0.1" + }, + "compile": { + "ref/net5.0/Microsoft.PowerShell.Commands.Utility.dll": {}, + "ref/net5.0/Microsoft.PowerShell.ConsoleHost.dll": {}, + "ref/net5.0/System.Management.Automation.dll": {} + }, + "contentFiles": { + "contentFiles/any/any/ref/Microsoft.CSharp.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/Microsoft.CSharp.dll" + }, + "contentFiles/any/any/ref/Microsoft.VisualBasic.Core.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/Microsoft.VisualBasic.Core.dll" + }, + "contentFiles/any/any/ref/Microsoft.VisualBasic.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/Microsoft.VisualBasic.dll" + }, + "contentFiles/any/any/ref/Microsoft.Win32.Primitives.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/Microsoft.Win32.Primitives.dll" + }, + "contentFiles/any/any/ref/System.AppContext.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.AppContext.dll" + }, + "contentFiles/any/any/ref/System.Buffers.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Buffers.dll" + }, + "contentFiles/any/any/ref/System.Collections.Concurrent.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Collections.Concurrent.dll" + }, + "contentFiles/any/any/ref/System.Collections.Immutable.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Collections.Immutable.dll" + }, + "contentFiles/any/any/ref/System.Collections.NonGeneric.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Collections.NonGeneric.dll" + }, + "contentFiles/any/any/ref/System.Collections.Specialized.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Collections.Specialized.dll" + }, + "contentFiles/any/any/ref/System.Collections.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Collections.dll" + }, + "contentFiles/any/any/ref/System.ComponentModel.Annotations.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.ComponentModel.Annotations.dll" + }, + "contentFiles/any/any/ref/System.ComponentModel.DataAnnotations.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.ComponentModel.DataAnnotations.dll" + }, + "contentFiles/any/any/ref/System.ComponentModel.EventBasedAsync.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.ComponentModel.EventBasedAsync.dll" + }, + "contentFiles/any/any/ref/System.ComponentModel.Primitives.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.ComponentModel.Primitives.dll" + }, + "contentFiles/any/any/ref/System.ComponentModel.TypeConverter.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.ComponentModel.TypeConverter.dll" + }, + "contentFiles/any/any/ref/System.ComponentModel.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.ComponentModel.dll" + }, + "contentFiles/any/any/ref/System.Configuration.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Configuration.dll" + }, + "contentFiles/any/any/ref/System.Console.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Console.dll" + }, + "contentFiles/any/any/ref/System.Core.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Core.dll" + }, + "contentFiles/any/any/ref/System.Data.Common.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Data.Common.dll" + }, + "contentFiles/any/any/ref/System.Data.DataSetExtensions.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Data.DataSetExtensions.dll" + }, + "contentFiles/any/any/ref/System.Data.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Data.dll" + }, + "contentFiles/any/any/ref/System.Diagnostics.Contracts.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Diagnostics.Contracts.dll" + }, + "contentFiles/any/any/ref/System.Diagnostics.Debug.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Diagnostics.Debug.dll" + }, + "contentFiles/any/any/ref/System.Diagnostics.DiagnosticSource.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Diagnostics.DiagnosticSource.dll" + }, + "contentFiles/any/any/ref/System.Diagnostics.FileVersionInfo.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Diagnostics.FileVersionInfo.dll" + }, + "contentFiles/any/any/ref/System.Diagnostics.Process.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Diagnostics.Process.dll" + }, + "contentFiles/any/any/ref/System.Diagnostics.StackTrace.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Diagnostics.StackTrace.dll" + }, + "contentFiles/any/any/ref/System.Diagnostics.TextWriterTraceListener.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Diagnostics.TextWriterTraceListener.dll" + }, + "contentFiles/any/any/ref/System.Diagnostics.Tools.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Diagnostics.Tools.dll" + }, + "contentFiles/any/any/ref/System.Diagnostics.TraceSource.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Diagnostics.TraceSource.dll" + }, + "contentFiles/any/any/ref/System.Diagnostics.Tracing.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Diagnostics.Tracing.dll" + }, + "contentFiles/any/any/ref/System.Drawing.Primitives.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Drawing.Primitives.dll" + }, + "contentFiles/any/any/ref/System.Drawing.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Drawing.dll" + }, + "contentFiles/any/any/ref/System.Dynamic.Runtime.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Dynamic.Runtime.dll" + }, + "contentFiles/any/any/ref/System.Formats.Asn1.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Formats.Asn1.dll" + }, + "contentFiles/any/any/ref/System.Globalization.Calendars.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Globalization.Calendars.dll" + }, + "contentFiles/any/any/ref/System.Globalization.Extensions.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Globalization.Extensions.dll" + }, + "contentFiles/any/any/ref/System.Globalization.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Globalization.dll" + }, + "contentFiles/any/any/ref/System.IO.Compression.Brotli.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.IO.Compression.Brotli.dll" + }, + "contentFiles/any/any/ref/System.IO.Compression.FileSystem.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.IO.Compression.FileSystem.dll" + }, + "contentFiles/any/any/ref/System.IO.Compression.ZipFile.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.IO.Compression.ZipFile.dll" + }, + "contentFiles/any/any/ref/System.IO.Compression.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.IO.Compression.dll" + }, + "contentFiles/any/any/ref/System.IO.FileSystem.DriveInfo.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.IO.FileSystem.DriveInfo.dll" + }, + "contentFiles/any/any/ref/System.IO.FileSystem.Primitives.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.IO.FileSystem.Primitives.dll" + }, + "contentFiles/any/any/ref/System.IO.FileSystem.Watcher.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.IO.FileSystem.Watcher.dll" + }, + "contentFiles/any/any/ref/System.IO.FileSystem.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.IO.FileSystem.dll" + }, + "contentFiles/any/any/ref/System.IO.IsolatedStorage.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.IO.IsolatedStorage.dll" + }, + "contentFiles/any/any/ref/System.IO.MemoryMappedFiles.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.IO.MemoryMappedFiles.dll" + }, + "contentFiles/any/any/ref/System.IO.Pipes.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.IO.Pipes.dll" + }, + "contentFiles/any/any/ref/System.IO.UnmanagedMemoryStream.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.IO.UnmanagedMemoryStream.dll" + }, + "contentFiles/any/any/ref/System.IO.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.IO.dll" + }, + "contentFiles/any/any/ref/System.Linq.Expressions.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Linq.Expressions.dll" + }, + "contentFiles/any/any/ref/System.Linq.Parallel.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Linq.Parallel.dll" + }, + "contentFiles/any/any/ref/System.Linq.Queryable.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Linq.Queryable.dll" + }, + "contentFiles/any/any/ref/System.Linq.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Linq.dll" + }, + "contentFiles/any/any/ref/System.Memory.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Memory.dll" + }, + "contentFiles/any/any/ref/System.Net.Http.Json.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Net.Http.Json.dll" + }, + "contentFiles/any/any/ref/System.Net.Http.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Net.Http.dll" + }, + "contentFiles/any/any/ref/System.Net.HttpListener.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Net.HttpListener.dll" + }, + "contentFiles/any/any/ref/System.Net.Mail.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Net.Mail.dll" + }, + "contentFiles/any/any/ref/System.Net.NameResolution.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Net.NameResolution.dll" + }, + "contentFiles/any/any/ref/System.Net.NetworkInformation.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Net.NetworkInformation.dll" + }, + "contentFiles/any/any/ref/System.Net.Ping.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Net.Ping.dll" + }, + "contentFiles/any/any/ref/System.Net.Primitives.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Net.Primitives.dll" + }, + "contentFiles/any/any/ref/System.Net.Requests.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Net.Requests.dll" + }, + "contentFiles/any/any/ref/System.Net.Security.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Net.Security.dll" + }, + "contentFiles/any/any/ref/System.Net.ServicePoint.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Net.ServicePoint.dll" + }, + "contentFiles/any/any/ref/System.Net.Sockets.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Net.Sockets.dll" + }, + "contentFiles/any/any/ref/System.Net.WebClient.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Net.WebClient.dll" + }, + "contentFiles/any/any/ref/System.Net.WebHeaderCollection.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Net.WebHeaderCollection.dll" + }, + "contentFiles/any/any/ref/System.Net.WebProxy.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Net.WebProxy.dll" + }, + "contentFiles/any/any/ref/System.Net.WebSockets.Client.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Net.WebSockets.Client.dll" + }, + "contentFiles/any/any/ref/System.Net.WebSockets.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Net.WebSockets.dll" + }, + "contentFiles/any/any/ref/System.Net.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Net.dll" + }, + "contentFiles/any/any/ref/System.Numerics.Vectors.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Numerics.Vectors.dll" + }, + "contentFiles/any/any/ref/System.Numerics.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Numerics.dll" + }, + "contentFiles/any/any/ref/System.ObjectModel.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.ObjectModel.dll" + }, + "contentFiles/any/any/ref/System.Reflection.DispatchProxy.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Reflection.DispatchProxy.dll" + }, + "contentFiles/any/any/ref/System.Reflection.Emit.ILGeneration.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Reflection.Emit.ILGeneration.dll" + }, + "contentFiles/any/any/ref/System.Reflection.Emit.Lightweight.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Reflection.Emit.Lightweight.dll" + }, + "contentFiles/any/any/ref/System.Reflection.Emit.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Reflection.Emit.dll" + }, + "contentFiles/any/any/ref/System.Reflection.Extensions.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Reflection.Extensions.dll" + }, + "contentFiles/any/any/ref/System.Reflection.Metadata.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Reflection.Metadata.dll" + }, + "contentFiles/any/any/ref/System.Reflection.Primitives.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Reflection.Primitives.dll" + }, + "contentFiles/any/any/ref/System.Reflection.TypeExtensions.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Reflection.TypeExtensions.dll" + }, + "contentFiles/any/any/ref/System.Reflection.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Reflection.dll" + }, + "contentFiles/any/any/ref/System.Resources.Reader.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Resources.Reader.dll" + }, + "contentFiles/any/any/ref/System.Resources.ResourceManager.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Resources.ResourceManager.dll" + }, + "contentFiles/any/any/ref/System.Resources.Writer.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Resources.Writer.dll" + }, + "contentFiles/any/any/ref/System.Runtime.CompilerServices.Unsafe.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Runtime.CompilerServices.Unsafe.dll" + }, + "contentFiles/any/any/ref/System.Runtime.CompilerServices.VisualC.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Runtime.CompilerServices.VisualC.dll" + }, + "contentFiles/any/any/ref/System.Runtime.Extensions.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Runtime.Extensions.dll" + }, + "contentFiles/any/any/ref/System.Runtime.Handles.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Runtime.Handles.dll" + }, + "contentFiles/any/any/ref/System.Runtime.InteropServices.RuntimeInformation.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Runtime.InteropServices.RuntimeInformation.dll" + }, + "contentFiles/any/any/ref/System.Runtime.InteropServices.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Runtime.InteropServices.dll" + }, + "contentFiles/any/any/ref/System.Runtime.Intrinsics.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Runtime.Intrinsics.dll" + }, + "contentFiles/any/any/ref/System.Runtime.Loader.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Runtime.Loader.dll" + }, + "contentFiles/any/any/ref/System.Runtime.Numerics.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Runtime.Numerics.dll" + }, + "contentFiles/any/any/ref/System.Runtime.Serialization.Formatters.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Runtime.Serialization.Formatters.dll" + }, + "contentFiles/any/any/ref/System.Runtime.Serialization.Json.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Runtime.Serialization.Json.dll" + }, + "contentFiles/any/any/ref/System.Runtime.Serialization.Primitives.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Runtime.Serialization.Primitives.dll" + }, + "contentFiles/any/any/ref/System.Runtime.Serialization.Xml.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Runtime.Serialization.Xml.dll" + }, + "contentFiles/any/any/ref/System.Runtime.Serialization.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Runtime.Serialization.dll" + }, + "contentFiles/any/any/ref/System.Runtime.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Runtime.dll" + }, + "contentFiles/any/any/ref/System.Security.Claims.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Security.Claims.dll" + }, + "contentFiles/any/any/ref/System.Security.Cryptography.Algorithms.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Security.Cryptography.Algorithms.dll" + }, + "contentFiles/any/any/ref/System.Security.Cryptography.Csp.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Security.Cryptography.Csp.dll" + }, + "contentFiles/any/any/ref/System.Security.Cryptography.Encoding.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Security.Cryptography.Encoding.dll" + }, + "contentFiles/any/any/ref/System.Security.Cryptography.Primitives.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Security.Cryptography.Primitives.dll" + }, + "contentFiles/any/any/ref/System.Security.Cryptography.X509Certificates.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Security.Cryptography.X509Certificates.dll" + }, + "contentFiles/any/any/ref/System.Security.Principal.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Security.Principal.dll" + }, + "contentFiles/any/any/ref/System.Security.SecureString.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Security.SecureString.dll" + }, + "contentFiles/any/any/ref/System.Security.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Security.dll" + }, + "contentFiles/any/any/ref/System.ServiceModel.Web.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.ServiceModel.Web.dll" + }, + "contentFiles/any/any/ref/System.ServiceProcess.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.ServiceProcess.dll" + }, + "contentFiles/any/any/ref/System.Text.Encoding.CodePages.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Text.Encoding.CodePages.dll" + }, + "contentFiles/any/any/ref/System.Text.Encoding.Extensions.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Text.Encoding.Extensions.dll" + }, + "contentFiles/any/any/ref/System.Text.Encoding.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Text.Encoding.dll" + }, + "contentFiles/any/any/ref/System.Text.Json.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Text.Json.dll" + }, + "contentFiles/any/any/ref/System.Text.RegularExpressions.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Text.RegularExpressions.dll" + }, + "contentFiles/any/any/ref/System.Threading.Channels.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Threading.Channels.dll" + }, + "contentFiles/any/any/ref/System.Threading.Overlapped.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Threading.Overlapped.dll" + }, + "contentFiles/any/any/ref/System.Threading.Tasks.Dataflow.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Threading.Tasks.Dataflow.dll" + }, + "contentFiles/any/any/ref/System.Threading.Tasks.Extensions.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Threading.Tasks.Extensions.dll" + }, + "contentFiles/any/any/ref/System.Threading.Tasks.Parallel.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Threading.Tasks.Parallel.dll" + }, + "contentFiles/any/any/ref/System.Threading.Tasks.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Threading.Tasks.dll" + }, + "contentFiles/any/any/ref/System.Threading.Thread.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Threading.Thread.dll" + }, + "contentFiles/any/any/ref/System.Threading.ThreadPool.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Threading.ThreadPool.dll" + }, + "contentFiles/any/any/ref/System.Threading.Timer.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Threading.Timer.dll" + }, + "contentFiles/any/any/ref/System.Threading.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Threading.dll" + }, + "contentFiles/any/any/ref/System.Transactions.Local.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Transactions.Local.dll" + }, + "contentFiles/any/any/ref/System.Transactions.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Transactions.dll" + }, + "contentFiles/any/any/ref/System.ValueTuple.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.ValueTuple.dll" + }, + "contentFiles/any/any/ref/System.Web.HttpUtility.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Web.HttpUtility.dll" + }, + "contentFiles/any/any/ref/System.Web.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Web.dll" + }, + "contentFiles/any/any/ref/System.Windows.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Windows.dll" + }, + "contentFiles/any/any/ref/System.Xml.Linq.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Xml.Linq.dll" + }, + "contentFiles/any/any/ref/System.Xml.ReaderWriter.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Xml.ReaderWriter.dll" + }, + "contentFiles/any/any/ref/System.Xml.Serialization.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Xml.Serialization.dll" + }, + "contentFiles/any/any/ref/System.Xml.XDocument.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Xml.XDocument.dll" + }, + "contentFiles/any/any/ref/System.Xml.XPath.XDocument.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Xml.XPath.XDocument.dll" + }, + "contentFiles/any/any/ref/System.Xml.XPath.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Xml.XPath.dll" + }, + "contentFiles/any/any/ref/System.Xml.XmlDocument.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Xml.XmlDocument.dll" + }, + "contentFiles/any/any/ref/System.Xml.XmlSerializer.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Xml.XmlSerializer.dll" + }, + "contentFiles/any/any/ref/System.Xml.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.Xml.dll" + }, + "contentFiles/any/any/ref/System.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/System.dll" + }, + "contentFiles/any/any/ref/WindowsBase.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/WindowsBase.dll" + }, + "contentFiles/any/any/ref/mscorlib.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/mscorlib.dll" + }, + "contentFiles/any/any/ref/netstandard.dll": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "ref/netstandard.dll" + }, + "contentFiles/any/any/runtimes/unix/lib/net5.0/Modules/Microsoft.PowerShell.Host/Microsoft.PowerShell.Host.psd1": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "runtimes/unix/lib/net5.0/Modules/Microsoft.PowerShell.Host/Microsoft.PowerShell.Host.psd1" + }, + "contentFiles/any/any/runtimes/unix/lib/net5.0/Modules/Microsoft.PowerShell.Management/Microsoft.PowerShell.Management.psd1": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "runtimes/unix/lib/net5.0/Modules/Microsoft.PowerShell.Management/Microsoft.PowerShell.Management.psd1" + }, + "contentFiles/any/any/runtimes/unix/lib/net5.0/Modules/Microsoft.PowerShell.Security/Microsoft.PowerShell.Security.psd1": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "runtimes/unix/lib/net5.0/Modules/Microsoft.PowerShell.Security/Microsoft.PowerShell.Security.psd1" + }, + "contentFiles/any/any/runtimes/unix/lib/net5.0/Modules/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.psd1": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "runtimes/unix/lib/net5.0/Modules/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.psd1" + }, + "contentFiles/any/any/runtimes/win/lib/net5.0/Modules/CimCmdlets/CimCmdlets.psd1": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "runtimes/win/lib/net5.0/Modules/CimCmdlets/CimCmdlets.psd1" + }, + "contentFiles/any/any/runtimes/win/lib/net5.0/Modules/Microsoft.PowerShell.Diagnostics/Diagnostics.format.ps1xml": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "runtimes/win/lib/net5.0/Modules/Microsoft.PowerShell.Diagnostics/Diagnostics.format.ps1xml" + }, + "contentFiles/any/any/runtimes/win/lib/net5.0/Modules/Microsoft.PowerShell.Diagnostics/Event.format.ps1xml": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "runtimes/win/lib/net5.0/Modules/Microsoft.PowerShell.Diagnostics/Event.format.ps1xml" + }, + "contentFiles/any/any/runtimes/win/lib/net5.0/Modules/Microsoft.PowerShell.Diagnostics/GetEvent.types.ps1xml": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "runtimes/win/lib/net5.0/Modules/Microsoft.PowerShell.Diagnostics/GetEvent.types.ps1xml" + }, + "contentFiles/any/any/runtimes/win/lib/net5.0/Modules/Microsoft.PowerShell.Diagnostics/Microsoft.PowerShell.Diagnostics.psd1": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "runtimes/win/lib/net5.0/Modules/Microsoft.PowerShell.Diagnostics/Microsoft.PowerShell.Diagnostics.psd1" + }, + "contentFiles/any/any/runtimes/win/lib/net5.0/Modules/Microsoft.PowerShell.Host/Microsoft.PowerShell.Host.psd1": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "runtimes/win/lib/net5.0/Modules/Microsoft.PowerShell.Host/Microsoft.PowerShell.Host.psd1" + }, + "contentFiles/any/any/runtimes/win/lib/net5.0/Modules/Microsoft.PowerShell.Management/Microsoft.PowerShell.Management.psd1": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "runtimes/win/lib/net5.0/Modules/Microsoft.PowerShell.Management/Microsoft.PowerShell.Management.psd1" + }, + "contentFiles/any/any/runtimes/win/lib/net5.0/Modules/Microsoft.PowerShell.Security/Microsoft.PowerShell.Security.psd1": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "runtimes/win/lib/net5.0/Modules/Microsoft.PowerShell.Security/Microsoft.PowerShell.Security.psd1" + }, + "contentFiles/any/any/runtimes/win/lib/net5.0/Modules/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.psd1": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "runtimes/win/lib/net5.0/Modules/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.psd1" + }, + "contentFiles/any/any/runtimes/win/lib/net5.0/Modules/Microsoft.WSMan.Management/Microsoft.WSMan.Management.psd1": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "runtimes/win/lib/net5.0/Modules/Microsoft.WSMan.Management/Microsoft.WSMan.Management.psd1" + }, + "contentFiles/any/any/runtimes/win/lib/net5.0/Modules/Microsoft.WSMan.Management/WSMan.format.ps1xml": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "runtimes/win/lib/net5.0/Modules/Microsoft.WSMan.Management/WSMan.format.ps1xml" + }, + "contentFiles/any/any/runtimes/win/lib/net5.0/Modules/PSDiagnostics/PSDiagnostics.psd1": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "runtimes/win/lib/net5.0/Modules/PSDiagnostics/PSDiagnostics.psd1" + }, + "contentFiles/any/any/runtimes/win/lib/net5.0/Modules/PSDiagnostics/PSDiagnostics.psm1": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": true, + "outputPath": "runtimes/win/lib/net5.0/Modules/PSDiagnostics/PSDiagnostics.psm1" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/net5.0/Microsoft.PowerShell.SDK.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/net5.0/Microsoft.PowerShell.SDK.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "Microsoft.PowerShell.Security/7.1.3": { + "type": "package", + "dependencies": { + "System.Management.Automation": "7.1.3" + }, + "compile": { + "ref/net5.0/System.Management.Automation.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/net5.0/Microsoft.PowerShell.Security.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/net5.0/Microsoft.PowerShell.Security.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "Microsoft.Win32.Registry/5.0.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/Microsoft.Win32.Registry.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Win32.Registry.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "Microsoft.Win32.Registry.AccessControl/5.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Registry": "5.0.0", + "System.Security.AccessControl": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/Microsoft.Win32.Registry.AccessControl.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Win32.Registry.AccessControl.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.AccessControl.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "Microsoft.Win32.SystemEvents/5.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/Microsoft.Win32.SystemEvents.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "Microsoft.Windows.Compatibility/5.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Registry": "5.0.0", + "Microsoft.Win32.Registry.AccessControl": "5.0.0", + "Microsoft.Win32.SystemEvents": "5.0.0", + "System.CodeDom": "5.0.0", + "System.ComponentModel.Composition": "5.0.0", + "System.ComponentModel.Composition.Registration": "5.0.0", + "System.Configuration.ConfigurationManager": "5.0.0", + "System.Data.DataSetExtensions": "4.5.0", + "System.Data.Odbc": "5.0.0", + "System.Data.OleDb": "5.0.0", + "System.Data.SqlClient": "4.8.1", + "System.Diagnostics.EventLog": "5.0.0", + "System.Diagnostics.PerformanceCounter": "5.0.0", + "System.DirectoryServices": "5.0.0", + "System.DirectoryServices.AccountManagement": "5.0.0", + "System.DirectoryServices.Protocols": "5.0.0", + "System.Drawing.Common": "5.0.0", + "System.IO.FileSystem.AccessControl": "5.0.0", + "System.IO.Packaging": "5.0.0", + "System.IO.Pipes.AccessControl": "5.0.0", + "System.IO.Ports": "5.0.0", + "System.Management": "5.0.0", + "System.Reflection.Context": "5.0.0", + "System.Reflection.Emit": "4.7.0", + "System.Reflection.Emit.ILGeneration": "4.7.0", + "System.Reflection.Emit.Lightweight": "4.7.0", + "System.Runtime.Caching": "5.0.0", + "System.Security.AccessControl": "5.0.0", + "System.Security.Cryptography.Cng": "5.0.0", + "System.Security.Cryptography.Pkcs": "5.0.0", + "System.Security.Cryptography.ProtectedData": "5.0.0", + "System.Security.Cryptography.Xml": "5.0.0", + "System.Security.Permissions": "5.0.0", + "System.Security.Principal.Windows": "5.0.0", + "System.ServiceModel.Duplex": "4.7.0", + "System.ServiceModel.Http": "4.7.0", + "System.ServiceModel.NetTcp": "4.7.0", + "System.ServiceModel.Primitives": "4.7.0", + "System.ServiceModel.Security": "4.7.0", + "System.ServiceModel.Syndication": "5.0.0", + "System.ServiceProcess.ServiceController": "5.0.0", + "System.Text.Encoding.CodePages": "5.0.0", + "System.Threading.AccessControl": "5.0.0" + } + }, + "Microsoft.WSMan.Management/7.1.3": { + "type": "package", + "dependencies": { + "Microsoft.WSMan.Runtime": "7.1.3", + "System.Management.Automation": "7.1.3", + "System.ServiceProcess.ServiceController": "5.0.0" + }, + "compile": { + "ref/net5.0/System.Management.Automation.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net5.0/Microsoft.WSMan.Management.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "Microsoft.WSMan.Runtime/7.1.3": { + "type": "package", + "compile": { + "ref/net5.0/System.Management.Automation.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net5.0/Microsoft.WSMan.Runtime.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "Namotion.Reflection/1.0.14": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.3.0" + }, + "compile": { + "lib/netstandard2.0/Namotion.Reflection.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Namotion.Reflection.dll": {} + } + }, + "NAudio/2.0.1": { + "type": "package", + "dependencies": { + "NAudio.Asio": "2.0.0", + "NAudio.Core": "2.0.0", + "NAudio.Midi": "2.0.1", + "NAudio.Wasapi": "2.0.0", + "NAudio.WinForms": "2.0.1", + "NAudio.WinMM": "2.0.1" + }, + "compile": { + "lib/netstandard2.0/NAudio.dll": {} + }, + "runtime": { + "lib/netstandard2.0/NAudio.dll": {} + } + }, + "NAudio.Asio/2.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Registry": "4.7.0", + "NAudio.Core": "2.0.0" + }, + "compile": { + "lib/netstandard2.0/NAudio.Asio.dll": {} + }, + "runtime": { + "lib/netstandard2.0/NAudio.Asio.dll": {} + } + }, + "NAudio.Core/2.0.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/NAudio.Core.dll": {} + }, + "runtime": { + "lib/netstandard2.0/NAudio.Core.dll": {} + } + }, + "NAudio.Midi/2.0.1": { + "type": "package", + "dependencies": { + "NAudio.Core": "2.0.0" + }, + "compile": { + "lib/netstandard2.0/NAudio.Midi.dll": {} + }, + "runtime": { + "lib/netstandard2.0/NAudio.Midi.dll": {} + } + }, + "NAudio.Wasapi/2.0.0": { + "type": "package", + "dependencies": { + "NAudio.Core": "2.0.0" + }, + "compile": { + "lib/netstandard2.0/NAudio.Wasapi.dll": {} + }, + "runtime": { + "lib/netstandard2.0/NAudio.Wasapi.dll": {} + } + }, + "NAudio.WinForms/2.0.1": { + "type": "package", + "dependencies": { + "NAudio.WinMM": "2.0.1" + }, + "compile": { + "lib/netcoreapp3.1/NAudio.WinForms.dll": {} + }, + "runtime": { + "lib/netcoreapp3.1/NAudio.WinForms.dll": {} + }, + "frameworkReferences": [ + "Microsoft.WindowsDesktop.App.WindowsForms" + ] + }, + "NAudio.WinMM/2.0.1": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Registry": "4.7.0", + "NAudio.Core": "2.0.0" + }, + "compile": { + "lib/netstandard2.0/NAudio.WinMM.dll": {} + }, + "runtime": { + "lib/netstandard2.0/NAudio.WinMM.dll": {} + } + }, + "NETStandard.Library/2.0.3": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + }, + "build": { + "build/netstandard2.0/NETStandard.Library.targets": {} + } + }, + "Newtonsoft.Json/12.0.3": { + "type": "package", + "compile": { + "lib/netstandard2.0/Newtonsoft.Json.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.dll": {} + } + }, + "NJsonSchema/10.2.2": { + "type": "package", + "dependencies": { + "Namotion.Reflection": "1.0.14", + "Newtonsoft.Json": "9.0.1" + }, + "compile": { + "lib/netstandard2.0/NJsonSchema.dll": {} + }, + "runtime": { + "lib/netstandard2.0/NJsonSchema.dll": {} + } + }, + "runtime.linux-arm.runtime.native.System.IO.Ports/5.0.0-rtm.20519.4": { + "type": "package", + "runtimeTargets": { + "runtimes/linux-arm/native/libSystem.IO.Ports.Native.so": { + "assetType": "native", + "rid": "linux-arm" + } + } + }, + "runtime.linux-arm64.runtime.native.System.IO.Ports/5.0.0-rtm.20519.4": { + "type": "package", + "runtimeTargets": { + "runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so": { + "assetType": "native", + "rid": "linux-arm64" + } + } + }, + "runtime.linux-x64.runtime.native.System.IO.Ports/5.0.0-rtm.20519.4": { + "type": "package", + "runtimeTargets": { + "runtimes/linux-x64/native/libSystem.IO.Ports.Native.so": { + "assetType": "native", + "rid": "linux-x64" + } + } + }, + "runtime.native.System.Data.SqlClient.sni/4.7.0": { + "type": "package", + "dependencies": { + "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", + "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", + "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" + } + }, + "runtime.native.System.IO.Ports/5.0.0": { + "type": "package", + "dependencies": { + "runtime.linux-arm.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", + "runtime.linux-arm64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", + "runtime.linux-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", + "runtime.osx-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4" + } + }, + "runtime.osx-x64.runtime.native.System.IO.Ports/5.0.0-rtm.20519.4": { + "type": "package", + "runtimeTargets": { + "runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib": { + "assetType": "native", + "rid": "osx-x64" + } + } + }, + "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "type": "package", + "runtimeTargets": { + "runtimes/win-arm64/native/sni.dll": { + "assetType": "native", + "rid": "win-arm64" + } + } + }, + "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "type": "package", + "runtimeTargets": { + "runtimes/win-x64/native/sni.dll": { + "assetType": "native", + "rid": "win-x64" + } + } + }, + "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "type": "package", + "runtimeTargets": { + "runtimes/win-x86/native/sni.dll": { + "assetType": "native", + "rid": "win-x86" + } + } + }, + "SimpleWifi.netstandard/2.0.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/SimpleWifi.dll": {} + }, + "runtime": { + "lib/netstandard2.0/SimpleWifi.dll": {} + } + }, + "System.CodeDom/5.0.0": { + "type": "package", + "compile": { + "ref/netstandard2.0/System.CodeDom.dll": {} + }, + "runtime": { + "lib/netstandard2.0/System.CodeDom.dll": {} + } + }, + "System.Collections/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + } + }, + "System.Collections.Immutable/1.5.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/System.Collections.Immutable.dll": {} + }, + "runtime": { + "lib/netstandard2.0/System.Collections.Immutable.dll": {} + } + }, + "System.ComponentModel.Composition/5.0.0": { + "type": "package", + "compile": { + "ref/netstandard2.0/System.ComponentModel.Composition.dll": {} + }, + "runtime": { + "lib/netcoreapp2.0/System.ComponentModel.Composition.dll": {} + } + }, + "System.ComponentModel.Composition.Registration/5.0.0": { + "type": "package", + "dependencies": { + "System.ComponentModel.Composition": "5.0.0", + "System.Reflection.Context": "5.0.0" + }, + "compile": { + "ref/netstandard2.1/System.ComponentModel.Composition.Registration.dll": {} + }, + "runtime": { + "lib/netstandard2.1/System.ComponentModel.Composition.Registration.dll": {} + } + }, + "System.Configuration.ConfigurationManager/5.0.0": { + "type": "package", + "dependencies": { + "System.Security.Cryptography.ProtectedData": "5.0.0", + "System.Security.Permissions": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/System.Configuration.ConfigurationManager.dll": {} + }, + "runtime": { + "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": {} + } + }, + "System.Data.DataSetExtensions/4.5.0": { + "type": "package", + "compile": { + "ref/netstandard2.0/System.Data.DataSetExtensions.dll": {} + }, + "runtime": { + "lib/netstandard2.0/System.Data.DataSetExtensions.dll": {} + } + }, + "System.Data.Odbc/5.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/System.Data.Odbc.dll": {} + }, + "runtime": { + "lib/netstandard2.0/System.Data.Odbc.dll": {} + }, + "runtimeTargets": { + "runtimes/freebsd/lib/netcoreapp2.0/System.Data.Odbc.dll": { + "assetType": "runtime", + "rid": "freebsd" + }, + "runtimes/linux/lib/netcoreapp2.0/System.Data.Odbc.dll": { + "assetType": "runtime", + "rid": "linux" + }, + "runtimes/osx/lib/netcoreapp2.0/System.Data.Odbc.dll": { + "assetType": "runtime", + "rid": "osx" + }, + "runtimes/win/lib/netcoreapp2.0/System.Data.Odbc.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Data.OleDb/5.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Registry": "5.0.0", + "System.Configuration.ConfigurationManager": "5.0.0", + "System.Diagnostics.PerformanceCounter": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/System.Data.OleDb.dll": {} + }, + "runtime": { + "lib/netstandard2.0/System.Data.OleDb.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netstandard2.0/System.Data.OleDb.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Data.SqlClient/4.8.2": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Registry": "4.7.0", + "System.Security.Principal.Windows": "4.7.0", + "runtime.native.System.Data.SqlClient.sni": "4.7.0" + }, + "compile": { + "ref/netcoreapp2.1/System.Data.SqlClient.dll": {} + }, + "runtime": { + "lib/netcoreapp2.1/System.Data.SqlClient.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Diagnostics.Debug/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + } + }, + "System.Diagnostics.DiagnosticSource/4.6.0": { + "type": "package", + "compile": { + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {} + } + }, + "System.Diagnostics.EventLog/5.0.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.1", + "Microsoft.Win32.Registry": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/System.Diagnostics.EventLog.dll": {} + }, + "runtime": { + "lib/netstandard2.0/System.Diagnostics.EventLog.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp2.0/System.Diagnostics.EventLog.Messages.dll": { + "assetType": "runtime", + "rid": "win" + }, + "runtimes/win/lib/netcoreapp2.0/System.Diagnostics.EventLog.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Diagnostics.PerformanceCounter/5.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.0", + "Microsoft.Win32.Registry": "5.0.0", + "System.Configuration.ConfigurationManager": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/System.Diagnostics.PerformanceCounter.dll": {} + }, + "runtime": { + "lib/netstandard2.0/System.Diagnostics.PerformanceCounter.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp2.0/System.Diagnostics.PerformanceCounter.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.DirectoryServices/5.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.0", + "System.IO.FileSystem.AccessControl": "5.0.0", + "System.Security.AccessControl": "5.0.0", + "System.Security.Permissions": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/System.DirectoryServices.dll": {} + }, + "runtime": { + "lib/netstandard2.0/System.DirectoryServices.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp2.0/System.DirectoryServices.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.DirectoryServices.AccountManagement/5.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.0", + "System.Configuration.ConfigurationManager": "5.0.0", + "System.DirectoryServices": "5.0.0", + "System.DirectoryServices.Protocols": "5.0.0", + "System.IO.FileSystem.AccessControl": "5.0.0", + "System.Security.AccessControl": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/System.DirectoryServices.AccountManagement.dll": {} + }, + "runtime": { + "lib/netstandard2.0/System.DirectoryServices.AccountManagement.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp2.0/System.DirectoryServices.AccountManagement.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.DirectoryServices.Protocols/5.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/System.DirectoryServices.Protocols.dll": {} + }, + "runtime": { + "lib/netstandard2.0/System.DirectoryServices.Protocols.dll": {} + }, + "runtimeTargets": { + "runtimes/linux/lib/netcoreapp2.0/System.DirectoryServices.Protocols.dll": { + "assetType": "runtime", + "rid": "linux" + }, + "runtimes/osx/lib/netcoreapp2.0/System.DirectoryServices.Protocols.dll": { + "assetType": "runtime", + "rid": "osx" + }, + "runtimes/win/lib/netcoreapp2.0/System.DirectoryServices.Protocols.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Drawing.Common/5.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Win32.SystemEvents": "5.0.0" + }, + "compile": { + "ref/netcoreapp3.0/System.Drawing.Common.dll": {} + }, + "runtime": { + "lib/netcoreapp3.0/System.Drawing.Common.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Dynamic.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Emit": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Dynamic.Runtime.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Dynamic.Runtime.dll": {} + } + }, + "System.Formats.Asn1/5.0.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/System.Formats.Asn1.dll": {} + } + }, + "System.Globalization/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + } + }, + "System.IO/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.IO.dll": {} + } + }, + "System.IO.FileSystem.AccessControl/5.0.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll": {} + }, + "runtime": { + "lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.IO.Packaging/5.0.0": { + "type": "package", + "compile": { + "ref/netstandard2.0/System.IO.Packaging.dll": {} + }, + "runtime": { + "lib/netstandard2.0/System.IO.Packaging.dll": {} + } + }, + "System.IO.Pipes.AccessControl/5.0.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/net5.0/System.IO.Pipes.AccessControl.dll": {} + }, + "runtime": { + "lib/net5.0/System.IO.Pipes.AccessControl.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net5.0/System.IO.Pipes.AccessControl.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.IO.Ports/5.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Registry": "5.0.0", + "runtime.native.System.IO.Ports": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/System.IO.Ports.dll": {} + }, + "runtime": { + "lib/netstandard2.0/System.IO.Ports.dll": {} + }, + "runtimeTargets": { + "runtimes/linux/lib/netstandard2.0/System.IO.Ports.dll": { + "assetType": "runtime", + "rid": "linux" + }, + "runtimes/osx/lib/netstandard2.0/System.IO.Ports.dll": { + "assetType": "runtime", + "rid": "osx" + }, + "runtimes/win/lib/netstandard2.0/System.IO.Ports.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Linq/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.6/_._": {} + }, + "runtime": { + "lib/netstandard1.6/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Linq": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Emit": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.6/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/netstandard1.6/System.Linq.Expressions.dll": {} + } + }, + "System.Management/5.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.0", + "Microsoft.Win32.Registry": "5.0.0", + "System.CodeDom": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/System.Management.dll": {} + }, + "runtime": { + "lib/netstandard2.0/System.Management.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp2.0/System.Management.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Management.Automation/7.1.3": { + "type": "package", + "dependencies": { + "Microsoft.ApplicationInsights": "2.15.0", + "Microsoft.Management.Infrastructure": "2.0.0", + "Microsoft.PowerShell.CoreCLR.Eventing": "7.1.3", + "Microsoft.PowerShell.Native": "7.1.0", + "Microsoft.Win32.Registry.AccessControl": "5.0.0", + "Newtonsoft.Json": "12.0.3", + "System.Configuration.ConfigurationManager": "5.0.0", + "System.DirectoryServices": "5.0.0", + "System.IO.FileSystem.AccessControl": "5.0.0", + "System.Management": "5.0.0", + "System.Runtime.CompilerServices.Unsafe": "5.0.0", + "System.Security.AccessControl": "5.0.0", + "System.Security.Cryptography.Pkcs": "5.0.1", + "System.Security.Permissions": "5.0.0", + "System.Text.Encoding.CodePages": "5.0.0" + }, + "compile": { + "ref/net5.0/System.Management.Automation.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/net5.0/System.Management.Automation.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/net5.0/System.Management.Automation.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Memory/4.5.4": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.Net.Http.WinHttpHandler/5.0.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/System.Net.Http.WinHttpHandler.dll": {} + }, + "runtime": { + "lib/netstandard2.0/System.Net.Http.WinHttpHandler.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netstandard2.0/System.Net.Http.WinHttpHandler.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.ObjectModel/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.ObjectModel.dll": {} + } + }, + "System.Private.ServiceModel/4.7.0": { + "type": "package", + "dependencies": { + "System.Reflection.DispatchProxy": "4.5.0", + "System.Security.Cryptography.Xml": "4.5.0", + "System.Security.Principal.Windows": "4.5.0" + }, + "compile": { + "ref/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/System.Private.ServiceModel.dll": {} + } + }, + "System.Reflection/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.Reflection.dll": {} + } + }, + "System.Reflection.Context/5.0.0": { + "type": "package", + "compile": { + "ref/netstandard2.0/System.Reflection.Context.dll": {} + }, + "runtime": { + "lib/netstandard2.1/System.Reflection.Context.dll": {} + } + }, + "System.Reflection.DispatchProxy/4.5.0": { + "type": "package", + "compile": { + "ref/netstandard2.0/System.Reflection.DispatchProxy.dll": {} + }, + "runtime": { + "lib/netcoreapp2.0/System.Reflection.DispatchProxy.dll": {} + } + }, + "System.Reflection.Emit/4.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "System.Reflection.Emit.Lightweight/4.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "System.Reflection.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": {} + } + }, + "System.Reflection.Metadata/1.6.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/System.Reflection.Metadata.dll": {} + }, + "runtime": { + "lib/netstandard2.0/System.Reflection.Metadata.dll": {} + } + }, + "System.Reflection.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.3.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": {} + } + }, + "System.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.dll": {} + } + }, + "System.Runtime.Caching/5.0.0": { + "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/System.Runtime.Caching.dll": {} + }, + "runtime": { + "lib/netstandard2.0/System.Runtime.Caching.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Runtime.CompilerServices.Unsafe/5.0.0": { + "type": "package", + "compile": { + "ref/netstandard2.1/System.Runtime.CompilerServices.Unsafe.dll": {} + }, + "runtime": { + "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll": {} + } + }, + "System.Runtime.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/_._": {} + } + }, + "System.Runtime.Handles/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + } + }, + "System.Runtime.InteropServices/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netcoreapp1.1/_._": {} + } + }, + "System.Security.AccessControl/5.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/System.Security.AccessControl.dll": {} + }, + "runtime": { + "lib/netstandard2.0/System.Security.AccessControl.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Cng/5.0.0": { + "type": "package", + "dependencies": { + "System.Formats.Asn1": "5.0.0" + }, + "compile": { + "ref/netcoreapp3.0/System.Security.Cryptography.Cng.dll": {} + }, + "runtime": { + "lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Pkcs/5.0.1": { + "type": "package", + "dependencies": { + "System.Formats.Asn1": "5.0.0", + "System.Security.Cryptography.Cng": "5.0.0" + }, + "compile": { + "ref/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll": {} + }, + "runtime": { + "lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.ProtectedData/5.0.0": { + "type": "package", + "compile": { + "ref/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {} + }, + "runtime": { + "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Xml/5.0.0": { + "type": "package", + "dependencies": { + "System.Security.Cryptography.Pkcs": "5.0.0", + "System.Security.Permissions": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/System.Security.Cryptography.Xml.dll": {} + }, + "runtime": { + "lib/netstandard2.0/System.Security.Cryptography.Xml.dll": {} + } + }, + "System.Security.Permissions/5.0.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "5.0.0", + "System.Windows.Extensions": "5.0.0" + }, + "compile": { + "ref/net5.0/System.Security.Permissions.dll": {} + }, + "runtime": { + "lib/net5.0/System.Security.Permissions.dll": {} + } + }, + "System.Security.Principal.Windows/5.0.0": { + "type": "package", + "compile": { + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": {} + }, + "runtime": { + "lib/netstandard2.0/System.Security.Principal.Windows.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.ServiceModel.Duplex/4.7.0": { + "type": "package", + "dependencies": { + "System.Private.ServiceModel": "4.7.0", + "System.ServiceModel.Primitives": "4.7.0" + }, + "compile": { + "ref/netstandard2.0/System.ServiceModel.Duplex.dll": {} + }, + "runtime": { + "lib/netstandard2.0/System.ServiceModel.Duplex.dll": {} + } + }, + "System.ServiceModel.Http/4.7.0": { + "type": "package", + "dependencies": { + "System.Private.ServiceModel": "4.7.0", + "System.ServiceModel.Primitives": "4.7.0" + }, + "compile": { + "ref/netstandard2.0/System.ServiceModel.Http.dll": {} + }, + "runtime": { + "lib/netstandard2.0/System.ServiceModel.Http.dll": {} + } + }, + "System.ServiceModel.NetTcp/4.7.0": { + "type": "package", + "dependencies": { + "System.Private.ServiceModel": "4.7.0", + "System.ServiceModel.Primitives": "4.7.0" + }, + "compile": { + "ref/netstandard2.0/System.ServiceModel.NetTcp.dll": {} + }, + "runtime": { + "lib/netstandard2.0/System.ServiceModel.NetTcp.dll": {} + } + }, + "System.ServiceModel.Primitives/4.7.0": { + "type": "package", + "dependencies": { + "System.Private.ServiceModel": "4.7.0" + }, + "compile": { + "ref/netcoreapp2.1/System.ServiceModel.Primitives.dll": {}, + "ref/netcoreapp2.1/System.ServiceModel.dll": {} + }, + "runtime": { + "lib/netcoreapp2.1/System.ServiceModel.Primitives.dll": {}, + "lib/netcoreapp2.1/System.ServiceModel.dll": {} + } + }, + "System.ServiceModel.Security/4.7.0": { + "type": "package", + "dependencies": { + "System.Private.ServiceModel": "4.7.0", + "System.ServiceModel.Primitives": "4.7.0" + }, + "compile": { + "ref/netstandard2.0/System.ServiceModel.Security.dll": {} + }, + "runtime": { + "lib/netstandard2.0/System.ServiceModel.Security.dll": {} + } + }, + "System.ServiceModel.Syndication/5.0.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/System.ServiceModel.Syndication.dll": {} + }, + "runtime": { + "lib/netstandard2.0/System.ServiceModel.Syndication.dll": {} + } + }, + "System.ServiceProcess.ServiceController/5.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/System.ServiceProcess.ServiceController.dll": {} + }, + "runtime": { + "lib/netstandard2.0/System.ServiceProcess.ServiceController.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netstandard2.0/System.ServiceProcess.ServiceController.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Text.Encoding/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.CodePages/5.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.0" + }, + "compile": { + "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {} + }, + "runtime": { + "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Text.Encodings.Web/5.0.1": { + "type": "package", + "compile": { + "lib/netcoreapp3.0/System.Text.Encodings.Web.dll": {} + }, + "runtime": { + "lib/netcoreapp3.0/System.Text.Encodings.Web.dll": {} + } + }, + "System.Threading/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Threading.dll": {} + } + }, + "System.Threading.AccessControl/5.0.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/System.Threading.AccessControl.dll": {} + }, + "runtime": { + "lib/netstandard2.0/System.Threading.AccessControl.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netstandard2.0/System.Threading.AccessControl.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Threading.Tasks/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.Tasks.dll": {} + } + }, + "System.Threading.Tasks.Extensions/4.5.3": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.Windows.Extensions/5.0.0": { + "type": "package", + "dependencies": { + "System.Drawing.Common": "5.0.0" + }, + "compile": { + "ref/netcoreapp3.0/System.Windows.Extensions.dll": {} + }, + "runtime": { + "lib/netcoreapp3.0/System.Windows.Extensions.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll": { + "assetType": "runtime", + "rid": "win" + } + } + } + } + }, + "libraries": { + "AudioControl.x64/1.0.1": { + "sha512": "bkuUEZkxVFug599MYBZMdCbGh5AepmcI9jkKY8biDPxblxslbZF6GImpMNnbqRa0qI8i9c0HQiYauAFSuhlD9Q==", + "type": "package", + "path": "audiocontrol.x64/1.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "AudioControlNative.dll", + "audiocontrol.x64.1.0.1.nupkg.sha512", + "audiocontrol.x64.nuspec", + "build/AudioControl.x64.targets", + "lib/net46/AudioControl.dll" + ] + }, + "DotRas.for.Win8/1.3.0": { + "sha512": "vetxGKzzinebFwexUOamgwA9fws5X86CM0Ta/jcTeWuOEBPNMjXsWDoE6e0EImLgnz3EAvUhM594duzxrkgBeg==", + "type": "package", + "path": "dotras.for.win8/1.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "docs/DotRas.chm", + "dotras.for.win8.1.3.0.nupkg.sha512", + "dotras.for.win8.nuspec", + "lib/net20/DotRas.dll", + "lib/net20/DotRas.xml", + "lib/net40/DotRas.dll", + "lib/net40/DotRas.xml" + ] + }, + "Markdig.Signed/0.21.1": { + "sha512": "Lg0FPQdKUXai4/XZpQGlQ/HldpHsGnsU6Jd+udJgHj/R7i3ngM2TtR+SZqdHRtgItIHe3dFh2DS/M5qXGSPRiQ==", + "type": "package", + "path": "markdig.signed/0.21.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net452/Markdig.Signed.dll", + "lib/net452/Markdig.Signed.xml", + "lib/netcoreapp2.1/Markdig.Signed.dll", + "lib/netcoreapp2.1/Markdig.Signed.xml", + "lib/netcoreapp3.1/Markdig.Signed.dll", + "lib/netcoreapp3.1/Markdig.Signed.xml", + "lib/netstandard2.0/Markdig.Signed.dll", + "lib/netstandard2.0/Markdig.Signed.xml", + "lib/netstandard2.1/Markdig.Signed.dll", + "lib/netstandard2.1/Markdig.Signed.xml", + "markdig.signed.0.21.1.nupkg.sha512", + "markdig.signed.nuspec" + ] + }, + "Microsoft.ApplicationInsights/2.15.0": { + "sha512": "tG9WZoFc0BTbkj+UjH4IUp8qkT9NA5st8zvPzlHbU8rJDgPFqZDJ3SSAQajl42jet1ghhJ5ZixsjjqVvwi4kaQ==", + "type": "package", + "path": "microsoft.applicationinsights/2.15.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "icon.png", + "lib/net452/Microsoft.ApplicationInsights.dll", + "lib/net452/Microsoft.ApplicationInsights.pdb", + "lib/net452/Microsoft.ApplicationInsights.xml", + "lib/net46/Microsoft.ApplicationInsights.dll", + "lib/net46/Microsoft.ApplicationInsights.pdb", + "lib/net46/Microsoft.ApplicationInsights.xml", + "lib/netstandard2.0/Microsoft.ApplicationInsights.dll", + "lib/netstandard2.0/Microsoft.ApplicationInsights.pdb", + "lib/netstandard2.0/Microsoft.ApplicationInsights.xml", + "microsoft.applicationinsights.2.15.0.nupkg.sha512", + "microsoft.applicationinsights.nuspec" + ] + }, + "Microsoft.CodeAnalysis.Analyzers/3.0.0": { + "sha512": "ojG5pGAhTPmjxRGTNvuszO3H8XPZqksDwr9xLd4Ae/JBjZZdl6GuoLk7uLMf+o7yl5wO0TAqoWcEKkEWqrZE5g==", + "type": "package", + "path": "microsoft.codeanalysis.analyzers/3.0.0", + "hasTools": true, + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "EULA.rtf", + "ThirdPartyNotices.rtf", + "analyzers/dotnet/cs/Microsoft.CodeAnalysis.Analyzers.dll", + "analyzers/dotnet/cs/Microsoft.CodeAnalysis.CSharp.Analyzers.dll", + "analyzers/dotnet/cs/cs/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/de/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/es/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/fr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/it/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/ja/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/ko/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/pl/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/pt-BR/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/ru/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/tr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/zh-Hans/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/zh-Hant/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/Microsoft.CodeAnalysis.Analyzers.dll", + "analyzers/dotnet/vb/Microsoft.CodeAnalysis.VisualBasic.Analyzers.dll", + "analyzers/dotnet/vb/cs/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/de/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/es/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/fr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/it/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/ja/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/ko/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/pl/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/pt-BR/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/ru/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/tr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/zh-Hans/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/zh-Hant/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "build/Microsoft.CodeAnalysis.Analyzers.props", + "build/Microsoft.CodeAnalysis.Analyzers.targets", + "documentation/Analyzer Configuration.md", + "documentation/Microsoft.CodeAnalysis.Analyzers.md", + "documentation/Microsoft.CodeAnalysis.Analyzers.sarif", + "editorconfig/AllRulesDefault/.editorconfig", + "editorconfig/AllRulesDisabled/.editorconfig", + "editorconfig/AllRulesEnabled/.editorconfig", + "editorconfig/CorrectnessRulesDefault/.editorconfig", + "editorconfig/CorrectnessRulesEnabled/.editorconfig", + "editorconfig/DataflowRulesDefault/.editorconfig", + "editorconfig/DataflowRulesEnabled/.editorconfig", + "editorconfig/LibraryRulesDefault/.editorconfig", + "editorconfig/LibraryRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCompatibilityRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCompatibilityRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCorrectnessRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCorrectnessRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDesignRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDesignRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDocumentationRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDocumentationRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisLocalizationRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisLocalizationRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisPerformanceRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisPerformanceRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisReleaseTrackingRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisReleaseTrackingRulesEnabled/.editorconfig", + "editorconfig/PortedFromFxCopRulesDefault/.editorconfig", + "editorconfig/PortedFromFxCopRulesEnabled/.editorconfig", + "microsoft.codeanalysis.analyzers.3.0.0.nupkg.sha512", + "microsoft.codeanalysis.analyzers.nuspec", + "rulesets/AllRulesDefault.ruleset", + "rulesets/AllRulesDisabled.ruleset", + "rulesets/AllRulesEnabled.ruleset", + "rulesets/CorrectnessRulesDefault.ruleset", + "rulesets/CorrectnessRulesEnabled.ruleset", + "rulesets/DataflowRulesDefault.ruleset", + "rulesets/DataflowRulesEnabled.ruleset", + "rulesets/LibraryRulesDefault.ruleset", + "rulesets/LibraryRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisCompatibilityRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisCompatibilityRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisCorrectnessRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisCorrectnessRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisDesignRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisDesignRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisDocumentationRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisDocumentationRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisLocalizationRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisLocalizationRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisPerformanceRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisPerformanceRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisReleaseTrackingRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisReleaseTrackingRulesEnabled.ruleset", + "rulesets/PortedFromFxCopRulesDefault.ruleset", + "rulesets/PortedFromFxCopRulesEnabled.ruleset", + "tools/install.ps1", + "tools/uninstall.ps1" + ] + }, + "Microsoft.CodeAnalysis.Common/3.7.0": { + "sha512": "SFEdnbw8204hTlde3JePYSIpNX58h/MMXa7LctUsUDigWMR8Ar9gE8LnsLqAIFM0O33JEuQbJ0G4Sat+cPGldw==", + "type": "package", + "path": "microsoft.codeanalysis.common/3.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.pdb", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.xml", + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", + "microsoft.codeanalysis.common.3.7.0.nupkg.sha512", + "microsoft.codeanalysis.common.nuspec" + ] + }, + "Microsoft.CodeAnalysis.CSharp/3.7.0": { + "sha512": "sKi5PIVy9nVDerkbplY6OQhJBNzEO4XJsMGrnmb6KFEa6K1ulGCHIv6NtDjdUQ/dGrouU3OExc3yzww0COD76w==", + "type": "package", + "path": "microsoft.codeanalysis.csharp/3.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.pdb", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.xml", + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", + "microsoft.codeanalysis.csharp.3.7.0.nupkg.sha512", + "microsoft.codeanalysis.csharp.nuspec" + ] + }, + "Microsoft.CSharp/4.3.0": { + "sha512": "P+MBhIM0YX+JqROuf7i306ZLJEjQYA9uUyRDE+OqwUI5sh41e2ZbPQV3LfAPh+29cmceE1pUffXsGfR4eMY3KA==", + "type": "package", + "path": "microsoft.csharp/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/Microsoft.CSharp.dll", + "lib/netstandard1.3/Microsoft.CSharp.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "microsoft.csharp.4.3.0.nupkg.sha512", + "microsoft.csharp.nuspec", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/Microsoft.CSharp.dll", + "ref/netcore50/Microsoft.CSharp.xml", + "ref/netcore50/de/Microsoft.CSharp.xml", + "ref/netcore50/es/Microsoft.CSharp.xml", + "ref/netcore50/fr/Microsoft.CSharp.xml", + "ref/netcore50/it/Microsoft.CSharp.xml", + "ref/netcore50/ja/Microsoft.CSharp.xml", + "ref/netcore50/ko/Microsoft.CSharp.xml", + "ref/netcore50/ru/Microsoft.CSharp.xml", + "ref/netcore50/zh-hans/Microsoft.CSharp.xml", + "ref/netcore50/zh-hant/Microsoft.CSharp.xml", + "ref/netstandard1.0/Microsoft.CSharp.dll", + "ref/netstandard1.0/Microsoft.CSharp.xml", + "ref/netstandard1.0/de/Microsoft.CSharp.xml", + "ref/netstandard1.0/es/Microsoft.CSharp.xml", + "ref/netstandard1.0/fr/Microsoft.CSharp.xml", + "ref/netstandard1.0/it/Microsoft.CSharp.xml", + "ref/netstandard1.0/ja/Microsoft.CSharp.xml", + "ref/netstandard1.0/ko/Microsoft.CSharp.xml", + "ref/netstandard1.0/ru/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "Microsoft.Management.Infrastructure/2.0.0": { + "sha512": "IaKZRNBBv3sdrmBWd+aqwHq8cVHk/3WgWFAN/dt40MRY9rbtHiDfTTmaEN0tGTmQqGCGDo/ncntA8MvFMvcsRw==", + "type": "package", + "path": "microsoft.management.infrastructure/2.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/netstandard1.6/_._", + "microsoft.management.infrastructure.2.0.0.nupkg.sha512", + "microsoft.management.infrastructure.nuspec", + "ref/net451/Microsoft.Management.Infrastructure.Native.dll", + "ref/net451/Microsoft.Management.Infrastructure.dll", + "ref/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll", + "ref/netstandard1.6/Microsoft.Management.Infrastructure.dll" + ] + }, + "Microsoft.Management.Infrastructure.CimCmdlets/7.1.3": { + "sha512": "IgXC2hL2nerZdLlmV8isXXXUVwC326k/Bodpzm+pxXmOU+D4XPY4789CZLPJFlOVMHR6ARmHE/M+iQpY3jeeGA==", + "type": "package", + "path": "microsoft.management.infrastructure.cimcmdlets/7.1.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Powershell_black_64.png", + "microsoft.management.infrastructure.cimcmdlets.7.1.3.nupkg.sha512", + "microsoft.management.infrastructure.cimcmdlets.nuspec", + "ref/net5.0/System.Management.Automation.dll", + "runtimes/win/lib/net5.0/Microsoft.Management.Infrastructure.CimCmdlets.dll" + ] + }, + "Microsoft.Management.Infrastructure.Runtime.Unix/2.0.0": { + "sha512": "p0lslMX5bdWLxO2P7ao+rjAMOB0LEwPYpzvdCQ2OEYgX2NxFpQ8ILvqPGnYlTAb53rT8gu5DyIol1HboHFYfxQ==", + "type": "package", + "path": "microsoft.management.infrastructure.runtime.unix/2.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "microsoft.management.infrastructure.runtime.unix.2.0.0.nupkg.sha512", + "microsoft.management.infrastructure.runtime.unix.nuspec", + "runtimes/unix/lib/net451/_._", + "runtimes/unix/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll" + ] + }, + "Microsoft.Management.Infrastructure.Runtime.Win/2.0.0": { + "sha512": "vjBWQeDOjgernkrOdbEgn7M70SF7hof7ORdKPSlL06Uc15+oYdth5dZju9KsgUoti/cwnkZTiwtDx/lRtay0sA==", + "type": "package", + "path": "microsoft.management.infrastructure.runtime.win/2.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "microsoft.management.infrastructure.runtime.win.2.0.0.nupkg.sha512", + "microsoft.management.infrastructure.runtime.win.nuspec", + "runtimes/win-arm/lib/net451/_._", + "runtimes/win-arm/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll", + "runtimes/win-arm/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll", + "runtimes/win-arm/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll", + "runtimes/win-arm/native/mi.dll", + "runtimes/win-arm/native/miutils.dll", + "runtimes/win-arm64/lib/net451/_._", + "runtimes/win-arm64/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll", + "runtimes/win-arm64/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll", + "runtimes/win-arm64/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll", + "runtimes/win-arm64/native/mi.dll", + "runtimes/win-arm64/native/miutils.dll", + "runtimes/win10-x64/lib/net451/Microsoft.Management.Infrastructure.Native.dll", + "runtimes/win10-x64/lib/net451/Microsoft.Management.Infrastructure.dll", + "runtimes/win10-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll", + "runtimes/win10-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll", + "runtimes/win10-x64/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll", + "runtimes/win10-x64/native/mi.dll", + "runtimes/win10-x64/native/miutils.dll", + "runtimes/win10-x86/lib/net451/Microsoft.Management.Infrastructure.Native.dll", + "runtimes/win10-x86/lib/net451/Microsoft.Management.Infrastructure.dll", + "runtimes/win10-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll", + "runtimes/win10-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll", + "runtimes/win10-x86/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll", + "runtimes/win10-x86/native/mi.dll", + "runtimes/win10-x86/native/miutils.dll", + "runtimes/win7-x64/lib/net451/Microsoft.Management.Infrastructure.Native.dll", + "runtimes/win7-x64/lib/net451/Microsoft.Management.Infrastructure.dll", + "runtimes/win7-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll", + "runtimes/win7-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll", + "runtimes/win7-x64/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll", + "runtimes/win7-x64/native/mi.dll", + "runtimes/win7-x64/native/miutils.dll", + "runtimes/win7-x86/lib/net451/Microsoft.Management.Infrastructure.Native.dll", + "runtimes/win7-x86/lib/net451/Microsoft.Management.Infrastructure.dll", + "runtimes/win7-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll", + "runtimes/win7-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll", + "runtimes/win7-x86/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll", + "runtimes/win7-x86/native/mi.dll", + "runtimes/win7-x86/native/miutils.dll", + "runtimes/win8-x64/lib/net451/Microsoft.Management.Infrastructure.Native.dll", + "runtimes/win8-x64/lib/net451/Microsoft.Management.Infrastructure.dll", + "runtimes/win8-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll", + "runtimes/win8-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll", + "runtimes/win8-x64/native/mi.dll", + "runtimes/win8-x64/native/miutils.dll", + "runtimes/win8-x86/lib/net451/Microsoft.Management.Infrastructure.Native.dll", + "runtimes/win8-x86/lib/net451/Microsoft.Management.Infrastructure.dll", + "runtimes/win8-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll", + "runtimes/win8-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll", + "runtimes/win8-x86/native/mi.dll", + "runtimes/win8-x86/native/miutils.dll", + "runtimes/win81-x64/lib/net451/Microsoft.Management.Infrastructure.Native.dll", + "runtimes/win81-x64/lib/net451/Microsoft.Management.Infrastructure.dll", + "runtimes/win81-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll", + "runtimes/win81-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll", + "runtimes/win81-x64/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll", + "runtimes/win81-x64/native/mi.dll", + "runtimes/win81-x64/native/miutils.dll", + "runtimes/win81-x86/lib/net451/Microsoft.Management.Infrastructure.Native.dll", + "runtimes/win81-x86/lib/net451/Microsoft.Management.Infrastructure.dll", + "runtimes/win81-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll", + "runtimes/win81-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll", + "runtimes/win81-x86/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll", + "runtimes/win81-x86/native/mi.dll", + "runtimes/win81-x86/native/miutils.dll" + ] + }, + "Microsoft.NETCore.Platforms/5.0.1": { + "sha512": "z3YFkbnl1RMj6lb+Bm/2tsZ0cJCULlB4uPOFqlj6dNSm/8feJl4UrXmG6TcZh8ipJQwkAS5I6UCs1FnGog4QZg==", + "type": "package", + "path": "microsoft.netcore.platforms/5.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard1.0/_._", + "microsoft.netcore.platforms.5.0.1.nupkg.sha512", + "microsoft.netcore.platforms.nuspec", + "runtime.json", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "Microsoft.NETCore.Targets/1.1.0": { + "sha512": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", + "type": "package", + "path": "microsoft.netcore.targets/1.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "microsoft.netcore.targets.1.1.0.nupkg.sha512", + "microsoft.netcore.targets.nuspec", + "runtime.json" + ] + }, + "Microsoft.NETCore.Windows.ApiSets/1.0.1": { + "sha512": "SaToCvvsGMxTgtLv/BrFQ5IFMPRE1zpWbnqbpwykJa8W5XiX82CXI6K2o7yf5xS7EP6t/JzFLV0SIDuWpvBZVw==", + "type": "package", + "path": "microsoft.netcore.windows.apisets/1.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "microsoft.netcore.windows.apisets.1.0.1.nupkg.sha512", + "microsoft.netcore.windows.apisets.nuspec", + "runtime.json" + ] + }, + "Microsoft.NETCore.Windows.ApiSets-x64/1.0.0": { + "sha512": "NC+dpFMdhujz2sWAdJ8EmBk07p1zOlNi0FCCnZEbzftABpw9xZ99EMP/bUJrPTgCxHfzJAiuLPOtAauzVINk0w==", + "type": "package", + "path": "microsoft.netcore.windows.apisets-x64/1.0.0", + "files": [ + ".nupkg.metadata", + "microsoft.netcore.windows.apisets-x64.1.0.0.nupkg.sha512", + "microsoft.netcore.windows.apisets-x64.nuspec", + "runtimes/win10-x64/native/_._", + "runtimes/win7-x64/native/API-MS-Win-Base-Util-L1-1-0.dll", + "runtimes/win7-x64/native/API-MS-Win-Core-Kernel32-Private-L1-1-0.dll", + "runtimes/win7-x64/native/API-MS-Win-Core-Kernel32-Private-L1-1-1.dll", + "runtimes/win7-x64/native/API-MS-Win-Core-Kernel32-Private-L1-1-2.dll", + "runtimes/win7-x64/native/API-MS-Win-Core-PrivateProfile-L1-1-0.dll", + "runtimes/win7-x64/native/API-MS-Win-Core-ProcessTopology-Obsolete-L1-1-0.dll", + "runtimes/win7-x64/native/API-MS-Win-Core-String-L2-1-0.dll", + "runtimes/win7-x64/native/API-MS-Win-Core-StringAnsi-L1-1-0.dll", + "runtimes/win7-x64/native/API-MS-Win-EventLog-Legacy-L1-1-0.dll", + "runtimes/win7-x64/native/API-MS-Win-Eventing-ClassicProvider-L1-1-0.dll", + "runtimes/win7-x64/native/API-MS-Win-Eventing-Consumer-L1-1-0.dll", + "runtimes/win7-x64/native/API-MS-Win-Eventing-Controller-L1-1-0.dll", + "runtimes/win7-x64/native/API-MS-Win-Eventing-Legacy-L1-1-0.dll", + "runtimes/win7-x64/native/API-MS-Win-Eventing-Provider-L1-1-0.dll", + "runtimes/win7-x64/native/API-MS-Win-Security-LsaPolicy-L1-1-0.dll", + "runtimes/win7-x64/native/API-MS-Win-devices-config-L1-1-0.dll", + "runtimes/win7-x64/native/API-MS-Win-devices-config-L1-1-1.dll", + "runtimes/win7-x64/native/api-ms-win-core-com-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-com-private-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-comm-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-console-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-console-l2-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-datetime-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-datetime-l1-1-1.dll", + "runtimes/win7-x64/native/api-ms-win-core-debug-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-debug-l1-1-1.dll", + "runtimes/win7-x64/native/api-ms-win-core-delayload-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-errorhandling-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-errorhandling-l1-1-1.dll", + "runtimes/win7-x64/native/api-ms-win-core-fibers-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-fibers-l1-1-1.dll", + "runtimes/win7-x64/native/api-ms-win-core-file-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-file-l1-2-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-file-l1-2-1.dll", + "runtimes/win7-x64/native/api-ms-win-core-file-l2-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-file-l2-1-1.dll", + "runtimes/win7-x64/native/api-ms-win-core-handle-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-heap-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-heap-obsolete-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-interlocked-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-io-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-io-l1-1-1.dll", + "runtimes/win7-x64/native/api-ms-win-core-kernel32-legacy-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-kernel32-legacy-l1-1-1.dll", + "runtimes/win7-x64/native/api-ms-win-core-kernel32-legacy-l1-1-2.dll", + "runtimes/win7-x64/native/api-ms-win-core-libraryloader-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-libraryloader-l1-1-1.dll", + "runtimes/win7-x64/native/api-ms-win-core-localization-l1-2-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-localization-l1-2-1.dll", + "runtimes/win7-x64/native/api-ms-win-core-localization-l2-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-localization-obsolete-l1-2-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-memory-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-memory-l1-1-1.dll", + "runtimes/win7-x64/native/api-ms-win-core-memory-l1-1-2.dll", + "runtimes/win7-x64/native/api-ms-win-core-memory-l1-1-3.dll", + "runtimes/win7-x64/native/api-ms-win-core-namedpipe-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-namedpipe-l1-2-1.dll", + "runtimes/win7-x64/native/api-ms-win-core-normalization-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-privateprofile-l1-1-1.dll", + "runtimes/win7-x64/native/api-ms-win-core-processenvironment-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-processenvironment-l1-2-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-processsecurity-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-processthreads-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-processthreads-l1-1-1.dll", + "runtimes/win7-x64/native/api-ms-win-core-processthreads-l1-1-2.dll", + "runtimes/win7-x64/native/api-ms-win-core-profile-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-psapi-ansi-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-psapi-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-psapi-obsolete-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-realtime-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-registry-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-registry-l2-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-rtlsupport-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-shlwapi-legacy-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-shlwapi-obsolete-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-shutdown-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-shutdown-l1-1-1.dll", + "runtimes/win7-x64/native/api-ms-win-core-string-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-string-obsolete-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-string-obsolete-l1-1-1.dll", + "runtimes/win7-x64/native/api-ms-win-core-stringloader-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-stringloader-l1-1-1.dll", + "runtimes/win7-x64/native/api-ms-win-core-synch-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-synch-l1-2-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-2-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-2-1.dll", + "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-2-2.dll", + "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-2-3.dll", + "runtimes/win7-x64/native/api-ms-win-core-threadpool-l1-2-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-threadpool-legacy-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-threadpool-private-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-timezone-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-url-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-util-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-version-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-winrt-error-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-winrt-error-l1-1-1.dll", + "runtimes/win7-x64/native/api-ms-win-core-winrt-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-winrt-registration-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-winrt-robuffer-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-winrt-string-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-wow64-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-xstate-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-core-xstate-l2-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-ro-typeresolution-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-security-base-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-security-cpwl-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-security-cryptoapi-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-security-lsalookup-l2-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-security-lsalookup-l2-1-1.dll", + "runtimes/win7-x64/native/api-ms-win-security-provider-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-security-sddl-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-service-core-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-service-core-l1-1-1.dll", + "runtimes/win7-x64/native/api-ms-win-service-management-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-service-management-l2-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-service-private-l1-1-0.dll", + "runtimes/win7-x64/native/api-ms-win-service-private-l1-1-1.dll", + "runtimes/win7-x64/native/api-ms-win-service-winsvc-l1-1-0.dll", + "runtimes/win7-x64/native/ext-ms-win-advapi32-encryptedfile-l1-1-0.dll", + "runtimes/win8-x64/native/API-MS-Win-Core-Kernel32-Private-L1-1-1.dll", + "runtimes/win8-x64/native/API-MS-Win-Core-Kernel32-Private-L1-1-2.dll", + "runtimes/win8-x64/native/API-MS-Win-devices-config-L1-1-1.dll", + "runtimes/win8-x64/native/api-ms-win-core-file-l1-2-1.dll", + "runtimes/win8-x64/native/api-ms-win-core-file-l2-1-1.dll", + "runtimes/win8-x64/native/api-ms-win-core-kernel32-legacy-l1-1-1.dll", + "runtimes/win8-x64/native/api-ms-win-core-kernel32-legacy-l1-1-2.dll", + "runtimes/win8-x64/native/api-ms-win-core-localization-l1-2-1.dll", + "runtimes/win8-x64/native/api-ms-win-core-localization-obsolete-l1-2-0.dll", + "runtimes/win8-x64/native/api-ms-win-core-memory-l1-1-2.dll", + "runtimes/win8-x64/native/api-ms-win-core-memory-l1-1-3.dll", + "runtimes/win8-x64/native/api-ms-win-core-namedpipe-l1-2-1.dll", + "runtimes/win8-x64/native/api-ms-win-core-privateprofile-l1-1-1.dll", + "runtimes/win8-x64/native/api-ms-win-core-processthreads-l1-1-2.dll", + "runtimes/win8-x64/native/api-ms-win-core-shutdown-l1-1-1.dll", + "runtimes/win8-x64/native/api-ms-win-core-string-obsolete-l1-1-1.dll", + "runtimes/win8-x64/native/api-ms-win-core-stringloader-l1-1-1.dll", + "runtimes/win8-x64/native/api-ms-win-core-sysinfo-l1-2-1.dll", + "runtimes/win8-x64/native/api-ms-win-core-sysinfo-l1-2-2.dll", + "runtimes/win8-x64/native/api-ms-win-core-sysinfo-l1-2-3.dll", + "runtimes/win8-x64/native/api-ms-win-core-winrt-error-l1-1-1.dll", + "runtimes/win8-x64/native/api-ms-win-core-xstate-l2-1-0.dll", + "runtimes/win8-x64/native/api-ms-win-security-cpwl-l1-1-0.dll", + "runtimes/win8-x64/native/api-ms-win-security-cryptoapi-l1-1-0.dll", + "runtimes/win8-x64/native/api-ms-win-security-lsalookup-l2-1-1.dll", + "runtimes/win8-x64/native/api-ms-win-service-private-l1-1-1.dll", + "runtimes/win81-x64/native/API-MS-Win-Core-Kernel32-Private-L1-1-2.dll", + "runtimes/win81-x64/native/api-ms-win-core-kernel32-legacy-l1-1-2.dll", + "runtimes/win81-x64/native/api-ms-win-core-memory-l1-1-3.dll", + "runtimes/win81-x64/native/api-ms-win-core-namedpipe-l1-2-1.dll", + "runtimes/win81-x64/native/api-ms-win-core-string-obsolete-l1-1-1.dll", + "runtimes/win81-x64/native/api-ms-win-core-sysinfo-l1-2-2.dll", + "runtimes/win81-x64/native/api-ms-win-core-sysinfo-l1-2-3.dll", + "runtimes/win81-x64/native/api-ms-win-security-cpwl-l1-1-0.dll" + ] + }, + "Microsoft.PowerShell.Commands.Diagnostics/7.1.3": { + "sha512": "LjYU4Fn/CrA/8hBpadisKjnycJgGkS7GlP3PgnFCgVhMq5rsTABgm0akA9rucH8NQnFN9LjSk9dPrkL0wpP6Eg==", + "type": "package", + "path": "microsoft.powershell.commands.diagnostics/7.1.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Powershell_black_64.png", + "microsoft.powershell.commands.diagnostics.7.1.3.nupkg.sha512", + "microsoft.powershell.commands.diagnostics.nuspec", + "ref/net5.0/System.Management.Automation.dll", + "runtimes/win/lib/net5.0/Microsoft.PowerShell.Commands.Diagnostics.dll" + ] + }, + "Microsoft.PowerShell.Commands.Management/7.1.3": { + "sha512": "0z2I3xpfLTFb5lygdytPido1TEhpvurDFQSDRnYl0v1zIEbStFIPeJajT0WhqPhSIzXmI4uj/+MeToD/79qaHQ==", + "type": "package", + "path": "microsoft.powershell.commands.management/7.1.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Powershell_black_64.png", + "microsoft.powershell.commands.management.7.1.3.nupkg.sha512", + "microsoft.powershell.commands.management.nuspec", + "ref/net5.0/System.Management.Automation.dll", + "runtimes/unix/lib/net5.0/Microsoft.PowerShell.Commands.Management.dll", + "runtimes/win/lib/net5.0/Microsoft.PowerShell.Commands.Management.dll" + ] + }, + "Microsoft.PowerShell.Commands.Utility/7.1.3": { + "sha512": "AsQTmJdC13QN0JyqH0cy2vqi2VM9kGKWkfzGpyktYaY4lnWJbnzCg/0dOD1SJlmB+41DSyjTg03RBgTPOsoOXA==", + "type": "package", + "path": "microsoft.powershell.commands.utility/7.1.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Powershell_black_64.png", + "microsoft.powershell.commands.utility.7.1.3.nupkg.sha512", + "microsoft.powershell.commands.utility.nuspec", + "ref/net5.0/Microsoft.PowerShell.Commands.Utility.dll", + "runtimes/unix/lib/net5.0/Microsoft.PowerShell.Commands.Utility.dll", + "runtimes/win/lib/net5.0/Microsoft.PowerShell.Commands.Utility.dll" + ] + }, + "Microsoft.PowerShell.ConsoleHost/7.1.3": { + "sha512": "u/iNvSQ/cGYzxj1TJQCtcSM78H8pbpPiYs30I1HrJxvtj0tqKtBagzWvMoeCFYlA6p4ZgztPHSKr4xiHh/Wrxw==", + "type": "package", + "path": "microsoft.powershell.consolehost/7.1.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Powershell_black_64.png", + "microsoft.powershell.consolehost.7.1.3.nupkg.sha512", + "microsoft.powershell.consolehost.nuspec", + "ref/net5.0/Microsoft.PowerShell.ConsoleHost.dll", + "runtimes/unix/lib/net5.0/Microsoft.PowerShell.ConsoleHost.dll", + "runtimes/win/lib/net5.0/Microsoft.PowerShell.ConsoleHost.dll" + ] + }, + "Microsoft.PowerShell.CoreCLR.Eventing/7.1.3": { + "sha512": "gsshJYIbjJjlTDGlDntENxMkRd+KWZo0CXF1jLJrpqtF51nmP5AHMKysFXRTPBWTNFmFTZ0tqgazkzF5S92/VA==", + "type": "package", + "path": "microsoft.powershell.coreclr.eventing/7.1.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Powershell_black_64.png", + "microsoft.powershell.coreclr.eventing.7.1.3.nupkg.sha512", + "microsoft.powershell.coreclr.eventing.nuspec", + "ref/net5.0/System.Management.Automation.dll", + "runtimes/win/lib/net5.0/Microsoft.PowerShell.CoreCLR.Eventing.dll" + ] + }, + "Microsoft.PowerShell.MarkdownRender/7.1.3": { + "sha512": "86h8paEYo7BQ017G47cKL1twAxdhOD9sJRu6NSEuwbDgjVd3t5fahgLz7YDxwugcxDiA1TLCgH1cwUjChvoOrw==", + "type": "package", + "path": "microsoft.powershell.markdownrender/7.1.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Powershell_black_64.png", + "microsoft.powershell.markdownrender.7.1.3.nupkg.sha512", + "microsoft.powershell.markdownrender.nuspec", + "ref/net5.0/System.Management.Automation.dll", + "runtimes/unix/lib/net5.0/Microsoft.PowerShell.MarkdownRender.dll", + "runtimes/win/lib/net5.0/Microsoft.PowerShell.MarkdownRender.dll" + ] + }, + "Microsoft.PowerShell.Native/7.1.0": { + "sha512": "PJ/ei1HnYC+CMVDdUMT96PgWFONwVv/ZaJ5j//qLdk073alzdzOPWZiGsxYimJaRLP0TW4uomgIsR9q6jrf48A==", + "type": "package", + "path": "microsoft.powershell.native/7.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "PSRP_version.txt", + "Powershell_black_64.png", + "microsoft.powershell.native.7.1.0.nupkg.sha512", + "microsoft.powershell.native.nuspec", + "runtimes/linux-arm/native/libpsl-native.so", + "runtimes/linux-arm64/native/libpsl-native.so", + "runtimes/linux-musl-x64/native/libpsl-native.so", + "runtimes/linux-x64/native/libmi.so", + "runtimes/linux-x64/native/libpsl-native.so", + "runtimes/linux-x64/native/libpsrpclient.so", + "runtimes/osx/native/libmi.dylib", + "runtimes/osx/native/libpsl-native.dylib", + "runtimes/osx/native/libpsrpclient.dylib", + "runtimes/win-arm/native/PowerShell.Core.Instrumentation.dll", + "runtimes/win-arm/native/pwrshplugin.dll", + "runtimes/win-arm64/native/PowerShell.Core.Instrumentation.dll", + "runtimes/win-arm64/native/pwrshplugin.dll", + "runtimes/win-x64/native/PowerShell.Core.Instrumentation.dll", + "runtimes/win-x64/native/pwrshplugin.dll", + "runtimes/win-x86/native/PowerShell.Core.Instrumentation.dll", + "runtimes/win-x86/native/pwrshplugin.dll" + ] + }, + "Microsoft.PowerShell.SDK/7.1.3": { + "sha512": "MwD8qwp+7LjtO5YVD5vSNtb3VlsMJGEg5PL5R3IgtFXfN3MDzvOF0BUEw60FC+Sf80RvYl3si1HacXr5DXxM5Q==", + "type": "package", + "path": "microsoft.powershell.sdk/7.1.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Powershell_black_64.png", + "contentFiles/any/any/ref/Microsoft.CSharp.dll", + "contentFiles/any/any/ref/Microsoft.VisualBasic.Core.dll", + "contentFiles/any/any/ref/Microsoft.VisualBasic.dll", + "contentFiles/any/any/ref/Microsoft.Win32.Primitives.dll", + "contentFiles/any/any/ref/System.AppContext.dll", + "contentFiles/any/any/ref/System.Buffers.dll", + "contentFiles/any/any/ref/System.Collections.Concurrent.dll", + "contentFiles/any/any/ref/System.Collections.Immutable.dll", + "contentFiles/any/any/ref/System.Collections.NonGeneric.dll", + "contentFiles/any/any/ref/System.Collections.Specialized.dll", + "contentFiles/any/any/ref/System.Collections.dll", + "contentFiles/any/any/ref/System.ComponentModel.Annotations.dll", + "contentFiles/any/any/ref/System.ComponentModel.DataAnnotations.dll", + "contentFiles/any/any/ref/System.ComponentModel.EventBasedAsync.dll", + "contentFiles/any/any/ref/System.ComponentModel.Primitives.dll", + "contentFiles/any/any/ref/System.ComponentModel.TypeConverter.dll", + "contentFiles/any/any/ref/System.ComponentModel.dll", + "contentFiles/any/any/ref/System.Configuration.dll", + "contentFiles/any/any/ref/System.Console.dll", + "contentFiles/any/any/ref/System.Core.dll", + "contentFiles/any/any/ref/System.Data.Common.dll", + "contentFiles/any/any/ref/System.Data.DataSetExtensions.dll", + "contentFiles/any/any/ref/System.Data.dll", + "contentFiles/any/any/ref/System.Diagnostics.Contracts.dll", + "contentFiles/any/any/ref/System.Diagnostics.Debug.dll", + "contentFiles/any/any/ref/System.Diagnostics.DiagnosticSource.dll", + "contentFiles/any/any/ref/System.Diagnostics.FileVersionInfo.dll", + "contentFiles/any/any/ref/System.Diagnostics.Process.dll", + "contentFiles/any/any/ref/System.Diagnostics.StackTrace.dll", + "contentFiles/any/any/ref/System.Diagnostics.TextWriterTraceListener.dll", + "contentFiles/any/any/ref/System.Diagnostics.Tools.dll", + "contentFiles/any/any/ref/System.Diagnostics.TraceSource.dll", + "contentFiles/any/any/ref/System.Diagnostics.Tracing.dll", + "contentFiles/any/any/ref/System.Drawing.Primitives.dll", + "contentFiles/any/any/ref/System.Drawing.dll", + "contentFiles/any/any/ref/System.Dynamic.Runtime.dll", + "contentFiles/any/any/ref/System.Formats.Asn1.dll", + "contentFiles/any/any/ref/System.Globalization.Calendars.dll", + "contentFiles/any/any/ref/System.Globalization.Extensions.dll", + "contentFiles/any/any/ref/System.Globalization.dll", + "contentFiles/any/any/ref/System.IO.Compression.Brotli.dll", + "contentFiles/any/any/ref/System.IO.Compression.FileSystem.dll", + "contentFiles/any/any/ref/System.IO.Compression.ZipFile.dll", + "contentFiles/any/any/ref/System.IO.Compression.dll", + "contentFiles/any/any/ref/System.IO.FileSystem.DriveInfo.dll", + "contentFiles/any/any/ref/System.IO.FileSystem.Primitives.dll", + "contentFiles/any/any/ref/System.IO.FileSystem.Watcher.dll", + "contentFiles/any/any/ref/System.IO.FileSystem.dll", + "contentFiles/any/any/ref/System.IO.IsolatedStorage.dll", + "contentFiles/any/any/ref/System.IO.MemoryMappedFiles.dll", + "contentFiles/any/any/ref/System.IO.Pipes.dll", + "contentFiles/any/any/ref/System.IO.UnmanagedMemoryStream.dll", + "contentFiles/any/any/ref/System.IO.dll", + "contentFiles/any/any/ref/System.Linq.Expressions.dll", + "contentFiles/any/any/ref/System.Linq.Parallel.dll", + "contentFiles/any/any/ref/System.Linq.Queryable.dll", + "contentFiles/any/any/ref/System.Linq.dll", + "contentFiles/any/any/ref/System.Memory.dll", + "contentFiles/any/any/ref/System.Net.Http.Json.dll", + "contentFiles/any/any/ref/System.Net.Http.dll", + "contentFiles/any/any/ref/System.Net.HttpListener.dll", + "contentFiles/any/any/ref/System.Net.Mail.dll", + "contentFiles/any/any/ref/System.Net.NameResolution.dll", + "contentFiles/any/any/ref/System.Net.NetworkInformation.dll", + "contentFiles/any/any/ref/System.Net.Ping.dll", + "contentFiles/any/any/ref/System.Net.Primitives.dll", + "contentFiles/any/any/ref/System.Net.Requests.dll", + "contentFiles/any/any/ref/System.Net.Security.dll", + "contentFiles/any/any/ref/System.Net.ServicePoint.dll", + "contentFiles/any/any/ref/System.Net.Sockets.dll", + "contentFiles/any/any/ref/System.Net.WebClient.dll", + "contentFiles/any/any/ref/System.Net.WebHeaderCollection.dll", + "contentFiles/any/any/ref/System.Net.WebProxy.dll", + "contentFiles/any/any/ref/System.Net.WebSockets.Client.dll", + "contentFiles/any/any/ref/System.Net.WebSockets.dll", + "contentFiles/any/any/ref/System.Net.dll", + "contentFiles/any/any/ref/System.Numerics.Vectors.dll", + "contentFiles/any/any/ref/System.Numerics.dll", + "contentFiles/any/any/ref/System.ObjectModel.dll", + "contentFiles/any/any/ref/System.Reflection.DispatchProxy.dll", + "contentFiles/any/any/ref/System.Reflection.Emit.ILGeneration.dll", + "contentFiles/any/any/ref/System.Reflection.Emit.Lightweight.dll", + "contentFiles/any/any/ref/System.Reflection.Emit.dll", + "contentFiles/any/any/ref/System.Reflection.Extensions.dll", + "contentFiles/any/any/ref/System.Reflection.Metadata.dll", + "contentFiles/any/any/ref/System.Reflection.Primitives.dll", + "contentFiles/any/any/ref/System.Reflection.TypeExtensions.dll", + "contentFiles/any/any/ref/System.Reflection.dll", + "contentFiles/any/any/ref/System.Resources.Reader.dll", + "contentFiles/any/any/ref/System.Resources.ResourceManager.dll", + "contentFiles/any/any/ref/System.Resources.Writer.dll", + "contentFiles/any/any/ref/System.Runtime.CompilerServices.Unsafe.dll", + "contentFiles/any/any/ref/System.Runtime.CompilerServices.VisualC.dll", + "contentFiles/any/any/ref/System.Runtime.Extensions.dll", + "contentFiles/any/any/ref/System.Runtime.Handles.dll", + "contentFiles/any/any/ref/System.Runtime.InteropServices.RuntimeInformation.dll", + "contentFiles/any/any/ref/System.Runtime.InteropServices.dll", + "contentFiles/any/any/ref/System.Runtime.Intrinsics.dll", + "contentFiles/any/any/ref/System.Runtime.Loader.dll", + "contentFiles/any/any/ref/System.Runtime.Numerics.dll", + "contentFiles/any/any/ref/System.Runtime.Serialization.Formatters.dll", + "contentFiles/any/any/ref/System.Runtime.Serialization.Json.dll", + "contentFiles/any/any/ref/System.Runtime.Serialization.Primitives.dll", + "contentFiles/any/any/ref/System.Runtime.Serialization.Xml.dll", + "contentFiles/any/any/ref/System.Runtime.Serialization.dll", + "contentFiles/any/any/ref/System.Runtime.dll", + "contentFiles/any/any/ref/System.Security.Claims.dll", + "contentFiles/any/any/ref/System.Security.Cryptography.Algorithms.dll", + "contentFiles/any/any/ref/System.Security.Cryptography.Csp.dll", + "contentFiles/any/any/ref/System.Security.Cryptography.Encoding.dll", + "contentFiles/any/any/ref/System.Security.Cryptography.Primitives.dll", + "contentFiles/any/any/ref/System.Security.Cryptography.X509Certificates.dll", + "contentFiles/any/any/ref/System.Security.Principal.dll", + "contentFiles/any/any/ref/System.Security.SecureString.dll", + "contentFiles/any/any/ref/System.Security.dll", + "contentFiles/any/any/ref/System.ServiceModel.Web.dll", + "contentFiles/any/any/ref/System.ServiceProcess.dll", + "contentFiles/any/any/ref/System.Text.Encoding.CodePages.dll", + "contentFiles/any/any/ref/System.Text.Encoding.Extensions.dll", + "contentFiles/any/any/ref/System.Text.Encoding.dll", + "contentFiles/any/any/ref/System.Text.Json.dll", + "contentFiles/any/any/ref/System.Text.RegularExpressions.dll", + "contentFiles/any/any/ref/System.Threading.Channels.dll", + "contentFiles/any/any/ref/System.Threading.Overlapped.dll", + "contentFiles/any/any/ref/System.Threading.Tasks.Dataflow.dll", + "contentFiles/any/any/ref/System.Threading.Tasks.Extensions.dll", + "contentFiles/any/any/ref/System.Threading.Tasks.Parallel.dll", + "contentFiles/any/any/ref/System.Threading.Tasks.dll", + "contentFiles/any/any/ref/System.Threading.Thread.dll", + "contentFiles/any/any/ref/System.Threading.ThreadPool.dll", + "contentFiles/any/any/ref/System.Threading.Timer.dll", + "contentFiles/any/any/ref/System.Threading.dll", + "contentFiles/any/any/ref/System.Transactions.Local.dll", + "contentFiles/any/any/ref/System.Transactions.dll", + "contentFiles/any/any/ref/System.ValueTuple.dll", + "contentFiles/any/any/ref/System.Web.HttpUtility.dll", + "contentFiles/any/any/ref/System.Web.dll", + "contentFiles/any/any/ref/System.Windows.dll", + "contentFiles/any/any/ref/System.Xml.Linq.dll", + "contentFiles/any/any/ref/System.Xml.ReaderWriter.dll", + "contentFiles/any/any/ref/System.Xml.Serialization.dll", + "contentFiles/any/any/ref/System.Xml.XDocument.dll", + "contentFiles/any/any/ref/System.Xml.XPath.XDocument.dll", + "contentFiles/any/any/ref/System.Xml.XPath.dll", + "contentFiles/any/any/ref/System.Xml.XmlDocument.dll", + "contentFiles/any/any/ref/System.Xml.XmlSerializer.dll", + "contentFiles/any/any/ref/System.Xml.dll", + "contentFiles/any/any/ref/System.dll", + "contentFiles/any/any/ref/WindowsBase.dll", + "contentFiles/any/any/ref/mscorlib.dll", + "contentFiles/any/any/ref/netstandard.dll", + "contentFiles/any/any/runtimes/unix/lib/net5.0/Modules/Microsoft.PowerShell.Host/Microsoft.PowerShell.Host.psd1", + "contentFiles/any/any/runtimes/unix/lib/net5.0/Modules/Microsoft.PowerShell.Management/Microsoft.PowerShell.Management.psd1", + "contentFiles/any/any/runtimes/unix/lib/net5.0/Modules/Microsoft.PowerShell.Security/Microsoft.PowerShell.Security.psd1", + "contentFiles/any/any/runtimes/unix/lib/net5.0/Modules/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.psd1", + "contentFiles/any/any/runtimes/win/lib/net5.0/Modules/CimCmdlets/CimCmdlets.psd1", + "contentFiles/any/any/runtimes/win/lib/net5.0/Modules/Microsoft.PowerShell.Diagnostics/Diagnostics.format.ps1xml", + "contentFiles/any/any/runtimes/win/lib/net5.0/Modules/Microsoft.PowerShell.Diagnostics/Event.format.ps1xml", + "contentFiles/any/any/runtimes/win/lib/net5.0/Modules/Microsoft.PowerShell.Diagnostics/GetEvent.types.ps1xml", + "contentFiles/any/any/runtimes/win/lib/net5.0/Modules/Microsoft.PowerShell.Diagnostics/Microsoft.PowerShell.Diagnostics.psd1", + "contentFiles/any/any/runtimes/win/lib/net5.0/Modules/Microsoft.PowerShell.Host/Microsoft.PowerShell.Host.psd1", + "contentFiles/any/any/runtimes/win/lib/net5.0/Modules/Microsoft.PowerShell.Management/Microsoft.PowerShell.Management.psd1", + "contentFiles/any/any/runtimes/win/lib/net5.0/Modules/Microsoft.PowerShell.Security/Microsoft.PowerShell.Security.psd1", + "contentFiles/any/any/runtimes/win/lib/net5.0/Modules/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.psd1", + "contentFiles/any/any/runtimes/win/lib/net5.0/Modules/Microsoft.WSMan.Management/Microsoft.WSMan.Management.psd1", + "contentFiles/any/any/runtimes/win/lib/net5.0/Modules/Microsoft.WSMan.Management/WSMan.format.ps1xml", + "contentFiles/any/any/runtimes/win/lib/net5.0/Modules/PSDiagnostics/PSDiagnostics.psd1", + "contentFiles/any/any/runtimes/win/lib/net5.0/Modules/PSDiagnostics/PSDiagnostics.psm1", + "microsoft.powershell.sdk.7.1.3.nupkg.sha512", + "microsoft.powershell.sdk.nuspec", + "ref/net5.0/Microsoft.PowerShell.Commands.Utility.dll", + "ref/net5.0/Microsoft.PowerShell.ConsoleHost.dll", + "ref/net5.0/System.Management.Automation.dll", + "runtimes/unix/lib/net5.0/Microsoft.PowerShell.SDK.dll", + "runtimes/win/lib/net5.0/Microsoft.PowerShell.SDK.dll" + ] + }, + "Microsoft.PowerShell.Security/7.1.3": { + "sha512": "hmXwtDMiF13vUTF1wk/FArwy/nOM5YNtNoOEY5Vrtf0TOiYyjx/PCsObMEPCb5jLgpUO2AC4b5gtVNmyEw/5LQ==", + "type": "package", + "path": "microsoft.powershell.security/7.1.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Powershell_black_64.png", + "microsoft.powershell.security.7.1.3.nupkg.sha512", + "microsoft.powershell.security.nuspec", + "ref/net5.0/System.Management.Automation.dll", + "runtimes/unix/lib/net5.0/Microsoft.PowerShell.Security.dll", + "runtimes/win/lib/net5.0/Microsoft.PowerShell.Security.dll" + ] + }, + "Microsoft.Win32.Registry/5.0.0": { + "sha512": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", + "type": "package", + "path": "microsoft.win32.registry/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net46/Microsoft.Win32.Registry.dll", + "lib/net461/Microsoft.Win32.Registry.dll", + "lib/net461/Microsoft.Win32.Registry.xml", + "lib/netstandard1.3/Microsoft.Win32.Registry.dll", + "lib/netstandard2.0/Microsoft.Win32.Registry.dll", + "lib/netstandard2.0/Microsoft.Win32.Registry.xml", + "microsoft.win32.registry.5.0.0.nupkg.sha512", + "microsoft.win32.registry.nuspec", + "ref/net46/Microsoft.Win32.Registry.dll", + "ref/net461/Microsoft.Win32.Registry.dll", + "ref/net461/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/Microsoft.Win32.Registry.dll", + "ref/netstandard1.3/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/es/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/it/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml", + "ref/netstandard2.0/Microsoft.Win32.Registry.dll", + "ref/netstandard2.0/Microsoft.Win32.Registry.xml", + "runtimes/win/lib/net46/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/net461/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/net461/Microsoft.Win32.Registry.xml", + "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.xml", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "Microsoft.Win32.Registry.AccessControl/5.0.0": { + "sha512": "rwF501ZS/xKGWz5H3RLBvwta6E5kcMLB0UYGTgrZ8nL5bvrbGmtEcEObgMC/qRFhA3og/0Zh+eacrcA+0FBXJA==", + "type": "package", + "path": "microsoft.win32.registry.accesscontrol/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net46/Microsoft.Win32.Registry.AccessControl.dll", + "lib/net461/Microsoft.Win32.Registry.AccessControl.dll", + "lib/net461/Microsoft.Win32.Registry.AccessControl.xml", + "lib/netstandard1.3/Microsoft.Win32.Registry.AccessControl.dll", + "lib/netstandard2.0/Microsoft.Win32.Registry.AccessControl.dll", + "lib/netstandard2.0/Microsoft.Win32.Registry.AccessControl.xml", + "microsoft.win32.registry.accesscontrol.5.0.0.nupkg.sha512", + "microsoft.win32.registry.accesscontrol.nuspec", + "ref/net46/Microsoft.Win32.Registry.AccessControl.dll", + "ref/net461/Microsoft.Win32.Registry.AccessControl.dll", + "ref/net461/Microsoft.Win32.Registry.AccessControl.xml", + "ref/netstandard1.3/Microsoft.Win32.Registry.AccessControl.dll", + "ref/netstandard1.3/Microsoft.Win32.Registry.AccessControl.xml", + "ref/netstandard1.3/de/Microsoft.Win32.Registry.AccessControl.xml", + "ref/netstandard1.3/es/Microsoft.Win32.Registry.AccessControl.xml", + "ref/netstandard1.3/fr/Microsoft.Win32.Registry.AccessControl.xml", + "ref/netstandard1.3/it/Microsoft.Win32.Registry.AccessControl.xml", + "ref/netstandard1.3/ja/Microsoft.Win32.Registry.AccessControl.xml", + "ref/netstandard1.3/ko/Microsoft.Win32.Registry.AccessControl.xml", + "ref/netstandard1.3/ru/Microsoft.Win32.Registry.AccessControl.xml", + "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.AccessControl.xml", + "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.AccessControl.xml", + "ref/netstandard2.0/Microsoft.Win32.Registry.AccessControl.dll", + "ref/netstandard2.0/Microsoft.Win32.Registry.AccessControl.xml", + "runtimes/win/lib/net46/Microsoft.Win32.Registry.AccessControl.dll", + "runtimes/win/lib/net461/Microsoft.Win32.Registry.AccessControl.dll", + "runtimes/win/lib/net461/Microsoft.Win32.Registry.AccessControl.xml", + "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.AccessControl.dll", + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.AccessControl.dll", + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.AccessControl.xml", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "Microsoft.Win32.SystemEvents/5.0.0": { + "sha512": "Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==", + "type": "package", + "path": "microsoft.win32.systemevents/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/Microsoft.Win32.SystemEvents.dll", + "lib/net461/Microsoft.Win32.SystemEvents.xml", + "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll", + "lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml", + "microsoft.win32.systemevents.5.0.0.nupkg.sha512", + "microsoft.win32.systemevents.nuspec", + "ref/net461/Microsoft.Win32.SystemEvents.dll", + "ref/net461/Microsoft.Win32.SystemEvents.xml", + "ref/netstandard2.0/Microsoft.Win32.SystemEvents.dll", + "ref/netstandard2.0/Microsoft.Win32.SystemEvents.xml", + "runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.SystemEvents.dll", + "runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.SystemEvents.xml", + "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll", + "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.xml", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "Microsoft.Windows.Compatibility/5.0.0": { + "sha512": "HujVMtkV1WTVlzbPWNZjHVG8ro6mIS15ul0XRLwmCq8NnbuI3C8bAUP3KdPTypK2D/Zr+u0q3m3qk7iM7b3JPg==", + "type": "package", + "path": "microsoft.windows.compatibility/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "microsoft.windows.compatibility.5.0.0.nupkg.sha512", + "microsoft.windows.compatibility.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "Microsoft.WSMan.Management/7.1.3": { + "sha512": "pSo+31uFqBNS2hXzb5X8MUXOy5BgzMdW0sadBeHA0kaGqSItVFniO/YI5nSboPzyFUPeJhENXnch/uQ3kBKsdg==", + "type": "package", + "path": "microsoft.wsman.management/7.1.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Powershell_black_64.png", + "microsoft.wsman.management.7.1.3.nupkg.sha512", + "microsoft.wsman.management.nuspec", + "ref/net5.0/System.Management.Automation.dll", + "runtimes/win/lib/net5.0/Microsoft.WSMan.Management.dll" + ] + }, + "Microsoft.WSMan.Runtime/7.1.3": { + "sha512": "whAtJ6Gl/KoclB3NALkk1MptpP6vaVlA8zSuQo4AXBrMuSLUZZV9cbsc3f8Xb2c/5W/C+Of5fSusBGsaGt6wgQ==", + "type": "package", + "path": "microsoft.wsman.runtime/7.1.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Powershell_black_64.png", + "microsoft.wsman.runtime.7.1.3.nupkg.sha512", + "microsoft.wsman.runtime.nuspec", + "ref/net5.0/System.Management.Automation.dll", + "runtimes/win/lib/net5.0/Microsoft.WSMan.Runtime.dll" + ] + }, + "Namotion.Reflection/1.0.14": { + "sha512": "wuJGiFvGfehH2w7jAhMbCJt0/rvUuHyqSZn0sMhNTviDfBZRyX8LFlR/ndQcofkGWulPDfH5nKYTeGXE8xBHPA==", + "type": "package", + "path": "namotion.reflection/1.0.14", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net40/Namotion.Reflection.dll", + "lib/net40/Namotion.Reflection.xml", + "lib/net45/Namotion.Reflection.dll", + "lib/net45/Namotion.Reflection.xml", + "lib/netstandard1.0/Namotion.Reflection.dll", + "lib/netstandard1.0/Namotion.Reflection.xml", + "lib/netstandard2.0/Namotion.Reflection.dll", + "lib/netstandard2.0/Namotion.Reflection.xml", + "namotion.reflection.1.0.14.nupkg.sha512", + "namotion.reflection.nuspec" + ] + }, + "NAudio/2.0.1": { + "sha512": "QTbkeWOC9IBRiq2rvyFnm47ro4HYZQXJQMrhgAD1BwbkUzH+NMt+2ayLDnAJNJQu6V69Of6KZSYyDfU2Pr+dzQ==", + "type": "package", + "path": "naudio/2.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/netstandard2.0/NAudio.dll", + "lib/netstandard2.0/NAudio.xml", + "license.txt", + "naudio-icon.png", + "naudio.2.0.1.nupkg.sha512", + "naudio.nuspec" + ] + }, + "NAudio.Asio/2.0.0": { + "sha512": "/Pd51zAS2L3+MK/dJ5VrInz6ggHUie9j1qCXysXL3Vj53p9A2RxjpIZafuyba2ZdeMKaOMOHXdtkUqFdKqVMQg==", + "type": "package", + "path": "naudio.asio/2.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/netstandard2.0/NAudio.Asio.dll", + "naudio-icon.png", + "naudio.asio.2.0.0.nupkg.sha512", + "naudio.asio.nuspec" + ] + }, + "NAudio.Core/2.0.0": { + "sha512": "knmGOIYbzn9ZGkFcVs5d3zEYvi50jVriyEirVtAHjkcDoo2ziK32bZb7KkFARLD4lhCGkqp6uT0+0fc4JIfQcw==", + "type": "package", + "path": "naudio.core/2.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/netstandard2.0/NAudio.Core.dll", + "naudio-icon.png", + "naudio.core.2.0.0.nupkg.sha512", + "naudio.core.nuspec" + ] + }, + "NAudio.Midi/2.0.1": { + "sha512": "A5pQerGAmtNNfSMkGaRacqBJG1xg4bjQE0XaxsO3/rhEE80NLUN6gQm+x/m7ZGbSoPUB5fav2jW3tZkdPadZ7w==", + "type": "package", + "path": "naudio.midi/2.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/netstandard2.0/NAudio.Midi.dll", + "naudio-icon.png", + "naudio.midi.2.0.1.nupkg.sha512", + "naudio.midi.nuspec" + ] + }, + "NAudio.Wasapi/2.0.0": { + "sha512": "7ES+jfZyOooBp86gql9BZ/OjKFmGfLaSLCtJagtCYiRGxfauHp4hXyeuwxS2mPLBxBGxBo9oGThN6y3QY+/w/w==", + "type": "package", + "path": "naudio.wasapi/2.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/netstandard2.0/NAudio.Wasapi.dll", + "lib/uap10.0.17763/NAudio.Wasapi.dll", + "lib/uap10.0.17763/NAudio.Wasapi.pri", + "naudio-icon.png", + "naudio.wasapi.2.0.0.nupkg.sha512", + "naudio.wasapi.nuspec" + ] + }, + "NAudio.WinForms/2.0.1": { + "sha512": "SOyXRsLePAvIWG20OMRHiUkNijme6J28DKBVesmhdfh4i7OKgkvGLN19eT+vPfXr97yhMudULsyYp9Niz8/a+g==", + "type": "package", + "path": "naudio.winforms/2.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net472/NAudio.WinForms.dll", + "lib/netcoreapp3.1/NAudio.WinForms.dll", + "naudio-icon.png", + "naudio.winforms.2.0.1.nupkg.sha512", + "naudio.winforms.nuspec" + ] + }, + "NAudio.WinMM/2.0.1": { + "sha512": "i7Da/gCqvwWvETFBRkuwCelSXEK5rPG7pTaqCU9aXFRiO0p7lwHjm/+k2lOWLmRGUJdLm/VSDO6Vknacnb6mSg==", + "type": "package", + "path": "naudio.winmm/2.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/netstandard2.0/NAudio.WinMM.dll", + "naudio-icon.png", + "naudio.winmm.2.0.1.nupkg.sha512", + "naudio.winmm.nuspec" + ] + }, + "NETStandard.Library/2.0.3": { + "sha512": "st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", + "type": "package", + "path": "netstandard.library/2.0.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "build/netstandard2.0/NETStandard.Library.targets", + "build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll", + "build/netstandard2.0/ref/System.AppContext.dll", + "build/netstandard2.0/ref/System.Collections.Concurrent.dll", + "build/netstandard2.0/ref/System.Collections.NonGeneric.dll", + "build/netstandard2.0/ref/System.Collections.Specialized.dll", + "build/netstandard2.0/ref/System.Collections.dll", + "build/netstandard2.0/ref/System.ComponentModel.Composition.dll", + "build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll", + "build/netstandard2.0/ref/System.ComponentModel.Primitives.dll", + "build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll", + "build/netstandard2.0/ref/System.ComponentModel.dll", + "build/netstandard2.0/ref/System.Console.dll", + "build/netstandard2.0/ref/System.Core.dll", + "build/netstandard2.0/ref/System.Data.Common.dll", + "build/netstandard2.0/ref/System.Data.dll", + "build/netstandard2.0/ref/System.Diagnostics.Contracts.dll", + "build/netstandard2.0/ref/System.Diagnostics.Debug.dll", + "build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll", + "build/netstandard2.0/ref/System.Diagnostics.Process.dll", + "build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll", + "build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll", + "build/netstandard2.0/ref/System.Diagnostics.Tools.dll", + "build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll", + "build/netstandard2.0/ref/System.Diagnostics.Tracing.dll", + "build/netstandard2.0/ref/System.Drawing.Primitives.dll", + "build/netstandard2.0/ref/System.Drawing.dll", + "build/netstandard2.0/ref/System.Dynamic.Runtime.dll", + "build/netstandard2.0/ref/System.Globalization.Calendars.dll", + "build/netstandard2.0/ref/System.Globalization.Extensions.dll", + "build/netstandard2.0/ref/System.Globalization.dll", + "build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll", + "build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll", + "build/netstandard2.0/ref/System.IO.Compression.dll", + "build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll", + "build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll", + "build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll", + "build/netstandard2.0/ref/System.IO.FileSystem.dll", + "build/netstandard2.0/ref/System.IO.IsolatedStorage.dll", + "build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll", + "build/netstandard2.0/ref/System.IO.Pipes.dll", + "build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll", + "build/netstandard2.0/ref/System.IO.dll", + "build/netstandard2.0/ref/System.Linq.Expressions.dll", + "build/netstandard2.0/ref/System.Linq.Parallel.dll", + "build/netstandard2.0/ref/System.Linq.Queryable.dll", + "build/netstandard2.0/ref/System.Linq.dll", + "build/netstandard2.0/ref/System.Net.Http.dll", + "build/netstandard2.0/ref/System.Net.NameResolution.dll", + "build/netstandard2.0/ref/System.Net.NetworkInformation.dll", + "build/netstandard2.0/ref/System.Net.Ping.dll", + "build/netstandard2.0/ref/System.Net.Primitives.dll", + "build/netstandard2.0/ref/System.Net.Requests.dll", + "build/netstandard2.0/ref/System.Net.Security.dll", + "build/netstandard2.0/ref/System.Net.Sockets.dll", + "build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll", + "build/netstandard2.0/ref/System.Net.WebSockets.Client.dll", + "build/netstandard2.0/ref/System.Net.WebSockets.dll", + "build/netstandard2.0/ref/System.Net.dll", + "build/netstandard2.0/ref/System.Numerics.dll", + "build/netstandard2.0/ref/System.ObjectModel.dll", + "build/netstandard2.0/ref/System.Reflection.Extensions.dll", + "build/netstandard2.0/ref/System.Reflection.Primitives.dll", + "build/netstandard2.0/ref/System.Reflection.dll", + "build/netstandard2.0/ref/System.Resources.Reader.dll", + "build/netstandard2.0/ref/System.Resources.ResourceManager.dll", + "build/netstandard2.0/ref/System.Resources.Writer.dll", + "build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll", + "build/netstandard2.0/ref/System.Runtime.Extensions.dll", + "build/netstandard2.0/ref/System.Runtime.Handles.dll", + "build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll", + "build/netstandard2.0/ref/System.Runtime.InteropServices.dll", + "build/netstandard2.0/ref/System.Runtime.Numerics.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.dll", + "build/netstandard2.0/ref/System.Runtime.dll", + "build/netstandard2.0/ref/System.Security.Claims.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll", + "build/netstandard2.0/ref/System.Security.Principal.dll", + "build/netstandard2.0/ref/System.Security.SecureString.dll", + "build/netstandard2.0/ref/System.ServiceModel.Web.dll", + "build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll", + "build/netstandard2.0/ref/System.Text.Encoding.dll", + "build/netstandard2.0/ref/System.Text.RegularExpressions.dll", + "build/netstandard2.0/ref/System.Threading.Overlapped.dll", + "build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll", + "build/netstandard2.0/ref/System.Threading.Tasks.dll", + "build/netstandard2.0/ref/System.Threading.Thread.dll", + "build/netstandard2.0/ref/System.Threading.ThreadPool.dll", + "build/netstandard2.0/ref/System.Threading.Timer.dll", + "build/netstandard2.0/ref/System.Threading.dll", + "build/netstandard2.0/ref/System.Transactions.dll", + "build/netstandard2.0/ref/System.ValueTuple.dll", + "build/netstandard2.0/ref/System.Web.dll", + "build/netstandard2.0/ref/System.Windows.dll", + "build/netstandard2.0/ref/System.Xml.Linq.dll", + "build/netstandard2.0/ref/System.Xml.ReaderWriter.dll", + "build/netstandard2.0/ref/System.Xml.Serialization.dll", + "build/netstandard2.0/ref/System.Xml.XDocument.dll", + "build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll", + "build/netstandard2.0/ref/System.Xml.XPath.dll", + "build/netstandard2.0/ref/System.Xml.XmlDocument.dll", + "build/netstandard2.0/ref/System.Xml.XmlSerializer.dll", + "build/netstandard2.0/ref/System.Xml.dll", + "build/netstandard2.0/ref/System.dll", + "build/netstandard2.0/ref/mscorlib.dll", + "build/netstandard2.0/ref/netstandard.dll", + "build/netstandard2.0/ref/netstandard.xml", + "lib/netstandard1.0/_._", + "netstandard.library.2.0.3.nupkg.sha512", + "netstandard.library.nuspec" + ] + }, + "Newtonsoft.Json/12.0.3": { + "sha512": "6mgjfnRB4jKMlzHSl+VD+oUc1IebOZabkbyWj2RiTgWwYPPuaK1H97G1sHqGwPlS5npiF5Q0OrxN1wni2n5QWg==", + "type": "package", + "path": "newtonsoft.json/12.0.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.md", + "lib/net20/Newtonsoft.Json.dll", + "lib/net20/Newtonsoft.Json.xml", + "lib/net35/Newtonsoft.Json.dll", + "lib/net35/Newtonsoft.Json.xml", + "lib/net40/Newtonsoft.Json.dll", + "lib/net40/Newtonsoft.Json.xml", + "lib/net45/Newtonsoft.Json.dll", + "lib/net45/Newtonsoft.Json.xml", + "lib/netstandard1.0/Newtonsoft.Json.dll", + "lib/netstandard1.0/Newtonsoft.Json.xml", + "lib/netstandard1.3/Newtonsoft.Json.dll", + "lib/netstandard1.3/Newtonsoft.Json.xml", + "lib/netstandard2.0/Newtonsoft.Json.dll", + "lib/netstandard2.0/Newtonsoft.Json.xml", + "lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.dll", + "lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.xml", + "lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.dll", + "lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.xml", + "newtonsoft.json.12.0.3.nupkg.sha512", + "newtonsoft.json.nuspec", + "packageIcon.png" + ] + }, + "NJsonSchema/10.2.2": { + "sha512": "s6oNUrjw5Ix5WVkYdU0vgyzoutZdi7p+uQqTGYa3QbLtjDYrkD4ahfGnfyCpHNoJUXun9pHKGy6AD0LJNcSgjQ==", + "type": "package", + "path": "njsonschema/10.2.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net40/NJsonSchema.dll", + "lib/net40/NJsonSchema.xml", + "lib/net45/NJsonSchema.dll", + "lib/net45/NJsonSchema.xml", + "lib/netstandard1.0/NJsonSchema.dll", + "lib/netstandard1.0/NJsonSchema.xml", + "lib/netstandard2.0/NJsonSchema.dll", + "lib/netstandard2.0/NJsonSchema.xml", + "njsonschema.10.2.2.nupkg.sha512", + "njsonschema.nuspec" + ] + }, + "runtime.linux-arm.runtime.native.System.IO.Ports/5.0.0-rtm.20519.4": { + "sha512": "Np6w3r1dSFB930GGZHIKCc5ZClRXZIqOrCAT0pzcd/zXnsZPvGqLZB1MnxAbVhvriJl71B0N0tJaaT1ICWXsyg==", + "type": "package", + "path": "runtime.linux-arm.runtime.native.system.io.ports/5.0.0-rtm.20519.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "runtime.linux-arm.runtime.native.system.io.ports.5.0.0-rtm.20519.4.nupkg.sha512", + "runtime.linux-arm.runtime.native.system.io.ports.nuspec", + "runtimes/linux-arm/native/libSystem.IO.Ports.Native.so", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "runtime.linux-arm64.runtime.native.System.IO.Ports/5.0.0-rtm.20519.4": { + "sha512": "VnGZmQ7pzMNkcTVdmGtXUQIbytK4Xk8F4/mxm0I+n7zbrsW/WNgLrWMTv9pb2Uyq09azXazNDQhZao4R4ebWcw==", + "type": "package", + "path": "runtime.linux-arm64.runtime.native.system.io.ports/5.0.0-rtm.20519.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "runtime.linux-arm64.runtime.native.system.io.ports.5.0.0-rtm.20519.4.nupkg.sha512", + "runtime.linux-arm64.runtime.native.system.io.ports.nuspec", + "runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "runtime.linux-x64.runtime.native.System.IO.Ports/5.0.0-rtm.20519.4": { + "sha512": "kvMZgZjtcC6cA8Y8imKpjCpiOJKDtwlNekS86GzUol4Jmzh0FWiRwAj4E9ZKO8R7rTBGIA4rkmra9Ko8j7l6AA==", + "type": "package", + "path": "runtime.linux-x64.runtime.native.system.io.ports/5.0.0-rtm.20519.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "runtime.linux-x64.runtime.native.system.io.ports.5.0.0-rtm.20519.4.nupkg.sha512", + "runtime.linux-x64.runtime.native.system.io.ports.nuspec", + "runtimes/linux-x64/native/libSystem.IO.Ports.Native.so", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "runtime.native.System.Data.SqlClient.sni/4.7.0": { + "sha512": "9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", + "type": "package", + "path": "runtime.native.system.data.sqlclient.sni/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512", + "runtime.native.system.data.sqlclient.sni.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "runtime.native.System.IO.Ports/5.0.0": { + "sha512": "ME+/evR+UxVlWyGHUlLBoNTnsTdaylMbnvVwOp0Nl6XIZGGyXdqJqjlEew7e6TcKkJAA0lljhjKi3Kie+vzQ7g==", + "type": "package", + "path": "runtime.native.system.io.ports/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "runtime.native.system.io.ports.5.0.0.nupkg.sha512", + "runtime.native.system.io.ports.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "runtime.osx-x64.runtime.native.System.IO.Ports/5.0.0-rtm.20519.4": { + "sha512": "N+dbbqhT7JBnPVHa7n2+Z5fHYO4a4UUhm7cQkbuQQoNkjbxLpxYnQ4lpRjr1RuQptqYkPmunKvN5etdFOObaiw==", + "type": "package", + "path": "runtime.osx-x64.runtime.native.system.io.ports/5.0.0-rtm.20519.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "runtime.osx-x64.runtime.native.system.io.ports.5.0.0-rtm.20519.4.nupkg.sha512", + "runtime.osx-x64.runtime.native.system.io.ports.nuspec", + "runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "sha512": "LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==", + "type": "package", + "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", + "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.nuspec", + "runtimes/win-arm64/native/sni.dll", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "sha512": "38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==", + "type": "package", + "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", + "runtime.win-x64.runtime.native.system.data.sqlclient.sni.nuspec", + "runtimes/win-x64/native/sni.dll", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "sha512": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==", + "type": "package", + "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", + "runtime.win-x86.runtime.native.system.data.sqlclient.sni.nuspec", + "runtimes/win-x86/native/sni.dll", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "SimpleWifi.netstandard/2.0.0": { + "sha512": "lJuk2zjX4snKbrxfDnDEwYb8dTFR/UbyMb9umljexOP1nuXjdYXNX3T2+zrdxZue359ZqvHC8aAAGkgWS6PFFw==", + "type": "package", + "path": "simplewifi.netstandard/2.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "lib/netstandard2.0/SimpleWifi.dll", + "lib/netstandard2.0/SimpleWifi.xml", + "simplewifi.netstandard.2.0.0.nupkg.sha512", + "simplewifi.netstandard.nuspec" + ] + }, + "System.CodeDom/5.0.0": { + "sha512": "JPJArwA1kdj8qDAkY2XGjSWoYnqiM7q/3yRNkt6n28Mnn95MuEGkZXUbPBf7qc3IjwrGY5ttQon7yqHZyQJmOQ==", + "type": "package", + "path": "system.codedom/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.CodeDom.dll", + "lib/net461/System.CodeDom.xml", + "lib/netstandard2.0/System.CodeDom.dll", + "lib/netstandard2.0/System.CodeDom.xml", + "ref/net461/System.CodeDom.dll", + "ref/net461/System.CodeDom.xml", + "ref/netstandard2.0/System.CodeDom.dll", + "ref/netstandard2.0/System.CodeDom.xml", + "system.codedom.5.0.0.nupkg.sha512", + "system.codedom.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Collections/4.3.0": { + "sha512": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", + "type": "package", + "path": "system.collections/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", + "ref/netcore50/de/System.Collections.xml", + "ref/netcore50/es/System.Collections.xml", + "ref/netcore50/fr/System.Collections.xml", + "ref/netcore50/it/System.Collections.xml", + "ref/netcore50/ja/System.Collections.xml", + "ref/netcore50/ko/System.Collections.xml", + "ref/netcore50/ru/System.Collections.xml", + "ref/netcore50/zh-hans/System.Collections.xml", + "ref/netcore50/zh-hant/System.Collections.xml", + "ref/netstandard1.0/System.Collections.dll", + "ref/netstandard1.0/System.Collections.xml", + "ref/netstandard1.0/de/System.Collections.xml", + "ref/netstandard1.0/es/System.Collections.xml", + "ref/netstandard1.0/fr/System.Collections.xml", + "ref/netstandard1.0/it/System.Collections.xml", + "ref/netstandard1.0/ja/System.Collections.xml", + "ref/netstandard1.0/ko/System.Collections.xml", + "ref/netstandard1.0/ru/System.Collections.xml", + "ref/netstandard1.0/zh-hans/System.Collections.xml", + "ref/netstandard1.0/zh-hant/System.Collections.xml", + "ref/netstandard1.3/System.Collections.dll", + "ref/netstandard1.3/System.Collections.xml", + "ref/netstandard1.3/de/System.Collections.xml", + "ref/netstandard1.3/es/System.Collections.xml", + "ref/netstandard1.3/fr/System.Collections.xml", + "ref/netstandard1.3/it/System.Collections.xml", + "ref/netstandard1.3/ja/System.Collections.xml", + "ref/netstandard1.3/ko/System.Collections.xml", + "ref/netstandard1.3/ru/System.Collections.xml", + "ref/netstandard1.3/zh-hans/System.Collections.xml", + "ref/netstandard1.3/zh-hant/System.Collections.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.collections.4.3.0.nupkg.sha512", + "system.collections.nuspec" + ] + }, + "System.Collections.Immutable/1.5.0": { + "sha512": "EXKiDFsChZW0RjrZ4FYHu9aW6+P4MCgEDCklsVseRfhoO0F+dXeMSsMRAlVXIo06kGJ/zv+2w1a2uc2+kxxSaQ==", + "type": "package", + "path": "system.collections.immutable/1.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard1.0/System.Collections.Immutable.dll", + "lib/netstandard1.0/System.Collections.Immutable.xml", + "lib/netstandard1.3/System.Collections.Immutable.dll", + "lib/netstandard1.3/System.Collections.Immutable.xml", + "lib/netstandard2.0/System.Collections.Immutable.dll", + "lib/netstandard2.0/System.Collections.Immutable.xml", + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", + "system.collections.immutable.1.5.0.nupkg.sha512", + "system.collections.immutable.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.ComponentModel.Composition/5.0.0": { + "sha512": "YL8iA3VOFxhyomn7FxtBgh3F+8XG5jOfT5UcqYLtkafSa6g6alQfKZuRwlEIWe+tzH6OVnj0Ekg5tn/DmV7SkQ==", + "type": "package", + "path": "system.componentmodel.composition/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcoreapp2.0/System.ComponentModel.Composition.dll", + "lib/netcoreapp2.0/System.ComponentModel.Composition.xml", + "lib/netstandard2.0/System.ComponentModel.Composition.dll", + "lib/netstandard2.0/System.ComponentModel.Composition.xml", + "lib/uap10.0.16299/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netstandard2.0/System.ComponentModel.Composition.dll", + "ref/netstandard2.0/System.ComponentModel.Composition.xml", + "ref/uap10.0.16299/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.componentmodel.composition.5.0.0.nupkg.sha512", + "system.componentmodel.composition.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.ComponentModel.Composition.Registration/5.0.0": { + "sha512": "CTTPajoCKcXQ1NVTlazz6ned37MHVFf1qKfzsBIdHkaFJBnRVVh4hYsVkPP7z+RrMQU5iXdiTcsfxDb5DWOKOA==", + "type": "package", + "path": "system.componentmodel.composition.registration/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net45/_._", + "lib/netstandard2.1/System.ComponentModel.Composition.Registration.dll", + "lib/netstandard2.1/System.ComponentModel.Composition.Registration.xml", + "ref/net45/_._", + "ref/netstandard2.1/System.ComponentModel.Composition.Registration.dll", + "ref/netstandard2.1/System.ComponentModel.Composition.Registration.xml", + "system.componentmodel.composition.registration.5.0.0.nupkg.sha512", + "system.componentmodel.composition.registration.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Configuration.ConfigurationManager/5.0.0": { + "sha512": "aM7cbfEfVNlEEOj3DsZP+2g9NRwbkyiAv2isQEzw7pnkDg9ekCU2m1cdJLM02Uq691OaCS91tooaxcEn8d0q5w==", + "type": "package", + "path": "system.configuration.configurationmanager/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.Configuration.ConfigurationManager.dll", + "lib/net461/System.Configuration.ConfigurationManager.xml", + "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll", + "lib/netstandard2.0/System.Configuration.ConfigurationManager.xml", + "ref/net461/System.Configuration.ConfigurationManager.dll", + "ref/net461/System.Configuration.ConfigurationManager.xml", + "ref/netstandard2.0/System.Configuration.ConfigurationManager.dll", + "ref/netstandard2.0/System.Configuration.ConfigurationManager.xml", + "system.configuration.configurationmanager.5.0.0.nupkg.sha512", + "system.configuration.configurationmanager.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Data.DataSetExtensions/4.5.0": { + "sha512": "221clPs1445HkTBZPL+K9sDBdJRB8UN8rgjO3ztB0CQ26z//fmJXtlsr6whGatscsKGBrhJl5bwJuKSA8mwFOw==", + "type": "package", + "path": "system.data.datasetextensions/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net45/_._", + "lib/netstandard2.0/System.Data.DataSetExtensions.dll", + "ref/net45/_._", + "ref/netstandard2.0/System.Data.DataSetExtensions.dll", + "system.data.datasetextensions.4.5.0.nupkg.sha512", + "system.data.datasetextensions.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Data.Odbc/5.0.0": { + "sha512": "j4WsYGmcD7m1D0Tc3N7HqWqcdUHNn9+kdXh9ODTWEsOGrAvALf+BgRStd7L0/O/zDS0R4Uu9vNM8UY6EnK+WYw==", + "type": "package", + "path": "system.data.odbc/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.Data.Odbc.dll", + "lib/net461/System.Data.Odbc.xml", + "lib/netstandard2.0/System.Data.Odbc.dll", + "lib/netstandard2.0/System.Data.Odbc.xml", + "ref/net461/System.Data.Odbc.dll", + "ref/net461/System.Data.Odbc.xml", + "ref/netstandard2.0/System.Data.Odbc.dll", + "ref/netstandard2.0/System.Data.Odbc.xml", + "runtimes/freebsd/lib/netcoreapp2.0/System.Data.Odbc.dll", + "runtimes/freebsd/lib/netcoreapp2.0/System.Data.Odbc.xml", + "runtimes/linux/lib/netcoreapp2.0/System.Data.Odbc.dll", + "runtimes/linux/lib/netcoreapp2.0/System.Data.Odbc.xml", + "runtimes/osx/lib/netcoreapp2.0/System.Data.Odbc.dll", + "runtimes/osx/lib/netcoreapp2.0/System.Data.Odbc.xml", + "runtimes/win/lib/net461/System.Data.Odbc.dll", + "runtimes/win/lib/net461/System.Data.Odbc.xml", + "runtimes/win/lib/netcoreapp2.0/System.Data.Odbc.dll", + "runtimes/win/lib/netcoreapp2.0/System.Data.Odbc.xml", + "system.data.odbc.5.0.0.nupkg.sha512", + "system.data.odbc.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Data.OleDb/5.0.0": { + "sha512": "DHCZucsidgFtUr1w5OggQNjb7M6N722QpNbkG6TV+3hCvPSLXdrm1NjJqVZB5/OW067gzuZVj9W147hrkTF/Ig==", + "type": "package", + "path": "system.data.oledb/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.Data.OleDb.dll", + "lib/net461/System.Data.OleDb.xml", + "lib/netstandard2.0/System.Data.OleDb.dll", + "lib/netstandard2.0/System.Data.OleDb.xml", + "ref/net461/System.Data.OleDb.dll", + "ref/net461/System.Data.OleDb.xml", + "ref/netstandard2.0/System.Data.OleDb.dll", + "ref/netstandard2.0/System.Data.OleDb.xml", + "runtimes/win/lib/net461/System.Data.OleDb.dll", + "runtimes/win/lib/net461/System.Data.OleDb.xml", + "runtimes/win/lib/netstandard2.0/System.Data.OleDb.dll", + "runtimes/win/lib/netstandard2.0/System.Data.OleDb.xml", + "system.data.oledb.5.0.0.nupkg.sha512", + "system.data.oledb.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Data.SqlClient/4.8.2": { + "sha512": "80vGtW6uLB4AkyrdVuKTXYUyuXDPAsSKbTVfvjndZaRAYxzFzWhJbvUfeAKrN+128ycWZjLIAl61dFUwWHOOTw==", + "type": "package", + "path": "system.data.sqlclient/4.8.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net451/System.Data.SqlClient.dll", + "lib/net46/System.Data.SqlClient.dll", + "lib/net461/System.Data.SqlClient.dll", + "lib/net461/System.Data.SqlClient.xml", + "lib/netcoreapp2.1/System.Data.SqlClient.dll", + "lib/netcoreapp2.1/System.Data.SqlClient.xml", + "lib/netstandard1.2/System.Data.SqlClient.dll", + "lib/netstandard1.2/System.Data.SqlClient.xml", + "lib/netstandard1.3/System.Data.SqlClient.dll", + "lib/netstandard1.3/System.Data.SqlClient.xml", + "lib/netstandard2.0/System.Data.SqlClient.dll", + "lib/netstandard2.0/System.Data.SqlClient.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net451/System.Data.SqlClient.dll", + "ref/net46/System.Data.SqlClient.dll", + "ref/net461/System.Data.SqlClient.dll", + "ref/net461/System.Data.SqlClient.xml", + "ref/netcoreapp2.1/System.Data.SqlClient.dll", + "ref/netcoreapp2.1/System.Data.SqlClient.xml", + "ref/netstandard1.2/System.Data.SqlClient.dll", + "ref/netstandard1.2/System.Data.SqlClient.xml", + "ref/netstandard1.2/de/System.Data.SqlClient.xml", + "ref/netstandard1.2/es/System.Data.SqlClient.xml", + "ref/netstandard1.2/fr/System.Data.SqlClient.xml", + "ref/netstandard1.2/it/System.Data.SqlClient.xml", + "ref/netstandard1.2/ja/System.Data.SqlClient.xml", + "ref/netstandard1.2/ko/System.Data.SqlClient.xml", + "ref/netstandard1.2/ru/System.Data.SqlClient.xml", + "ref/netstandard1.2/zh-hans/System.Data.SqlClient.xml", + "ref/netstandard1.2/zh-hant/System.Data.SqlClient.xml", + "ref/netstandard1.3/System.Data.SqlClient.dll", + "ref/netstandard1.3/System.Data.SqlClient.xml", + "ref/netstandard1.3/de/System.Data.SqlClient.xml", + "ref/netstandard1.3/es/System.Data.SqlClient.xml", + "ref/netstandard1.3/fr/System.Data.SqlClient.xml", + "ref/netstandard1.3/it/System.Data.SqlClient.xml", + "ref/netstandard1.3/ja/System.Data.SqlClient.xml", + "ref/netstandard1.3/ko/System.Data.SqlClient.xml", + "ref/netstandard1.3/ru/System.Data.SqlClient.xml", + "ref/netstandard1.3/zh-hans/System.Data.SqlClient.xml", + "ref/netstandard1.3/zh-hant/System.Data.SqlClient.xml", + "ref/netstandard2.0/System.Data.SqlClient.dll", + "ref/netstandard2.0/System.Data.SqlClient.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll", + "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.xml", + "runtimes/unix/lib/netstandard1.3/System.Data.SqlClient.dll", + "runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.dll", + "runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.xml", + "runtimes/win/lib/net451/System.Data.SqlClient.dll", + "runtimes/win/lib/net46/System.Data.SqlClient.dll", + "runtimes/win/lib/net461/System.Data.SqlClient.dll", + "runtimes/win/lib/net461/System.Data.SqlClient.xml", + "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll", + "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.xml", + "runtimes/win/lib/netstandard1.3/System.Data.SqlClient.dll", + "runtimes/win/lib/netstandard2.0/System.Data.SqlClient.dll", + "runtimes/win/lib/netstandard2.0/System.Data.SqlClient.xml", + "runtimes/win/lib/uap10.0.16299/System.Data.SqlClient.dll", + "runtimes/win/lib/uap10.0.16299/System.Data.SqlClient.xml", + "system.data.sqlclient.4.8.2.nupkg.sha512", + "system.data.sqlclient.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Diagnostics.Debug/4.3.0": { + "sha512": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", + "type": "package", + "path": "system.diagnostics.debug/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", + "ref/netcore50/de/System.Diagnostics.Debug.xml", + "ref/netcore50/es/System.Diagnostics.Debug.xml", + "ref/netcore50/fr/System.Diagnostics.Debug.xml", + "ref/netcore50/it/System.Diagnostics.Debug.xml", + "ref/netcore50/ja/System.Diagnostics.Debug.xml", + "ref/netcore50/ko/System.Diagnostics.Debug.xml", + "ref/netcore50/ru/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/System.Diagnostics.Debug.dll", + "ref/netstandard1.0/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/de/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/es/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/it/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/System.Diagnostics.Debug.dll", + "ref/netstandard1.3/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/de/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/es/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/it/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.diagnostics.debug.4.3.0.nupkg.sha512", + "system.diagnostics.debug.nuspec" + ] + }, + "System.Diagnostics.DiagnosticSource/4.6.0": { + "sha512": "mbBgoR0rRfl2uimsZ2avZY8g7Xnh1Mza0rJZLPcxqiMWlkGukjmRkuMJ/er+AhQuiRIh80CR/Hpeztr80seV5g==", + "type": "package", + "path": "system.diagnostics.diagnosticsource/4.6.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net45/System.Diagnostics.DiagnosticSource.dll", + "lib/net45/System.Diagnostics.DiagnosticSource.xml", + "lib/net46/System.Diagnostics.DiagnosticSource.dll", + "lib/net46/System.Diagnostics.DiagnosticSource.xml", + "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.dll", + "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.xml", + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll", + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.xml", + "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll", + "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.xml", + "system.diagnostics.diagnosticsource.4.6.0.nupkg.sha512", + "system.diagnostics.diagnosticsource.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Diagnostics.EventLog/5.0.1": { + "sha512": "k4O5RrjnhJZrP4EgOklUVkcmVdAxs9+PoXCGmlNS3NPIwaSyMMLy7pUaamMHCFkduiOO/ZUzIRjyoCnvXLJpfw==", + "type": "package", + "path": "system.diagnostics.eventlog/5.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.Diagnostics.EventLog.dll", + "lib/net461/System.Diagnostics.EventLog.xml", + "lib/netstandard2.0/System.Diagnostics.EventLog.dll", + "lib/netstandard2.0/System.Diagnostics.EventLog.xml", + "ref/net461/System.Diagnostics.EventLog.dll", + "ref/net461/System.Diagnostics.EventLog.xml", + "ref/netstandard2.0/System.Diagnostics.EventLog.dll", + "ref/netstandard2.0/System.Diagnostics.EventLog.xml", + "runtimes/win/lib/netcoreapp2.0/System.Diagnostics.EventLog.Messages.dll", + "runtimes/win/lib/netcoreapp2.0/System.Diagnostics.EventLog.dll", + "runtimes/win/lib/netcoreapp2.0/System.Diagnostics.EventLog.xml", + "system.diagnostics.eventlog.5.0.1.nupkg.sha512", + "system.diagnostics.eventlog.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Diagnostics.PerformanceCounter/5.0.0": { + "sha512": "kcQWWtGVC3MWMNXdMDWfrmIlFZZ2OdoeT6pSNVRtk9+Sa7jwdPiMlNwb0ZQcS7NRlT92pCfmjRtkSWUW3RAKwg==", + "type": "package", + "path": "system.diagnostics.performancecounter/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net461/System.Diagnostics.PerformanceCounter.dll", + "lib/net461/System.Diagnostics.PerformanceCounter.xml", + "lib/netstandard2.0/System.Diagnostics.PerformanceCounter.dll", + "lib/netstandard2.0/System.Diagnostics.PerformanceCounter.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net461/System.Diagnostics.PerformanceCounter.dll", + "ref/net461/System.Diagnostics.PerformanceCounter.xml", + "ref/netstandard2.0/System.Diagnostics.PerformanceCounter.dll", + "ref/netstandard2.0/System.Diagnostics.PerformanceCounter.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/win/lib/netcoreapp2.0/System.Diagnostics.PerformanceCounter.dll", + "runtimes/win/lib/netcoreapp2.0/System.Diagnostics.PerformanceCounter.xml", + "system.diagnostics.performancecounter.5.0.0.nupkg.sha512", + "system.diagnostics.performancecounter.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.DirectoryServices/5.0.0": { + "sha512": "lAS54Y3KO1XV68akGa0/GJeddkkuuiv2CtcSkMiTmLHQ6o6kFbKpw4DmJZADF7a6KjPwYxmZnH4D3eGicrJdcg==", + "type": "package", + "path": "system.directoryservices/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net45/_._", + "lib/netstandard2.0/System.DirectoryServices.dll", + "lib/netstandard2.0/System.DirectoryServices.xml", + "ref/net45/_._", + "ref/netstandard2.0/System.DirectoryServices.dll", + "ref/netstandard2.0/System.DirectoryServices.xml", + "runtimes/win/lib/net45/_._", + "runtimes/win/lib/netcoreapp2.0/System.DirectoryServices.dll", + "runtimes/win/lib/netcoreapp2.0/System.DirectoryServices.xml", + "system.directoryservices.5.0.0.nupkg.sha512", + "system.directoryservices.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.DirectoryServices.AccountManagement/5.0.0": { + "sha512": "1WevH/8ULy0iixbsZW4k8ftV9fDqkeUJfeVMsJ7SySrHsnBISkRx1JuDRRV7QXfNTCQKrHeecfqcY5pevlDwog==", + "type": "package", + "path": "system.directoryservices.accountmanagement/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net45/_._", + "lib/netstandard2.0/System.DirectoryServices.AccountManagement.dll", + "lib/netstandard2.0/System.DirectoryServices.AccountManagement.xml", + "ref/net45/_._", + "ref/netstandard2.0/System.DirectoryServices.AccountManagement.dll", + "ref/netstandard2.0/System.DirectoryServices.AccountManagement.xml", + "runtimes/win/lib/net45/_._", + "runtimes/win/lib/netcoreapp2.0/System.DirectoryServices.AccountManagement.dll", + "runtimes/win/lib/netcoreapp2.0/System.DirectoryServices.AccountManagement.xml", + "system.directoryservices.accountmanagement.5.0.0.nupkg.sha512", + "system.directoryservices.accountmanagement.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.DirectoryServices.Protocols/5.0.0": { + "sha512": "uQvO3kpXBDCoRQecbY8yXiQTVBT5t6ZMCZwBsyGFeCL0KUTlNJDsaIx+hsqCKF+bLglaYyz5nWLVRaxPKVeBBw==", + "type": "package", + "path": "system.directoryservices.protocols/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net45/_._", + "lib/netstandard2.0/System.DirectoryServices.Protocols.dll", + "lib/netstandard2.0/System.DirectoryServices.Protocols.xml", + "ref/net45/_._", + "ref/netstandard2.0/System.DirectoryServices.Protocols.dll", + "ref/netstandard2.0/System.DirectoryServices.Protocols.xml", + "runtimes/linux/lib/netcoreapp2.0/System.DirectoryServices.Protocols.dll", + "runtimes/linux/lib/netcoreapp2.0/System.DirectoryServices.Protocols.xml", + "runtimes/osx/lib/netcoreapp2.0/System.DirectoryServices.Protocols.dll", + "runtimes/osx/lib/netcoreapp2.0/System.DirectoryServices.Protocols.xml", + "runtimes/win/lib/net45/_._", + "runtimes/win/lib/netcoreapp2.0/System.DirectoryServices.Protocols.dll", + "runtimes/win/lib/netcoreapp2.0/System.DirectoryServices.Protocols.xml", + "system.directoryservices.protocols.5.0.0.nupkg.sha512", + "system.directoryservices.protocols.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Drawing.Common/5.0.2": { + "sha512": "rvr/M1WPf24ljpvvrVd74+NdjRUJu1bBkspkZcnzSZnmAUQWSvanlQ0k/hVHk+cHufZbZfu7vOh/vYc0q5Uu/A==", + "type": "package", + "path": "system.drawing.common/5.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net461/System.Drawing.Common.dll", + "lib/netcoreapp3.0/System.Drawing.Common.dll", + "lib/netcoreapp3.0/System.Drawing.Common.xml", + "lib/netstandard2.0/System.Drawing.Common.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net461/System.Drawing.Common.dll", + "ref/netcoreapp3.0/System.Drawing.Common.dll", + "ref/netcoreapp3.0/System.Drawing.Common.xml", + "ref/netstandard2.0/System.Drawing.Common.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netcoreapp2.0/System.Drawing.Common.dll", + "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll", + "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.xml", + "runtimes/win/lib/netcoreapp2.0/System.Drawing.Common.dll", + "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll", + "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.xml", + "system.drawing.common.5.0.2.nupkg.sha512", + "system.drawing.common.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Dynamic.Runtime/4.3.0": { + "sha512": "SNVi1E/vfWUAs/WYKhE9+qlS6KqK0YVhnlT0HQtr8pMIA8YX3lwy3uPMownDwdYISBdmAF/2holEIldVp85Wag==", + "type": "package", + "path": "system.dynamic.runtime/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Dynamic.Runtime.dll", + "lib/netstandard1.3/System.Dynamic.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Dynamic.Runtime.dll", + "ref/netcore50/System.Dynamic.Runtime.xml", + "ref/netcore50/de/System.Dynamic.Runtime.xml", + "ref/netcore50/es/System.Dynamic.Runtime.xml", + "ref/netcore50/fr/System.Dynamic.Runtime.xml", + "ref/netcore50/it/System.Dynamic.Runtime.xml", + "ref/netcore50/ja/System.Dynamic.Runtime.xml", + "ref/netcore50/ko/System.Dynamic.Runtime.xml", + "ref/netcore50/ru/System.Dynamic.Runtime.xml", + "ref/netcore50/zh-hans/System.Dynamic.Runtime.xml", + "ref/netcore50/zh-hant/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/System.Dynamic.Runtime.dll", + "ref/netstandard1.0/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/de/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/es/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/fr/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/it/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/ja/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/ko/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/ru/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/zh-hans/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/zh-hant/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/System.Dynamic.Runtime.dll", + "ref/netstandard1.3/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/de/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/es/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/fr/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/it/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/ja/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/ko/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/ru/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/zh-hans/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/zh-hant/System.Dynamic.Runtime.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Dynamic.Runtime.dll", + "system.dynamic.runtime.4.3.0.nupkg.sha512", + "system.dynamic.runtime.nuspec" + ] + }, + "System.Formats.Asn1/5.0.0": { + "sha512": "MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==", + "type": "package", + "path": "system.formats.asn1/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.Formats.Asn1.dll", + "lib/net461/System.Formats.Asn1.xml", + "lib/netstandard2.0/System.Formats.Asn1.dll", + "lib/netstandard2.0/System.Formats.Asn1.xml", + "system.formats.asn1.5.0.0.nupkg.sha512", + "system.formats.asn1.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Globalization/4.3.0": { + "sha512": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", + "type": "package", + "path": "system.globalization/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", + "ref/netcore50/de/System.Globalization.xml", + "ref/netcore50/es/System.Globalization.xml", + "ref/netcore50/fr/System.Globalization.xml", + "ref/netcore50/it/System.Globalization.xml", + "ref/netcore50/ja/System.Globalization.xml", + "ref/netcore50/ko/System.Globalization.xml", + "ref/netcore50/ru/System.Globalization.xml", + "ref/netcore50/zh-hans/System.Globalization.xml", + "ref/netcore50/zh-hant/System.Globalization.xml", + "ref/netstandard1.0/System.Globalization.dll", + "ref/netstandard1.0/System.Globalization.xml", + "ref/netstandard1.0/de/System.Globalization.xml", + "ref/netstandard1.0/es/System.Globalization.xml", + "ref/netstandard1.0/fr/System.Globalization.xml", + "ref/netstandard1.0/it/System.Globalization.xml", + "ref/netstandard1.0/ja/System.Globalization.xml", + "ref/netstandard1.0/ko/System.Globalization.xml", + "ref/netstandard1.0/ru/System.Globalization.xml", + "ref/netstandard1.0/zh-hans/System.Globalization.xml", + "ref/netstandard1.0/zh-hant/System.Globalization.xml", + "ref/netstandard1.3/System.Globalization.dll", + "ref/netstandard1.3/System.Globalization.xml", + "ref/netstandard1.3/de/System.Globalization.xml", + "ref/netstandard1.3/es/System.Globalization.xml", + "ref/netstandard1.3/fr/System.Globalization.xml", + "ref/netstandard1.3/it/System.Globalization.xml", + "ref/netstandard1.3/ja/System.Globalization.xml", + "ref/netstandard1.3/ko/System.Globalization.xml", + "ref/netstandard1.3/ru/System.Globalization.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.globalization.4.3.0.nupkg.sha512", + "system.globalization.nuspec" + ] + }, + "System.IO/4.3.0": { + "sha512": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", + "type": "package", + "path": "system.io/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.IO.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.IO.dll", + "ref/netcore50/System.IO.dll", + "ref/netcore50/System.IO.xml", + "ref/netcore50/de/System.IO.xml", + "ref/netcore50/es/System.IO.xml", + "ref/netcore50/fr/System.IO.xml", + "ref/netcore50/it/System.IO.xml", + "ref/netcore50/ja/System.IO.xml", + "ref/netcore50/ko/System.IO.xml", + "ref/netcore50/ru/System.IO.xml", + "ref/netcore50/zh-hans/System.IO.xml", + "ref/netcore50/zh-hant/System.IO.xml", + "ref/netstandard1.0/System.IO.dll", + "ref/netstandard1.0/System.IO.xml", + "ref/netstandard1.0/de/System.IO.xml", + "ref/netstandard1.0/es/System.IO.xml", + "ref/netstandard1.0/fr/System.IO.xml", + "ref/netstandard1.0/it/System.IO.xml", + "ref/netstandard1.0/ja/System.IO.xml", + "ref/netstandard1.0/ko/System.IO.xml", + "ref/netstandard1.0/ru/System.IO.xml", + "ref/netstandard1.0/zh-hans/System.IO.xml", + "ref/netstandard1.0/zh-hant/System.IO.xml", + "ref/netstandard1.3/System.IO.dll", + "ref/netstandard1.3/System.IO.xml", + "ref/netstandard1.3/de/System.IO.xml", + "ref/netstandard1.3/es/System.IO.xml", + "ref/netstandard1.3/fr/System.IO.xml", + "ref/netstandard1.3/it/System.IO.xml", + "ref/netstandard1.3/ja/System.IO.xml", + "ref/netstandard1.3/ko/System.IO.xml", + "ref/netstandard1.3/ru/System.IO.xml", + "ref/netstandard1.3/zh-hans/System.IO.xml", + "ref/netstandard1.3/zh-hant/System.IO.xml", + "ref/netstandard1.5/System.IO.dll", + "ref/netstandard1.5/System.IO.xml", + "ref/netstandard1.5/de/System.IO.xml", + "ref/netstandard1.5/es/System.IO.xml", + "ref/netstandard1.5/fr/System.IO.xml", + "ref/netstandard1.5/it/System.IO.xml", + "ref/netstandard1.5/ja/System.IO.xml", + "ref/netstandard1.5/ko/System.IO.xml", + "ref/netstandard1.5/ru/System.IO.xml", + "ref/netstandard1.5/zh-hans/System.IO.xml", + "ref/netstandard1.5/zh-hant/System.IO.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.io.4.3.0.nupkg.sha512", + "system.io.nuspec" + ] + }, + "System.IO.FileSystem.AccessControl/5.0.0": { + "sha512": "SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==", + "type": "package", + "path": "system.io.filesystem.accesscontrol/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net46/System.IO.FileSystem.AccessControl.dll", + "lib/net461/System.IO.FileSystem.AccessControl.dll", + "lib/net461/System.IO.FileSystem.AccessControl.xml", + "lib/netstandard1.3/System.IO.FileSystem.AccessControl.dll", + "lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll", + "lib/netstandard2.0/System.IO.FileSystem.AccessControl.xml", + "ref/net46/System.IO.FileSystem.AccessControl.dll", + "ref/net461/System.IO.FileSystem.AccessControl.dll", + "ref/net461/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/System.IO.FileSystem.AccessControl.dll", + "ref/netstandard1.3/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll", + "ref/netstandard2.0/System.IO.FileSystem.AccessControl.xml", + "runtimes/win/lib/net46/System.IO.FileSystem.AccessControl.dll", + "runtimes/win/lib/net461/System.IO.FileSystem.AccessControl.dll", + "runtimes/win/lib/net461/System.IO.FileSystem.AccessControl.xml", + "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.AccessControl.dll", + "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll", + "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.xml", + "system.io.filesystem.accesscontrol.5.0.0.nupkg.sha512", + "system.io.filesystem.accesscontrol.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.IO.Packaging/5.0.0": { + "sha512": "ebfUwKsgZF4HTwaRUj67SrJdsM4O62Fxsd6u1bSk3MNgvU8yjyfEK0xQmUFUqOYJi1IcL4HENoccl4SKVPndYw==", + "type": "package", + "path": "system.io.packaging/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net46/System.IO.Packaging.dll", + "lib/net46/System.IO.Packaging.xml", + "lib/netstandard1.3/System.IO.Packaging.dll", + "lib/netstandard1.3/System.IO.Packaging.xml", + "lib/netstandard2.0/System.IO.Packaging.dll", + "lib/netstandard2.0/System.IO.Packaging.xml", + "ref/net46/System.IO.Packaging.dll", + "ref/net46/System.IO.Packaging.xml", + "ref/netstandard1.3/System.IO.Packaging.dll", + "ref/netstandard1.3/System.IO.Packaging.xml", + "ref/netstandard2.0/System.IO.Packaging.dll", + "ref/netstandard2.0/System.IO.Packaging.xml", + "system.io.packaging.5.0.0.nupkg.sha512", + "system.io.packaging.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.IO.Pipes.AccessControl/5.0.0": { + "sha512": "P0FIsXSFNL1AXlHO9zpJ9atRUzVyoPZCkcbkYGZfXXMx9xlGA2H3HOGBwIhpKhB+h0eL3hry/z0UcfJZ+yb2kQ==", + "type": "package", + "path": "system.io.pipes.accesscontrol/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net46/System.IO.Pipes.AccessControl.dll", + "lib/net461/System.IO.Pipes.AccessControl.dll", + "lib/net5.0/System.IO.Pipes.AccessControl.dll", + "lib/net5.0/System.IO.Pipes.AccessControl.xml", + "lib/netstandard1.3/System.IO.Pipes.AccessControl.dll", + "lib/netstandard2.0/System.IO.Pipes.AccessControl.dll", + "ref/net46/System.IO.Pipes.AccessControl.dll", + "ref/net461/System.IO.Pipes.AccessControl.dll", + "ref/net461/System.IO.Pipes.AccessControl.xml", + "ref/net5.0/System.IO.Pipes.AccessControl.dll", + "ref/net5.0/System.IO.Pipes.AccessControl.xml", + "ref/netstandard1.3/System.IO.Pipes.AccessControl.dll", + "ref/netstandard2.0/System.IO.Pipes.AccessControl.dll", + "ref/netstandard2.0/System.IO.Pipes.AccessControl.xml", + "runtimes/win/lib/net46/System.IO.Pipes.AccessControl.dll", + "runtimes/win/lib/net461/System.IO.Pipes.AccessControl.dll", + "runtimes/win/lib/net5.0/System.IO.Pipes.AccessControl.dll", + "runtimes/win/lib/net5.0/System.IO.Pipes.AccessControl.xml", + "runtimes/win/lib/netcoreapp2.1/System.IO.Pipes.AccessControl.dll", + "system.io.pipes.accesscontrol.5.0.0.nupkg.sha512", + "system.io.pipes.accesscontrol.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.IO.Ports/5.0.0": { + "sha512": "MZY/0cgRg5bcuvHR4LKHqWnlxWV7GkoTgBaOdwIoWGZKsfSBC1twDz+BzG0o1Rk46WdRhhV30E2qzsBABHwGUA==", + "type": "package", + "path": "system.io.ports/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.IO.Ports.dll", + "lib/net461/System.IO.Ports.xml", + "lib/netstandard2.0/System.IO.Ports.dll", + "lib/netstandard2.0/System.IO.Ports.xml", + "lib/uap10.0.16299/_._", + "ref/net461/System.IO.Ports.dll", + "ref/net461/System.IO.Ports.xml", + "ref/netstandard2.0/System.IO.Ports.dll", + "ref/netstandard2.0/System.IO.Ports.xml", + "ref/uap10.0.16299/_._", + "runtimes/linux/lib/netstandard2.0/System.IO.Ports.dll", + "runtimes/linux/lib/netstandard2.0/System.IO.Ports.xml", + "runtimes/osx/lib/netstandard2.0/System.IO.Ports.dll", + "runtimes/osx/lib/netstandard2.0/System.IO.Ports.xml", + "runtimes/win/lib/net461/System.IO.Ports.dll", + "runtimes/win/lib/net461/System.IO.Ports.xml", + "runtimes/win/lib/netstandard2.0/System.IO.Ports.dll", + "runtimes/win/lib/netstandard2.0/System.IO.Ports.xml", + "runtimes/win/lib/uap10.0.16299/_._", + "system.io.ports.5.0.0.nupkg.sha512", + "system.io.ports.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Linq/4.3.0": { + "sha512": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", + "type": "package", + "path": "system.linq/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net463/System.Linq.dll", + "lib/netcore50/System.Linq.dll", + "lib/netstandard1.6/System.Linq.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net463/System.Linq.dll", + "ref/netcore50/System.Linq.dll", + "ref/netcore50/System.Linq.xml", + "ref/netcore50/de/System.Linq.xml", + "ref/netcore50/es/System.Linq.xml", + "ref/netcore50/fr/System.Linq.xml", + "ref/netcore50/it/System.Linq.xml", + "ref/netcore50/ja/System.Linq.xml", + "ref/netcore50/ko/System.Linq.xml", + "ref/netcore50/ru/System.Linq.xml", + "ref/netcore50/zh-hans/System.Linq.xml", + "ref/netcore50/zh-hant/System.Linq.xml", + "ref/netstandard1.0/System.Linq.dll", + "ref/netstandard1.0/System.Linq.xml", + "ref/netstandard1.0/de/System.Linq.xml", + "ref/netstandard1.0/es/System.Linq.xml", + "ref/netstandard1.0/fr/System.Linq.xml", + "ref/netstandard1.0/it/System.Linq.xml", + "ref/netstandard1.0/ja/System.Linq.xml", + "ref/netstandard1.0/ko/System.Linq.xml", + "ref/netstandard1.0/ru/System.Linq.xml", + "ref/netstandard1.0/zh-hans/System.Linq.xml", + "ref/netstandard1.0/zh-hant/System.Linq.xml", + "ref/netstandard1.6/System.Linq.dll", + "ref/netstandard1.6/System.Linq.xml", + "ref/netstandard1.6/de/System.Linq.xml", + "ref/netstandard1.6/es/System.Linq.xml", + "ref/netstandard1.6/fr/System.Linq.xml", + "ref/netstandard1.6/it/System.Linq.xml", + "ref/netstandard1.6/ja/System.Linq.xml", + "ref/netstandard1.6/ko/System.Linq.xml", + "ref/netstandard1.6/ru/System.Linq.xml", + "ref/netstandard1.6/zh-hans/System.Linq.xml", + "ref/netstandard1.6/zh-hant/System.Linq.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.linq.4.3.0.nupkg.sha512", + "system.linq.nuspec" + ] + }, + "System.Linq.Expressions/4.3.0": { + "sha512": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", + "type": "package", + "path": "system.linq.expressions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net463/System.Linq.Expressions.dll", + "lib/netcore50/System.Linq.Expressions.dll", + "lib/netstandard1.6/System.Linq.Expressions.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net463/System.Linq.Expressions.dll", + "ref/netcore50/System.Linq.Expressions.dll", + "ref/netcore50/System.Linq.Expressions.xml", + "ref/netcore50/de/System.Linq.Expressions.xml", + "ref/netcore50/es/System.Linq.Expressions.xml", + "ref/netcore50/fr/System.Linq.Expressions.xml", + "ref/netcore50/it/System.Linq.Expressions.xml", + "ref/netcore50/ja/System.Linq.Expressions.xml", + "ref/netcore50/ko/System.Linq.Expressions.xml", + "ref/netcore50/ru/System.Linq.Expressions.xml", + "ref/netcore50/zh-hans/System.Linq.Expressions.xml", + "ref/netcore50/zh-hant/System.Linq.Expressions.xml", + "ref/netstandard1.0/System.Linq.Expressions.dll", + "ref/netstandard1.0/System.Linq.Expressions.xml", + "ref/netstandard1.0/de/System.Linq.Expressions.xml", + "ref/netstandard1.0/es/System.Linq.Expressions.xml", + "ref/netstandard1.0/fr/System.Linq.Expressions.xml", + "ref/netstandard1.0/it/System.Linq.Expressions.xml", + "ref/netstandard1.0/ja/System.Linq.Expressions.xml", + "ref/netstandard1.0/ko/System.Linq.Expressions.xml", + "ref/netstandard1.0/ru/System.Linq.Expressions.xml", + "ref/netstandard1.0/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.0/zh-hant/System.Linq.Expressions.xml", + "ref/netstandard1.3/System.Linq.Expressions.dll", + "ref/netstandard1.3/System.Linq.Expressions.xml", + "ref/netstandard1.3/de/System.Linq.Expressions.xml", + "ref/netstandard1.3/es/System.Linq.Expressions.xml", + "ref/netstandard1.3/fr/System.Linq.Expressions.xml", + "ref/netstandard1.3/it/System.Linq.Expressions.xml", + "ref/netstandard1.3/ja/System.Linq.Expressions.xml", + "ref/netstandard1.3/ko/System.Linq.Expressions.xml", + "ref/netstandard1.3/ru/System.Linq.Expressions.xml", + "ref/netstandard1.3/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.3/zh-hant/System.Linq.Expressions.xml", + "ref/netstandard1.6/System.Linq.Expressions.dll", + "ref/netstandard1.6/System.Linq.Expressions.xml", + "ref/netstandard1.6/de/System.Linq.Expressions.xml", + "ref/netstandard1.6/es/System.Linq.Expressions.xml", + "ref/netstandard1.6/fr/System.Linq.Expressions.xml", + "ref/netstandard1.6/it/System.Linq.Expressions.xml", + "ref/netstandard1.6/ja/System.Linq.Expressions.xml", + "ref/netstandard1.6/ko/System.Linq.Expressions.xml", + "ref/netstandard1.6/ru/System.Linq.Expressions.xml", + "ref/netstandard1.6/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.6/zh-hant/System.Linq.Expressions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Linq.Expressions.dll", + "system.linq.expressions.4.3.0.nupkg.sha512", + "system.linq.expressions.nuspec" + ] + }, + "System.Management/5.0.0": { + "sha512": "MF1CHaRcC+MLFdnDthv4/bKWBZnlnSpkGqa87pKukQefgEdwtb9zFW6zs0GjPp73qtpYYg4q6PEKbzJbxCpKfw==", + "type": "package", + "path": "system.management/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net45/_._", + "lib/netstandard2.0/System.Management.dll", + "lib/netstandard2.0/System.Management.xml", + "ref/net45/_._", + "ref/netstandard2.0/System.Management.dll", + "ref/netstandard2.0/System.Management.xml", + "runtimes/win/lib/net45/_._", + "runtimes/win/lib/netcoreapp2.0/System.Management.dll", + "runtimes/win/lib/netcoreapp2.0/System.Management.xml", + "system.management.5.0.0.nupkg.sha512", + "system.management.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Management.Automation/7.1.3": { + "sha512": "rXPo+ujbsrraKk7F0VYQLM5oTXUo8bOmd+lnALCNPXaeZZ7pcGLqAfayuGX/Y6sXd4zoOE0jDtF572u4vCR5fg==", + "type": "package", + "path": "system.management.automation/7.1.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Powershell_black_64.png", + "ref/net5.0/System.Management.Automation.dll", + "runtimes/unix/lib/net5.0/System.Management.Automation.dll", + "runtimes/win/lib/net5.0/System.Management.Automation.dll", + "system.management.automation.7.1.3.nupkg.sha512", + "system.management.automation.nuspec" + ] + }, + "System.Memory/4.5.4": { + "sha512": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==", + "type": "package", + "path": "system.memory/4.5.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.Memory.dll", + "lib/net461/System.Memory.xml", + "lib/netcoreapp2.1/_._", + "lib/netstandard1.1/System.Memory.dll", + "lib/netstandard1.1/System.Memory.xml", + "lib/netstandard2.0/System.Memory.dll", + "lib/netstandard2.0/System.Memory.xml", + "ref/netcoreapp2.1/_._", + "system.memory.4.5.4.nupkg.sha512", + "system.memory.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Net.Http.WinHttpHandler/5.0.0": { + "sha512": "Mq6dPidztlkEwzjmzK4gtla8N8MTfjCyd0yub/8DY5UbkbV82wU+kiMoBHHjQ2fY70RrdraEoeZFgH915lHJhg==", + "type": "package", + "path": "system.net.http.winhttphandler/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net46/System.Net.Http.WinHttpHandler.dll", + "lib/net461/System.Net.Http.WinHttpHandler.dll", + "lib/net461/System.Net.Http.WinHttpHandler.xml", + "lib/netstandard1.3/System.Net.Http.WinHttpHandler.dll", + "lib/netstandard2.0/System.Net.Http.WinHttpHandler.dll", + "lib/netstandard2.0/System.Net.Http.WinHttpHandler.xml", + "runtimes/win/lib/net46/System.Net.Http.WinHttpHandler.dll", + "runtimes/win/lib/net461/System.Net.Http.WinHttpHandler.dll", + "runtimes/win/lib/net461/System.Net.Http.WinHttpHandler.xml", + "runtimes/win/lib/netstandard1.3/System.Net.Http.WinHttpHandler.dll", + "runtimes/win/lib/netstandard2.0/System.Net.Http.WinHttpHandler.dll", + "runtimes/win/lib/netstandard2.0/System.Net.Http.WinHttpHandler.xml", + "system.net.http.winhttphandler.5.0.0.nupkg.sha512", + "system.net.http.winhttphandler.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.ObjectModel/4.3.0": { + "sha512": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", + "type": "package", + "path": "system.objectmodel/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.ObjectModel.dll", + "lib/netstandard1.3/System.ObjectModel.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.ObjectModel.dll", + "ref/netcore50/System.ObjectModel.xml", + "ref/netcore50/de/System.ObjectModel.xml", + "ref/netcore50/es/System.ObjectModel.xml", + "ref/netcore50/fr/System.ObjectModel.xml", + "ref/netcore50/it/System.ObjectModel.xml", + "ref/netcore50/ja/System.ObjectModel.xml", + "ref/netcore50/ko/System.ObjectModel.xml", + "ref/netcore50/ru/System.ObjectModel.xml", + "ref/netcore50/zh-hans/System.ObjectModel.xml", + "ref/netcore50/zh-hant/System.ObjectModel.xml", + "ref/netstandard1.0/System.ObjectModel.dll", + "ref/netstandard1.0/System.ObjectModel.xml", + "ref/netstandard1.0/de/System.ObjectModel.xml", + "ref/netstandard1.0/es/System.ObjectModel.xml", + "ref/netstandard1.0/fr/System.ObjectModel.xml", + "ref/netstandard1.0/it/System.ObjectModel.xml", + "ref/netstandard1.0/ja/System.ObjectModel.xml", + "ref/netstandard1.0/ko/System.ObjectModel.xml", + "ref/netstandard1.0/ru/System.ObjectModel.xml", + "ref/netstandard1.0/zh-hans/System.ObjectModel.xml", + "ref/netstandard1.0/zh-hant/System.ObjectModel.xml", + "ref/netstandard1.3/System.ObjectModel.dll", + "ref/netstandard1.3/System.ObjectModel.xml", + "ref/netstandard1.3/de/System.ObjectModel.xml", + "ref/netstandard1.3/es/System.ObjectModel.xml", + "ref/netstandard1.3/fr/System.ObjectModel.xml", + "ref/netstandard1.3/it/System.ObjectModel.xml", + "ref/netstandard1.3/ja/System.ObjectModel.xml", + "ref/netstandard1.3/ko/System.ObjectModel.xml", + "ref/netstandard1.3/ru/System.ObjectModel.xml", + "ref/netstandard1.3/zh-hans/System.ObjectModel.xml", + "ref/netstandard1.3/zh-hant/System.ObjectModel.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.objectmodel.4.3.0.nupkg.sha512", + "system.objectmodel.nuspec" + ] + }, + "System.Private.ServiceModel/4.7.0": { + "sha512": "BItrYCkoTV3VzVPsrew+uc34fmLb+3ncgspa7vbO3vkfY9JQCea4u34pHE+Bcv1Iy16MgRs3n2jKVRCDg0rPfg==", + "type": "package", + "path": "system.private.servicemodel/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard2.0/System.Private.ServiceModel.dll", + "lib/netstandard2.0/System.Private.ServiceModel.pdb", + "ref/netstandard2.0/_._", + "system.private.servicemodel.4.7.0.nupkg.sha512", + "system.private.servicemodel.nuspec" + ] + }, + "System.Reflection/4.3.0": { + "sha512": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", + "type": "package", + "path": "system.reflection/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Reflection.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Reflection.dll", + "ref/netcore50/System.Reflection.dll", + "ref/netcore50/System.Reflection.xml", + "ref/netcore50/de/System.Reflection.xml", + "ref/netcore50/es/System.Reflection.xml", + "ref/netcore50/fr/System.Reflection.xml", + "ref/netcore50/it/System.Reflection.xml", + "ref/netcore50/ja/System.Reflection.xml", + "ref/netcore50/ko/System.Reflection.xml", + "ref/netcore50/ru/System.Reflection.xml", + "ref/netcore50/zh-hans/System.Reflection.xml", + "ref/netcore50/zh-hant/System.Reflection.xml", + "ref/netstandard1.0/System.Reflection.dll", + "ref/netstandard1.0/System.Reflection.xml", + "ref/netstandard1.0/de/System.Reflection.xml", + "ref/netstandard1.0/es/System.Reflection.xml", + "ref/netstandard1.0/fr/System.Reflection.xml", + "ref/netstandard1.0/it/System.Reflection.xml", + "ref/netstandard1.0/ja/System.Reflection.xml", + "ref/netstandard1.0/ko/System.Reflection.xml", + "ref/netstandard1.0/ru/System.Reflection.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.xml", + "ref/netstandard1.3/System.Reflection.dll", + "ref/netstandard1.3/System.Reflection.xml", + "ref/netstandard1.3/de/System.Reflection.xml", + "ref/netstandard1.3/es/System.Reflection.xml", + "ref/netstandard1.3/fr/System.Reflection.xml", + "ref/netstandard1.3/it/System.Reflection.xml", + "ref/netstandard1.3/ja/System.Reflection.xml", + "ref/netstandard1.3/ko/System.Reflection.xml", + "ref/netstandard1.3/ru/System.Reflection.xml", + "ref/netstandard1.3/zh-hans/System.Reflection.xml", + "ref/netstandard1.3/zh-hant/System.Reflection.xml", + "ref/netstandard1.5/System.Reflection.dll", + "ref/netstandard1.5/System.Reflection.xml", + "ref/netstandard1.5/de/System.Reflection.xml", + "ref/netstandard1.5/es/System.Reflection.xml", + "ref/netstandard1.5/fr/System.Reflection.xml", + "ref/netstandard1.5/it/System.Reflection.xml", + "ref/netstandard1.5/ja/System.Reflection.xml", + "ref/netstandard1.5/ko/System.Reflection.xml", + "ref/netstandard1.5/ru/System.Reflection.xml", + "ref/netstandard1.5/zh-hans/System.Reflection.xml", + "ref/netstandard1.5/zh-hant/System.Reflection.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.reflection.4.3.0.nupkg.sha512", + "system.reflection.nuspec" + ] + }, + "System.Reflection.Context/5.0.0": { + "sha512": "gG1wxxJLcjQaUkd07K2l2MKVoW+e0w8jS8Jye7QLPXrXT7XXMmOcFV/Ek6XyTOy5Z4GVN0WY95BQNp/iHEs5mw==", + "type": "package", + "path": "system.reflection.context/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Context.dll", + "lib/netstandard1.1/System.Reflection.Context.dll", + "lib/netstandard1.1/System.Reflection.Context.xml", + "lib/netstandard2.0/System.Reflection.Context.dll", + "lib/netstandard2.0/System.Reflection.Context.xml", + "lib/netstandard2.1/System.Reflection.Context.dll", + "lib/netstandard2.1/System.Reflection.Context.xml", + "lib/portable-net45+win8/_._", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Context.dll", + "ref/netcore50/System.Reflection.Context.xml", + "ref/netcore50/de/System.Reflection.Context.xml", + "ref/netcore50/es/System.Reflection.Context.xml", + "ref/netcore50/fr/System.Reflection.Context.xml", + "ref/netcore50/it/System.Reflection.Context.xml", + "ref/netcore50/ja/System.Reflection.Context.xml", + "ref/netcore50/ko/System.Reflection.Context.xml", + "ref/netcore50/ru/System.Reflection.Context.xml", + "ref/netcore50/zh-hans/System.Reflection.Context.xml", + "ref/netcore50/zh-hant/System.Reflection.Context.xml", + "ref/netstandard1.1/System.Reflection.Context.dll", + "ref/netstandard1.1/System.Reflection.Context.xml", + "ref/netstandard2.0/System.Reflection.Context.dll", + "ref/netstandard2.0/System.Reflection.Context.xml", + "ref/portable-net45+win8/_._", + "system.reflection.context.5.0.0.nupkg.sha512", + "system.reflection.context.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Reflection.DispatchProxy/4.5.0": { + "sha512": "+UW1hq11TNSeb+16rIk8hRQ02o339NFyzMc4ma/FqmxBzM30l1c2IherBB4ld1MNcenS48fz8tbt50OW4rVULA==", + "type": "package", + "path": "system.reflection.dispatchproxy/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net461/System.Reflection.DispatchProxy.dll", + "lib/netcoreapp2.0/System.Reflection.DispatchProxy.dll", + "lib/netstandard1.3/System.Reflection.DispatchProxy.dll", + "lib/netstandard2.0/System.Reflection.DispatchProxy.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/netstandard1.3/System.Reflection.DispatchProxy.dll", + "ref/netstandard1.3/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/de/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/es/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/fr/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/it/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/ja/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/ko/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/ru/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/zh-hans/System.Reflection.DispatchProxy.xml", + "ref/netstandard1.3/zh-hant/System.Reflection.DispatchProxy.xml", + "ref/netstandard2.0/System.Reflection.DispatchProxy.dll", + "ref/netstandard2.0/System.Reflection.DispatchProxy.xml", + "ref/uap10.0.16299/System.Reflection.DispatchProxy.dll", + "ref/uap10.0.16299/System.Reflection.DispatchProxy.xml", + "ref/uap10.0.16300/System.Reflection.DispatchProxy.dll", + "ref/uap10.0.16300/System.Reflection.DispatchProxy.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Reflection.DispatchProxy.dll", + "runtimes/win-aot/lib/uap10.0.16299/System.Reflection.DispatchProxy.dll", + "runtimes/win/lib/uap10.0.16299/System.Reflection.DispatchProxy.dll", + "system.reflection.dispatchproxy.4.5.0.nupkg.sha512", + "system.reflection.dispatchproxy.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Reflection.Emit/4.7.0": { + "sha512": "VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==", + "type": "package", + "path": "system.reflection.emit/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.dll", + "lib/netcoreapp2.0/_._", + "lib/netstandard1.1/System.Reflection.Emit.dll", + "lib/netstandard1.1/System.Reflection.Emit.xml", + "lib/netstandard1.3/System.Reflection.Emit.dll", + "lib/netstandard2.0/System.Reflection.Emit.dll", + "lib/netstandard2.0/System.Reflection.Emit.xml", + "lib/netstandard2.1/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcoreapp2.0/_._", + "ref/netstandard1.1/System.Reflection.Emit.dll", + "ref/netstandard1.1/System.Reflection.Emit.xml", + "ref/netstandard1.1/de/System.Reflection.Emit.xml", + "ref/netstandard1.1/es/System.Reflection.Emit.xml", + "ref/netstandard1.1/fr/System.Reflection.Emit.xml", + "ref/netstandard1.1/it/System.Reflection.Emit.xml", + "ref/netstandard1.1/ja/System.Reflection.Emit.xml", + "ref/netstandard1.1/ko/System.Reflection.Emit.xml", + "ref/netstandard1.1/ru/System.Reflection.Emit.xml", + "ref/netstandard1.1/zh-hans/System.Reflection.Emit.xml", + "ref/netstandard1.1/zh-hant/System.Reflection.Emit.xml", + "ref/netstandard2.0/System.Reflection.Emit.dll", + "ref/netstandard2.0/System.Reflection.Emit.xml", + "ref/netstandard2.1/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Reflection.Emit.dll", + "runtimes/aot/lib/netcore50/System.Reflection.Emit.xml", + "system.reflection.emit.4.7.0.nupkg.sha512", + "system.reflection.emit.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Reflection.Emit.ILGeneration/4.7.0": { + "sha512": "AucBYo3DSI0IDxdUjKksBcQJXPHyoPyrCXYURW1WDsLI4M65Ar/goSHjdnHOAY9MiYDNKqDlIgaYm+zL2hA1KA==", + "type": "package", + "path": "system.reflection.emit.ilgeneration/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.ILGeneration.dll", + "lib/netcoreapp2.0/_._", + "lib/netstandard1.0/System.Reflection.Emit.ILGeneration.dll", + "lib/netstandard1.0/System.Reflection.Emit.ILGeneration.xml", + "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll", + "lib/netstandard2.0/System.Reflection.Emit.ILGeneration.dll", + "lib/netstandard2.0/System.Reflection.Emit.ILGeneration.xml", + "lib/netstandard2.1/_._", + "lib/portable-net45+wp8/_._", + "lib/wp80/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcoreapp2.0/_._", + "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll", + "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/de/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/es/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/fr/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/it/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ja/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ko/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ru/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard2.0/System.Reflection.Emit.ILGeneration.dll", + "ref/netstandard2.0/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard2.1/_._", + "ref/portable-net45+wp8/_._", + "ref/wp80/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Reflection.Emit.ILGeneration.dll", + "runtimes/aot/lib/netcore50/System.Reflection.Emit.ILGeneration.xml", + "system.reflection.emit.ilgeneration.4.7.0.nupkg.sha512", + "system.reflection.emit.ilgeneration.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Reflection.Emit.Lightweight/4.7.0": { + "sha512": "a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA==", + "type": "package", + "path": "system.reflection.emit.lightweight/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.Lightweight.dll", + "lib/netcoreapp2.0/_._", + "lib/netstandard1.0/System.Reflection.Emit.Lightweight.dll", + "lib/netstandard1.0/System.Reflection.Emit.Lightweight.xml", + "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll", + "lib/netstandard2.0/System.Reflection.Emit.Lightweight.dll", + "lib/netstandard2.0/System.Reflection.Emit.Lightweight.xml", + "lib/netstandard2.1/_._", + "lib/portable-net45+wp8/_._", + "lib/wp80/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcoreapp2.0/_._", + "ref/netstandard1.0/System.Reflection.Emit.Lightweight.dll", + "ref/netstandard1.0/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/de/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/es/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/fr/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/it/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ja/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ko/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ru/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard2.0/System.Reflection.Emit.Lightweight.dll", + "ref/netstandard2.0/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard2.1/_._", + "ref/portable-net45+wp8/_._", + "ref/wp80/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Reflection.Emit.Lightweight.dll", + "runtimes/aot/lib/netcore50/System.Reflection.Emit.Lightweight.xml", + "system.reflection.emit.lightweight.4.7.0.nupkg.sha512", + "system.reflection.emit.lightweight.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Reflection.Extensions/4.3.0": { + "sha512": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", + "type": "package", + "path": "system.reflection.extensions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Extensions.dll", + "ref/netcore50/System.Reflection.Extensions.xml", + "ref/netcore50/de/System.Reflection.Extensions.xml", + "ref/netcore50/es/System.Reflection.Extensions.xml", + "ref/netcore50/fr/System.Reflection.Extensions.xml", + "ref/netcore50/it/System.Reflection.Extensions.xml", + "ref/netcore50/ja/System.Reflection.Extensions.xml", + "ref/netcore50/ko/System.Reflection.Extensions.xml", + "ref/netcore50/ru/System.Reflection.Extensions.xml", + "ref/netcore50/zh-hans/System.Reflection.Extensions.xml", + "ref/netcore50/zh-hant/System.Reflection.Extensions.xml", + "ref/netstandard1.0/System.Reflection.Extensions.dll", + "ref/netstandard1.0/System.Reflection.Extensions.xml", + "ref/netstandard1.0/de/System.Reflection.Extensions.xml", + "ref/netstandard1.0/es/System.Reflection.Extensions.xml", + "ref/netstandard1.0/fr/System.Reflection.Extensions.xml", + "ref/netstandard1.0/it/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ja/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ko/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ru/System.Reflection.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Extensions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.reflection.extensions.4.3.0.nupkg.sha512", + "system.reflection.extensions.nuspec" + ] + }, + "System.Reflection.Metadata/1.6.0": { + "sha512": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==", + "type": "package", + "path": "system.reflection.metadata/1.6.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", + "lib/netstandard2.0/System.Reflection.Metadata.dll", + "lib/netstandard2.0/System.Reflection.Metadata.xml", + "lib/portable-net45+win8/System.Reflection.Metadata.dll", + "lib/portable-net45+win8/System.Reflection.Metadata.xml", + "system.reflection.metadata.1.6.0.nupkg.sha512", + "system.reflection.metadata.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Reflection.Primitives/4.3.0": { + "sha512": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", + "type": "package", + "path": "system.reflection.primitives/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/netcore50/de/System.Reflection.Primitives.xml", + "ref/netcore50/es/System.Reflection.Primitives.xml", + "ref/netcore50/fr/System.Reflection.Primitives.xml", + "ref/netcore50/it/System.Reflection.Primitives.xml", + "ref/netcore50/ja/System.Reflection.Primitives.xml", + "ref/netcore50/ko/System.Reflection.Primitives.xml", + "ref/netcore50/ru/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hans/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hant/System.Reflection.Primitives.xml", + "ref/netstandard1.0/System.Reflection.Primitives.dll", + "ref/netstandard1.0/System.Reflection.Primitives.xml", + "ref/netstandard1.0/de/System.Reflection.Primitives.xml", + "ref/netstandard1.0/es/System.Reflection.Primitives.xml", + "ref/netstandard1.0/fr/System.Reflection.Primitives.xml", + "ref/netstandard1.0/it/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ja/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ko/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ru/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.reflection.primitives.4.3.0.nupkg.sha512", + "system.reflection.primitives.nuspec" + ] + }, + "System.Reflection.TypeExtensions/4.3.0": { + "sha512": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", + "type": "package", + "path": "system.reflection.typeextensions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Reflection.TypeExtensions.dll", + "lib/net462/System.Reflection.TypeExtensions.dll", + "lib/netcore50/System.Reflection.TypeExtensions.dll", + "lib/netstandard1.5/System.Reflection.TypeExtensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Reflection.TypeExtensions.dll", + "ref/net462/System.Reflection.TypeExtensions.dll", + "ref/netstandard1.3/System.Reflection.TypeExtensions.dll", + "ref/netstandard1.3/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/de/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/es/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/fr/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/it/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/ja/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/ko/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/ru/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/zh-hans/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/zh-hant/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/System.Reflection.TypeExtensions.dll", + "ref/netstandard1.5/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/de/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/es/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/fr/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/it/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/ja/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/ko/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/ru/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/zh-hans/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/zh-hant/System.Reflection.TypeExtensions.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Reflection.TypeExtensions.dll", + "system.reflection.typeextensions.4.3.0.nupkg.sha512", + "system.reflection.typeextensions.nuspec" + ] + }, + "System.Resources.ResourceManager/4.3.0": { + "sha512": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", + "type": "package", + "path": "system.resources.resourcemanager/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/netcore50/System.Resources.ResourceManager.xml", + "ref/netcore50/de/System.Resources.ResourceManager.xml", + "ref/netcore50/es/System.Resources.ResourceManager.xml", + "ref/netcore50/fr/System.Resources.ResourceManager.xml", + "ref/netcore50/it/System.Resources.ResourceManager.xml", + "ref/netcore50/ja/System.Resources.ResourceManager.xml", + "ref/netcore50/ko/System.Resources.ResourceManager.xml", + "ref/netcore50/ru/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/System.Resources.ResourceManager.dll", + "ref/netstandard1.0/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/de/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/es/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/it/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.resources.resourcemanager.4.3.0.nupkg.sha512", + "system.resources.resourcemanager.nuspec" + ] + }, + "System.Runtime/4.3.0": { + "sha512": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", + "type": "package", + "path": "system.runtime/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Runtime.dll", + "lib/portable-net45+win8+wp80+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Runtime.dll", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", + "ref/netcore50/de/System.Runtime.xml", + "ref/netcore50/es/System.Runtime.xml", + "ref/netcore50/fr/System.Runtime.xml", + "ref/netcore50/it/System.Runtime.xml", + "ref/netcore50/ja/System.Runtime.xml", + "ref/netcore50/ko/System.Runtime.xml", + "ref/netcore50/ru/System.Runtime.xml", + "ref/netcore50/zh-hans/System.Runtime.xml", + "ref/netcore50/zh-hant/System.Runtime.xml", + "ref/netstandard1.0/System.Runtime.dll", + "ref/netstandard1.0/System.Runtime.xml", + "ref/netstandard1.0/de/System.Runtime.xml", + "ref/netstandard1.0/es/System.Runtime.xml", + "ref/netstandard1.0/fr/System.Runtime.xml", + "ref/netstandard1.0/it/System.Runtime.xml", + "ref/netstandard1.0/ja/System.Runtime.xml", + "ref/netstandard1.0/ko/System.Runtime.xml", + "ref/netstandard1.0/ru/System.Runtime.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.xml", + "ref/netstandard1.2/System.Runtime.dll", + "ref/netstandard1.2/System.Runtime.xml", + "ref/netstandard1.2/de/System.Runtime.xml", + "ref/netstandard1.2/es/System.Runtime.xml", + "ref/netstandard1.2/fr/System.Runtime.xml", + "ref/netstandard1.2/it/System.Runtime.xml", + "ref/netstandard1.2/ja/System.Runtime.xml", + "ref/netstandard1.2/ko/System.Runtime.xml", + "ref/netstandard1.2/ru/System.Runtime.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.xml", + "ref/netstandard1.3/System.Runtime.dll", + "ref/netstandard1.3/System.Runtime.xml", + "ref/netstandard1.3/de/System.Runtime.xml", + "ref/netstandard1.3/es/System.Runtime.xml", + "ref/netstandard1.3/fr/System.Runtime.xml", + "ref/netstandard1.3/it/System.Runtime.xml", + "ref/netstandard1.3/ja/System.Runtime.xml", + "ref/netstandard1.3/ko/System.Runtime.xml", + "ref/netstandard1.3/ru/System.Runtime.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.xml", + "ref/netstandard1.5/System.Runtime.dll", + "ref/netstandard1.5/System.Runtime.xml", + "ref/netstandard1.5/de/System.Runtime.xml", + "ref/netstandard1.5/es/System.Runtime.xml", + "ref/netstandard1.5/fr/System.Runtime.xml", + "ref/netstandard1.5/it/System.Runtime.xml", + "ref/netstandard1.5/ja/System.Runtime.xml", + "ref/netstandard1.5/ko/System.Runtime.xml", + "ref/netstandard1.5/ru/System.Runtime.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.xml", + "ref/portable-net45+win8+wp80+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.4.3.0.nupkg.sha512", + "system.runtime.nuspec" + ] + }, + "System.Runtime.Caching/5.0.0": { + "sha512": "30D6MkO8WF9jVGWZIP0hmCN8l9BTY4LCsAzLIe4xFSXzs+AjDotR7DpSmj27pFskDURzUvqYYY0ikModgBTxWw==", + "type": "package", + "path": "system.runtime.caching/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netstandard2.0/System.Runtime.Caching.dll", + "lib/netstandard2.0/System.Runtime.Caching.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netstandard2.0/System.Runtime.Caching.dll", + "ref/netstandard2.0/System.Runtime.Caching.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/win/lib/net45/_._", + "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll", + "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.xml", + "system.runtime.caching.5.0.0.nupkg.sha512", + "system.runtime.caching.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Runtime.CompilerServices.Unsafe/5.0.0": { + "sha512": "ZD9TMpsmYJLrxbbmdvhwt9YEgG5WntEnZ/d1eH8JBX9LBp+Ju8BSBhUGbZMNVHHomWo2KVImJhTDl2hIgw/6MA==", + "type": "package", + "path": "system.runtime.compilerservices.unsafe/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net45/System.Runtime.CompilerServices.Unsafe.dll", + "lib/net45/System.Runtime.CompilerServices.Unsafe.xml", + "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.xml", + "lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml", + "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", + "ref/net461/System.Runtime.CompilerServices.Unsafe.dll", + "ref/net461/System.Runtime.CompilerServices.Unsafe.xml", + "ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll", + "ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml", + "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", + "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", + "ref/netstandard2.1/System.Runtime.CompilerServices.Unsafe.dll", + "ref/netstandard2.1/System.Runtime.CompilerServices.Unsafe.xml", + "system.runtime.compilerservices.unsafe.5.0.0.nupkg.sha512", + "system.runtime.compilerservices.unsafe.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Runtime.Extensions/4.3.0": { + "sha512": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", + "type": "package", + "path": "system.runtime.extensions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Runtime.Extensions.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", + "ref/netcore50/de/System.Runtime.Extensions.xml", + "ref/netcore50/es/System.Runtime.Extensions.xml", + "ref/netcore50/fr/System.Runtime.Extensions.xml", + "ref/netcore50/it/System.Runtime.Extensions.xml", + "ref/netcore50/ja/System.Runtime.Extensions.xml", + "ref/netcore50/ko/System.Runtime.Extensions.xml", + "ref/netcore50/ru/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.0/System.Runtime.Extensions.dll", + "ref/netstandard1.0/System.Runtime.Extensions.xml", + "ref/netstandard1.0/de/System.Runtime.Extensions.xml", + "ref/netstandard1.0/es/System.Runtime.Extensions.xml", + "ref/netstandard1.0/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.0/it/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.3/System.Runtime.Extensions.dll", + "ref/netstandard1.3/System.Runtime.Extensions.xml", + "ref/netstandard1.3/de/System.Runtime.Extensions.xml", + "ref/netstandard1.3/es/System.Runtime.Extensions.xml", + "ref/netstandard1.3/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.3/it/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.5/System.Runtime.Extensions.dll", + "ref/netstandard1.5/System.Runtime.Extensions.xml", + "ref/netstandard1.5/de/System.Runtime.Extensions.xml", + "ref/netstandard1.5/es/System.Runtime.Extensions.xml", + "ref/netstandard1.5/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.5/it/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.extensions.4.3.0.nupkg.sha512", + "system.runtime.extensions.nuspec" + ] + }, + "System.Runtime.Handles/4.3.0": { + "sha512": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", + "type": "package", + "path": "system.runtime.handles/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/netstandard1.3/System.Runtime.Handles.dll", + "ref/netstandard1.3/System.Runtime.Handles.xml", + "ref/netstandard1.3/de/System.Runtime.Handles.xml", + "ref/netstandard1.3/es/System.Runtime.Handles.xml", + "ref/netstandard1.3/fr/System.Runtime.Handles.xml", + "ref/netstandard1.3/it/System.Runtime.Handles.xml", + "ref/netstandard1.3/ja/System.Runtime.Handles.xml", + "ref/netstandard1.3/ko/System.Runtime.Handles.xml", + "ref/netstandard1.3/ru/System.Runtime.Handles.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Handles.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Handles.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.handles.4.3.0.nupkg.sha512", + "system.runtime.handles.nuspec" + ] + }, + "System.Runtime.InteropServices/4.3.0": { + "sha512": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", + "type": "package", + "path": "system.runtime.interopservices/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Runtime.InteropServices.dll", + "lib/net463/System.Runtime.InteropServices.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Runtime.InteropServices.dll", + "ref/net463/System.Runtime.InteropServices.dll", + "ref/netcore50/System.Runtime.InteropServices.dll", + "ref/netcore50/System.Runtime.InteropServices.xml", + "ref/netcore50/de/System.Runtime.InteropServices.xml", + "ref/netcore50/es/System.Runtime.InteropServices.xml", + "ref/netcore50/fr/System.Runtime.InteropServices.xml", + "ref/netcore50/it/System.Runtime.InteropServices.xml", + "ref/netcore50/ja/System.Runtime.InteropServices.xml", + "ref/netcore50/ko/System.Runtime.InteropServices.xml", + "ref/netcore50/ru/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml", + "ref/netcoreapp1.1/System.Runtime.InteropServices.dll", + "ref/netstandard1.1/System.Runtime.InteropServices.dll", + "ref/netstandard1.1/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/System.Runtime.InteropServices.dll", + "ref/netstandard1.2/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/System.Runtime.InteropServices.dll", + "ref/netstandard1.3/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/System.Runtime.InteropServices.dll", + "ref/netstandard1.5/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.interopservices.4.3.0.nupkg.sha512", + "system.runtime.interopservices.nuspec" + ] + }, + "System.Security.AccessControl/5.0.0": { + "sha512": "dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==", + "type": "package", + "path": "system.security.accesscontrol/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net46/System.Security.AccessControl.dll", + "lib/net461/System.Security.AccessControl.dll", + "lib/net461/System.Security.AccessControl.xml", + "lib/netstandard1.3/System.Security.AccessControl.dll", + "lib/netstandard2.0/System.Security.AccessControl.dll", + "lib/netstandard2.0/System.Security.AccessControl.xml", + "lib/uap10.0.16299/_._", + "ref/net46/System.Security.AccessControl.dll", + "ref/net461/System.Security.AccessControl.dll", + "ref/net461/System.Security.AccessControl.xml", + "ref/netstandard1.3/System.Security.AccessControl.dll", + "ref/netstandard1.3/System.Security.AccessControl.xml", + "ref/netstandard1.3/de/System.Security.AccessControl.xml", + "ref/netstandard1.3/es/System.Security.AccessControl.xml", + "ref/netstandard1.3/fr/System.Security.AccessControl.xml", + "ref/netstandard1.3/it/System.Security.AccessControl.xml", + "ref/netstandard1.3/ja/System.Security.AccessControl.xml", + "ref/netstandard1.3/ko/System.Security.AccessControl.xml", + "ref/netstandard1.3/ru/System.Security.AccessControl.xml", + "ref/netstandard1.3/zh-hans/System.Security.AccessControl.xml", + "ref/netstandard1.3/zh-hant/System.Security.AccessControl.xml", + "ref/netstandard2.0/System.Security.AccessControl.dll", + "ref/netstandard2.0/System.Security.AccessControl.xml", + "ref/uap10.0.16299/_._", + "runtimes/win/lib/net46/System.Security.AccessControl.dll", + "runtimes/win/lib/net461/System.Security.AccessControl.dll", + "runtimes/win/lib/net461/System.Security.AccessControl.xml", + "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll", + "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.xml", + "runtimes/win/lib/netstandard1.3/System.Security.AccessControl.dll", + "runtimes/win/lib/uap10.0.16299/_._", + "system.security.accesscontrol.5.0.0.nupkg.sha512", + "system.security.accesscontrol.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Security.Cryptography.Cng/5.0.0": { + "sha512": "jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==", + "type": "package", + "path": "system.security.cryptography.cng/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Cng.dll", + "lib/net461/System.Security.Cryptography.Cng.dll", + "lib/net461/System.Security.Cryptography.Cng.xml", + "lib/net462/System.Security.Cryptography.Cng.dll", + "lib/net462/System.Security.Cryptography.Cng.xml", + "lib/net47/System.Security.Cryptography.Cng.dll", + "lib/net47/System.Security.Cryptography.Cng.xml", + "lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll", + "lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll", + "lib/netcoreapp3.0/System.Security.Cryptography.Cng.xml", + "lib/netstandard1.3/System.Security.Cryptography.Cng.dll", + "lib/netstandard1.4/System.Security.Cryptography.Cng.dll", + "lib/netstandard1.6/System.Security.Cryptography.Cng.dll", + "lib/netstandard2.0/System.Security.Cryptography.Cng.dll", + "lib/netstandard2.0/System.Security.Cryptography.Cng.xml", + "lib/netstandard2.1/System.Security.Cryptography.Cng.dll", + "lib/netstandard2.1/System.Security.Cryptography.Cng.xml", + "lib/uap10.0.16299/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Cng.dll", + "ref/net461/System.Security.Cryptography.Cng.dll", + "ref/net461/System.Security.Cryptography.Cng.xml", + "ref/net462/System.Security.Cryptography.Cng.dll", + "ref/net462/System.Security.Cryptography.Cng.xml", + "ref/net47/System.Security.Cryptography.Cng.dll", + "ref/net47/System.Security.Cryptography.Cng.xml", + "ref/netcoreapp2.0/System.Security.Cryptography.Cng.dll", + "ref/netcoreapp2.0/System.Security.Cryptography.Cng.xml", + "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll", + "ref/netcoreapp2.1/System.Security.Cryptography.Cng.xml", + "ref/netcoreapp3.0/System.Security.Cryptography.Cng.dll", + "ref/netcoreapp3.0/System.Security.Cryptography.Cng.xml", + "ref/netstandard1.3/System.Security.Cryptography.Cng.dll", + "ref/netstandard1.4/System.Security.Cryptography.Cng.dll", + "ref/netstandard1.6/System.Security.Cryptography.Cng.dll", + "ref/netstandard2.0/System.Security.Cryptography.Cng.dll", + "ref/netstandard2.0/System.Security.Cryptography.Cng.xml", + "ref/netstandard2.1/System.Security.Cryptography.Cng.dll", + "ref/netstandard2.1/System.Security.Cryptography.Cng.xml", + "ref/uap10.0.16299/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/win/lib/net46/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/net461/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/net461/System.Security.Cryptography.Cng.xml", + "runtimes/win/lib/net462/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/net462/System.Security.Cryptography.Cng.xml", + "runtimes/win/lib/net47/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/net47/System.Security.Cryptography.Cng.xml", + "runtimes/win/lib/netcoreapp2.0/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Cng.xml", + "runtimes/win/lib/netstandard1.4/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/uap10.0.16299/_._", + "system.security.cryptography.cng.5.0.0.nupkg.sha512", + "system.security.cryptography.cng.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Security.Cryptography.Pkcs/5.0.1": { + "sha512": "9ualfJXOMrjW/E4z73cGHVcAvFMCCnMZQE+8xME9eX70bTZ0UAJCstG0khsMvL8B+9c9qw+ktowt1fN0BffMnQ==", + "type": "package", + "path": "system.security.cryptography.pkcs/5.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net46/System.Security.Cryptography.Pkcs.dll", + "lib/net461/System.Security.Cryptography.Pkcs.dll", + "lib/net461/System.Security.Cryptography.Pkcs.xml", + "lib/netcoreapp2.1/System.Security.Cryptography.Pkcs.dll", + "lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll", + "lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.xml", + "lib/netstandard1.3/System.Security.Cryptography.Pkcs.dll", + "lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll", + "lib/netstandard2.0/System.Security.Cryptography.Pkcs.xml", + "lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll", + "lib/netstandard2.1/System.Security.Cryptography.Pkcs.xml", + "ref/net46/System.Security.Cryptography.Pkcs.dll", + "ref/net461/System.Security.Cryptography.Pkcs.dll", + "ref/net461/System.Security.Cryptography.Pkcs.xml", + "ref/netcoreapp2.1/System.Security.Cryptography.Pkcs.dll", + "ref/netcoreapp2.1/System.Security.Cryptography.Pkcs.xml", + "ref/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll", + "ref/netcoreapp3.0/System.Security.Cryptography.Pkcs.xml", + "ref/netstandard1.3/System.Security.Cryptography.Pkcs.dll", + "ref/netstandard2.0/System.Security.Cryptography.Pkcs.dll", + "ref/netstandard2.0/System.Security.Cryptography.Pkcs.xml", + "ref/netstandard2.1/System.Security.Cryptography.Pkcs.dll", + "ref/netstandard2.1/System.Security.Cryptography.Pkcs.xml", + "runtimes/win/lib/net46/System.Security.Cryptography.Pkcs.dll", + "runtimes/win/lib/net461/System.Security.Cryptography.Pkcs.dll", + "runtimes/win/lib/net461/System.Security.Cryptography.Pkcs.xml", + "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Pkcs.dll", + "runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll", + "runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.xml", + "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Pkcs.dll", + "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll", + "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.Pkcs.xml", + "runtimes/win/lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll", + "runtimes/win/lib/netstandard2.1/System.Security.Cryptography.Pkcs.xml", + "system.security.cryptography.pkcs.5.0.1.nupkg.sha512", + "system.security.cryptography.pkcs.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Security.Cryptography.ProtectedData/5.0.0": { + "sha512": "HGxMSAFAPLNoxBvSfW08vHde0F9uh7BjASwu6JF9JnXuEPhCY3YUqURn0+bQV/4UWeaqymmrHWV+Aw9riQCtCA==", + "type": "package", + "path": "system.security.cryptography.protecteddata/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.ProtectedData.dll", + "lib/net461/System.Security.Cryptography.ProtectedData.dll", + "lib/net461/System.Security.Cryptography.ProtectedData.xml", + "lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll", + "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", + "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.ProtectedData.dll", + "ref/net461/System.Security.Cryptography.ProtectedData.dll", + "ref/net461/System.Security.Cryptography.ProtectedData.xml", + "ref/netstandard1.3/System.Security.Cryptography.ProtectedData.dll", + "ref/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", + "ref/netstandard2.0/System.Security.Cryptography.ProtectedData.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/win/lib/net46/System.Security.Cryptography.ProtectedData.dll", + "runtimes/win/lib/net461/System.Security.Cryptography.ProtectedData.dll", + "runtimes/win/lib/net461/System.Security.Cryptography.ProtectedData.xml", + "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll", + "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", + "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.xml", + "system.security.cryptography.protecteddata.5.0.0.nupkg.sha512", + "system.security.cryptography.protecteddata.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Security.Cryptography.Xml/5.0.0": { + "sha512": "MYmkHtCW+paFmPGFDktnLdOeH3zUrNchbZNki87E1ejNSMm9enSRbJokmvFrsWUrDE4bRE1lVeAle01+t6SGhA==", + "type": "package", + "path": "system.security.cryptography.xml/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.Security.Cryptography.Xml.dll", + "lib/net461/System.Security.Cryptography.Xml.xml", + "lib/netstandard2.0/System.Security.Cryptography.Xml.dll", + "lib/netstandard2.0/System.Security.Cryptography.Xml.xml", + "ref/net461/System.Security.Cryptography.Xml.dll", + "ref/net461/System.Security.Cryptography.Xml.xml", + "ref/netstandard2.0/System.Security.Cryptography.Xml.dll", + "ref/netstandard2.0/System.Security.Cryptography.Xml.xml", + "system.security.cryptography.xml.5.0.0.nupkg.sha512", + "system.security.cryptography.xml.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Security.Permissions/5.0.0": { + "sha512": "uE8juAhEkp7KDBCdjDIE3H9R1HJuEHqeqX8nLX9gmYKWwsqk3T5qZlPx8qle5DPKimC/Fy3AFTdV7HamgCh9qQ==", + "type": "package", + "path": "system.security.permissions/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.Security.Permissions.dll", + "lib/net461/System.Security.Permissions.xml", + "lib/net5.0/System.Security.Permissions.dll", + "lib/net5.0/System.Security.Permissions.xml", + "lib/netcoreapp3.0/System.Security.Permissions.dll", + "lib/netcoreapp3.0/System.Security.Permissions.xml", + "lib/netstandard2.0/System.Security.Permissions.dll", + "lib/netstandard2.0/System.Security.Permissions.xml", + "ref/net461/System.Security.Permissions.dll", + "ref/net461/System.Security.Permissions.xml", + "ref/net5.0/System.Security.Permissions.dll", + "ref/net5.0/System.Security.Permissions.xml", + "ref/netcoreapp3.0/System.Security.Permissions.dll", + "ref/netcoreapp3.0/System.Security.Permissions.xml", + "ref/netstandard2.0/System.Security.Permissions.dll", + "ref/netstandard2.0/System.Security.Permissions.xml", + "system.security.permissions.5.0.0.nupkg.sha512", + "system.security.permissions.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Security.Principal.Windows/5.0.0": { + "sha512": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==", + "type": "package", + "path": "system.security.principal.windows/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net46/System.Security.Principal.Windows.dll", + "lib/net461/System.Security.Principal.Windows.dll", + "lib/net461/System.Security.Principal.Windows.xml", + "lib/netstandard1.3/System.Security.Principal.Windows.dll", + "lib/netstandard2.0/System.Security.Principal.Windows.dll", + "lib/netstandard2.0/System.Security.Principal.Windows.xml", + "lib/uap10.0.16299/_._", + "ref/net46/System.Security.Principal.Windows.dll", + "ref/net461/System.Security.Principal.Windows.dll", + "ref/net461/System.Security.Principal.Windows.xml", + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll", + "ref/netcoreapp3.0/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/System.Security.Principal.Windows.dll", + "ref/netstandard1.3/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/de/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/es/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/it/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml", + "ref/netstandard2.0/System.Security.Principal.Windows.dll", + "ref/netstandard2.0/System.Security.Principal.Windows.xml", + "ref/uap10.0.16299/_._", + "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", + "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", + "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll", + "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", + "runtimes/win/lib/net46/System.Security.Principal.Windows.dll", + "runtimes/win/lib/net461/System.Security.Principal.Windows.dll", + "runtimes/win/lib/net461/System.Security.Principal.Windows.xml", + "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", + "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll", + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", + "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll", + "runtimes/win/lib/uap10.0.16299/_._", + "system.security.principal.windows.5.0.0.nupkg.sha512", + "system.security.principal.windows.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.ServiceModel.Duplex/4.7.0": { + "sha512": "7GBKQc2QWRxnEVQ49zMKq3z3RFKaHhhWjfMWhp+DP+dgfp0X4Szln/eL+UQumOKvv+sTU5bhOXjnJg5045liCA==", + "type": "package", + "path": "system.servicemodel.duplex/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net461/System.ServiceModel.Duplex.dll", + "lib/net461/System.ServiceModel.Duplex.pdb", + "lib/netcore50/System.ServiceModel.Duplex.dll", + "lib/netstandard1.3/System.ServiceModel.Duplex.dll", + "lib/netstandard2.0/System.ServiceModel.Duplex.dll", + "lib/netstandard2.0/System.ServiceModel.Duplex.pdb", + "lib/portable-net45+win8/_._", + "lib/win8/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net461/System.ServiceModel.Duplex.dll", + "ref/netcore50/System.ServiceModel.Duplex.dll", + "ref/netstandard1.1/System.ServiceModel.Duplex.dll", + "ref/netstandard2.0/System.ServiceModel.Duplex.dll", + "ref/portable-net45+win8/_._", + "ref/win8/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.servicemodel.duplex.4.7.0.nupkg.sha512", + "system.servicemodel.duplex.nuspec" + ] + }, + "System.ServiceModel.Http/4.7.0": { + "sha512": "+BB61ycl1cSlRbJDpABoqMa7bRE4boJfK1CfWfbNzTGeADFVmDkhylpfmC1bKloxtf95p2owj8/n7kilgRBAow==", + "type": "package", + "path": "system.servicemodel.http/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net46/System.ServiceModel.Http.dll", + "lib/net461/System.ServiceModel.Http.dll", + "lib/net461/System.ServiceModel.Http.pdb", + "lib/netcore50/System.ServiceModel.Http.dll", + "lib/netstandard1.3/System.ServiceModel.Http.dll", + "lib/netstandard2.0/System.ServiceModel.Http.dll", + "lib/netstandard2.0/System.ServiceModel.Http.pdb", + "lib/portable-net45+win8+wp8/_._", + "lib/win8/_._", + "lib/wp8/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net46/System.ServiceModel.Http.dll", + "ref/net461/System.ServiceModel.Http.dll", + "ref/netcore50/System.ServiceModel.Http.dll", + "ref/netstandard1.0/System.ServiceModel.Http.dll", + "ref/netstandard1.1/System.ServiceModel.Http.dll", + "ref/netstandard1.3/System.ServiceModel.Http.dll", + "ref/netstandard2.0/System.ServiceModel.Http.dll", + "ref/portable-net45+win8+wp8/_._", + "ref/win8/_._", + "ref/wp8/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.servicemodel.http.4.7.0.nupkg.sha512", + "system.servicemodel.http.nuspec" + ] + }, + "System.ServiceModel.NetTcp/4.7.0": { + "sha512": "snQgAc7kn4721eaus8nZ52eRu1QrdEnWGbru6I263hPWcISStntwHwSrT57Iwp1Z58b3Lz0J/hbjJhGP0yExOA==", + "type": "package", + "path": "system.servicemodel.nettcp/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net46/System.ServiceModel.NetTcp.dll", + "lib/net461/System.ServiceModel.NetTcp.dll", + "lib/net461/System.ServiceModel.NetTcp.pdb", + "lib/netcore50/System.ServiceModel.NetTcp.dll", + "lib/netstandard1.3/System.ServiceModel.NetTcp.dll", + "lib/netstandard2.0/System.ServiceModel.NetTcp.dll", + "lib/netstandard2.0/System.ServiceModel.NetTcp.pdb", + "lib/portable-net45+win8/_._", + "lib/win8/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net46/System.ServiceModel.NetTcp.dll", + "ref/net461/System.ServiceModel.NetTcp.dll", + "ref/netcore50/System.ServiceModel.NetTcp.dll", + "ref/netstandard1.1/System.ServiceModel.NetTcp.dll", + "ref/netstandard1.3/System.ServiceModel.NetTcp.dll", + "ref/netstandard2.0/System.ServiceModel.NetTcp.dll", + "ref/portable-net45+win8/_._", + "ref/win8/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.servicemodel.nettcp.4.7.0.nupkg.sha512", + "system.servicemodel.nettcp.nuspec" + ] + }, + "System.ServiceModel.Primitives/4.7.0": { + "sha512": "YUXIMO4kL1v6dUVptJGixAx/8Ai5trQzVn3gbk0mpwxh77kGAs+MyBRoHN/5ZoxtwNn4E1dq3N4rJCAgAUaiJA==", + "type": "package", + "path": "system.servicemodel.primitives/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net46/System.ServiceModel.Primitives.dll", + "lib/net461/System.ServiceModel.Primitives.dll", + "lib/net461/System.ServiceModel.Primitives.pdb", + "lib/netcore50/System.ServiceModel.Primitives.dll", + "lib/netcoreapp2.1/System.ServiceModel.Primitives.dll", + "lib/netcoreapp2.1/System.ServiceModel.Primitives.pdb", + "lib/netcoreapp2.1/System.ServiceModel.dll", + "lib/netstandard1.3/System.ServiceModel.Primitives.dll", + "lib/netstandard2.0/System.ServiceModel.Primitives.dll", + "lib/netstandard2.0/System.ServiceModel.Primitives.pdb", + "lib/netstandard2.0/System.ServiceModel.dll", + "lib/portable-net45+win8+wp8/_._", + "lib/win8/_._", + "lib/wp8/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net46/System.ServiceModel.Primitives.dll", + "ref/net461/System.ServiceModel.Primitives.dll", + "ref/netcore50/System.ServiceModel.Primitives.dll", + "ref/netcoreapp2.1/System.ServiceModel.Primitives.dll", + "ref/netcoreapp2.1/System.ServiceModel.dll", + "ref/netstandard1.0/System.ServiceModel.Primitives.dll", + "ref/netstandard1.1/System.ServiceModel.Primitives.dll", + "ref/netstandard1.3/System.ServiceModel.Primitives.dll", + "ref/netstandard2.0/System.ServiceModel.Primitives.dll", + "ref/netstandard2.0/System.ServiceModel.dll", + "ref/portable-net45+win8+wp8/_._", + "ref/win8/_._", + "ref/wp8/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.servicemodel.primitives.4.7.0.nupkg.sha512", + "system.servicemodel.primitives.nuspec" + ] + }, + "System.ServiceModel.Security/4.7.0": { + "sha512": "LjYrQRrP1rw+s/wieB+QIv3p6/oG2ucTfVpg5iWmX8/7+nfUxcqmy9l8rsbtYE8X8BEQnSq42OhWap/Dlhlh9Q==", + "type": "package", + "path": "system.servicemodel.security/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net461/System.ServiceModel.Security.dll", + "lib/net461/System.ServiceModel.Security.pdb", + "lib/netcore50/System.ServiceModel.Security.dll", + "lib/netstandard1.3/System.ServiceModel.Security.dll", + "lib/netstandard2.0/System.ServiceModel.Security.dll", + "lib/netstandard2.0/System.ServiceModel.Security.pdb", + "lib/portable-net45+win8+wp8/_._", + "lib/win8/_._", + "lib/wp8/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net461/System.ServiceModel.Security.dll", + "ref/netcore50/System.ServiceModel.Security.dll", + "ref/netstandard1.0/System.ServiceModel.Security.dll", + "ref/netstandard1.1/System.ServiceModel.Security.dll", + "ref/netstandard2.0/System.ServiceModel.Security.dll", + "ref/portable-net45+win8+wp8/_._", + "ref/win8/_._", + "ref/wp8/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.servicemodel.security.4.7.0.nupkg.sha512", + "system.servicemodel.security.nuspec" + ] + }, + "System.ServiceModel.Syndication/5.0.0": { + "sha512": "xjwRFydlevI/DMLlBcDRbOmofJTZNoJ0FCkEPdMw9i+85lDbl8Pw001LJKQbRSeHSVJCEuPfAvEuC1TAumxcmw==", + "type": "package", + "path": "system.servicemodel.syndication/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.ServiceModel.Syndication.dll", + "lib/net461/System.ServiceModel.Syndication.xml", + "lib/netstandard2.0/System.ServiceModel.Syndication.dll", + "lib/netstandard2.0/System.ServiceModel.Syndication.xml", + "ref/net461/System.ServiceModel.Syndication.dll", + "ref/net461/System.ServiceModel.Syndication.xml", + "ref/netcoreapp2.1/System.ServiceModel.Syndication.dll", + "ref/netcoreapp2.1/System.ServiceModel.Syndication.xml", + "ref/netstandard2.0/System.ServiceModel.Syndication.dll", + "ref/netstandard2.0/System.ServiceModel.Syndication.xml", + "runtimes/win/lib/net461/System.ServiceModel.Syndication.dll", + "runtimes/win/lib/net461/System.ServiceModel.Syndication.xml", + "system.servicemodel.syndication.5.0.0.nupkg.sha512", + "system.servicemodel.syndication.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.ServiceProcess.ServiceController/5.0.0": { + "sha512": "p2yX167GW1pr2DCR6cW+cBKrvhli4thckXk108faFaTPHnoudb0AYPcIPq3nmrwn7IQj9FEmjpyJlXzcOmIjjw==", + "type": "package", + "path": "system.serviceprocess.servicecontroller/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.ServiceProcess.ServiceController.dll", + "lib/net461/System.ServiceProcess.ServiceController.xml", + "lib/netstandard1.4/System.ServiceProcess.ServiceController.dll", + "lib/netstandard2.0/System.ServiceProcess.ServiceController.dll", + "lib/netstandard2.0/System.ServiceProcess.ServiceController.xml", + "ref/net461/System.ServiceProcess.ServiceController.dll", + "ref/net461/System.ServiceProcess.ServiceController.xml", + "ref/netstandard1.4/System.ServiceProcess.ServiceController.dll", + "ref/netstandard1.4/System.ServiceProcess.ServiceController.xml", + "ref/netstandard1.4/de/System.ServiceProcess.ServiceController.xml", + "ref/netstandard1.4/es/System.ServiceProcess.ServiceController.xml", + "ref/netstandard1.4/fr/System.ServiceProcess.ServiceController.xml", + "ref/netstandard1.4/it/System.ServiceProcess.ServiceController.xml", + "ref/netstandard1.4/ja/System.ServiceProcess.ServiceController.xml", + "ref/netstandard1.4/ko/System.ServiceProcess.ServiceController.xml", + "ref/netstandard1.4/ru/System.ServiceProcess.ServiceController.xml", + "ref/netstandard1.4/zh-hans/System.ServiceProcess.ServiceController.xml", + "ref/netstandard1.4/zh-hant/System.ServiceProcess.ServiceController.xml", + "ref/netstandard2.0/System.ServiceProcess.ServiceController.dll", + "ref/netstandard2.0/System.ServiceProcess.ServiceController.xml", + "runtimes/win/lib/net461/System.ServiceProcess.ServiceController.dll", + "runtimes/win/lib/net461/System.ServiceProcess.ServiceController.xml", + "runtimes/win/lib/netstandard1.5/System.ServiceProcess.ServiceController.dll", + "runtimes/win/lib/netstandard2.0/System.ServiceProcess.ServiceController.dll", + "runtimes/win/lib/netstandard2.0/System.ServiceProcess.ServiceController.xml", + "system.serviceprocess.servicecontroller.5.0.0.nupkg.sha512", + "system.serviceprocess.servicecontroller.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Text.Encoding/4.3.0": { + "sha512": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", + "type": "package", + "path": "system.text.encoding/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Text.Encoding.dll", + "ref/netcore50/System.Text.Encoding.xml", + "ref/netcore50/de/System.Text.Encoding.xml", + "ref/netcore50/es/System.Text.Encoding.xml", + "ref/netcore50/fr/System.Text.Encoding.xml", + "ref/netcore50/it/System.Text.Encoding.xml", + "ref/netcore50/ja/System.Text.Encoding.xml", + "ref/netcore50/ko/System.Text.Encoding.xml", + "ref/netcore50/ru/System.Text.Encoding.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.xml", + "ref/netstandard1.0/System.Text.Encoding.dll", + "ref/netstandard1.0/System.Text.Encoding.xml", + "ref/netstandard1.0/de/System.Text.Encoding.xml", + "ref/netstandard1.0/es/System.Text.Encoding.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.xml", + "ref/netstandard1.0/it/System.Text.Encoding.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml", + "ref/netstandard1.3/System.Text.Encoding.dll", + "ref/netstandard1.3/System.Text.Encoding.xml", + "ref/netstandard1.3/de/System.Text.Encoding.xml", + "ref/netstandard1.3/es/System.Text.Encoding.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.xml", + "ref/netstandard1.3/it/System.Text.Encoding.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.text.encoding.4.3.0.nupkg.sha512", + "system.text.encoding.nuspec" + ] + }, + "System.Text.Encoding.CodePages/5.0.0": { + "sha512": "NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==", + "type": "package", + "path": "system.text.encoding.codepages/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Text.Encoding.CodePages.dll", + "lib/net461/System.Text.Encoding.CodePages.dll", + "lib/net461/System.Text.Encoding.CodePages.xml", + "lib/netstandard1.3/System.Text.Encoding.CodePages.dll", + "lib/netstandard2.0/System.Text.Encoding.CodePages.dll", + "lib/netstandard2.0/System.Text.Encoding.CodePages.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/win/lib/net461/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/net461/System.Text.Encoding.CodePages.xml", + "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.xml", + "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.xml", + "system.text.encoding.codepages.5.0.0.nupkg.sha512", + "system.text.encoding.codepages.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Text.Encodings.Web/5.0.1": { + "sha512": "KmJ+CJXizDofbq6mpqDoRRLcxgOd2z9X3XoFNULSbvbqVRZkFX3istvr+MUjL6Zw1RT+RNdoI4GYidIINtgvqQ==", + "type": "package", + "path": "system.text.encodings.web/5.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.Text.Encodings.Web.dll", + "lib/net461/System.Text.Encodings.Web.xml", + "lib/netcoreapp3.0/System.Text.Encodings.Web.dll", + "lib/netcoreapp3.0/System.Text.Encodings.Web.xml", + "lib/netstandard1.0/System.Text.Encodings.Web.dll", + "lib/netstandard1.0/System.Text.Encodings.Web.xml", + "lib/netstandard2.0/System.Text.Encodings.Web.dll", + "lib/netstandard2.0/System.Text.Encodings.Web.xml", + "lib/netstandard2.1/System.Text.Encodings.Web.dll", + "lib/netstandard2.1/System.Text.Encodings.Web.xml", + "system.text.encodings.web.5.0.1.nupkg.sha512", + "system.text.encodings.web.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Threading/4.3.0": { + "sha512": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", + "type": "package", + "path": "system.threading/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Threading.dll", + "lib/netstandard1.3/System.Threading.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", + "ref/netcore50/de/System.Threading.xml", + "ref/netcore50/es/System.Threading.xml", + "ref/netcore50/fr/System.Threading.xml", + "ref/netcore50/it/System.Threading.xml", + "ref/netcore50/ja/System.Threading.xml", + "ref/netcore50/ko/System.Threading.xml", + "ref/netcore50/ru/System.Threading.xml", + "ref/netcore50/zh-hans/System.Threading.xml", + "ref/netcore50/zh-hant/System.Threading.xml", + "ref/netstandard1.0/System.Threading.dll", + "ref/netstandard1.0/System.Threading.xml", + "ref/netstandard1.0/de/System.Threading.xml", + "ref/netstandard1.0/es/System.Threading.xml", + "ref/netstandard1.0/fr/System.Threading.xml", + "ref/netstandard1.0/it/System.Threading.xml", + "ref/netstandard1.0/ja/System.Threading.xml", + "ref/netstandard1.0/ko/System.Threading.xml", + "ref/netstandard1.0/ru/System.Threading.xml", + "ref/netstandard1.0/zh-hans/System.Threading.xml", + "ref/netstandard1.0/zh-hant/System.Threading.xml", + "ref/netstandard1.3/System.Threading.dll", + "ref/netstandard1.3/System.Threading.xml", + "ref/netstandard1.3/de/System.Threading.xml", + "ref/netstandard1.3/es/System.Threading.xml", + "ref/netstandard1.3/fr/System.Threading.xml", + "ref/netstandard1.3/it/System.Threading.xml", + "ref/netstandard1.3/ja/System.Threading.xml", + "ref/netstandard1.3/ko/System.Threading.xml", + "ref/netstandard1.3/ru/System.Threading.xml", + "ref/netstandard1.3/zh-hans/System.Threading.xml", + "ref/netstandard1.3/zh-hant/System.Threading.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Threading.dll", + "system.threading.4.3.0.nupkg.sha512", + "system.threading.nuspec" + ] + }, + "System.Threading.AccessControl/5.0.0": { + "sha512": "WJ9w9m4iHJVq0VoH7hZvYAccbRq95itYRhAAXd6M4kVCzLmT6NqTwmSXKwp3oQilWHhYTXgqaIXxBfg8YaqtmA==", + "type": "package", + "path": "system.threading.accesscontrol/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net46/System.Threading.AccessControl.dll", + "lib/net461/System.Threading.AccessControl.dll", + "lib/net461/System.Threading.AccessControl.xml", + "lib/netstandard1.3/System.Threading.AccessControl.dll", + "lib/netstandard2.0/System.Threading.AccessControl.dll", + "lib/netstandard2.0/System.Threading.AccessControl.xml", + "ref/net46/System.Threading.AccessControl.dll", + "ref/net461/System.Threading.AccessControl.dll", + "ref/net461/System.Threading.AccessControl.xml", + "ref/netstandard1.3/System.Threading.AccessControl.dll", + "ref/netstandard1.3/System.Threading.AccessControl.xml", + "ref/netstandard1.3/de/System.Threading.AccessControl.xml", + "ref/netstandard1.3/es/System.Threading.AccessControl.xml", + "ref/netstandard1.3/fr/System.Threading.AccessControl.xml", + "ref/netstandard1.3/it/System.Threading.AccessControl.xml", + "ref/netstandard1.3/ja/System.Threading.AccessControl.xml", + "ref/netstandard1.3/ko/System.Threading.AccessControl.xml", + "ref/netstandard1.3/ru/System.Threading.AccessControl.xml", + "ref/netstandard1.3/zh-hans/System.Threading.AccessControl.xml", + "ref/netstandard1.3/zh-hant/System.Threading.AccessControl.xml", + "ref/netstandard2.0/System.Threading.AccessControl.dll", + "ref/netstandard2.0/System.Threading.AccessControl.xml", + "runtimes/win/lib/net46/System.Threading.AccessControl.dll", + "runtimes/win/lib/net461/System.Threading.AccessControl.dll", + "runtimes/win/lib/net461/System.Threading.AccessControl.xml", + "runtimes/win/lib/netstandard1.3/System.Threading.AccessControl.dll", + "runtimes/win/lib/netstandard2.0/System.Threading.AccessControl.dll", + "runtimes/win/lib/netstandard2.0/System.Threading.AccessControl.xml", + "system.threading.accesscontrol.5.0.0.nupkg.sha512", + "system.threading.accesscontrol.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Threading.Tasks/4.3.0": { + "sha512": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", + "type": "package", + "path": "system.threading.tasks/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Threading.Tasks.dll", + "ref/netcore50/System.Threading.Tasks.xml", + "ref/netcore50/de/System.Threading.Tasks.xml", + "ref/netcore50/es/System.Threading.Tasks.xml", + "ref/netcore50/fr/System.Threading.Tasks.xml", + "ref/netcore50/it/System.Threading.Tasks.xml", + "ref/netcore50/ja/System.Threading.Tasks.xml", + "ref/netcore50/ko/System.Threading.Tasks.xml", + "ref/netcore50/ru/System.Threading.Tasks.xml", + "ref/netcore50/zh-hans/System.Threading.Tasks.xml", + "ref/netcore50/zh-hant/System.Threading.Tasks.xml", + "ref/netstandard1.0/System.Threading.Tasks.dll", + "ref/netstandard1.0/System.Threading.Tasks.xml", + "ref/netstandard1.0/de/System.Threading.Tasks.xml", + "ref/netstandard1.0/es/System.Threading.Tasks.xml", + "ref/netstandard1.0/fr/System.Threading.Tasks.xml", + "ref/netstandard1.0/it/System.Threading.Tasks.xml", + "ref/netstandard1.0/ja/System.Threading.Tasks.xml", + "ref/netstandard1.0/ko/System.Threading.Tasks.xml", + "ref/netstandard1.0/ru/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml", + "ref/netstandard1.3/System.Threading.Tasks.dll", + "ref/netstandard1.3/System.Threading.Tasks.xml", + "ref/netstandard1.3/de/System.Threading.Tasks.xml", + "ref/netstandard1.3/es/System.Threading.Tasks.xml", + "ref/netstandard1.3/fr/System.Threading.Tasks.xml", + "ref/netstandard1.3/it/System.Threading.Tasks.xml", + "ref/netstandard1.3/ja/System.Threading.Tasks.xml", + "ref/netstandard1.3/ko/System.Threading.Tasks.xml", + "ref/netstandard1.3/ru/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.threading.tasks.4.3.0.nupkg.sha512", + "system.threading.tasks.nuspec" + ] + }, + "System.Threading.Tasks.Extensions/4.5.3": { + "sha512": "+MvhNtcvIbqmhANyKu91jQnvIRVSTiaOiFNfKWwXGHG48YAb4I/TyH8spsySiPYla7gKal5ZnF3teJqZAximyQ==", + "type": "package", + "path": "system.threading.tasks.extensions/4.5.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/netcoreapp2.1/_._", + "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", + "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml", + "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/netcoreapp2.1/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.threading.tasks.extensions.4.5.3.nupkg.sha512", + "system.threading.tasks.extensions.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Windows.Extensions/5.0.0": { + "sha512": "c1ho9WU9ZxMZawML+ssPKZfdnrg/OjR3pe0m9v8230z3acqphwvPJqzAkH54xRYm5ntZHGG1EPP3sux9H3qSPg==", + "type": "package", + "path": "system.windows.extensions/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/netcoreapp3.0/System.Windows.Extensions.dll", + "lib/netcoreapp3.0/System.Windows.Extensions.xml", + "ref/netcoreapp3.0/System.Windows.Extensions.dll", + "ref/netcoreapp3.0/System.Windows.Extensions.xml", + "runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll", + "runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.xml", + "system.windows.extensions.5.0.0.nupkg.sha512", + "system.windows.extensions.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + } + }, + "projectFileDependencyGroups": { + "net5.0-windows7.0": [ + "AudioControl.x64 >= 1.0.1", + "DotRas.for.Win8 >= 1.3.0", + "Microsoft.Management.Infrastructure >= 2.0.0", + "Microsoft.NETCore.Windows.ApiSets >= 1.0.1", + "Microsoft.NETCore.Windows.ApiSets-x64 >= 1.0.0", + "Microsoft.PowerShell.SDK >= 7.1.3", + "NAudio >= 2.0.1", + "NETStandard.Library >= 2.0.3", + "SimpleWifi.netstandard >= 2.0.0", + "System.Management >= 5.0.0" + ] + }, + "packageFolders": { + "C:\\Users\\סארט\\.nuget\\packages\\": {}, + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\NetWork.csproj", + "projectName": "NetWork", + "projectPath": "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\NetWork.csproj", + "packagesPath": "C:\\Users\\סארט\\.nuget\\packages\\", + "outputPath": "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\סארט\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net5.0-windows7.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Users\\סארט\\source\\repos\\NetWork": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net5.0-windows7.0": { + "targetAlias": "net5.0-windows7.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net5.0-windows7.0": { + "targetAlias": "net5.0-windows7.0", + "dependencies": { + "AudioControl.x64": { + "target": "Package", + "version": "[1.0.1, )" + }, + "DotRas.for.Win8": { + "target": "Package", + "version": "[1.3.0, )" + }, + "Microsoft.Management.Infrastructure": { + "target": "Package", + "version": "[2.0.0, )" + }, + "Microsoft.NETCore.Windows.ApiSets": { + "target": "Package", + "version": "[1.0.1, )" + }, + "Microsoft.NETCore.Windows.ApiSets-x64": { + "target": "Package", + "version": "[1.0.0, )" + }, + "Microsoft.PowerShell.SDK": { + "target": "Package", + "version": "[7.1.3, )" + }, + "NAudio": { + "target": "Package", + "version": "[2.0.1, )" + }, + "NETStandard.Library": { + "target": "Package", + "version": "[2.0.3, )" + }, + "SimpleWifi.netstandard": { + "target": "Package", + "version": "[2.0.0, )" + }, + "System.Management": { + "target": "Package", + "version": "[5.0.0, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.301\\RuntimeIdentifierGraph.json" + } + } + }, + "logs": [ + { + "code": "NU1701", + "level": "Warning", + "warningLevel": 1, + "message": "Package 'DotRas.for.Win8 1.3.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework 'net5.0-windows7.0'. This package may not be fully compatible with your project.", + "libraryId": "DotRas.for.Win8", + "targetGraphs": [ + "net5.0-windows7.0" + ] + } + ] +} \ No newline at end of file diff --git a/NetWork/NetWork/obj/project.nuget.cache b/NetWork/NetWork/obj/project.nuget.cache new file mode 100644 index 0000000..61eaf34 --- /dev/null +++ b/NetWork/NetWork/obj/project.nuget.cache @@ -0,0 +1,145 @@ +{ + "version": 2, + "dgSpecHash": "BhydSiOG2NBu0uLVWATFfYgnfBtndQZ/9pD0bWY8wy4gGFVPlWJKfua4yE919sMzabPkJFM5GWgKvqi6WhxWZQ==", + "success": true, + "projectFilePath": "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\NetWork.csproj", + "expectedPackageFiles": [ + "C:\\Users\\סארט\\.nuget\\packages\\audiocontrol.x64\\1.0.1\\audiocontrol.x64.1.0.1.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\dotras.for.win8\\1.3.0\\dotras.for.win8.1.3.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\markdig.signed\\0.21.1\\markdig.signed.0.21.1.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\microsoft.applicationinsights\\2.15.0\\microsoft.applicationinsights.2.15.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\microsoft.codeanalysis.analyzers\\3.0.0\\microsoft.codeanalysis.analyzers.3.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\microsoft.codeanalysis.common\\3.7.0\\microsoft.codeanalysis.common.3.7.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\microsoft.codeanalysis.csharp\\3.7.0\\microsoft.codeanalysis.csharp.3.7.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\microsoft.csharp\\4.3.0\\microsoft.csharp.4.3.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\microsoft.management.infrastructure\\2.0.0\\microsoft.management.infrastructure.2.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\microsoft.management.infrastructure.cimcmdlets\\7.1.3\\microsoft.management.infrastructure.cimcmdlets.7.1.3.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\microsoft.management.infrastructure.runtime.unix\\2.0.0\\microsoft.management.infrastructure.runtime.unix.2.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\microsoft.management.infrastructure.runtime.win\\2.0.0\\microsoft.management.infrastructure.runtime.win.2.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\microsoft.netcore.platforms\\5.0.1\\microsoft.netcore.platforms.5.0.1.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\microsoft.netcore.windows.apisets\\1.0.1\\microsoft.netcore.windows.apisets.1.0.1.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\microsoft.netcore.windows.apisets-x64\\1.0.0\\microsoft.netcore.windows.apisets-x64.1.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\microsoft.powershell.commands.diagnostics\\7.1.3\\microsoft.powershell.commands.diagnostics.7.1.3.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\microsoft.powershell.commands.management\\7.1.3\\microsoft.powershell.commands.management.7.1.3.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\microsoft.powershell.commands.utility\\7.1.3\\microsoft.powershell.commands.utility.7.1.3.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\microsoft.powershell.consolehost\\7.1.3\\microsoft.powershell.consolehost.7.1.3.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\microsoft.powershell.coreclr.eventing\\7.1.3\\microsoft.powershell.coreclr.eventing.7.1.3.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\microsoft.powershell.markdownrender\\7.1.3\\microsoft.powershell.markdownrender.7.1.3.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\microsoft.powershell.native\\7.1.0\\microsoft.powershell.native.7.1.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\microsoft.powershell.sdk\\7.1.3\\microsoft.powershell.sdk.7.1.3.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\microsoft.powershell.security\\7.1.3\\microsoft.powershell.security.7.1.3.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\microsoft.win32.registry\\5.0.0\\microsoft.win32.registry.5.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\microsoft.win32.registry.accesscontrol\\5.0.0\\microsoft.win32.registry.accesscontrol.5.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\microsoft.win32.systemevents\\5.0.0\\microsoft.win32.systemevents.5.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\microsoft.windows.compatibility\\5.0.0\\microsoft.windows.compatibility.5.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\microsoft.wsman.management\\7.1.3\\microsoft.wsman.management.7.1.3.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\microsoft.wsman.runtime\\7.1.3\\microsoft.wsman.runtime.7.1.3.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\namotion.reflection\\1.0.14\\namotion.reflection.1.0.14.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\naudio\\2.0.1\\naudio.2.0.1.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\naudio.asio\\2.0.0\\naudio.asio.2.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\naudio.core\\2.0.0\\naudio.core.2.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\naudio.midi\\2.0.1\\naudio.midi.2.0.1.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\naudio.wasapi\\2.0.0\\naudio.wasapi.2.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\naudio.winforms\\2.0.1\\naudio.winforms.2.0.1.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\naudio.winmm\\2.0.1\\naudio.winmm.2.0.1.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\netstandard.library\\2.0.3\\netstandard.library.2.0.3.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\newtonsoft.json\\12.0.3\\newtonsoft.json.12.0.3.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\njsonschema\\10.2.2\\njsonschema.10.2.2.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\runtime.linux-arm.runtime.native.system.io.ports\\5.0.0-rtm.20519.4\\runtime.linux-arm.runtime.native.system.io.ports.5.0.0-rtm.20519.4.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\runtime.linux-arm64.runtime.native.system.io.ports\\5.0.0-rtm.20519.4\\runtime.linux-arm64.runtime.native.system.io.ports.5.0.0-rtm.20519.4.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\runtime.linux-x64.runtime.native.system.io.ports\\5.0.0-rtm.20519.4\\runtime.linux-x64.runtime.native.system.io.ports.5.0.0-rtm.20519.4.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\runtime.native.system.data.sqlclient.sni\\4.7.0\\runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\runtime.native.system.io.ports\\5.0.0\\runtime.native.system.io.ports.5.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\runtime.osx-x64.runtime.native.system.io.ports\\5.0.0-rtm.20519.4\\runtime.osx-x64.runtime.native.system.io.ports.5.0.0-rtm.20519.4.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\runtime.win-arm64.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\runtime.win-x64.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\runtime.win-x86.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\simplewifi.netstandard\\2.0.0\\simplewifi.netstandard.2.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.codedom\\5.0.0\\system.codedom.5.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.collections.immutable\\1.5.0\\system.collections.immutable.1.5.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.componentmodel.composition\\5.0.0\\system.componentmodel.composition.5.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.componentmodel.composition.registration\\5.0.0\\system.componentmodel.composition.registration.5.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.configuration.configurationmanager\\5.0.0\\system.configuration.configurationmanager.5.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.data.datasetextensions\\4.5.0\\system.data.datasetextensions.4.5.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.data.odbc\\5.0.0\\system.data.odbc.5.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.data.oledb\\5.0.0\\system.data.oledb.5.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.data.sqlclient\\4.8.2\\system.data.sqlclient.4.8.2.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.diagnostics.debug\\4.3.0\\system.diagnostics.debug.4.3.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.diagnostics.diagnosticsource\\4.6.0\\system.diagnostics.diagnosticsource.4.6.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.diagnostics.eventlog\\5.0.1\\system.diagnostics.eventlog.5.0.1.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.diagnostics.performancecounter\\5.0.0\\system.diagnostics.performancecounter.5.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.directoryservices\\5.0.0\\system.directoryservices.5.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.directoryservices.accountmanagement\\5.0.0\\system.directoryservices.accountmanagement.5.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.directoryservices.protocols\\5.0.0\\system.directoryservices.protocols.5.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.drawing.common\\5.0.2\\system.drawing.common.5.0.2.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.dynamic.runtime\\4.3.0\\system.dynamic.runtime.4.3.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.formats.asn1\\5.0.0\\system.formats.asn1.5.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.globalization\\4.3.0\\system.globalization.4.3.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.io\\4.3.0\\system.io.4.3.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.io.filesystem.accesscontrol\\5.0.0\\system.io.filesystem.accesscontrol.5.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.io.packaging\\5.0.0\\system.io.packaging.5.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.io.pipes.accesscontrol\\5.0.0\\system.io.pipes.accesscontrol.5.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.io.ports\\5.0.0\\system.io.ports.5.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.linq\\4.3.0\\system.linq.4.3.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.linq.expressions\\4.3.0\\system.linq.expressions.4.3.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.management\\5.0.0\\system.management.5.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.management.automation\\7.1.3\\system.management.automation.7.1.3.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.memory\\4.5.4\\system.memory.4.5.4.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.net.http.winhttphandler\\5.0.0\\system.net.http.winhttphandler.5.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.objectmodel\\4.3.0\\system.objectmodel.4.3.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.private.servicemodel\\4.7.0\\system.private.servicemodel.4.7.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.reflection.context\\5.0.0\\system.reflection.context.5.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.reflection.dispatchproxy\\4.5.0\\system.reflection.dispatchproxy.4.5.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.reflection.emit\\4.7.0\\system.reflection.emit.4.7.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.reflection.emit.ilgeneration\\4.7.0\\system.reflection.emit.ilgeneration.4.7.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.reflection.emit.lightweight\\4.7.0\\system.reflection.emit.lightweight.4.7.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.reflection.extensions\\4.3.0\\system.reflection.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.reflection.metadata\\1.6.0\\system.reflection.metadata.1.6.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.reflection.primitives\\4.3.0\\system.reflection.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.reflection.typeextensions\\4.3.0\\system.reflection.typeextensions.4.3.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.resources.resourcemanager\\4.3.0\\system.resources.resourcemanager.4.3.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.runtime.caching\\5.0.0\\system.runtime.caching.5.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\5.0.0\\system.runtime.compilerservices.unsafe.5.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.runtime.handles\\4.3.0\\system.runtime.handles.4.3.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.runtime.interopservices\\4.3.0\\system.runtime.interopservices.4.3.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.security.accesscontrol\\5.0.0\\system.security.accesscontrol.5.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.security.cryptography.cng\\5.0.0\\system.security.cryptography.cng.5.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.security.cryptography.pkcs\\5.0.1\\system.security.cryptography.pkcs.5.0.1.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.security.cryptography.protecteddata\\5.0.0\\system.security.cryptography.protecteddata.5.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.security.cryptography.xml\\5.0.0\\system.security.cryptography.xml.5.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.security.permissions\\5.0.0\\system.security.permissions.5.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.security.principal.windows\\5.0.0\\system.security.principal.windows.5.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.servicemodel.duplex\\4.7.0\\system.servicemodel.duplex.4.7.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.servicemodel.http\\4.7.0\\system.servicemodel.http.4.7.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.servicemodel.nettcp\\4.7.0\\system.servicemodel.nettcp.4.7.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.servicemodel.primitives\\4.7.0\\system.servicemodel.primitives.4.7.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.servicemodel.security\\4.7.0\\system.servicemodel.security.4.7.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.servicemodel.syndication\\5.0.0\\system.servicemodel.syndication.5.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.serviceprocess.servicecontroller\\5.0.0\\system.serviceprocess.servicecontroller.5.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.text.encoding.codepages\\5.0.0\\system.text.encoding.codepages.5.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.text.encodings.web\\5.0.1\\system.text.encodings.web.5.0.1.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.threading\\4.3.0\\system.threading.4.3.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.threading.accesscontrol\\5.0.0\\system.threading.accesscontrol.5.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.threading.tasks.extensions\\4.5.3\\system.threading.tasks.extensions.4.5.3.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\system.windows.extensions\\5.0.0\\system.windows.extensions.5.0.0.nupkg.sha512" + ], + "logs": [ + { + "code": "NU1701", + "level": "Warning", + "warningLevel": 1, + "message": "Package 'DotRas.for.Win8 1.3.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework 'net5.0-windows7.0'. This package may not be fully compatible with your project.", + "libraryId": "DotRas.for.Win8", + "targetGraphs": [ + "net5.0-windows7.0" + ] + } + ] +} \ No newline at end of file diff --git a/NetWork/NetWork/obj/publish/win-x64/NetWork.csproj.nuget.dgspec.json b/NetWork/NetWork/obj/publish/win-x64/NetWork.csproj.nuget.dgspec.json new file mode 100644 index 0000000..57832ff --- /dev/null +++ b/NetWork/NetWork/obj/publish/win-x64/NetWork.csproj.nuget.dgspec.json @@ -0,0 +1,91 @@ +{ + "format": 1, + "restore": { + "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\NetWork.csproj": {} + }, + "projects": { + "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\NetWork.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\NetWork.csproj", + "projectName": "NetWork", + "projectPath": "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\NetWork.csproj", + "packagesPath": "C:\\Users\\סארט\\.nuget\\packages\\", + "outputPath": "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\obj\\publish\\win-x64\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\סארט\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net5.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net5.0": { + "targetAlias": "net5.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net5.0": { + "targetAlias": "net5.0", + "dependencies": { + "Microsoft.Extensions.FileSystemGlobbing": { + "target": "Package", + "version": "[5.0.0, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48" + ], + "assetTargetFallback": true, + "warn": true, + "downloadDependencies": [ + { + "name": "Microsoft.AspNetCore.App.Runtime.win-x64", + "version": "[5.0.7, 5.0.7]" + }, + { + "name": "Microsoft.NETCore.App.Runtime.win-x64", + "version": "[5.0.7, 5.0.7]" + }, + { + "name": "Microsoft.WindowsDesktop.App.Runtime.win-x64", + "version": "[5.0.7, 5.0.7]" + } + ], + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.301\\RuntimeIdentifierGraph.json" + } + }, + "runtimes": { + "win-x64": { + "#import": [] + } + } + } + } +} \ No newline at end of file diff --git a/NetWork/NetWork/obj/publish/win-x64/NetWork.csproj.nuget.g.props b/NetWork/NetWork/obj/publish/win-x64/NetWork.csproj.nuget.g.props new file mode 100644 index 0000000..1fef40e --- /dev/null +++ b/NetWork/NetWork/obj/publish/win-x64/NetWork.csproj.nuget.g.props @@ -0,0 +1,19 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\סארט\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages + PackageReference + 5.10.0 + + + + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + \ No newline at end of file diff --git a/NetWork/NetWork/obj/publish/win-x64/NetWork.csproj.nuget.g.targets b/NetWork/NetWork/obj/publish/win-x64/NetWork.csproj.nuget.g.targets new file mode 100644 index 0000000..53cfaa1 --- /dev/null +++ b/NetWork/NetWork/obj/publish/win-x64/NetWork.csproj.nuget.g.targets @@ -0,0 +1,6 @@ + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + \ No newline at end of file diff --git a/NetWork/NetWork/obj/publish/win-x64/project.assets.json b/NetWork/NetWork/obj/publish/win-x64/project.assets.json new file mode 100644 index 0000000..1e42cab --- /dev/null +++ b/NetWork/NetWork/obj/publish/win-x64/project.assets.json @@ -0,0 +1,141 @@ +{ + "version": 3, + "targets": { + "net5.0": { + "Microsoft.Extensions.FileSystemGlobbing/5.0.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": {} + } + } + }, + "net5.0/win-x64": { + "Microsoft.Extensions.FileSystemGlobbing/5.0.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": {} + } + } + } + }, + "libraries": { + "Microsoft.Extensions.FileSystemGlobbing/5.0.0": { + "sha512": "ArliS8lGk8sWRtrWpqI8yUVYJpRruPjCDT+EIjrgkA/AAPRctlAkRISVZ334chAKktTLzD1+PK8F5IZpGedSqA==", + "type": "package", + "path": "microsoft.extensions.filesystemglobbing/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/net461/Microsoft.Extensions.FileSystemGlobbing.xml", + "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.xml", + "microsoft.extensions.filesystemglobbing.5.0.0.nupkg.sha512", + "microsoft.extensions.filesystemglobbing.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + } + }, + "projectFileDependencyGroups": { + "net5.0": [ + "Microsoft.Extensions.FileSystemGlobbing >= 5.0.0" + ] + }, + "packageFolders": { + "C:\\Users\\סארט\\.nuget\\packages\\": {}, + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\NetWork.csproj", + "projectName": "NetWork", + "projectPath": "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\NetWork.csproj", + "packagesPath": "C:\\Users\\סארט\\.nuget\\packages\\", + "outputPath": "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\obj\\publish\\win-x64\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\סארט\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net5.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net5.0": { + "targetAlias": "net5.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net5.0": { + "targetAlias": "net5.0", + "dependencies": { + "Microsoft.Extensions.FileSystemGlobbing": { + "target": "Package", + "version": "[5.0.0, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48" + ], + "assetTargetFallback": true, + "warn": true, + "downloadDependencies": [ + { + "name": "Microsoft.AspNetCore.App.Runtime.win-x64", + "version": "[5.0.7, 5.0.7]" + }, + { + "name": "Microsoft.NETCore.App.Runtime.win-x64", + "version": "[5.0.7, 5.0.7]" + }, + { + "name": "Microsoft.WindowsDesktop.App.Runtime.win-x64", + "version": "[5.0.7, 5.0.7]" + } + ], + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.301\\RuntimeIdentifierGraph.json" + } + }, + "runtimes": { + "win-x64": { + "#import": [] + } + } + } +} \ No newline at end of file diff --git a/NetWork/NetWork/obj/publish/win-x64/project.nuget.cache b/NetWork/NetWork/obj/publish/win-x64/project.nuget.cache new file mode 100644 index 0000000..118d942 --- /dev/null +++ b/NetWork/NetWork/obj/publish/win-x64/project.nuget.cache @@ -0,0 +1,13 @@ +{ + "version": 2, + "dgSpecHash": "bMjlf2qSCrwvwyAoTPmdEvighgbXyxWv5ZrDDuZ5kcA558Y7UIPiY4JmXLHfwM2sEo2D3+o/sblliMTqmiea2A==", + "success": true, + "projectFilePath": "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\NetWork.csproj", + "expectedPackageFiles": [ + "C:\\Users\\סארט\\.nuget\\packages\\microsoft.extensions.filesystemglobbing\\5.0.0\\microsoft.extensions.filesystemglobbing.5.0.0.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\microsoft.netcore.app.runtime.win-x64\\5.0.7\\microsoft.netcore.app.runtime.win-x64.5.0.7.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\microsoft.windowsdesktop.app.runtime.win-x64\\5.0.7\\microsoft.windowsdesktop.app.runtime.win-x64.5.0.7.nupkg.sha512", + "C:\\Users\\סארט\\.nuget\\packages\\microsoft.aspnetcore.app.runtime.win-x64\\5.0.7\\microsoft.aspnetcore.app.runtime.win-x64.5.0.7.nupkg.sha512" + ], + "logs": [] +} \ No newline at end of file diff --git a/NetWork/Windows.Common/Properties/AssemblyInfo.cs b/NetWork/Windows.Common/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..17c3e91 --- /dev/null +++ b/NetWork/Windows.Common/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("Windows.Common.ManagedWifi")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("Windows.Common.ManagedWifi")] +[assembly: AssemblyCopyright("Copyright © 2015")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("ddfe602d-a0b5-4429-8b5c-e99155b6777a")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/NetWork/Windows.Common/Wifi/Interop.cs b/NetWork/Windows.Common/Wifi/Interop.cs new file mode 100644 index 0000000..8df0700 --- /dev/null +++ b/NetWork/Windows.Common/Wifi/Interop.cs @@ -0,0 +1,1606 @@ +using System; +using System.Runtime.InteropServices; +using System.Net.NetworkInformation; +using System.Text; +using System.Diagnostics; +using System.ComponentModel; + +namespace Windows.Common.Wifi +{ + // TODO: Separate the functions and the structs/enums. Many of the structs/enums should remain public + // (since they're reused in the OOP interfaces) -- the rest (including all P/Invoke function mappings) + // should become internal. + + // All structures which native methods rely on should be kept in the Wlan class. + // Only change the layout of those structures if it matches the native API documentation. + // Some structures might have helper properties but adding or changing fields is prohibited. + // This class is not documented since all the documentation resides in the MSDN. The code + // documentation only covers details which concern interop users. + // Some identifier names were modified to correspond to .NET naming conventions + // but otherwise retain their native meaning. + + /// + /// Defines the Native Wifi API through P/Invoke interop. + /// + /// + /// This class is intended for internal use. Use the class instead. + /// + public static class Wlan + { + #region P/Invoke API + /// + /// Defines various opcodes used to set and query parameters for an interface. + /// + /// + /// Corresponds to the native WLAN_INTF_OPCODE type. + /// + public enum WlanIntfOpcode + { + /// + /// Opcode used to set or query whether auto config is enabled. + /// + AutoconfEnabled = 1, + /// + /// Opcode used to set or query whether background scan is enabled. + /// + BackgroundScanEnabled, + /// + /// Opcode used to set or query the media streaming mode of the driver. + /// + MediaStreamingMode, + /// + /// Opcode used to set or query the radio state. + /// + RadioState, + /// + /// Opcode used to set or query the BSS type of the interface. + /// + BssType, + /// + /// Opcode used to query the state of the interface. + /// + InterfaceState, + /// + /// Opcode used to query information about the current connection of the interface. + /// + CurrentConnection, + /// + /// Opcose used to query the current channel on which the wireless interface is operating. + /// + ChannelNumber, + /// + /// Opcode used to query the supported auth/cipher pairs for infrastructure mode. + /// + SupportedInfrastructureAuthCipherPairs, + /// + /// Opcode used to query the supported auth/cipher pairs for ad hoc mode. + /// + SupportedAdhocAuthCipherPairs, + /// + /// Opcode used to query the list of supported country or region strings. + /// + SupportedCountryOrRegionStringList, + /// + /// Opcode used to set or query the current operation mode of the wireless interface. + /// + CurrentOperationMode, + /// + /// Opcode used to query driver statistics. + /// + Statistics = 0x10000101, + /// + /// Opcode used to query the received signal strength. + /// + RSSI, + SecurityStart = 0x20010000, + SecurityEnd = 0x2fffffff, + IhvStart = 0x30000000, + IhvEnd = 0x3fffffff + } + + /// + /// Specifies the origin of automatic configuration (auto config) settings. + /// + /// + /// Corresponds to the native WLAN_OPCODE_VALUE_TYPE type. + /// + public enum WlanOpcodeValueType + { + /// + /// The auto config settings were queried, but the origin of the settings was not determined. + /// + QueryOnly = 0, + /// + /// The auto config settings were set by group policy. + /// + SetByGroupPolicy = 1, + /// + /// The auto config settings were set by the user. + /// + SetByUser = 2, + /// + /// The auto config settings are invalid. + /// + Invalid = 3 + } + + public const uint WLAN_CLIENT_VERSION_XP_SP2 = 1; + public const uint WLAN_CLIENT_VERSION_LONGHORN = 2; + + [DllImport("wlanapi.dll")] + public static extern int WlanOpenHandle( + [In] UInt32 clientVersion, + [In, Out] IntPtr pReserved, + [Out] out UInt32 negotiatedVersion, + [Out] out IntPtr clientHandle); + + [DllImport("wlanapi.dll")] + public static extern int WlanCloseHandle( + [In] IntPtr clientHandle, + [In, Out] IntPtr pReserved); + + [DllImport("wlanapi.dll")] + public static extern int WlanEnumInterfaces( + [In] IntPtr clientHandle, + [In, Out] IntPtr pReserved, + [Out] out IntPtr ppInterfaceList); + + [DllImport("wlanapi.dll")] + public static extern int WlanQueryInterface( + [In] IntPtr clientHandle, + [In, MarshalAs(UnmanagedType.LPStruct)] Guid interfaceGuid, + [In] WlanIntfOpcode opCode, + [In, Out] IntPtr pReserved, + [Out] out int dataSize, + [Out] out IntPtr ppData, + [Out] out WlanOpcodeValueType wlanOpcodeValueType); + + [DllImport("wlanapi.dll")] + public static extern int WlanSetInterface( + [In] IntPtr clientHandle, + [In, MarshalAs(UnmanagedType.LPStruct)] Guid interfaceGuid, + [In] WlanIntfOpcode opCode, + [In] uint dataSize, + [In] IntPtr pData, + [In, Out] IntPtr pReserved); + + /// Not supported on Windows XP SP2: must be a null reference. + /// Not supported on Windows XP SP2: must be a null reference. + [DllImport("wlanapi.dll")] + public static extern int WlanScan( + [In] IntPtr clientHandle, + [In, MarshalAs(UnmanagedType.LPStruct)] Guid interfaceGuid, + [In] IntPtr pDot11Ssid, + [In] IntPtr pIeData, + [In, Out] IntPtr pReserved); + + /// + /// Defines flags passed to . + /// + [Flags] + public enum WlanGetAvailableNetworkFlags + { + /// + /// Include all ad-hoc network profiles in the available network list, including profiles that are not visible. + /// + IncludeAllAdhocProfiles = 0x00000001, + /// + /// Include all hidden network profiles in the available network list, including profiles that are not visible. + /// + IncludeAllManualHiddenProfiles = 0x00000002 + } + + /// + /// The header of an array of information about available networks. + /// + [StructLayout(LayoutKind.Sequential)] + internal struct WlanAvailableNetworkListHeader + { + /// + /// Contains the number of items following the header. + /// + public uint numberOfItems; + /// + /// The index of the current item. The index of the first item is 0. + /// + public uint index; + } + + /// + /// Contains various flags for the network. + /// + [Flags] + public enum WlanAvailableNetworkFlags + { + /// + /// This network is currently connected. + /// + Connected = 0x00000001, + /// + /// There is a profile for this network. + /// + HasProfile = 0x00000002 + } + + /// + /// Contains information about an available wireless network. + /// + [StructLayout(LayoutKind.Sequential, CharSet=CharSet.Unicode)] + public struct WlanAvailableNetwork + { + /// + /// Contains the profile name associated with the network. + /// If the network doesn't have a profile, this member will be empty. + /// If multiple profiles are associated with the network, there will be multiple entries with the same SSID in the visible network list. Profile names are case-sensitive. + /// + [MarshalAs(UnmanagedType.ByValTStr, SizeConst = 256)] + public string profileName; + /// + /// Contains the SSID of the visible wireless network. + /// + public Dot11Ssid dot11Ssid; + /// + /// Specifies whether the network is infrastructure or ad hoc. + /// + public Dot11BssType dot11BssType; + /// + /// Indicates the number of BSSIDs in the network. + /// + public uint numberOfBssids; + /// + /// Indicates whether the network is connectable or not. + /// + public bool networkConnectable; + /// + /// Indicates why a network cannot be connected to. This member is only valid when is false. + /// + public WlanReasonCode wlanNotConnectableReason; + /// + /// The number of PHY types supported on available networks. + /// The maximum value of this field is 8. If more than 8 PHY types are supported, must be set to true. + /// + private uint numberOfPhyTypes; + /// + /// Contains an array of values that represent the PHY types supported by the available networks. + /// When is greater than 8, this array contains only the first 8 PHY types. + /// + [MarshalAs(UnmanagedType.ByValArray, SizeConst = 8)] + private Dot11PhyType[] dot11PhyTypes; + /// + /// Gets the values that represent the PHY types supported by the available networks. + /// + public Dot11PhyType[] Dot11PhyTypes + { + get + { + Dot11PhyType[] ret = new Dot11PhyType[numberOfPhyTypes]; + Array.Copy(dot11PhyTypes, ret, numberOfPhyTypes); + return ret; + } + } + /// + /// Specifies if there are more than 8 PHY types supported. + /// When this member is set to true, an application must call to get the complete list of PHY types. + /// contains the PHY type for an entry. + /// + public bool morePhyTypes; + /// + /// A percentage value that represents the signal quality of the network. + /// This field contains a value between 0 and 100. + /// A value of 0 implies an actual RSSI signal strength of -100 dbm. + /// A value of 100 implies an actual RSSI signal strength of -50 dbm. + /// You can calculate the RSSI signal strength value for values between 1 and 99 using linear interpolation. + /// + public uint wlanSignalQuality; + /// + /// Indicates whether security is enabled on the network. + /// + public bool securityEnabled; + /// + /// Indicates the default authentication algorithm used to join this network for the first time. + /// + public Dot11AuthAlgorithm dot11DefaultAuthAlgorithm; + /// + /// Indicates the default cipher algorithm to be used when joining this network. + /// + public Dot11CipherAlgorithm dot11DefaultCipherAlgorithm; + /// + /// Contains various flags for the network. + /// + public WlanAvailableNetworkFlags flags; + /// + /// Reserved for future use. Must be set to NULL. + /// + uint reserved; + } + + [DllImport("wlanapi.dll")] + public static extern int WlanGetAvailableNetworkList( + [In] IntPtr clientHandle, + [In, MarshalAs(UnmanagedType.LPStruct)] Guid interfaceGuid, + [In] WlanGetAvailableNetworkFlags flags, + [In, Out] IntPtr reservedPtr, + [Out] out IntPtr availableNetworkListPtr); + + [Flags] + public enum WlanProfileFlags + { + /// + /// The only option available on Windows XP SP2. + /// + AllUser = 0, + GroupPolicy = 1, + User = 2 + } + + [DllImport("wlanapi.dll")] + public static extern int WlanSetProfile( + [In] IntPtr clientHandle, + [In, MarshalAs(UnmanagedType.LPStruct)] Guid interfaceGuid, + [In] WlanProfileFlags flags, + [In, MarshalAs(UnmanagedType.LPWStr)] string profileXml, + [In, Optional, MarshalAs(UnmanagedType.LPWStr)] string allUserProfileSecurity, + [In] bool overwrite, + [In] IntPtr pReserved, + [Out] out WlanReasonCode reasonCode); + + /// + /// Defines the access mask of an all-user profile. + /// + [Flags] + public enum WlanAccess + { + /// + /// The user can view profile permissions. + /// + ReadAccess = 0x00020000 | 0x0001, + /// + /// The user has read access, and the user can also connect to and disconnect from a network using the profile. + /// + ExecuteAccess = ReadAccess | 0x0020, + /// + /// The user has execute access and the user can also modify and delete permissions associated with a profile. + /// + WriteAccess = ReadAccess | ExecuteAccess | 0x0002 | 0x00010000 | 0x00040000 + } + + /// Not supported on Windows XP SP2: must be a null reference. + [DllImport("wlanapi.dll")] + public static extern int WlanGetProfile( + [In] IntPtr clientHandle, + [In, MarshalAs(UnmanagedType.LPStruct)] Guid interfaceGuid, + [In, MarshalAs(UnmanagedType.LPWStr)] string profileName, + [In] IntPtr pReserved, + [Out] out IntPtr profileXml, + [Out, Optional] out WlanProfileFlags flags, + [Out, Optional] out WlanAccess grantedAccess); + + [DllImport("wlanapi.dll")] + public static extern int WlanGetProfileList( + [In] IntPtr clientHandle, + [In, MarshalAs(UnmanagedType.LPStruct)] Guid interfaceGuid, + [In] IntPtr pReserved, + [Out] out IntPtr profileList + ); + + [DllImport("wlanapi.dll")] + public static extern void WlanFreeMemory(IntPtr pMemory); + + [DllImport("wlanapi.dll")] + public static extern int WlanReasonCodeToString( + [In] WlanReasonCode reasonCode, + [In] int bufferSize, + [In, Out] StringBuilder stringBuffer, + IntPtr pReserved + ); + + /// + /// Specifies where the notification comes from. + /// + [Flags] + public enum WlanNotificationSource + { + None = 0, + /// + /// All notifications, including those generated by the 802.1X module. + /// + All = 0X0000FFFF, + /// + /// Notifications generated by the auto configuration module. + /// + ACM = 0X00000008, + /// + /// Notifications generated by MSM. + /// + MSM = 0X00000010, + /// + /// Notifications generated by the security module. + /// + Security = 0X00000020, + /// + /// Notifications generated by independent hardware vendors (IHV). + /// + IHV = 0X00000040 + } + + /// + /// Indicates the type of an ACM () notification. + /// + /// + /// The enumeration identifiers correspond to the native wlan_notification_acm_ identifiers. + /// On Windows XP SP2, only the ConnectionComplete and Disconnected notifications are available. + /// + public enum WlanNotificationCodeAcm + { + AutoconfEnabled = 1, + AutoconfDisabled, + BackgroundScanEnabled, + BackgroundScanDisabled, + BssTypeChange, + PowerSettingChange, + ScanComplete, + ScanFail, + ConnectionStart, + ConnectionComplete, + ConnectionAttemptFail, + FilterListChange, + InterfaceArrival, + InterfaceRemoval, + ProfileChange, + ProfileNameChange, + ProfilesExhausted, + NetworkNotAvailable, + NetworkAvailable, + Disconnecting, + Disconnected, + AdhocNetworkStateChange + } + + /// + /// Indicates the type of an MSM () notification. + /// + /// + /// The enumeration identifiers correspond to the native wlan_notification_msm_ identifiers. + /// + public enum WlanNotificationCodeMsm + { + Associating = 1, + Associated, + Authenticating, + Connected, + RoamingStart, + RoamingEnd, + RadioStateChange, + SignalQualityChange, + Disassociating, + Disconnected, + PeerJoin, + PeerLeave, + AdapterRemoval, + AdapterOperationModeChange + } + + /// + /// Contains information provided when registering for notifications. + /// + /// + /// Corresponds to the native WLAN_NOTIFICATION_DATA type. + /// + [StructLayout(LayoutKind.Sequential)] + public struct WlanNotificationData + { + /// + /// Specifies where the notification comes from. + /// + /// + /// On Windows XP SP2, this field must be set to , or . + /// + public WlanNotificationSource notificationSource; + /// + /// Indicates the type of notification. The value of this field indicates what type of associated data will be present in . + /// + public int notificationCode; + /// + /// Indicates which interface the notification is for. + /// + public Guid interfaceGuid; + /// + /// Specifies the size of , in bytes. + /// + public int dataSize; + /// + /// Pointer to additional data needed for the notification, as indicated by . + /// + public IntPtr dataPtr; + + /// + /// Gets the notification code (in the correct enumeration type) according to the notification source. + /// + public object NotificationCode + { + get + { + if (notificationSource == WlanNotificationSource.MSM) + return (WlanNotificationCodeMsm)notificationCode; + else if (notificationSource == WlanNotificationSource.ACM) + return (WlanNotificationCodeAcm)notificationCode; + else + return notificationCode; + } + + } + } + + /// + /// Defines the callback function which accepts WLAN notifications. + /// + public delegate void WlanNotificationCallbackDelegate(ref WlanNotificationData notificationData, IntPtr context); + + [DllImport("wlanapi.dll")] + public static extern int WlanRegisterNotification( + [In] IntPtr clientHandle, + [In] WlanNotificationSource notifSource, + [In] bool ignoreDuplicate, + [In] WlanNotificationCallbackDelegate funcCallback, + [In] IntPtr callbackContext, + [In] IntPtr reserved, + [Out] out WlanNotificationSource prevNotifSource); + + /// + /// Defines connection parameter flags. + /// + [Flags] + public enum WlanConnectionFlags + { + /// + /// Connect to the destination network even if the destination is a hidden network. A hidden network does not broadcast its SSID. Do not use this flag if the destination network is an ad-hoc network. + /// If the profile specified by is not null, then this flag is ignored and the nonBroadcast profile element determines whether to connect to a hidden network. + /// + HiddenNetwork = 0x00000001, + /// + /// Do not form an ad-hoc network. Only join an ad-hoc network if the network already exists. Do not use this flag if the destination network is an infrastructure network. + /// + AdhocJoinOnly = 0x00000002, + /// + /// Ignore the privacy bit when connecting to the network. Ignoring the privacy bit has the effect of ignoring whether packets are encryption and ignoring the method of encryption used. Only use this flag when connecting to an infrastructure network using a temporary profile. + /// + IgnorePrivacyBit = 0x00000004, + /// + /// Exempt EAPOL traffic from encryption and decryption. This flag is used when an application must send EAPOL traffic over an infrastructure network that uses Open authentication and WEP encryption. This flag must not be used to connect to networks that require 802.1X authentication. This flag is only valid when is set to . Avoid using this flag whenever possible. + /// + EapolPassthrough = 0x00000008 + } + + /// + /// Specifies the parameters used when using the function. + /// + /// + /// Corresponds to the native WLAN_CONNECTION_PARAMETERS type. + /// + [StructLayout(LayoutKind.Sequential)] + public struct WlanConnectionParameters + { + /// + /// Specifies the mode of connection. + /// + public WlanConnectionMode wlanConnectionMode; + /// + /// Specifies the profile being used for the connection. + /// The contents of the field depend on the : + /// + /// + /// Value of + /// Contents of the profile string + /// + /// + /// + /// The name of the profile used for the connection. + /// + /// + /// + /// The XML representation of the profile used for the connection. + /// + /// + /// , or + /// null + /// + /// + /// + [MarshalAs(UnmanagedType.LPWStr)] + public string profile; + /// + /// Pointer to a structure that specifies the SSID of the network to connect to. + /// This field is optional. When set to null, all SSIDs in the profile will be tried. + /// This field must not be null if is set to or . + /// + public IntPtr dot11SsidPtr; + /// + /// Pointer to a structure that contains the list of basic service set (BSS) identifiers desired for the connection. + /// + /// + /// On Windows XP SP2, must be set to null. + /// + public IntPtr desiredBssidListPtr; + /// + /// A value that indicates the BSS type of the network. If a profile is provided, this BSS type must be the same as the one in the profile. + /// + public Dot11BssType dot11BssType; + /// + /// Specifies ocnnection parameters. + /// + /// + /// On Windows XP SP2, must be set to 0. + /// + public WlanConnectionFlags flags; + } + + /// + /// The connection state of an ad hoc network. + /// + public enum WlanAdhocNetworkState + { + /// + /// The ad hoc network has been formed, but no client or host is connected to the network. + /// + Formed = 0, + /// + /// A client or host is connected to the ad hoc network. + /// + Connected = 1 + } + + [DllImport("wlanapi.dll")] + public static extern int WlanConnect( + [In] IntPtr clientHandle, + [In, MarshalAs(UnmanagedType.LPStruct)] Guid interfaceGuid, + [In] ref WlanConnectionParameters connectionParameters, + IntPtr pReserved); + + [DllImport("wlanapi.dll")] + public static extern int WlanDeleteProfile( + [In] IntPtr clientHandle, + [In, MarshalAs(UnmanagedType.LPStruct)] Guid interfaceGuid, + [In, MarshalAs(UnmanagedType.LPWStr)] string profileName, + IntPtr reservedPtr + ); + + [DllImport("wlanapi.dll")] + public static extern int WlanGetNetworkBssList( + [In] IntPtr clientHandle, + [In, MarshalAs(UnmanagedType.LPStruct)] Guid interfaceGuid, + [In] IntPtr dot11SsidInt, + [In] Dot11BssType dot11BssType, + [In] bool securityEnabled, + IntPtr reservedPtr, + [Out] out IntPtr wlanBssList + ); + + [StructLayout(LayoutKind.Sequential)] + internal struct WlanBssListHeader + { + internal uint totalSize; + internal uint numberOfItems; + } + + /// + /// Contains information about a basic service set (BSS). + /// + [StructLayout(LayoutKind.Sequential)] + public struct WlanBssEntry + { + /// + /// Contains the SSID of the access point (AP) associated with the BSS. + /// + public Dot11Ssid dot11Ssid; + /// + /// The identifier of the PHY on which the AP is operating. + /// + public uint phyId; + /// + /// Contains the BSS identifier. + /// + [MarshalAs(UnmanagedType.ByValArray, SizeConst = 6)] + public byte[] dot11Bssid; + /// + /// Specifies whether the network is infrastructure or ad hoc. + /// + public Dot11BssType dot11BssType; + public Dot11PhyType dot11BssPhyType; + /// + /// The received signal strength in dBm. + /// + public int rssi; + /// + /// The link quality reported by the driver. Ranges from 0-100. + /// + public uint linkQuality; + /// + /// If 802.11d is not implemented, the network interface card (NIC) must set this field to TRUE. If 802.11d is implemented (but not necessarily enabled), the NIC must set this field to TRUE if the BSS operation complies with the configured regulatory domain. + /// + public bool inRegDomain; + /// + /// Contains the beacon interval value from the beacon packet or probe response. + /// + public ushort beaconPeriod; + /// + /// The timestamp from the beacon packet or probe response. + /// + public ulong timestamp; + /// + /// The host timestamp value when the beacon or probe response is received. + /// + public ulong hostTimestamp; + /// + /// The capability value from the beacon packet or probe response. + /// + public ushort capabilityInformation; + /// + /// The frequency of the center channel, in kHz. + /// + public uint chCenterFrequency; + /// + /// Contains the set of data transfer rates supported by the BSS. + /// + public WlanRateSet wlanRateSet; + /// + /// Offset of the information element (IE) data blob. + /// + public uint ieOffset; + /// + /// Size of the IE data blob, in bytes. + /// + public uint ieSize; + } + + /// + /// Contains the set of supported data rates. + /// + [StructLayout(LayoutKind.Sequential)] + public struct WlanRateSet + { + /// + /// The length, in bytes, of . + /// + private uint rateSetLength; + /// + /// An array of supported data transfer rates. + /// If the rate is a basic rate, the first bit of the rate value is set to 1. + /// A basic rate is the data transfer rate that all stations in a basic service set (BSS) can use to receive frames from the wireless medium. + /// + [MarshalAs(UnmanagedType.ByValArray, SizeConst = 126)] + private ushort[] rateSet; + + public ushort[] Rates + { + get + { + ushort[] rates = new ushort[rateSetLength / sizeof(ushort)]; + Array.Copy(rateSet, rates, rates.Length); + return rates; + } + } + + /// + /// CalculateS the data transfer rate in Mbps for an arbitrary supported rate. + /// + /// + /// + public double GetRateInMbps(int rate) + { + return (rateSet[rate] & 0x7FFF) * 0.5; + } + } + + /// + /// Represents an error occuring during WLAN operations which indicate their failure via a . + /// + public class WlanException : Exception + { + private WlanReasonCode reasonCode; + + WlanException(WlanReasonCode reasonCode) + { + this.reasonCode = reasonCode; + } + + /// + /// Gets the WLAN reason code. + /// + /// The WLAN reason code. + public WlanReasonCode ReasonCode + { + get { return reasonCode; } + } + + /// + /// Gets a message that describes the reason code. + /// + /// + /// The error message that explains the reason for the exception, or an empty string(""). + public override string Message + { + get + { + StringBuilder sb = new StringBuilder(1024); + if (WlanReasonCodeToString(reasonCode, sb.Capacity, sb, IntPtr.Zero) == 0) + return sb.ToString(); + else + return string.Empty; + } + } + } + + // TODO: .NET-ify the WlanReasonCode enum (naming convention + docs). + + /// + /// Specifies reasons for a failure of a WLAN operation. + /// + /// + /// To get the WLAN API native reason code identifiers, prefix the identifiers with WLAN_REASON_CODE_. + /// + public enum WlanReasonCode + { + Success = 0, + // general codes + UNKNOWN = 0x10000 + 1, + + RANGE_SIZE = 0x10000, + BASE = 0x10000 + RANGE_SIZE, + + // range for Auto Config + // + AC_BASE = 0x10000 + RANGE_SIZE, + AC_CONNECT_BASE = (AC_BASE + RANGE_SIZE / 2), + AC_END = (AC_BASE + RANGE_SIZE - 1), + + // range for profile manager + // it has profile adding failure reason codes, but may not have + // connection reason codes + // + PROFILE_BASE = 0x10000 + (7 * RANGE_SIZE), + PROFILE_CONNECT_BASE = (PROFILE_BASE + RANGE_SIZE / 2), + PROFILE_END = (PROFILE_BASE + RANGE_SIZE - 1), + + // range for MSM + // + MSM_BASE = 0x10000 + (2 * RANGE_SIZE), + MSM_CONNECT_BASE = (MSM_BASE + RANGE_SIZE / 2), + MSM_END = (MSM_BASE + RANGE_SIZE - 1), + + // range for MSMSEC + // + MSMSEC_BASE = 0x10000 + (3 * RANGE_SIZE), + MSMSEC_CONNECT_BASE = (MSMSEC_BASE + RANGE_SIZE / 2), + MSMSEC_END = (MSMSEC_BASE + RANGE_SIZE - 1), + + // AC network incompatible reason codes + // + NETWORK_NOT_COMPATIBLE = (AC_BASE + 1), + PROFILE_NOT_COMPATIBLE = (AC_BASE + 2), + + // AC connect reason code + // + NO_AUTO_CONNECTION = (AC_CONNECT_BASE + 1), + NOT_VISIBLE = (AC_CONNECT_BASE + 2), + GP_DENIED = (AC_CONNECT_BASE + 3), + USER_DENIED = (AC_CONNECT_BASE + 4), + BSS_TYPE_NOT_ALLOWED = (AC_CONNECT_BASE + 5), + IN_FAILED_LIST = (AC_CONNECT_BASE + 6), + IN_BLOCKED_LIST = (AC_CONNECT_BASE + 7), + SSID_LIST_TOO_LONG = (AC_CONNECT_BASE + 8), + CONNECT_CALL_FAIL = (AC_CONNECT_BASE + 9), + SCAN_CALL_FAIL = (AC_CONNECT_BASE + 10), + NETWORK_NOT_AVAILABLE = (AC_CONNECT_BASE + 11), + PROFILE_CHANGED_OR_DELETED = (AC_CONNECT_BASE + 12), + KEY_MISMATCH = (AC_CONNECT_BASE + 13), + USER_NOT_RESPOND = (AC_CONNECT_BASE + 14), + + // Profile validation errors + // + INVALID_PROFILE_SCHEMA = (PROFILE_BASE + 1), + PROFILE_MISSING = (PROFILE_BASE + 2), + INVALID_PROFILE_NAME = (PROFILE_BASE + 3), + INVALID_PROFILE_TYPE = (PROFILE_BASE + 4), + INVALID_PHY_TYPE = (PROFILE_BASE + 5), + MSM_SECURITY_MISSING = (PROFILE_BASE + 6), + IHV_SECURITY_NOT_SUPPORTED = (PROFILE_BASE + 7), + IHV_OUI_MISMATCH = (PROFILE_BASE + 8), + // IHV OUI not present but there is IHV settings in profile + IHV_OUI_MISSING = (PROFILE_BASE + 9), + // IHV OUI is present but there is no IHV settings in profile + IHV_SETTINGS_MISSING = (PROFILE_BASE + 10), + // both/conflict MSMSec and IHV security settings exist in profile + CONFLICT_SECURITY = (PROFILE_BASE + 11), + // no IHV or MSMSec security settings in profile + SECURITY_MISSING = (PROFILE_BASE + 12), + INVALID_BSS_TYPE = (PROFILE_BASE + 13), + INVALID_ADHOC_CONNECTION_MODE = (PROFILE_BASE + 14), + NON_BROADCAST_SET_FOR_ADHOC = (PROFILE_BASE + 15), + AUTO_SWITCH_SET_FOR_ADHOC = (PROFILE_BASE + 16), + AUTO_SWITCH_SET_FOR_MANUAL_CONNECTION = (PROFILE_BASE + 17), + IHV_SECURITY_ONEX_MISSING = (PROFILE_BASE + 18), + PROFILE_SSID_INVALID = (PROFILE_BASE + 19), + TOO_MANY_SSID = (PROFILE_BASE + 20), + + // MSM network incompatible reasons + // + UNSUPPORTED_SECURITY_SET_BY_OS = (MSM_BASE + 1), + UNSUPPORTED_SECURITY_SET = (MSM_BASE + 2), + BSS_TYPE_UNMATCH = (MSM_BASE + 3), + PHY_TYPE_UNMATCH = (MSM_BASE + 4), + DATARATE_UNMATCH = (MSM_BASE + 5), + + // MSM connection failure reasons, to be defined + // failure reason codes + // + // user called to disconnect + USER_CANCELLED = (MSM_CONNECT_BASE + 1), + // got disconnect while associating + ASSOCIATION_FAILURE = (MSM_CONNECT_BASE + 2), + // timeout for association + ASSOCIATION_TIMEOUT = (MSM_CONNECT_BASE + 3), + // pre-association security completed with failure + PRE_SECURITY_FAILURE = (MSM_CONNECT_BASE + 4), + // fail to start post-association security + START_SECURITY_FAILURE = (MSM_CONNECT_BASE + 5), + // post-association security completed with failure + SECURITY_FAILURE = (MSM_CONNECT_BASE + 6), + // security watchdog timeout + SECURITY_TIMEOUT = (MSM_CONNECT_BASE + 7), + // got disconnect from driver when roaming + ROAMING_FAILURE = (MSM_CONNECT_BASE + 8), + // failed to start security for roaming + ROAMING_SECURITY_FAILURE = (MSM_CONNECT_BASE + 9), + // failed to start security for adhoc-join + ADHOC_SECURITY_FAILURE = (MSM_CONNECT_BASE + 10), + // got disconnection from driver + DRIVER_DISCONNECTED = (MSM_CONNECT_BASE + 11), + // driver operation failed + DRIVER_OPERATION_FAILURE = (MSM_CONNECT_BASE + 12), + // Ihv service is not available + IHV_NOT_AVAILABLE = (MSM_CONNECT_BASE + 13), + // Response from ihv timed out + IHV_NOT_RESPONDING = (MSM_CONNECT_BASE + 14), + // Timed out waiting for driver to disconnect + DISCONNECT_TIMEOUT = (MSM_CONNECT_BASE + 15), + // An internal error prevented the operation from being completed. + INTERNAL_FAILURE = (MSM_CONNECT_BASE + 16), + // UI Request timed out. + UI_REQUEST_TIMEOUT = (MSM_CONNECT_BASE + 17), + // Roaming too often, post security is not completed after 5 times. + TOO_MANY_SECURITY_ATTEMPTS = (MSM_CONNECT_BASE + 18), + + // MSMSEC reason codes + // + + MSMSEC_MIN = MSMSEC_BASE, + + // Key index specified is not valid + MSMSEC_PROFILE_INVALID_KEY_INDEX = (MSMSEC_BASE + 1), + // Key required, PSK present + MSMSEC_PROFILE_PSK_PRESENT = (MSMSEC_BASE + 2), + // Invalid key length + MSMSEC_PROFILE_KEY_LENGTH = (MSMSEC_BASE + 3), + // Invalid PSK length + MSMSEC_PROFILE_PSK_LENGTH = (MSMSEC_BASE + 4), + // No auth/cipher specified + MSMSEC_PROFILE_NO_AUTH_CIPHER_SPECIFIED = (MSMSEC_BASE + 5), + // Too many auth/cipher specified + MSMSEC_PROFILE_TOO_MANY_AUTH_CIPHER_SPECIFIED = (MSMSEC_BASE + 6), + // Profile contains duplicate auth/cipher + MSMSEC_PROFILE_DUPLICATE_AUTH_CIPHER = (MSMSEC_BASE + 7), + // Profile raw data is invalid (1x or key data) + MSMSEC_PROFILE_RAWDATA_INVALID = (MSMSEC_BASE + 8), + // Invalid auth/cipher combination + MSMSEC_PROFILE_INVALID_AUTH_CIPHER = (MSMSEC_BASE + 9), + // 802.1x disabled when it's required to be enabled + MSMSEC_PROFILE_ONEX_DISABLED = (MSMSEC_BASE + 10), + // 802.1x enabled when it's required to be disabled + MSMSEC_PROFILE_ONEX_ENABLED = (MSMSEC_BASE + 11), + MSMSEC_PROFILE_INVALID_PMKCACHE_MODE = (MSMSEC_BASE + 12), + MSMSEC_PROFILE_INVALID_PMKCACHE_SIZE = (MSMSEC_BASE + 13), + MSMSEC_PROFILE_INVALID_PMKCACHE_TTL = (MSMSEC_BASE + 14), + MSMSEC_PROFILE_INVALID_PREAUTH_MODE = (MSMSEC_BASE + 15), + MSMSEC_PROFILE_INVALID_PREAUTH_THROTTLE = (MSMSEC_BASE + 16), + // PreAuth enabled when PMK cache is disabled + MSMSEC_PROFILE_PREAUTH_ONLY_ENABLED = (MSMSEC_BASE + 17), + // Capability matching failed at network + MSMSEC_CAPABILITY_NETWORK = (MSMSEC_BASE + 18), + // Capability matching failed at NIC + MSMSEC_CAPABILITY_NIC = (MSMSEC_BASE + 19), + // Capability matching failed at profile + MSMSEC_CAPABILITY_PROFILE = (MSMSEC_BASE + 20), + // Network does not support specified discovery type + MSMSEC_CAPABILITY_DISCOVERY = (MSMSEC_BASE + 21), + // Passphrase contains invalid character + MSMSEC_PROFILE_PASSPHRASE_CHAR = (MSMSEC_BASE + 22), + // Key material contains invalid character + MSMSEC_PROFILE_KEYMATERIAL_CHAR = (MSMSEC_BASE + 23), + // Wrong key type specified for the auth/cipher pair + MSMSEC_PROFILE_WRONG_KEYTYPE = (MSMSEC_BASE + 24), + // "Mixed cell" suspected (AP not beaconing privacy, we have privacy enabled profile) + MSMSEC_MIXED_CELL = (MSMSEC_BASE + 25), + // Auth timers or number of timeouts in profile is incorrect + MSMSEC_PROFILE_AUTH_TIMERS_INVALID = (MSMSEC_BASE + 26), + // Group key update interval in profile is incorrect + MSMSEC_PROFILE_INVALID_GKEY_INTV = (MSMSEC_BASE + 27), + // "Transition network" suspected, trying legacy 802.11 security + MSMSEC_TRANSITION_NETWORK = (MSMSEC_BASE + 28), + // Key contains characters which do not map to ASCII + MSMSEC_PROFILE_KEY_UNMAPPED_CHAR = (MSMSEC_BASE + 29), + // Capability matching failed at profile (auth not found) + MSMSEC_CAPABILITY_PROFILE_AUTH = (MSMSEC_BASE + 30), + // Capability matching failed at profile (cipher not found) + MSMSEC_CAPABILITY_PROFILE_CIPHER = (MSMSEC_BASE + 31), + + // Failed to queue UI request + MSMSEC_UI_REQUEST_FAILURE = (MSMSEC_CONNECT_BASE + 1), + // 802.1x authentication did not start within configured time + MSMSEC_AUTH_START_TIMEOUT = (MSMSEC_CONNECT_BASE + 2), + // 802.1x authentication did not complete within configured time + MSMSEC_AUTH_SUCCESS_TIMEOUT = (MSMSEC_CONNECT_BASE + 3), + // Dynamic key exchange did not start within configured time + MSMSEC_KEY_START_TIMEOUT = (MSMSEC_CONNECT_BASE + 4), + // Dynamic key exchange did not succeed within configured time + MSMSEC_KEY_SUCCESS_TIMEOUT = (MSMSEC_CONNECT_BASE + 5), + // Message 3 of 4 way handshake has no key data (RSN/WPA) + MSMSEC_M3_MISSING_KEY_DATA = (MSMSEC_CONNECT_BASE + 6), + // Message 3 of 4 way handshake has no IE (RSN/WPA) + MSMSEC_M3_MISSING_IE = (MSMSEC_CONNECT_BASE + 7), + // Message 3 of 4 way handshake has no Group Key (RSN) + MSMSEC_M3_MISSING_GRP_KEY = (MSMSEC_CONNECT_BASE + 8), + // Matching security capabilities of IE in M3 failed (RSN/WPA) + MSMSEC_PR_IE_MATCHING = (MSMSEC_CONNECT_BASE + 9), + // Matching security capabilities of Secondary IE in M3 failed (RSN) + MSMSEC_SEC_IE_MATCHING = (MSMSEC_CONNECT_BASE + 10), + // Required a pairwise key but AP configured only group keys + MSMSEC_NO_PAIRWISE_KEY = (MSMSEC_CONNECT_BASE + 11), + // Message 1 of group key handshake has no key data (RSN/WPA) + MSMSEC_G1_MISSING_KEY_DATA = (MSMSEC_CONNECT_BASE + 12), + // Message 1 of group key handshake has no group key + MSMSEC_G1_MISSING_GRP_KEY = (MSMSEC_CONNECT_BASE + 13), + // AP reset secure bit after connection was secured + MSMSEC_PEER_INDICATED_INSECURE = (MSMSEC_CONNECT_BASE + 14), + // 802.1x indicated there is no authenticator but profile requires 802.1x + MSMSEC_NO_AUTHENTICATOR = (MSMSEC_CONNECT_BASE + 15), + // Plumbing settings to NIC failed + MSMSEC_NIC_FAILURE = (MSMSEC_CONNECT_BASE + 16), + // Operation was cancelled by caller + MSMSEC_CANCELLED = (MSMSEC_CONNECT_BASE + 17), + // Key was in incorrect format + MSMSEC_KEY_FORMAT = (MSMSEC_CONNECT_BASE + 18), + // Security downgrade detected + MSMSEC_DOWNGRADE_DETECTED = (MSMSEC_CONNECT_BASE + 19), + // PSK mismatch suspected + MSMSEC_PSK_MISMATCH_SUSPECTED = (MSMSEC_CONNECT_BASE + 20), + // Forced failure because connection method was not secure + MSMSEC_FORCED_FAILURE = (MSMSEC_CONNECT_BASE + 21), + // ui request couldn't be queued or user pressed cancel + MSMSEC_SECURITY_UI_FAILURE = (MSMSEC_CONNECT_BASE + 22), + + MSMSEC_MAX = MSMSEC_END + } + + /// + /// Contains information about connection related notifications. + /// + /// + /// Corresponds to the native WLAN_CONNECTION_NOTIFICATION_DATA type. + /// + [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] + public struct WlanConnectionNotificationData + { + /// + /// On Windows XP SP 2, only is supported. + /// + public WlanConnectionMode wlanConnectionMode; + /// + /// The name of the profile used for the connection. Profile names are case-sensitive. + /// + [MarshalAs(UnmanagedType.ByValTStr, SizeConst = 32)] + public string profileName; + /// + /// The SSID of the association. + /// + public Dot11Ssid dot11Ssid; + /// + /// The BSS network type. + /// + public Dot11BssType dot11BssType; + /// + /// Indicates whether security is enabled for this connection. + /// + public bool securityEnabled; + /// + /// Indicates the reason for an operation failure. + /// This field has a value of for all connection-related notifications except . + /// If the connection fails, this field indicates the reason for the failure. + /// + public WlanReasonCode wlanReasonCode; + /// + /// This field contains the XML presentation of the profile used for discovery, if the connection succeeds. + /// + [MarshalAs(UnmanagedType.ByValTStr, SizeConst = 1)] + public string profileXml; + } + + /// + /// Indicates the state of an interface. + /// + /// + /// Corresponds to the native WLAN_INTERFACE_STATE type. + /// + public enum WlanInterfaceState + { + /// + /// The interface is not ready to operate. + /// + NotReady = 0, + /// + /// The interface is connected to a network. + /// + Connected = 1, + /// + /// The interface is the first node in an ad hoc network. No peer has connected. + /// + AdHocNetworkFormed = 2, + /// + /// The interface is disconnecting from the current network. + /// + Disconnecting = 3, + /// + /// The interface is not connected to any network. + /// + Disconnected = 4, + /// + /// The interface is attempting to associate with a network. + /// + Associating = 5, + /// + /// Auto configuration is discovering the settings for the network. + /// + Discovering = 6, + /// + /// The interface is in the process of authenticating. + /// + Authenticating = 7 + } + + /// + /// Contains the SSID of an interface. + /// + public struct Dot11Ssid + { + /// + /// The length, in bytes, of the array. + /// + public uint SSIDLength; + /// + /// The SSID. + /// + [MarshalAs(UnmanagedType.ByValArray, SizeConst = 32)] + public byte[] SSID; + } + + /// + /// Defines an 802.11 PHY and media type. + /// + /// + /// Corresponds to the native DOT11_PHY_TYPE type. + /// + public enum Dot11PhyType : uint + { + /// + /// Specifies an unknown or uninitialized PHY type. + /// + Unknown = 0, + /// + /// Specifies any PHY type. + /// + Any = Unknown, + /// + /// Specifies a frequency-hopping spread-spectrum (FHSS) PHY. Bluetooth devices can use FHSS or an adaptation of FHSS. + /// + FHSS = 1, + /// + /// Specifies a direct sequence spread spectrum (DSSS) PHY. + /// + DSSS = 2, + /// + /// Specifies an infrared (IR) baseband PHY. + /// + IrBaseband = 3, + /// + /// Specifies an orthogonal frequency division multiplexing (OFDM) PHY. 802.11a devices can use OFDM. + /// + OFDM = 4, + /// + /// Specifies a high-rate DSSS (HRDSSS) PHY. + /// + HRDSSS = 5, + /// + /// Specifies an extended rate PHY (ERP). 802.11g devices can use ERP. + /// + ERP = 6, + /// + /// Specifies the start of the range that is used to define PHY types that are developed by an independent hardware vendor (IHV). + /// + IHV_Start = 0x80000000, + /// + /// Specifies the end of the range that is used to define PHY types that are developed by an independent hardware vendor (IHV). + /// + IHV_End = 0xffffffff + } + + /// + /// Defines a basic service set (BSS) network type. + /// + /// + /// Corresponds to the native DOT11_BSS_TYPE type. + /// + public enum Dot11BssType + { + /// + /// Specifies an infrastructure BSS network. + /// + Infrastructure = 1, + /// + /// Specifies an independent BSS (IBSS) network. + /// + Independent = 2, + /// + /// Specifies either infrastructure or IBSS network. + /// + Any = 3 + } + + /// + /// Contains association attributes for a connection + /// + /// + /// Corresponds to the native WLAN_ASSOCIATION_ATTRIBUTES type. + /// + [StructLayout(LayoutKind.Sequential)] + public struct WlanAssociationAttributes + { + /// + /// The SSID of the association. + /// + public Dot11Ssid dot11Ssid; + /// + /// Specifies whether the network is infrastructure or ad hoc. + /// + public Dot11BssType dot11BssType; + /// + /// The BSSID of the association. + /// + [MarshalAs(UnmanagedType.ByValArray, SizeConst = 6)] + public byte[] dot11Bssid; + /// + /// The physical type of the association. + /// + public Dot11PhyType dot11PhyType; + /// + /// The position of the value in the structure containing the list of PHY types. + /// + public uint dot11PhyIndex; + /// + /// A percentage value that represents the signal quality of the network. + /// This field contains a value between 0 and 100. + /// A value of 0 implies an actual RSSI signal strength of -100 dbm. + /// A value of 100 implies an actual RSSI signal strength of -50 dbm. + /// You can calculate the RSSI signal strength value for values between 1 and 99 using linear interpolation. + /// + public uint wlanSignalQuality; + /// + /// The receiving rate of the association. + /// + public uint rxRate; + /// + /// The transmission rate of the association. + /// + public uint txRate; + + /// + /// Gets the BSSID of the associated access point. + /// + /// The BSSID. + public PhysicalAddress Dot11Bssid + { + get { return new PhysicalAddress(dot11Bssid); } + } + } + + /// + /// Defines the mode of connection. + /// + /// + /// Corresponds to the native WLAN_CONNECTION_MODE type. + /// + public enum WlanConnectionMode + { + /// + /// A profile will be used to make the connection. + /// + Profile = 0, + /// + /// A temporary profile will be used to make the connection. + /// + TemporaryProfile, + /// + /// Secure discovery will be used to make the connection. + /// + DiscoverySecure, + /// + /// Unsecure discovery will be used to make the connection. + /// + DiscoveryUnsecure, + /// + /// A connection will be made automatically, generally using a persistent profile. + /// + Auto, + /// + /// Not used. + /// + Invalid + } + + /// + /// Defines a wireless LAN authentication algorithm. + /// + /// + /// Corresponds to the native DOT11_AUTH_ALGORITHM type. + /// + public enum Dot11AuthAlgorithm : uint + { + /// + /// Specifies an IEEE 802.11 Open System authentication algorithm. + /// + IEEE80211_Open = 1, + /// + /// Specifies an 802.11 Shared Key authentication algorithm that requires the use of a pre-shared Wired Equivalent Privacy (WEP) key for the 802.11 authentication. + /// + IEEE80211_SharedKey = 2, + /// + /// Specifies a Wi-Fi Protected Access (WPA) algorithm. IEEE 802.1X port authentication is performed by the supplicant, authenticator, and authentication server. Cipher keys are dynamically derived through the authentication process. + /// This algorithm is valid only for BSS types of . + /// When the WPA algorithm is enabled, the 802.11 station will associate only with an access point whose beacon or probe responses contain the authentication suite of type 1 (802.1X) within the WPA information element (IE). + /// + WPA = 3, + /// + /// Specifies a WPA algorithm that uses preshared keys (PSK). IEEE 802.1X port authentication is performed by the supplicant and authenticator. Cipher keys are dynamically derived through a preshared key that is used on both the supplicant and authenticator. + /// This algorithm is valid only for BSS types of . + /// When the WPA PSK algorithm is enabled, the 802.11 station will associate only with an access point whose beacon or probe responses contain the authentication suite of type 2 (preshared key) within the WPA IE. + /// + WPA_PSK = 4, + /// + /// This value is not supported. + /// + WPA_None = 5, + /// + /// Specifies an 802.11i Robust Security Network Association (RSNA) algorithm. WPA2 is one such algorithm. IEEE 802.1X port authentication is performed by the supplicant, authenticator, and authentication server. Cipher keys are dynamically derived through the authentication process. + /// This algorithm is valid only for BSS types of . + /// When the RSNA algorithm is enabled, the 802.11 station will associate only with an access point whose beacon or probe responses contain the authentication suite of type 1 (802.1X) within the RSN IE. + /// + RSNA = 6, + /// + /// Specifies an 802.11i RSNA algorithm that uses PSK. IEEE 802.1X port authentication is performed by the supplicant and authenticator. Cipher keys are dynamically derived through a preshared key that is used on both the supplicant and authenticator. + /// This algorithm is valid only for BSS types of . + /// When the RSNA PSK algorithm is enabled, the 802.11 station will associate only with an access point whose beacon or probe responses contain the authentication suite of type 2(preshared key) within the RSN IE. + /// + RSNA_PSK = 7, + /// + /// Indicates the start of the range that specifies proprietary authentication algorithms that are developed by an IHV. + /// + /// + /// This enumerator is valid only when the miniport driver is operating in Extensible Station (ExtSTA) mode. + /// + IHV_Start = 0x80000000, + /// + /// Indicates the end of the range that specifies proprietary authentication algorithms that are developed by an IHV. + /// + /// + /// This enumerator is valid only when the miniport driver is operating in Extensible Station (ExtSTA) mode. + /// + IHV_End = 0xffffffff + } + + /// + /// Defines a cipher algorithm for data encryption and decryption. + /// + /// + /// Corresponds to the native DOT11_CIPHER_ALGORITHM type. + /// + public enum Dot11CipherAlgorithm : uint + { + /// + /// Specifies that no cipher algorithm is enabled or supported. + /// + None = 0x00, + /// + /// Specifies a Wired Equivalent Privacy (WEP) algorithm, which is the RC4-based algorithm that is specified in the 802.11-1999 standard. This enumerator specifies the WEP cipher algorithm with a 40-bit cipher key. + /// + WEP40 = 0x01, + /// + /// Specifies a Temporal Key Integrity Protocol (TKIP) algorithm, which is the RC4-based cipher suite that is based on the algorithms that are defined in the WPA specification and IEEE 802.11i-2004 standard. This cipher also uses the Michael Message Integrity Code (MIC) algorithm for forgery protection. + /// + TKIP = 0x02, + /// + /// Specifies an AES-CCMP algorithm, as specified in the IEEE 802.11i-2004 standard and RFC 3610. Advanced Encryption Standard (AES) is the encryption algorithm defined in FIPS PUB 197. + /// + CCMP = 0x04, + /// + /// Specifies a WEP cipher algorithm with a 104-bit cipher key. + /// + WEP104 = 0x05, + /// + /// Specifies a Robust Security Network (RSN) Use Group Key cipher suite. For more information about the Use Group Key cipher suite, refer to Clause 7.3.2.9.1 of the IEEE 802.11i-2004 standard. + /// + WPA_UseGroup = 0x100, + /// + /// Specifies a Wifi Protected Access (WPA) Use Group Key cipher suite. For more information about the Use Group Key cipher suite, refer to Clause 7.3.2.9.1 of the IEEE 802.11i-2004 standard. + /// + RSN_UseGroup = 0x100, + /// + /// Specifies a WEP cipher algorithm with a cipher key of any length. + /// + WEP = 0x101, + /// + /// Specifies the start of the range that is used to define proprietary cipher algorithms that are developed by an independent hardware vendor (IHV). + /// + IHV_Start = 0x80000000, + /// + /// Specifies the end of the range that is used to define proprietary cipher algorithms that are developed by an IHV. + /// + IHV_End = 0xffffffff + } + + /// + /// Defines the security attributes for a wireless connection. + /// + /// + /// Corresponds to the native WLAN_SECURITY_ATTRIBUTES type. + /// + [StructLayout(LayoutKind.Sequential)] + public struct WlanSecurityAttributes + { + /// + /// Indicates whether security is enabled for this connection. + /// + [MarshalAs(UnmanagedType.Bool)] + public bool securityEnabled; + [MarshalAs(UnmanagedType.Bool)] + public bool oneXEnabled; + /// + /// The authentication algorithm. + /// + public Dot11AuthAlgorithm dot11AuthAlgorithm; + /// + /// The cipher algorithm. + /// + public Dot11CipherAlgorithm dot11CipherAlgorithm; + } + + /// + /// Defines the attributes of a wireless connection. + /// + /// + /// Corresponds to the native WLAN_CONNECTION_ATTRIBUTES type. + /// + [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] + public struct WlanConnectionAttributes + { + /// + /// The state of the interface. + /// + public WlanInterfaceState isState; + /// + /// The mode of the connection. + /// + public WlanConnectionMode wlanConnectionMode; + /// + /// The name of the profile used for the connection. Profile names are case-sensitive. + /// + [MarshalAs(UnmanagedType.ByValTStr, SizeConst = 256)] + public string profileName; + /// + /// The attributes of the association. + /// + public WlanAssociationAttributes wlanAssociationAttributes; + /// + /// The security attributes of the connection. + /// + public WlanSecurityAttributes wlanSecurityAttributes; + } + + /// + /// Contains information about a LAN interface. + /// + [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] + public struct WlanInterfaceInfo + { + /// + /// The GUID of the interface. + /// + public Guid interfaceGuid; + /// + /// The description of the interface. + /// + [MarshalAs(UnmanagedType.ByValTStr, SizeConst = 256)] + public string interfaceDescription; + /// + /// The current state of the interface. + /// + public WlanInterfaceState isState; + } + + /// + /// The header of the list returned by . + /// + [StructLayout(LayoutKind.Sequential)] + internal struct WlanInterfaceInfoListHeader + { + public uint numberOfItems; + public uint index; + } + + /// + /// The header of the list returned by . + /// + [StructLayout(LayoutKind.Sequential)] + internal struct WlanProfileInfoListHeader + { + public uint numberOfItems; + public uint index; + } + + /// + /// Contains basic information about a profile. + /// + [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] + public struct WlanProfileInfo + { + /// + /// The name of the profile. This value may be the name of a domain if the profile is for provisioning. Profile names are case-sensitive. + /// + [MarshalAs(UnmanagedType.ByValTStr, SizeConst = 256)] + public string profileName; + /// + /// Profile flags. + /// + public WlanProfileFlags profileFlags; + } + + /// + /// Flags that specifiy the miniport driver's current operation mode. + /// + [Flags] + public enum Dot11OperationMode : uint + { + Unknown = 0x00000000, + Station = 0x00000001, + AP = 0x00000002, + /// + /// Specifies that the miniport driver supports the Extensible Station (ExtSTA) operation mode. + /// + ExtensibleStation = 0x00000004, + /// + /// Specifies that the miniport driver supports the Network Monitor (NetMon) operation mode. + /// + NetworkMonitor = 0x80000000 + } + #endregion + + /// + /// Helper method to wrap calls to Native WiFi API methods. + /// If the method falls, throws an exception containing the error code. + /// + /// The error code. + [DebuggerStepThrough] + internal static void ThrowIfError(int win32ErrorCode) + { + if (win32ErrorCode != 0) + throw new Win32Exception(win32ErrorCode); + } + } +} diff --git a/NetWork/Windows.Common/Wifi/WlanApi.cs b/NetWork/Windows.Common/Wifi/WlanApi.cs new file mode 100644 index 0000000..fc3bbfd --- /dev/null +++ b/NetWork/Windows.Common/Wifi/WlanApi.cs @@ -0,0 +1,800 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Runtime.InteropServices; +using System.Net.NetworkInformation; +using System.Threading; +using System.Text; + +namespace Windows.Common.Wifi +{ + /// + /// Represents a client to the Zeroconf (Native Wifi) service. + /// + /// + /// This class is the entrypoint to Native Wifi management. To manage WiFi settings, create an instance + /// of this class. + /// + public class WlanClient + { + /// + /// Represents a Wifi network interface. + /// + public class WlanInterface + { + private WlanClient client; + private Wlan.WlanInterfaceInfo info; + + #region Events + /// + /// Represents a method that will handle events. + /// + /// The notification data. + public delegate void WlanNotificationEventHandler(Wlan.WlanNotificationData notifyData); + + /// + /// Represents a method that will handle events. + /// + /// The notification data. + /// The notification data. + public delegate void WlanConnectionNotificationEventHandler(Wlan.WlanNotificationData notifyData, Wlan.WlanConnectionNotificationData connNotifyData); + + /// + /// Represents a method that will handle events. + /// + /// The notification data. + /// The reason code. + public delegate void WlanReasonNotificationEventHandler(Wlan.WlanNotificationData notifyData, Wlan.WlanReasonCode reasonCode); + + /// + /// Occurs when an event of any kind occurs on a WLAN interface. + /// + public event WlanNotificationEventHandler WlanNotification; + + /// + /// Occurs when a WLAN interface changes connection state. + /// + public event WlanConnectionNotificationEventHandler WlanConnectionNotification; + + /// + /// Occurs when a WLAN operation fails due to some reason. + /// + public event WlanReasonNotificationEventHandler WlanReasonNotification; + + #endregion + + #region Event queue + private bool queueEvents; + private AutoResetEvent eventQueueFilled = new AutoResetEvent(false); + private Queue eventQueue = new Queue(); + + private struct WlanConnectionNotificationEventData + { + public Wlan.WlanNotificationData notifyData; + public Wlan.WlanConnectionNotificationData connNotifyData; + } + private struct WlanReasonNotificationData + { + public Wlan.WlanNotificationData notifyData; + public Wlan.WlanReasonCode reasonCode; + } + #endregion + + internal WlanInterface(WlanClient client, Wlan.WlanInterfaceInfo info) + { + this.client = client; + this.info = info; + } + + /// + /// Sets a parameter of the interface whose data type is . + /// + /// The opcode of the parameter. + /// The value to set. + private void SetInterfaceInt(Wlan.WlanIntfOpcode opCode, int value) + { + IntPtr valuePtr = Marshal.AllocHGlobal(sizeof(int)); + Marshal.WriteInt32(valuePtr, value); + try + { + Wlan.ThrowIfError( + Wlan.WlanSetInterface(client.clientHandle, info.interfaceGuid, opCode, sizeof(int), valuePtr, IntPtr.Zero)); + } + finally + { + Marshal.FreeHGlobal(valuePtr); + } + } + + /// + /// Gets a parameter of the interface whose data type is . + /// + /// The opcode of the parameter. + /// The integer value. + private int GetInterfaceInt(Wlan.WlanIntfOpcode opCode) + { + IntPtr valuePtr; + int valueSize; + Wlan.WlanOpcodeValueType opcodeValueType; + Wlan.ThrowIfError( + Wlan.WlanQueryInterface(client.clientHandle, info.interfaceGuid, opCode, IntPtr.Zero, out valueSize, out valuePtr, out opcodeValueType)); + try + { + return Marshal.ReadInt32(valuePtr); + } + finally + { + Wlan.WlanFreeMemory(valuePtr); + } + } + + /// + /// Gets or sets a value indicating whether this is automatically configured. + /// + /// true if "autoconf" is enabled; otherwise, false. + public bool Autoconf + { + get + { + return GetInterfaceInt(Wlan.WlanIntfOpcode.AutoconfEnabled) != 0; + } + set + { + SetInterfaceInt(Wlan.WlanIntfOpcode.AutoconfEnabled, value ? 1 : 0); + } + } + + /// + /// Gets or sets the BSS type for the indicated interface. + /// + /// The type of the BSS. + public Wlan.Dot11BssType BssType + { + get + { + return (Wlan.Dot11BssType) GetInterfaceInt(Wlan.WlanIntfOpcode.BssType); + } + set + { + SetInterfaceInt(Wlan.WlanIntfOpcode.BssType, (int)value); + } + } + + /// + /// Gets the state of the interface. + /// + /// The state of the interface. + public Wlan.WlanInterfaceState InterfaceState + { + get + { + return (Wlan.WlanInterfaceState)GetInterfaceInt(Wlan.WlanIntfOpcode.InterfaceState); + } + } + + /// + /// Gets the channel. + /// + /// The channel. + /// Not supported on Windows XP SP2. + public int Channel + { + get + { + return GetInterfaceInt(Wlan.WlanIntfOpcode.ChannelNumber); + } + } + + /// + /// Gets the RSSI. + /// + /// The RSSI. + /// Not supported on Windows XP SP2. + public int RSSI + { + get + { + return GetInterfaceInt(Wlan.WlanIntfOpcode.RSSI); + } + } + + /// + /// Gets the current operation mode. + /// + /// The current operation mode. + /// Not supported on Windows XP SP2. + public Wlan.Dot11OperationMode CurrentOperationMode + { + get + { + return (Wlan.Dot11OperationMode) GetInterfaceInt(Wlan.WlanIntfOpcode.CurrentOperationMode); + } + } + + /// + /// Gets the attributes of the current connection. + /// + /// The current connection attributes. + /// An exception with code 0x0000139F (The group or resource is not in the correct state to perform the requested operation.) will be thrown if the interface is not connected to a network. + public Wlan.WlanConnectionAttributes CurrentConnection + { + get + { + int valueSize; + IntPtr valuePtr; + Wlan.WlanOpcodeValueType opcodeValueType; + Wlan.ThrowIfError( + Wlan.WlanQueryInterface(client.clientHandle, info.interfaceGuid, Wlan.WlanIntfOpcode.CurrentConnection, IntPtr.Zero, out valueSize, out valuePtr, out opcodeValueType)); + try + { + return (Wlan.WlanConnectionAttributes)Marshal.PtrToStructure(valuePtr, typeof(Wlan.WlanConnectionAttributes)); + } + finally + { + Wlan.WlanFreeMemory(valuePtr); + } + } + } + + /// + /// Requests a scan for available networks. + /// + /// + /// The method returns immediately. Progress is reported through the event. + /// + public void Scan() + { + Wlan.ThrowIfError( + Wlan.WlanScan(client.clientHandle, info.interfaceGuid, IntPtr.Zero, IntPtr.Zero, IntPtr.Zero)); + } + + /// + /// Converts a pointer to a available networks list (header + entries) to an array of available network entries. + /// + /// A pointer to an available networks list's header. + /// An array of available network entries. + private Wlan.WlanAvailableNetwork[] ConvertAvailableNetworkListPtr(IntPtr availNetListPtr) + { + Wlan.WlanAvailableNetworkListHeader availNetListHeader = (Wlan.WlanAvailableNetworkListHeader)Marshal.PtrToStructure(availNetListPtr, typeof(Wlan.WlanAvailableNetworkListHeader)); + long availNetListIt = availNetListPtr.ToInt64() + Marshal.SizeOf(typeof(Wlan.WlanAvailableNetworkListHeader)); + Wlan.WlanAvailableNetwork[] availNets = new Wlan.WlanAvailableNetwork[availNetListHeader.numberOfItems]; + for (int i = 0; i < availNetListHeader.numberOfItems; ++i) + { + availNets[i] = (Wlan.WlanAvailableNetwork)Marshal.PtrToStructure(new IntPtr(availNetListIt), typeof(Wlan.WlanAvailableNetwork)); + availNetListIt += Marshal.SizeOf(typeof(Wlan.WlanAvailableNetwork)); + } + return availNets; + } + + /// + /// Retrieves the list of available networks. + /// + /// Controls the type of networks returned. + /// A list of the available networks. + public Wlan.WlanAvailableNetwork[] GetAvailableNetworkList(Wlan.WlanGetAvailableNetworkFlags flags) + { + IntPtr availNetListPtr; + Wlan.ThrowIfError( + Wlan.WlanGetAvailableNetworkList(client.clientHandle, info.interfaceGuid, flags, IntPtr.Zero, out availNetListPtr)); + try + { + return ConvertAvailableNetworkListPtr(availNetListPtr); + } + finally + { + Wlan.WlanFreeMemory(availNetListPtr); + } + } + + /// + /// Converts a pointer to a BSS list (header + entries) to an array of BSS entries. + /// + /// A pointer to a BSS list's header. + /// An array of BSS entries. + private Wlan.WlanBssEntry[] ConvertBssListPtr(IntPtr bssListPtr) + { + Wlan.WlanBssListHeader bssListHeader = (Wlan.WlanBssListHeader)Marshal.PtrToStructure(bssListPtr, typeof(Wlan.WlanBssListHeader)); + long bssListIt = bssListPtr.ToInt64() + Marshal.SizeOf(typeof(Wlan.WlanBssListHeader)); + Wlan.WlanBssEntry[] bssEntries = new Wlan.WlanBssEntry[bssListHeader.numberOfItems]; + for (int i=0; i + /// Retrieves the basic service sets (BSS) list of all available networks. + /// + public Wlan.WlanBssEntry[] GetNetworkBssList() + { + IntPtr bssListPtr; + Wlan.ThrowIfError( + Wlan.WlanGetNetworkBssList(client.clientHandle, info.interfaceGuid, IntPtr.Zero, Wlan.Dot11BssType.Any, false, IntPtr.Zero, out bssListPtr)); + try + { + return ConvertBssListPtr(bssListPtr); + } + finally + { + Wlan.WlanFreeMemory(bssListPtr); + } + } + + /// + /// Retrieves the basic service sets (BSS) list of the specified network. + /// + /// Specifies the SSID of the network from which the BSS list is requested. + /// Indicates the BSS type of the network. + /// Indicates whether security is enabled on the network. + public Wlan.WlanBssEntry[] GetNetworkBssList(Wlan.Dot11Ssid ssid, Wlan.Dot11BssType bssType, bool securityEnabled) + { + IntPtr ssidPtr = Marshal.AllocHGlobal(Marshal.SizeOf(ssid)); + Marshal.StructureToPtr(ssid, ssidPtr, false); + try + { + IntPtr bssListPtr; + Wlan.ThrowIfError( + Wlan.WlanGetNetworkBssList(client.clientHandle, info.interfaceGuid, ssidPtr, bssType, securityEnabled, IntPtr.Zero, out bssListPtr)); + try + { + return ConvertBssListPtr(bssListPtr); + } + finally + { + Wlan.WlanFreeMemory(bssListPtr); + } + } + finally + { + Marshal.FreeHGlobal(ssidPtr); + } + } + + /// + /// Connects to a network defined by a connection parameters structure. + /// + /// The connection paramters. + protected void Connect(Wlan.WlanConnectionParameters connectionParams) + { + Wlan.ThrowIfError( + Wlan.WlanConnect(client.clientHandle, info.interfaceGuid, ref connectionParams, IntPtr.Zero)); + } + + /// + /// Requests a connection (association) to the specified wireless network. + /// + /// + /// The method returns immediately. Progress is reported through the event. + /// + public void Connect(Wlan.WlanConnectionMode connectionMode, Wlan.Dot11BssType bssType, string profile) + { + Wlan.WlanConnectionParameters connectionParams = new Wlan.WlanConnectionParameters(); + connectionParams.wlanConnectionMode = connectionMode; + connectionParams.profile = profile; + connectionParams.dot11BssType = bssType; + connectionParams.flags = 0; + Connect(connectionParams); + } + + /// + /// Connects (associates) to the specified wireless network, returning either on a success to connect + /// or a failure. + /// + /// + /// + /// + /// + /// + public bool ConnectSynchronously(Wlan.WlanConnectionMode connectionMode, Wlan.Dot11BssType bssType, string profile, int connectTimeout) + { + queueEvents = true; + try + { + Connect(connectionMode, bssType, profile); + while (queueEvents && eventQueueFilled.WaitOne(connectTimeout, true)) + { + lock (eventQueue) + { + while (eventQueue.Count != 0) + { + object e = eventQueue.Dequeue(); + if (e is WlanConnectionNotificationEventData) + { + WlanConnectionNotificationEventData wlanConnectionData = (WlanConnectionNotificationEventData)e; + // Check if the conditions are good to indicate either success or failure. + if (wlanConnectionData.notifyData.notificationSource == Wlan.WlanNotificationSource.ACM) + { + switch ((Wlan.WlanNotificationCodeAcm)wlanConnectionData.notifyData.notificationCode) + { + case Wlan.WlanNotificationCodeAcm.ConnectionComplete: + if (wlanConnectionData.connNotifyData.profileName == profile) + return true; + break; + } + } + break; + } + } + } + } + } + finally + { + queueEvents = false; + eventQueue.Clear(); + } + return false; // timeout expired and no "connection complete" + } + + /// + /// Connects to the specified wireless network. + /// + /// + /// The method returns immediately. Progress is reported through the event. + /// + public void Connect(Wlan.WlanConnectionMode connectionMode, Wlan.Dot11BssType bssType, Wlan.Dot11Ssid ssid, Wlan.WlanConnectionFlags flags) + { + Wlan.WlanConnectionParameters connectionParams = new Wlan.WlanConnectionParameters(); + connectionParams.wlanConnectionMode = connectionMode; + connectionParams.dot11SsidPtr = Marshal.AllocHGlobal(Marshal.SizeOf(ssid)); + Marshal.StructureToPtr(ssid, connectionParams.dot11SsidPtr, false); + connectionParams.dot11BssType = bssType; + connectionParams.flags = flags; + Connect(connectionParams); + Marshal.DestroyStructure(connectionParams.dot11SsidPtr, ssid.GetType()); + Marshal.FreeHGlobal(connectionParams.dot11SsidPtr); + } + + /// + /// Deletes a profile. + /// + /// + /// The name of the profile to be deleted. Profile names are case-sensitive. + /// On Windows XP SP2, the supplied name must match the profile name derived automatically from the SSID of the network. For an infrastructure network profile, the SSID must be supplied for the profile name. For an ad hoc network profile, the supplied name must be the SSID of the ad hoc network followed by -adhoc. + /// + public void DeleteProfile(string profileName) + { + Wlan.ThrowIfError( + Wlan.WlanDeleteProfile(client.clientHandle, info.interfaceGuid, profileName, IntPtr.Zero)); + } + + /// + /// Sets the profile. + /// + /// The flags to set on the profile. + /// The XML representation of the profile. On Windows XP SP 2, special care should be taken to adhere to its limitations. + /// If a profile by the given name already exists, then specifies whether to overwrite it (if true) or return an error (if false). + /// The resulting code indicating a success or the reason why the profile wasn't valid. + public Wlan.WlanReasonCode SetProfile(Wlan.WlanProfileFlags flags, string profileXml, bool overwrite) + { + Wlan.WlanReasonCode reasonCode; + Wlan.ThrowIfError( + Wlan.WlanSetProfile(client.clientHandle, info.interfaceGuid, flags, profileXml, null, overwrite, IntPtr.Zero, out reasonCode)); + return reasonCode; + } + + /// + /// Gets the profile's XML specification. + /// + /// The name of the profile. + /// The XML document. + public string GetProfileXml(string profileName) + { + IntPtr profileXmlPtr; + Wlan.WlanProfileFlags flags; + Wlan.WlanAccess access; + Wlan.ThrowIfError( + Wlan.WlanGetProfile(client.clientHandle, info.interfaceGuid, profileName, IntPtr.Zero, out profileXmlPtr, out flags, + out access)); + try + { + return Marshal.PtrToStringUni(profileXmlPtr); + } + finally + { + Wlan.WlanFreeMemory(profileXmlPtr); + } + } + + /// + /// Gets the information of all profiles on this interface. + /// + /// The profiles information. + public Wlan.WlanProfileInfo[] GetProfiles() + { + IntPtr profileListPtr; + Wlan.ThrowIfError( + Wlan.WlanGetProfileList(client.clientHandle, info.interfaceGuid, IntPtr.Zero, out profileListPtr)); + try + { + Wlan.WlanProfileInfoListHeader header = (Wlan.WlanProfileInfoListHeader) Marshal.PtrToStructure(profileListPtr, typeof(Wlan.WlanProfileInfoListHeader)); + Wlan.WlanProfileInfo[] profileInfos = new Wlan.WlanProfileInfo[header.numberOfItems]; + long profileListIterator = profileListPtr.ToInt64() + Marshal.SizeOf(header); + for (int i=0; i + /// Enqueues a notification event to be processed serially. + /// + private void EnqueueEvent(object queuedEvent) + { + lock (eventQueue) + eventQueue.Enqueue(queuedEvent); + eventQueueFilled.Set(); + } + + /// + /// Gets the network interface of this wireless interface. + /// + /// + /// The network interface allows querying of generic network properties such as the interface's IP address. + /// + public NetworkInterface NetworkInterface + { + get + { + // Do not cache the NetworkInterface; We need it fresh + // each time cause otherwise it caches the IP information. + foreach (NetworkInterface netIface in NetworkInterface.GetAllNetworkInterfaces()) + { + Guid netIfaceGuid = new Guid(netIface.Id); + if (netIfaceGuid.Equals(info.interfaceGuid)) + { + return netIface; + } + } + return null; + } + } + + /// + /// The GUID of the interface (same content as the value). + /// + public Guid InterfaceGuid + { + get { return info.interfaceGuid; } + } + + /// + /// The description of the interface. + /// This is a user-immutable string containing the vendor and model name of the adapter. + /// + public string InterfaceDescription + { + get { return info.interfaceDescription; } + } + + /// + /// The friendly name given to the interface by the user (e.g. "Local Area Network Connection"). + /// + public string InterfaceName + { + get { return NetworkInterface.Name; } + } + } + + private IntPtr clientHandle; + private uint negotiatedVersion; + private Wlan.WlanNotificationCallbackDelegate wlanNotificationCallback; + + private Dictionary ifaces = new Dictionary(); + + /// + /// Creates a new instance of a Native Wifi service client. + /// + public WlanClient() + { + Wlan.ThrowIfError( + Wlan.WlanOpenHandle(Wlan.WLAN_CLIENT_VERSION_XP_SP2, IntPtr.Zero, out negotiatedVersion, out clientHandle)); + try + { + Wlan.WlanNotificationSource prevSrc; + wlanNotificationCallback = new Wlan.WlanNotificationCallbackDelegate(OnWlanNotification); + Wlan.ThrowIfError( + Wlan.WlanRegisterNotification(clientHandle, Wlan.WlanNotificationSource.All, false, wlanNotificationCallback, IntPtr.Zero, IntPtr.Zero, out prevSrc)); + } + catch + { + Wlan.WlanCloseHandle(clientHandle, IntPtr.Zero); + throw; + } + } + + ~WlanClient() + { + Wlan.WlanCloseHandle(clientHandle, IntPtr.Zero); + } + + private Wlan.WlanConnectionNotificationData? ParseWlanConnectionNotification(ref Wlan.WlanNotificationData notifyData) + { + int expectedSize = Marshal.SizeOf(typeof(Wlan.WlanConnectionNotificationData)); + if (notifyData.dataSize < expectedSize) + return null; + + Wlan.WlanConnectionNotificationData connNotifyData = + (Wlan.WlanConnectionNotificationData) + Marshal.PtrToStructure(notifyData.dataPtr, typeof(Wlan.WlanConnectionNotificationData)); + if (connNotifyData.wlanReasonCode == Wlan.WlanReasonCode.Success) + { + IntPtr profileXmlPtr = new IntPtr( + notifyData.dataPtr.ToInt64() + + Marshal.OffsetOf(typeof(Wlan.WlanConnectionNotificationData), "profileXml").ToInt64()); + connNotifyData.profileXml = Marshal.PtrToStringUni(profileXmlPtr); + } + return connNotifyData; + } + + private void OnWlanNotification(ref Wlan.WlanNotificationData notifyData, IntPtr context) + { + WlanInterface wlanIface = ifaces.ContainsKey(notifyData.interfaceGuid) ? ifaces[notifyData.interfaceGuid] : null; + + switch(notifyData.notificationSource) + { + case Wlan.WlanNotificationSource.ACM: + switch((Wlan.WlanNotificationCodeAcm)notifyData.notificationCode) + { + case Wlan.WlanNotificationCodeAcm.ConnectionStart: + case Wlan.WlanNotificationCodeAcm.ConnectionComplete: + case Wlan.WlanNotificationCodeAcm.ConnectionAttemptFail: + case Wlan.WlanNotificationCodeAcm.Disconnecting: + case Wlan.WlanNotificationCodeAcm.Disconnected: + Wlan.WlanConnectionNotificationData? connNotifyData = ParseWlanConnectionNotification(ref notifyData); + if (connNotifyData.HasValue) + if (wlanIface != null) + wlanIface.OnWlanConnection(notifyData, connNotifyData.Value); + break; + case Wlan.WlanNotificationCodeAcm.ScanFail: + { + int expectedSize = Marshal.SizeOf(typeof (Wlan.WlanReasonCode)); + if (notifyData.dataSize >= expectedSize) + { + Wlan.WlanReasonCode reasonCode = (Wlan.WlanReasonCode) Marshal.ReadInt32(notifyData.dataPtr); + if (wlanIface != null) + wlanIface.OnWlanReason(notifyData, reasonCode); + } + } + break; + } + break; + case Wlan.WlanNotificationSource.MSM: + switch((Wlan.WlanNotificationCodeMsm)notifyData.notificationCode) + { + case Wlan.WlanNotificationCodeMsm.Associating: + case Wlan.WlanNotificationCodeMsm.Associated: + case Wlan.WlanNotificationCodeMsm.Authenticating: + case Wlan.WlanNotificationCodeMsm.Connected: + case Wlan.WlanNotificationCodeMsm.RoamingStart: + case Wlan.WlanNotificationCodeMsm.RoamingEnd: + case Wlan.WlanNotificationCodeMsm.Disassociating: + case Wlan.WlanNotificationCodeMsm.Disconnected: + case Wlan.WlanNotificationCodeMsm.PeerJoin: + case Wlan.WlanNotificationCodeMsm.PeerLeave: + case Wlan.WlanNotificationCodeMsm.AdapterRemoval: + Wlan.WlanConnectionNotificationData? connNotifyData = ParseWlanConnectionNotification(ref notifyData); + if (connNotifyData.HasValue) + if (wlanIface != null) + wlanIface.OnWlanConnection(notifyData, connNotifyData.Value); + break; + } + break; + } + + if (wlanIface != null) + wlanIface.OnWlanNotification(notifyData); + } + + /// + /// Gets the WLAN interfaces. + /// + /// The WLAN interfaces. + public WlanInterface[] Interfaces + { + get + { + IntPtr ifaceList; + Wlan.ThrowIfError( + Wlan.WlanEnumInterfaces(clientHandle, IntPtr.Zero, out ifaceList)); + try + { + Wlan.WlanInterfaceInfoListHeader header = + (Wlan.WlanInterfaceInfoListHeader) Marshal.PtrToStructure(ifaceList, typeof (Wlan.WlanInterfaceInfoListHeader)); + Int64 listIterator = ifaceList.ToInt64() + Marshal.SizeOf(header); + WlanInterface[] interfaces = new WlanInterface[header.numberOfItems]; + List currentIfaceGuids = new List(); + for (int i = 0; i < header.numberOfItems; ++i) + { + Wlan.WlanInterfaceInfo info = + (Wlan.WlanInterfaceInfo) Marshal.PtrToStructure(new IntPtr(listIterator), typeof (Wlan.WlanInterfaceInfo)); + listIterator += Marshal.SizeOf(info); + WlanInterface wlanIface; + currentIfaceGuids.Add(info.interfaceGuid); + if (ifaces.ContainsKey(info.interfaceGuid)) + wlanIface = ifaces[info.interfaceGuid]; + else + wlanIface = new WlanInterface(this, info); + interfaces[i] = wlanIface; + ifaces[info.interfaceGuid] = wlanIface; + } + + // Remove stale interfaces + Queue deadIfacesGuids = new Queue(); + foreach (Guid ifaceGuid in ifaces.Keys) + { + if (!currentIfaceGuids.Contains(ifaceGuid)) + deadIfacesGuids.Enqueue(ifaceGuid); + } + while(deadIfacesGuids.Count != 0) + { + Guid deadIfaceGuid = deadIfacesGuids.Dequeue(); + ifaces.Remove(deadIfaceGuid); + } + + return interfaces; + } + finally + { + Wlan.WlanFreeMemory(ifaceList); + } + } + } + + /// + /// Gets a string that describes a specified reason code. + /// + /// The reason code. + /// The string. + public string GetStringForReasonCode(Wlan.WlanReasonCode reasonCode) + { + StringBuilder sb = new StringBuilder(1024); // the 1024 size here is arbitrary; the WlanReasonCodeToString docs fail to specify a recommended size + Wlan.ThrowIfError( + Wlan.WlanReasonCodeToString(reasonCode, sb.Capacity, sb, IntPtr.Zero)); + return sb.ToString(); + } + } +} diff --git a/NetWork/Windows.Common/Windows.Common.csproj b/NetWork/Windows.Common/Windows.Common.csproj new file mode 100644 index 0000000..f23343a --- /dev/null +++ b/NetWork/Windows.Common/Windows.Common.csproj @@ -0,0 +1,55 @@ + + + + + Debug + AnyCPU + {DDFE602D-A0B5-4429-8B5C-E99155B6777A} + Library + Properties + Windows.Common + Windows.Common + v4.6 + 512 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/NetWork/Windows.Common/obj/Debug/.NETFramework,Version=v4.6.AssemblyAttributes.cs b/NetWork/Windows.Common/obj/Debug/.NETFramework,Version=v4.6.AssemblyAttributes.cs new file mode 100644 index 0000000..a216cb0 --- /dev/null +++ b/NetWork/Windows.Common/obj/Debug/.NETFramework,Version=v4.6.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6", FrameworkDisplayName = ".NET Framework 4.6")] diff --git a/NetWork/Windows.Common/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/NetWork/Windows.Common/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000..b8b0240 Binary files /dev/null and b/NetWork/Windows.Common/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/NetWork/Windows.Common/obj/Debug/Windows.Common.csproj.AssemblyReference.cache b/NetWork/Windows.Common/obj/Debug/Windows.Common.csproj.AssemblyReference.cache new file mode 100644 index 0000000..f5e894a Binary files /dev/null and b/NetWork/Windows.Common/obj/Debug/Windows.Common.csproj.AssemblyReference.cache differ diff --git a/NetWork/Windows.Common/obj/Release/.NETFramework,Version=v4.6.AssemblyAttributes.cs b/NetWork/Windows.Common/obj/Release/.NETFramework,Version=v4.6.AssemblyAttributes.cs new file mode 100644 index 0000000..a216cb0 --- /dev/null +++ b/NetWork/Windows.Common/obj/Release/.NETFramework,Version=v4.6.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6", FrameworkDisplayName = ".NET Framework 4.6")]