diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4ce6fdd --- /dev/null +++ b/.gitignore @@ -0,0 +1,340 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUNIT +*.VisualState.xml +TestResult.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# JustCode is a .NET coding add-in +.JustCode + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- Backup*.rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# JetBrains Rider +.idea/ +*.sln.iml + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# BeatPulse healthcheck temp database +healthchecksdb \ No newline at end of file diff --git a/Knocker/.vs/Knocker/DesignTimeBuild/.dtbcache.v2 b/Knocker/.vs/Knocker/DesignTimeBuild/.dtbcache.v2 index 43b7e8a..7c62789 100644 Binary files a/Knocker/.vs/Knocker/DesignTimeBuild/.dtbcache.v2 and b/Knocker/.vs/Knocker/DesignTimeBuild/.dtbcache.v2 differ diff --git a/Knocker/.vs/Knocker/v16/.suo b/Knocker/.vs/Knocker/v16/.suo index 977c7a9..46b58b9 100644 Binary files a/Knocker/.vs/Knocker/v16/.suo and b/Knocker/.vs/Knocker/v16/.suo differ diff --git a/Knocker/KnockerCore/Core.cs b/Knocker/KnockerCore/Core.cs index 8ac3227..d20fc57 100644 --- a/Knocker/KnockerCore/Core.cs +++ b/Knocker/KnockerCore/Core.cs @@ -8,6 +8,7 @@ using System.Linq; using System.Net; using System.Net.Sockets; +using System.Runtime.InteropServices; using System.Threading; using System.Threading.Tasks; using static KnockerCore.Helper.Factory; @@ -141,7 +142,17 @@ public bool IsPortOpen(string ipaddress, int port) { var result = tcpClient.BeginConnect(ipaddress, port, null, null); tcpClient.EndConnect(result); - Thread thr = new Thread(() => Broadcaster().Broadcast(typeof(ThreadStatusDto).ToString(), new ThreadStatusDto { Id = Thread.CurrentThread.ManagedThreadId, IpAddress = ipaddress, Port = port.ToString() })); + + var threadStatusDto = new ThreadStatusDto + {Id = Thread.CurrentThread.ManagedThreadId, IpAddress = ipaddress, Port = port.ToString()}; + + IPAddress.TryParse(ipaddress, out var ip); + if (ip != null) + { + threadStatusDto.MacAddress = GetMacAddress(ip); + } + + Thread thr = new Thread(() => Broadcaster().Broadcast(typeof(ThreadStatusDto).ToString(), threadStatusDto)); thr.Start(); } catch (Exception) @@ -153,5 +164,24 @@ public bool IsPortOpen(string ipaddress, int port) return true; } } + + [DllImport("iphlpapi.dll", ExactSpelling = true)] + private static extern int SendARP(uint destIp, uint srcIp, byte[] macAddress, ref uint macAddressLength); + + private static string GetMacAddress(IPAddress address) + { + byte[] mac = new byte[6]; + uint len = (uint)mac.Length; + byte[] addressBytes = address.GetAddressBytes(); + uint dest = ((uint)addressBytes[3] << 24) + + ((uint)addressBytes[2] << 16) + + ((uint)addressBytes[1] << 8) + + ((uint)addressBytes[0]); + if (SendARP(dest, 0, mac, ref len) != 0) + { + return "N/A"; + } + return BitConverter.ToString(mac); + } } } diff --git a/Knocker/KnockerCore/DTO/ThreadStatusDto.cs b/Knocker/KnockerCore/DTO/ThreadStatusDto.cs index 8de6d94..c3a9bf4 100644 --- a/Knocker/KnockerCore/DTO/ThreadStatusDto.cs +++ b/Knocker/KnockerCore/DTO/ThreadStatusDto.cs @@ -11,5 +11,7 @@ public class ThreadStatusDto public string IpAddress { get; set; } public string Port { get; set; } + + public string MacAddress { get; set; } } } diff --git a/Knocker/KnockerCore/bin/Debug/netcoreapp3.1/KnockerCore.deps.json b/Knocker/KnockerCore/bin/Debug/netcoreapp3.1/KnockerCore.deps.json deleted file mode 100644 index bf04fe1..0000000 --- a/Knocker/KnockerCore/bin/Debug/netcoreapp3.1/KnockerCore.deps.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v3.1", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v3.1": { - "KnockerCore/1.0.0": { - "dependencies": { - "log4net": "2.0.12" - }, - "runtime": { - "KnockerCore.dll": {} - } - }, - "log4net/2.0.12": { - "dependencies": { - "System.Configuration.ConfigurationManager": "4.5.0" - }, - "runtime": { - "lib/netstandard2.0/log4net.dll": { - "assemblyVersion": "2.0.12.0", - "fileVersion": "2.0.12.0" - } - } - }, - "Microsoft.NETCore.Platforms/2.0.0": {}, - "System.Configuration.ConfigurationManager/4.5.0": { - "dependencies": { - "System.Security.Cryptography.ProtectedData": "4.5.0", - "System.Security.Permissions": "4.5.0" - }, - "runtime": { - "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "4.0.1.0", - "fileVersion": "4.6.26515.6" - } - } - }, - "System.Security.AccessControl/4.5.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Security.Principal.Windows": "4.5.0" - } - }, - "System.Security.Cryptography.ProtectedData/4.5.0": { - "runtime": { - "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "4.0.3.0", - "fileVersion": "4.6.26515.6" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.0.3.0", - "fileVersion": "4.6.26515.6" - } - } - }, - "System.Security.Permissions/4.5.0": { - "dependencies": { - "System.Security.AccessControl": "4.5.0" - }, - "runtime": { - "lib/netstandard2.0/System.Security.Permissions.dll": { - "assemblyVersion": "4.0.1.0", - "fileVersion": "4.6.26515.6" - } - } - }, - "System.Security.Principal.Windows/4.5.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0" - } - } - } - }, - "libraries": { - "KnockerCore/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "log4net/2.0.12": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9P67BCftJ7KG+B7rNOM1A9KczUwyEDed6zbAddy5Cj/73xVkzi+rEAHeOgUnW5wDqy1JFlY8+oTP0m1PgJ03Tg==", - "path": "log4net/2.0.12", - "hashPath": "log4net.2.0.12.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==", - "path": "microsoft.netcore.platforms/2.0.0", - "hashPath": "microsoft.netcore.platforms.2.0.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UIFvaFfuKhLr9u5tWMxmVoDPkFeD+Qv8gUuap4aZgVGYSYMdERck4OhLN/2gulAc0nYTEigWXSJNNWshrmxnng==", - "path": "system.configuration.configurationmanager/4.5.0", - "hashPath": "system.configuration.configurationmanager.4.5.0.nupkg.sha512" - }, - "System.Security.AccessControl/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vW8Eoq0TMyz5vAG/6ce483x/CP83fgm4SJe5P8Tb1tZaobcvPrbMEL7rhH1DRdrYbbb6F0vq3OlzmK0Pkwks5A==", - "path": "system.security.accesscontrol/4.5.0", - "hashPath": "system.security.accesscontrol.4.5.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wLBKzFnDCxP12VL9ANydSYhk59fC4cvOr9ypYQLPnAj48NQIhqnjdD2yhP8yEKyBJEjERWS9DisKL7rX5eU25Q==", - "path": "system.security.cryptography.protecteddata/4.5.0", - "hashPath": "system.security.cryptography.protecteddata.4.5.0.nupkg.sha512" - }, - "System.Security.Permissions/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9gdyuARhUR7H+p5CjyUB/zPk7/Xut3wUSP8NJQB6iZr8L3XUXTMdoLeVAg9N4rqF8oIpE7MpdqHdDHQ7XgJe0g==", - "path": "system.security.permissions/4.5.0", - "hashPath": "system.security.permissions.4.5.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-U77HfRXlZlOeIXd//Yoj6Jnk8AXlbeisf1oq1os+hxOGVnuG+lGSfGqTwTZBoORFF6j/0q7HXIl8cqwQ9aUGqQ==", - "path": "system.security.principal.windows/4.5.0", - "hashPath": "system.security.principal.windows.4.5.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/Knocker/KnockerCore/bin/Debug/netcoreapp3.1/KnockerCore.dll b/Knocker/KnockerCore/bin/Debug/netcoreapp3.1/KnockerCore.dll deleted file mode 100644 index 3fb354a..0000000 Binary files a/Knocker/KnockerCore/bin/Debug/netcoreapp3.1/KnockerCore.dll and /dev/null differ diff --git a/Knocker/KnockerCore/bin/Debug/netcoreapp3.1/KnockerCore.pdb b/Knocker/KnockerCore/bin/Debug/netcoreapp3.1/KnockerCore.pdb deleted file mode 100644 index 9d27530..0000000 Binary files a/Knocker/KnockerCore/bin/Debug/netcoreapp3.1/KnockerCore.pdb and /dev/null differ diff --git a/Knocker/KnockerCore/obj/Debug/netcoreapp3.1/KnockerCore.AssemblyInfo.cs b/Knocker/KnockerCore/obj/Debug/netcoreapp3.1/KnockerCore.AssemblyInfo.cs deleted file mode 100644 index 11cbd91..0000000 --- a/Knocker/KnockerCore/obj/Debug/netcoreapp3.1/KnockerCore.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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("KnockerCore")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("KnockerCore")] -[assembly: System.Reflection.AssemblyTitleAttribute("KnockerCore")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/Knocker/KnockerCore/obj/Debug/netcoreapp3.1/KnockerCore.AssemblyInfoInputs.cache b/Knocker/KnockerCore/obj/Debug/netcoreapp3.1/KnockerCore.AssemblyInfoInputs.cache deleted file mode 100644 index 1b3310b..0000000 --- a/Knocker/KnockerCore/obj/Debug/netcoreapp3.1/KnockerCore.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -c983ae08459fe049bdb328c3f19dee0ed5c83d36 diff --git a/Knocker/KnockerCore/obj/Debug/netcoreapp3.1/KnockerCore.assets.cache b/Knocker/KnockerCore/obj/Debug/netcoreapp3.1/KnockerCore.assets.cache index 64b5969..84f4be9 100644 Binary files a/Knocker/KnockerCore/obj/Debug/netcoreapp3.1/KnockerCore.assets.cache and b/Knocker/KnockerCore/obj/Debug/netcoreapp3.1/KnockerCore.assets.cache differ diff --git a/Knocker/KnockerCore/obj/Debug/netcoreapp3.1/KnockerCore.csproj.CoreCompileInputs.cache b/Knocker/KnockerCore/obj/Debug/netcoreapp3.1/KnockerCore.csproj.CoreCompileInputs.cache deleted file mode 100644 index bd7902c..0000000 --- a/Knocker/KnockerCore/obj/Debug/netcoreapp3.1/KnockerCore.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -2b1b0e6af34340e65d6bdd551229f636660b7dd1 diff --git a/Knocker/KnockerCore/obj/Debug/netcoreapp3.1/KnockerCore.csproj.FileListAbsolute.txt b/Knocker/KnockerCore/obj/Debug/netcoreapp3.1/KnockerCore.csproj.FileListAbsolute.txt index bfda17b..d0756f7 100644 --- a/Knocker/KnockerCore/obj/Debug/netcoreapp3.1/KnockerCore.csproj.FileListAbsolute.txt +++ b/Knocker/KnockerCore/obj/Debug/netcoreapp3.1/KnockerCore.csproj.FileListAbsolute.txt @@ -15,12 +15,3 @@ C:\Source\Knocker\KnockerCore\obj\Debug\netcoreapp3.1\KnockerCore.dll C:\Source\Knocker\KnockerCore\obj\Debug\netcoreapp3.1\KnockerCore.pdb C:\Source\Knocker\KnockerCore\obj\Debug\netcoreapp3.1\KnockerCore.csprojAssemblyReference.cache C:\Source\Knocker\KnockerCore\obj\Debug\netcoreapp3.1\KnockerCore.csproj.CoreCompileInputs.cache -C:\Source\Knocker\Knocker\KnockerCore\bin\Debug\netcoreapp3.1\KnockerCore.deps.json -C:\Source\Knocker\Knocker\KnockerCore\bin\Debug\netcoreapp3.1\KnockerCore.dll -C:\Source\Knocker\Knocker\KnockerCore\bin\Debug\netcoreapp3.1\KnockerCore.pdb -C:\Source\Knocker\Knocker\KnockerCore\obj\Debug\netcoreapp3.1\KnockerCore.AssemblyInfoInputs.cache -C:\Source\Knocker\Knocker\KnockerCore\obj\Debug\netcoreapp3.1\KnockerCore.AssemblyInfo.cs -C:\Source\Knocker\Knocker\KnockerCore\obj\Debug\netcoreapp3.1\KnockerCore.csproj.CoreCompileInputs.cache -C:\Source\Knocker\Knocker\KnockerCore\obj\Debug\netcoreapp3.1\KnockerCore.dll -C:\Source\Knocker\Knocker\KnockerCore\obj\Debug\netcoreapp3.1\KnockerCore.pdb -C:\Source\Knocker\Knocker\KnockerCore\obj\Debug\netcoreapp3.1\KnockerCore.csprojAssemblyReference.cache diff --git a/Knocker/KnockerCore/obj/Debug/netcoreapp3.1/KnockerCore.csprojAssemblyReference.cache b/Knocker/KnockerCore/obj/Debug/netcoreapp3.1/KnockerCore.csprojAssemblyReference.cache deleted file mode 100644 index 673700b..0000000 Binary files a/Knocker/KnockerCore/obj/Debug/netcoreapp3.1/KnockerCore.csprojAssemblyReference.cache and /dev/null differ diff --git a/Knocker/KnockerCore/obj/Debug/netcoreapp3.1/KnockerCore.dll b/Knocker/KnockerCore/obj/Debug/netcoreapp3.1/KnockerCore.dll deleted file mode 100644 index 3fb354a..0000000 Binary files a/Knocker/KnockerCore/obj/Debug/netcoreapp3.1/KnockerCore.dll and /dev/null differ diff --git a/Knocker/KnockerCore/obj/Debug/netcoreapp3.1/KnockerCore.pdb b/Knocker/KnockerCore/obj/Debug/netcoreapp3.1/KnockerCore.pdb deleted file mode 100644 index 9d27530..0000000 Binary files a/Knocker/KnockerCore/obj/Debug/netcoreapp3.1/KnockerCore.pdb and /dev/null differ diff --git a/Knocker/KnockerCore/obj/KnockerCore.csproj.nuget.dgspec.json b/Knocker/KnockerCore/obj/KnockerCore.csproj.nuget.dgspec.json index e1f46d4..382615a 100644 --- a/Knocker/KnockerCore/obj/KnockerCore.csproj.nuget.dgspec.json +++ b/Knocker/KnockerCore/obj/KnockerCore.csproj.nuget.dgspec.json @@ -10,14 +10,16 @@ "projectUniqueName": "C:\\Source\\Knocker\\Knocker\\KnockerCore\\KnockerCore.csproj", "projectName": "KnockerCore", "projectPath": "C:\\Source\\Knocker\\Knocker\\KnockerCore\\KnockerCore.csproj", - "packagesPath": "C:\\Users\\gorke\\.nuget\\packages\\", + "packagesPath": "C:\\Users\\Gorkem\\.nuget\\packages\\", "outputPath": "C:\\Source\\Knocker\\Knocker\\KnockerCore\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ - "C:\\Microsoft\\Xamarin\\NuGet\\" + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", + "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet" ], "configFilePaths": [ - "C:\\Users\\gorke\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Users\\Gorkem\\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", "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" ], @@ -55,22 +57,17 @@ "net47", "net471", "net472", - "net48" + "net48", + "net481" ], "assetTargetFallback": true, "warn": true, - "downloadDependencies": [ - { - "name": "Microsoft.AspNetCore.App.Ref", - "version": "[3.1.10, 3.1.10]" - } - ], "frameworkReferences": { "Microsoft.NETCore.App": { "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.101\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.404\\RuntimeIdentifierGraph.json" } } } diff --git a/Knocker/KnockerCore/obj/KnockerCore.csproj.nuget.g.props b/Knocker/KnockerCore/obj/KnockerCore.csproj.nuget.g.props index a118a68..1e8fa70 100644 --- a/Knocker/KnockerCore/obj/KnockerCore.csproj.nuget.g.props +++ b/Knocker/KnockerCore/obj/KnockerCore.csproj.nuget.g.props @@ -5,14 +5,13 @@ NuGet $(MSBuildThisFileDirectory)project.assets.json $(UserProfile)\.nuget\packages\ - C:\Users\gorke\.nuget\packages\;C:\Microsoft\Xamarin\NuGet\ + C:\Users\Gorkem\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files (x86)\Microsoft\Xamarin\NuGet PackageReference - 5.8.0 + 6.4.0 - + + + - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - \ No newline at end of file diff --git a/Knocker/KnockerCore/obj/KnockerCore.csproj.nuget.g.targets b/Knocker/KnockerCore/obj/KnockerCore.csproj.nuget.g.targets index 53cfaa1..3dc06ef 100644 --- a/Knocker/KnockerCore/obj/KnockerCore.csproj.nuget.g.targets +++ b/Knocker/KnockerCore/obj/KnockerCore.csproj.nuget.g.targets @@ -1,6 +1,2 @@  - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - \ No newline at end of file + \ No newline at end of file diff --git a/Knocker/KnockerCore/obj/project.assets.json b/Knocker/KnockerCore/obj/project.assets.json index 05b86bd..54fa215 100644 --- a/Knocker/KnockerCore/obj/project.assets.json +++ b/Knocker/KnockerCore/obj/project.assets.json @@ -8,10 +8,14 @@ "System.Configuration.ConfigurationManager": "4.5.0" }, "compile": { - "lib/netstandard2.0/log4net.dll": {} + "lib/netstandard2.0/log4net.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/log4net.dll": {} + "lib/netstandard2.0/log4net.dll": { + "related": ".xml" + } } }, "Microsoft.NETCore.Platforms/2.0.0": { @@ -30,7 +34,9 @@ "System.Security.Permissions": "4.5.0" }, "compile": { - "ref/netstandard2.0/System.Configuration.ConfigurationManager.dll": {} + "ref/netstandard2.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": {} @@ -43,7 +49,9 @@ "System.Security.Principal.Windows": "4.5.0" }, "compile": { - "ref/netstandard2.0/System.Security.AccessControl.dll": {} + "ref/netstandard2.0/System.Security.AccessControl.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard2.0/System.Security.AccessControl.dll": {} @@ -58,7 +66,9 @@ "System.Security.Cryptography.ProtectedData/4.5.0": { "type": "package", "compile": { - "ref/netstandard2.0/_._": {} + "ref/netstandard2.0/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {} @@ -76,7 +86,9 @@ "System.Security.AccessControl": "4.5.0" }, "compile": { - "ref/netstandard2.0/System.Security.Permissions.dll": {} + "ref/netstandard2.0/System.Security.Permissions.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard2.0/System.Security.Permissions.dll": {} @@ -88,7 +100,9 @@ "Microsoft.NETCore.Platforms": "2.0.0" }, "compile": { - "ref/netstandard2.0/System.Security.Principal.Windows.dll": {} + "ref/netstandard2.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard2.0/System.Security.Principal.Windows.dll": {} @@ -327,8 +341,9 @@ ] }, "packageFolders": { - "C:\\Users\\gorke\\.nuget\\packages\\": {}, - "C:\\Microsoft\\Xamarin\\NuGet\\": {} + "C:\\Users\\Gorkem\\.nuget\\packages\\": {}, + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}, + "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet": {} }, "project": { "version": "1.0.0", @@ -336,14 +351,16 @@ "projectUniqueName": "C:\\Source\\Knocker\\Knocker\\KnockerCore\\KnockerCore.csproj", "projectName": "KnockerCore", "projectPath": "C:\\Source\\Knocker\\Knocker\\KnockerCore\\KnockerCore.csproj", - "packagesPath": "C:\\Users\\gorke\\.nuget\\packages\\", + "packagesPath": "C:\\Users\\Gorkem\\.nuget\\packages\\", "outputPath": "C:\\Source\\Knocker\\Knocker\\KnockerCore\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ - "C:\\Microsoft\\Xamarin\\NuGet\\" + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", + "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet" ], "configFilePaths": [ - "C:\\Users\\gorke\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Users\\Gorkem\\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", "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" ], @@ -381,22 +398,17 @@ "net47", "net471", "net472", - "net48" + "net48", + "net481" ], "assetTargetFallback": true, "warn": true, - "downloadDependencies": [ - { - "name": "Microsoft.AspNetCore.App.Ref", - "version": "[3.1.10, 3.1.10]" - } - ], "frameworkReferences": { "Microsoft.NETCore.App": { "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.101\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.404\\RuntimeIdentifierGraph.json" } } } diff --git a/Knocker/KnockerCore/obj/project.nuget.cache b/Knocker/KnockerCore/obj/project.nuget.cache index bd56018..865d01e 100644 --- a/Knocker/KnockerCore/obj/project.nuget.cache +++ b/Knocker/KnockerCore/obj/project.nuget.cache @@ -1,17 +1,16 @@ { "version": 2, - "dgSpecHash": "/DMwqVt/N/mGJPnyxjvd/3NJKSmtecoSYUju7B7wg3eKwt5fsBPY+Z8bYXJ0ogXgid/DOg2cVq5Rs+P6sEvNQw==", + "dgSpecHash": "qLG5xIXurRdhC43nnUwiVIAVfeQhfRzMLT9o+EAnGq2wTFjCZ70rdjaXNV00w7HqZErbmQFzQc9vep+ARLJD2w==", "success": true, "projectFilePath": "C:\\Source\\Knocker\\Knocker\\KnockerCore\\KnockerCore.csproj", "expectedPackageFiles": [ - "C:\\Users\\gorke\\.nuget\\packages\\log4net\\2.0.12\\log4net.2.0.12.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\microsoft.netcore.platforms\\2.0.0\\microsoft.netcore.platforms.2.0.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.configuration.configurationmanager\\4.5.0\\system.configuration.configurationmanager.4.5.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.security.accesscontrol\\4.5.0\\system.security.accesscontrol.4.5.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.security.cryptography.protecteddata\\4.5.0\\system.security.cryptography.protecteddata.4.5.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.security.permissions\\4.5.0\\system.security.permissions.4.5.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.security.principal.windows\\4.5.0\\system.security.principal.windows.4.5.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\microsoft.aspnetcore.app.ref\\3.1.10\\microsoft.aspnetcore.app.ref.3.1.10.nupkg.sha512" + "C:\\Users\\Gorkem\\.nuget\\packages\\log4net\\2.0.12\\log4net.2.0.12.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\microsoft.netcore.platforms\\2.0.0\\microsoft.netcore.platforms.2.0.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.configuration.configurationmanager\\4.5.0\\system.configuration.configurationmanager.4.5.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.security.accesscontrol\\4.5.0\\system.security.accesscontrol.4.5.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.security.cryptography.protecteddata\\4.5.0\\system.security.cryptography.protecteddata.4.5.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.security.permissions\\4.5.0\\system.security.permissions.4.5.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.security.principal.windows\\4.5.0\\system.security.principal.windows.4.5.0.nupkg.sha512" ], "logs": [] } \ No newline at end of file diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/KnockerCore.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/KnockerCore.dll deleted file mode 100644 index 3fb354a..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/KnockerCore.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/KnockerCore.pdb b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/KnockerCore.pdb deleted file mode 100644 index 9d27530..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/KnockerCore.pdb and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/KnockerCoreTests.deps.json b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/KnockerCoreTests.deps.json deleted file mode 100644 index 89e24ae..0000000 --- a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/KnockerCoreTests.deps.json +++ /dev/null @@ -1,1808 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v3.1", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v3.1": { - "KnockerCoreTests/1.0.0": { - "dependencies": { - "KnockerCore": "1.0.0", - "MSTest.TestAdapter": "2.1.1", - "MSTest.TestFramework": "2.1.1", - "Microsoft.NET.Test.Sdk": "16.7.1", - "coverlet.collector": "1.3.0" - }, - "runtime": { - "KnockerCoreTests.dll": {} - } - }, - "coverlet.collector/1.3.0": {}, - "log4net/2.0.12": { - "dependencies": { - "System.Configuration.ConfigurationManager": "4.5.0" - }, - "runtime": { - "lib/netstandard2.0/log4net.dll": { - "assemblyVersion": "2.0.12.0", - "fileVersion": "2.0.12.0" - } - } - }, - "Microsoft.CodeCoverage/16.7.1": { - "runtime": { - "lib/netcoreapp1.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "16.0.30118.154" - } - } - }, - "Microsoft.CSharp/4.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Dynamic.Runtime": "4.0.11", - "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" - } - }, - "Microsoft.NET.Test.Sdk/16.7.1": { - "dependencies": { - "Microsoft.CodeCoverage": "16.7.1", - "Microsoft.TestPlatform.TestHost": "16.7.1" - } - }, - "Microsoft.NETCore.Platforms/2.0.0": {}, - "Microsoft.NETCore.Targets/1.1.0": {}, - "Microsoft.TestPlatform.ObjectModel/16.7.1": { - "dependencies": { - "NuGet.Frameworks": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.TestPlatform.CoreUtilities.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.0.0" - }, - "lib/netstandard2.0/Microsoft.TestPlatform.PlatformAbstractions.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.0.0" - }, - "lib/netstandard2.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.0.0" - } - }, - "resources": { - "lib/netstandard2.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "cs" - }, - "lib/netstandard2.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "cs" - }, - "lib/netstandard2.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "de" - }, - "lib/netstandard2.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "de" - }, - "lib/netstandard2.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "es" - }, - "lib/netstandard2.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "es" - }, - "lib/netstandard2.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "fr" - }, - "lib/netstandard2.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "fr" - }, - "lib/netstandard2.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "it" - }, - "lib/netstandard2.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "it" - }, - "lib/netstandard2.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ja" - }, - "lib/netstandard2.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ja" - }, - "lib/netstandard2.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ko" - }, - "lib/netstandard2.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ko" - }, - "lib/netstandard2.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "pl" - }, - "lib/netstandard2.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "pl" - }, - "lib/netstandard2.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard2.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard2.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ru" - }, - "lib/netstandard2.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ru" - }, - "lib/netstandard2.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "tr" - }, - "lib/netstandard2.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "tr" - }, - "lib/netstandard2.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard2.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard2.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "zh-Hant" - }, - "lib/netstandard2.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.TestPlatform.TestHost/16.7.1": { - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "16.7.1", - "Newtonsoft.Json": "9.0.1" - }, - "runtime": { - "lib/netcoreapp2.1/Microsoft.TestPlatform.CommunicationUtilities.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.0.0" - }, - "lib/netcoreapp2.1/Microsoft.TestPlatform.CrossPlatEngine.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.0.0" - }, - "lib/netcoreapp2.1/Microsoft.TestPlatform.Utilities.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.0.0" - }, - "lib/netcoreapp2.1/Microsoft.VisualStudio.TestPlatform.Common.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.0.0" - }, - "lib/netcoreapp2.1/testhost.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.0.0" - } - }, - "resources": { - "lib/netcoreapp2.1/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "cs" - }, - "lib/netcoreapp2.1/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "cs" - }, - "lib/netcoreapp2.1/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "cs" - }, - "lib/netcoreapp2.1/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp2.1/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp2.1/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp2.1/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp2.1/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp2.1/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp2.1/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp2.1/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp2.1/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp2.1/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp2.1/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp2.1/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp2.1/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ja" - }, - "lib/netcoreapp2.1/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ja" - }, - "lib/netcoreapp2.1/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ja" - }, - "lib/netcoreapp2.1/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ko" - }, - "lib/netcoreapp2.1/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ko" - }, - "lib/netcoreapp2.1/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ko" - }, - "lib/netcoreapp2.1/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "pl" - }, - "lib/netcoreapp2.1/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "pl" - }, - "lib/netcoreapp2.1/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "pl" - }, - "lib/netcoreapp2.1/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "pt-BR" - }, - "lib/netcoreapp2.1/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "pt-BR" - }, - "lib/netcoreapp2.1/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "pt-BR" - }, - "lib/netcoreapp2.1/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ru" - }, - "lib/netcoreapp2.1/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ru" - }, - "lib/netcoreapp2.1/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ru" - }, - "lib/netcoreapp2.1/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "tr" - }, - "lib/netcoreapp2.1/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "tr" - }, - "lib/netcoreapp2.1/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "tr" - }, - "lib/netcoreapp2.1/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netcoreapp2.1/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netcoreapp2.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netcoreapp2.1/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "zh-Hant" - }, - "lib/netcoreapp2.1/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "zh-Hant" - }, - "lib/netcoreapp2.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.Win32.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "MSTest.TestAdapter/2.1.1": { - "dependencies": { - "NETStandard.Library": "1.6.1", - "System.Diagnostics.TextWriterTraceListener": "4.3.0" - } - }, - "MSTest.TestFramework/2.1.1": { - "runtime": { - "lib/netstandard1.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": { - "assemblyVersion": "14.0.0.0", - "fileVersion": "14.0.4701.2" - }, - "lib/netstandard1.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": { - "assemblyVersion": "14.0.0.0", - "fileVersion": "14.0.4701.2" - } - } - }, - "NETStandard.Library/1.6.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "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.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json/9.0.1": { - "dependencies": { - "Microsoft.CSharp": "4.0.1", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Dynamic.Runtime": "4.0.11", - "System.Globalization": "4.3.0", - "System.IO": "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.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.1.1", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.0/Newtonsoft.Json.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1.19813" - } - } - }, - "NuGet.Frameworks/5.0.0": { - "runtime": { - "lib/netstandard2.0/NuGet.Frameworks.dll": { - "assemblyVersion": "5.0.0.6", - "fileVersion": "5.0.0.5923" - } - } - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.native.System/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Compression/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Http/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {}, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "System.AppContext/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Collections/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "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", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Configuration.ConfigurationManager/4.5.0": { - "dependencies": { - "System.Security.Cryptography.ProtectedData": "4.5.0", - "System.Security.Permissions": "4.5.0" - }, - "runtime": { - "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "4.0.1.0", - "fileVersion": "4.6.26515.6" - } - } - }, - "System.Console/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Diagnostics.Debug/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Diagnostics.TextWriterTraceListener/4.3.0": { - "dependencies": { - "System.Diagnostics.TraceSource": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Diagnostics.Tools/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.TraceSource/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "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", - "runtime.native.System": "4.3.0" - } - }, - "System.Diagnostics.Tracing/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Dynamic.Runtime/4.0.11": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "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.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" - } - }, - "System.Globalization/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Globalization": "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.IO/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile/4.3.0": { - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Linq/4.3.0": { - "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" - } - }, - "System.Linq.Expressions/4.3.0": { - "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" - } - }, - "System.Net.Http/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel/4.3.0": { - "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" - } - }, - "System.Reflection/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.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" - } - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics/4.3.0": { - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Runtime.Serialization.Primitives/4.1.1": { - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Security.AccessControl/4.5.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Security.Principal.Windows": "4.5.0" - } - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Security.Cryptography.Csp/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.ProtectedData/4.5.0": { - "runtime": { - "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "4.0.3.0", - "fileVersion": "4.6.26515.6" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.0.3.0", - "fileVersion": "4.6.26515.6" - } - } - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Permissions/4.5.0": { - "dependencies": { - "System.Security.AccessControl": "4.5.0" - }, - "runtime": { - "lib/netstandard2.0/System.Security.Permissions.dll": { - "assemblyVersion": "4.0.1.0", - "fileVersion": "4.6.26515.6" - } - } - }, - "System.Security.Principal.Windows/4.5.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0" - } - }, - "System.Text.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.RegularExpressions/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Tasks/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Timer/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Xml.ReaderWriter/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "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.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "KnockerCore/1.0.0": { - "dependencies": { - "log4net": "2.0.12" - }, - "runtime": { - "KnockerCore.dll": {} - } - } - } - }, - "libraries": { - "KnockerCoreTests/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "coverlet.collector/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-t8pnf5SX2ya0RX4vjoxsbhDMQCZJcpPun2neHKJ4FouMmObylo25FvoOydvf3Bl+l+IzWw7u2vjEeCBHnleB9g==", - "path": "coverlet.collector/1.3.0", - "hashPath": "coverlet.collector.1.3.0.nupkg.sha512" - }, - "log4net/2.0.12": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9P67BCftJ7KG+B7rNOM1A9KczUwyEDed6zbAddy5Cj/73xVkzi+rEAHeOgUnW5wDqy1JFlY8+oTP0m1PgJ03Tg==", - "path": "log4net/2.0.12", - "hashPath": "log4net.2.0.12.nupkg.sha512" - }, - "Microsoft.CodeCoverage/16.7.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PhSppbk+kvAyD9yGJIcBRJ/XYwY+21YK88l22PGTtixaxNdjnx1idVKh88LCGwKaTL8HhlnQ41VmBiBdZJzIQw==", - "path": "microsoft.codecoverage/16.7.1", - "hashPath": "microsoft.codecoverage.16.7.1.nupkg.sha512" - }, - "Microsoft.CSharp/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-17h8b5mXa87XYKrrVqdgZ38JefSUqLChUQpXgSnpzsM0nDOhE40FTeNWOJ/YmySGV6tG6T8+hjz6vxbknHJr6A==", - "path": "microsoft.csharp/4.0.1", - "hashPath": "microsoft.csharp.4.0.1.nupkg.sha512" - }, - "Microsoft.NET.Test.Sdk/16.7.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7T3XYuLT2CRMZXwlp8p4cEEf6y7VifxTdKwYNzCYp31CN4iyrcDKneIJvNTo0YVnTxJn+CSlGVlUnZHUlAwt9A==", - "path": "microsoft.net.test.sdk/16.7.1", - "hashPath": "microsoft.net.test.sdk.16.7.1.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==", - "path": "microsoft.netcore.platforms/2.0.0", - "hashPath": "microsoft.netcore.platforms.2.0.0.nupkg.sha512" - }, - "Microsoft.NETCore.Targets/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", - "path": "microsoft.netcore.targets/1.1.0", - "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512" - }, - "Microsoft.TestPlatform.ObjectModel/16.7.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FL+VpAC/nCCzj80MwX6L8gJD06u2m1SKcQQLAymDLFqNtgtI9h3J5n0mVN+s18qcMzybsmO9GK7rMuHYx11KMg==", - "path": "microsoft.testplatform.objectmodel/16.7.1", - "hashPath": "microsoft.testplatform.objectmodel.16.7.1.nupkg.sha512" - }, - "Microsoft.TestPlatform.TestHost/16.7.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-mv7MnBDtqwQAjoH+AphE+Tu0dsF6x/c7Zs8umkb2McbvNALJdfBuWJQbiXGWqhNq7k8eMmnkNO6klJz4pkgekw==", - "path": "microsoft.testplatform.testhost/16.7.1", - "hashPath": "microsoft.testplatform.testhost.16.7.1.nupkg.sha512" - }, - "Microsoft.Win32.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "path": "microsoft.win32.primitives/4.3.0", - "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512" - }, - "MSTest.TestAdapter/2.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-913cbQHPnGOCCYJKPDqcjI1IbPkugHOiheuSmd5m4LKLdXJbKJX1AxUu7F7uAMxCNdtLA34ZOgFe5WNDcWhY2Q==", - "path": "mstest.testadapter/2.1.1", - "hashPath": "mstest.testadapter.2.1.1.nupkg.sha512" - }, - "MSTest.TestFramework/2.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lS552ma6LxHf7aOTNQHJa4udC3KVml+Hlzs3cEJP/caIUc6UvYMmmaPpYO3ErEL9qF4xGayeHXwAmrTiFWUAMw==", - "path": "mstest.testframework/2.1.1", - "hashPath": "mstest.testframework.2.1.1.nupkg.sha512" - }, - "NETStandard.Library/1.6.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "path": "netstandard.library/1.6.1", - "hashPath": "netstandard.library.1.6.1.nupkg.sha512" - }, - "Newtonsoft.Json/9.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-U82mHQSKaIk+lpSVCbWYKNavmNH1i5xrExDEquU1i6I5pV6UMOqRnJRSlKO3cMPfcpp0RgDY+8jUXHdQ4IfXvw==", - "path": "newtonsoft.json/9.0.1", - "hashPath": "newtonsoft.json.9.0.1.nupkg.sha512" - }, - "NuGet.Frameworks/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c5JVjuVAm4f7E9Vj+v09Z9s2ZsqFDjBpcsyS3M9xRo0bEdm/LVZSzLxxNvfvAwRiiE8nwe1h2G4OwiwlzFKXlA==", - "path": "nuget.frameworks/5.0.0", - "hashPath": "nuget.frameworks.5.0.0.nupkg.sha512" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==", - "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==", - "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==", - "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.native.System/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "path": "runtime.native.system/4.3.0", - "hashPath": "runtime.native.system.4.3.0.nupkg.sha512" - }, - "runtime.native.System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "path": "runtime.native.system.io.compression/4.3.0", - "hashPath": "runtime.native.system.io.compression.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Net.Http/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "path": "runtime.native.system.net.http/4.3.0", - "hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "path": "runtime.native.system.security.cryptography.apple/4.3.0", - "hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "path": "runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==", - "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==", - "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0", - "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==", - "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==", - "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==", - "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==", - "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "System.AppContext/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "path": "system.appcontext/4.3.0", - "hashPath": "system.appcontext.4.3.0.nupkg.sha512" - }, - "System.Buffers/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==", - "path": "system.buffers/4.3.0", - "hashPath": "system.buffers.4.3.0.nupkg.sha512" - }, - "System.Collections/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "path": "system.collections/4.3.0", - "hashPath": "system.collections.4.3.0.nupkg.sha512" - }, - "System.Collections.Concurrent/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "path": "system.collections.concurrent/4.3.0", - "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UIFvaFfuKhLr9u5tWMxmVoDPkFeD+Qv8gUuap4aZgVGYSYMdERck4OhLN/2gulAc0nYTEigWXSJNNWshrmxnng==", - "path": "system.configuration.configurationmanager/4.5.0", - "hashPath": "system.configuration.configurationmanager.4.5.0.nupkg.sha512" - }, - "System.Console/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "path": "system.console/4.3.0", - "hashPath": "system.console.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Debug/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "path": "system.diagnostics.debug/4.3.0", - "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.DiagnosticSource/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tD6kosZnTAGdrEa0tZSuFyunMbt/5KYDnHdndJYGqZoNy00XVXyACd5d6KnE1YgYv3ne2CjtAfNXo/fwEhnKUA==", - "path": "system.diagnostics.diagnosticsource/4.3.0", - "hashPath": "system.diagnostics.diagnosticsource.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.TextWriterTraceListener/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-F11kHWeiwYjFWto+kr8tt9ULMH0k8MsT1XmdCGPTLYHhWgN+2g7JsIZiXDrxlFGccSNkbjfwQy4xIS38gzUiZA==", - "path": "system.diagnostics.textwritertracelistener/4.3.0", - "hashPath": "system.diagnostics.textwritertracelistener.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tools/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "path": "system.diagnostics.tools/4.3.0", - "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.TraceSource/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VnYp1NxGx8Ww731y2LJ1vpfb/DKVNKEZ8Jsh5SgQTZREL/YpWRArgh9pI8CDLmgHspZmLL697CaLvH85qQpRiw==", - "path": "system.diagnostics.tracesource/4.3.0", - "hashPath": "system.diagnostics.tracesource.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tracing/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "path": "system.diagnostics.tracing/4.3.0", - "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512" - }, - "System.Dynamic.Runtime/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-db34f6LHYM0U0JpE+sOmjar27BnqTVkbLJhgfwMpTdgTigG/Hna3m2MYVwnFzGGKnEJk2UXFuoVTr8WUbU91/A==", - "path": "system.dynamic.runtime/4.0.11", - "hashPath": "system.dynamic.runtime.4.0.11.nupkg.sha512" - }, - "System.Globalization/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "path": "system.globalization/4.3.0", - "hashPath": "system.globalization.4.3.0.nupkg.sha512" - }, - "System.Globalization.Calendars/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "path": "system.globalization.calendars/4.3.0", - "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512" - }, - "System.Globalization.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "path": "system.globalization.extensions/4.3.0", - "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512" - }, - "System.IO/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "path": "system.io/4.3.0", - "hashPath": "system.io.4.3.0.nupkg.sha512" - }, - "System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "path": "system.io.compression/4.3.0", - "hashPath": "system.io.compression.4.3.0.nupkg.sha512" - }, - "System.IO.Compression.ZipFile/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "path": "system.io.compression.zipfile/4.3.0", - "hashPath": "system.io.compression.zipfile.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "path": "system.io.filesystem/4.3.0", - "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "path": "system.io.filesystem.primitives/4.3.0", - "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512" - }, - "System.Linq/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "path": "system.linq/4.3.0", - "hashPath": "system.linq.4.3.0.nupkg.sha512" - }, - "System.Linq.Expressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "path": "system.linq.expressions/4.3.0", - "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512" - }, - "System.Net.Http/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "path": "system.net.http/4.3.0", - "hashPath": "system.net.http.4.3.0.nupkg.sha512" - }, - "System.Net.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "path": "system.net.primitives/4.3.0", - "hashPath": "system.net.primitives.4.3.0.nupkg.sha512" - }, - "System.Net.Sockets/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "path": "system.net.sockets/4.3.0", - "hashPath": "system.net.sockets.4.3.0.nupkg.sha512" - }, - "System.ObjectModel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "path": "system.objectmodel/4.3.0", - "hashPath": "system.objectmodel.4.3.0.nupkg.sha512" - }, - "System.Reflection/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "path": "system.reflection/4.3.0", - "hashPath": "system.reflection.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "path": "system.reflection.emit/4.3.0", - "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "path": "system.reflection.emit.ilgeneration/4.3.0", - "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "path": "system.reflection.emit.lightweight/4.3.0", - "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512" - }, - "System.Reflection.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "path": "system.reflection.extensions/4.3.0", - "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512" - }, - "System.Reflection.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "path": "system.reflection.primitives/4.3.0", - "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512" - }, - "System.Reflection.TypeExtensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "path": "system.reflection.typeextensions/4.3.0", - "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512" - }, - "System.Resources.ResourceManager/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "path": "system.resources.resourcemanager/4.3.0", - "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512" - }, - "System.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "path": "system.runtime/4.3.0", - "hashPath": "system.runtime.4.3.0.nupkg.sha512" - }, - "System.Runtime.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "path": "system.runtime.extensions/4.3.0", - "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512" - }, - "System.Runtime.Handles/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "path": "system.runtime.handles/4.3.0", - "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "path": "system.runtime.interopservices/4.3.0", - "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "path": "system.runtime.interopservices.runtimeinformation/4.3.0", - "hashPath": "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512" - }, - "System.Runtime.Numerics/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "path": "system.runtime.numerics/4.3.0", - "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512" - }, - "System.Runtime.Serialization.Primitives/4.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HZ6Du5QrTG8MNJbf4e4qMO3JRAkIboGT5Fk804uZtg3Gq516S7hAqTm2UZKUHa7/6HUGdVy3AqMQKbns06G/cg==", - "path": "system.runtime.serialization.primitives/4.1.1", - "hashPath": "system.runtime.serialization.primitives.4.1.1.nupkg.sha512" - }, - "System.Security.AccessControl/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vW8Eoq0TMyz5vAG/6ce483x/CP83fgm4SJe5P8Tb1tZaobcvPrbMEL7rhH1DRdrYbbb6F0vq3OlzmK0Pkwks5A==", - "path": "system.security.accesscontrol/4.5.0", - "hashPath": "system.security.accesscontrol.4.5.0.nupkg.sha512" - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "path": "system.security.cryptography.algorithms/4.3.0", - "hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Cng/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", - "path": "system.security.cryptography.cng/4.3.0", - "hashPath": "system.security.cryptography.cng.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Csp/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "path": "system.security.cryptography.csp/4.3.0", - "hashPath": "system.security.cryptography.csp.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "path": "system.security.cryptography.encoding/4.3.0", - "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "path": "system.security.cryptography.openssl/4.3.0", - "hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "path": "system.security.cryptography.primitives/4.3.0", - "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wLBKzFnDCxP12VL9ANydSYhk59fC4cvOr9ypYQLPnAj48NQIhqnjdD2yhP8yEKyBJEjERWS9DisKL7rX5eU25Q==", - "path": "system.security.cryptography.protecteddata/4.5.0", - "hashPath": "system.security.cryptography.protecteddata.4.5.0.nupkg.sha512" - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "path": "system.security.cryptography.x509certificates/4.3.0", - "hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512" - }, - "System.Security.Permissions/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9gdyuARhUR7H+p5CjyUB/zPk7/Xut3wUSP8NJQB6iZr8L3XUXTMdoLeVAg9N4rqF8oIpE7MpdqHdDHQ7XgJe0g==", - "path": "system.security.permissions/4.5.0", - "hashPath": "system.security.permissions.4.5.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-U77HfRXlZlOeIXd//Yoj6Jnk8AXlbeisf1oq1os+hxOGVnuG+lGSfGqTwTZBoORFF6j/0q7HXIl8cqwQ9aUGqQ==", - "path": "system.security.principal.windows/4.5.0", - "hashPath": "system.security.principal.windows.4.5.0.nupkg.sha512" - }, - "System.Text.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "path": "system.text.encoding/4.3.0", - "hashPath": "system.text.encoding.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "path": "system.text.encoding.extensions/4.3.0", - "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512" - }, - "System.Text.RegularExpressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "path": "system.text.regularexpressions/4.3.0", - "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512" - }, - "System.Threading/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "path": "system.threading/4.3.0", - "hashPath": "system.threading.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "path": "system.threading.tasks/4.3.0", - "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==", - "path": "system.threading.tasks.extensions/4.3.0", - "hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512" - }, - "System.Threading.Timer/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "path": "system.threading.timer/4.3.0", - "hashPath": "system.threading.timer.4.3.0.nupkg.sha512" - }, - "System.Xml.ReaderWriter/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "path": "system.xml.readerwriter/4.3.0", - "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512" - }, - "System.Xml.XDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "path": "system.xml.xdocument/4.3.0", - "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512" - }, - "KnockerCore/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/KnockerCoreTests.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/KnockerCoreTests.dll deleted file mode 100644 index f38960a..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/KnockerCoreTests.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/KnockerCoreTests.pdb b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/KnockerCoreTests.pdb deleted file mode 100644 index e257065..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/KnockerCoreTests.pdb and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/KnockerCoreTests.runtimeconfig.dev.json b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/KnockerCoreTests.runtimeconfig.dev.json deleted file mode 100644 index 75f8ec3..0000000 --- a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/KnockerCoreTests.runtimeconfig.dev.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "runtimeOptions": { - "additionalProbingPaths": [ - "C:\\Users\\gorke\\.dotnet\\store\\|arch|\\|tfm|", - "C:\\Users\\gorke\\.nuget\\packages", - "C:\\Microsoft\\Xamarin\\NuGet" - ] - } -} \ No newline at end of file diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/KnockerCoreTests.runtimeconfig.json b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/KnockerCoreTests.runtimeconfig.json deleted file mode 100644 index bc456d7..0000000 --- a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/KnockerCoreTests.runtimeconfig.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "netcoreapp3.1", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "3.1.0" - } - } -} \ No newline at end of file diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll deleted file mode 100644 index 0c026bb..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll deleted file mode 100644 index 97e635c..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll deleted file mode 100644 index a691345..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll deleted file mode 100644 index 4e11363..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll deleted file mode 100644 index b3ec98f..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll deleted file mode 100644 index 71a1622..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll deleted file mode 100644 index dbd4f13..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll deleted file mode 100644 index 16d46c6..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll deleted file mode 100644 index 77abbc4..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll deleted file mode 100644 index a338b87..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll deleted file mode 100644 index 25e5100..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll deleted file mode 100644 index a406aef..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.TestFramework.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.TestFramework.dll deleted file mode 100644 index 237c0c6..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.TestFramework.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/Newtonsoft.Json.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/Newtonsoft.Json.dll deleted file mode 100644 index 5f2336e..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/Newtonsoft.Json.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/NuGet.Frameworks.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/NuGet.Frameworks.dll deleted file mode 100644 index 0a61a1c..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/NuGet.Frameworks.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/System.Configuration.ConfigurationManager.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/System.Configuration.ConfigurationManager.dll deleted file mode 100644 index 7d0b114..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/System.Configuration.ConfigurationManager.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/System.Security.Cryptography.ProtectedData.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/System.Security.Cryptography.ProtectedData.dll deleted file mode 100644 index 3feb9f9..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/System.Security.Cryptography.ProtectedData.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/System.Security.Permissions.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/System.Security.Permissions.dll deleted file mode 100644 index d1af38f..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/System.Security.Permissions.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 6222173..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index c2d6168..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 9d74988..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index baabac7..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index e559e12..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 976b7d5..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/de/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/de/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index c8131c1..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/de/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 619f040..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 38f2fb3..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 103b61f..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 6b11e30..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/es/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/es/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index 02679a0..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/es/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 045d3d6..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index f569766..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 5fc68de..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 13cc6e1..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index 28b486a..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 5121798..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index b2bbfe1..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index f1c039d..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index f7c7634..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/it/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/it/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index 4b985e3..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/it/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 0bdfafa..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 9896d57..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index e0951c4..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index b90e8be..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index 5864cb0..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 44aa1a6..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index e286575..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 58aa027..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index fcd4c8b..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index facaca8..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 843398d..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 8d4ab93..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 2be8f79..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/log4net.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/log4net.dll deleted file mode 100644 index a6947f2..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/log4net.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 340476e..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index c9dc953..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 2c98d59..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index dcfdc14..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 60f863f..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index d4cf5a5..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index b06d73d..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 9f2b5c4..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index ca2dd80..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 1afbe4a..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index b517eaa..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index d68b570..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 713fdf3..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 53c14e2..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index c683b60..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll deleted file mode 100644 index 73536ac..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/testhost.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/testhost.dll deleted file mode 100644 index 107d075..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/testhost.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/testhost.exe b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/testhost.exe deleted file mode 100644 index b48485b..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/testhost.exe and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index d3ac965..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index 973cd44..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index a373afe..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index be73664..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index c1c673d..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 6ca1092..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index d35db75..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 7bc313a..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 1cc4ea6..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index a0330c7..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index a87c2b4..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index 92122b2..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index dc07028..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 8b34013..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 52cfdc5..0000000 Binary files a/Knocker/KnockerCoreTests/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/obj/Debug/netcoreapp3.1/KnockerCoreTests.AssemblyInfo.cs b/Knocker/KnockerCoreTests/obj/Debug/netcoreapp3.1/KnockerCoreTests.AssemblyInfo.cs deleted file mode 100644 index 39e7c07..0000000 --- a/Knocker/KnockerCoreTests/obj/Debug/netcoreapp3.1/KnockerCoreTests.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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("KnockerCoreTests")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("KnockerCoreTests")] -[assembly: System.Reflection.AssemblyTitleAttribute("KnockerCoreTests")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/Knocker/KnockerCoreTests/obj/Debug/netcoreapp3.1/KnockerCoreTests.AssemblyInfoInputs.cache b/Knocker/KnockerCoreTests/obj/Debug/netcoreapp3.1/KnockerCoreTests.AssemblyInfoInputs.cache deleted file mode 100644 index f31a13c..0000000 --- a/Knocker/KnockerCoreTests/obj/Debug/netcoreapp3.1/KnockerCoreTests.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -f7015d7d5653c586ca2951391ba7a5292e2899ce diff --git a/Knocker/KnockerCoreTests/obj/Debug/netcoreapp3.1/KnockerCoreTests.assets.cache b/Knocker/KnockerCoreTests/obj/Debug/netcoreapp3.1/KnockerCoreTests.assets.cache index 8413d07..730caa8 100644 Binary files a/Knocker/KnockerCoreTests/obj/Debug/netcoreapp3.1/KnockerCoreTests.assets.cache and b/Knocker/KnockerCoreTests/obj/Debug/netcoreapp3.1/KnockerCoreTests.assets.cache differ diff --git a/Knocker/KnockerCoreTests/obj/Debug/netcoreapp3.1/KnockerCoreTests.csproj.CopyComplete b/Knocker/KnockerCoreTests/obj/Debug/netcoreapp3.1/KnockerCoreTests.csproj.CopyComplete deleted file mode 100644 index e69de29..0000000 diff --git a/Knocker/KnockerCoreTests/obj/Debug/netcoreapp3.1/KnockerCoreTests.csproj.CoreCompileInputs.cache b/Knocker/KnockerCoreTests/obj/Debug/netcoreapp3.1/KnockerCoreTests.csproj.CoreCompileInputs.cache deleted file mode 100644 index d75bd8d..0000000 --- a/Knocker/KnockerCoreTests/obj/Debug/netcoreapp3.1/KnockerCoreTests.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -09b9fc7a86f0b41c8e632745367df4c4e8e82ad1 diff --git a/Knocker/KnockerCoreTests/obj/Debug/netcoreapp3.1/KnockerCoreTests.csproj.FileListAbsolute.txt b/Knocker/KnockerCoreTests/obj/Debug/netcoreapp3.1/KnockerCoreTests.csproj.FileListAbsolute.txt index e9f354b..e69de29 100644 --- a/Knocker/KnockerCoreTests/obj/Debug/netcoreapp3.1/KnockerCoreTests.csproj.FileListAbsolute.txt +++ b/Knocker/KnockerCoreTests/obj/Debug/netcoreapp3.1/KnockerCoreTests.csproj.FileListAbsolute.txt @@ -1,102 +0,0 @@ -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\testhost.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\testhost.exe -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\KnockerCoreTests.deps.json -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\KnockerCoreTests.runtimeconfig.json -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\KnockerCoreTests.runtimeconfig.dev.json -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\KnockerCoreTests.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\KnockerCoreTests.pdb -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\log4net.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\Microsoft.VisualStudio.CodeCoverage.Shim.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\Microsoft.TestPlatform.CoreUtilities.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\Microsoft.TestPlatform.PlatformAbstractions.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\Microsoft.TestPlatform.CommunicationUtilities.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\Microsoft.TestPlatform.CrossPlatEngine.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\Microsoft.TestPlatform.Utilities.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\Microsoft.VisualStudio.TestPlatform.Common.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\Microsoft.VisualStudio.TestPlatform.TestFramework.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\Newtonsoft.Json.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\NuGet.Frameworks.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\System.Configuration.ConfigurationManager.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\System.Security.Cryptography.ProtectedData.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\System.Security.Permissions.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\cs\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\cs\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\de\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\de\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\es\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\es\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\fr\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\fr\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\it\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\it\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\ja\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\ja\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\ko\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\ko\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\pl\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\pl\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\pt-BR\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\pt-BR\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\ru\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\ru\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\tr\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\tr\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\zh-Hans\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\zh-Hans\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\zh-Hant\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\zh-Hant\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\cs\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\cs\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\cs\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\de\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\de\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\de\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\es\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\es\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\es\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\fr\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\fr\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\fr\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\it\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\it\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\it\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\ja\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\ja\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\ja\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\ko\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\ko\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\ko\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\pl\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\pl\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\pl\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\pt-BR\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\pt-BR\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\pt-BR\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\ru\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\ru\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\ru\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\tr\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\tr\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\tr\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\zh-Hans\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\zh-Hans\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\zh-Hans\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\zh-Hant\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\zh-Hant\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\zh-Hant\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\runtimes\win\lib\netstandard2.0\System.Security.Cryptography.ProtectedData.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\KnockerCore.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\bin\Debug\netcoreapp3.1\KnockerCore.pdb -C:\Source\Knocker\Knocker\KnockerCoreTests\obj\Debug\netcoreapp3.1\KnockerCoreTests.csprojAssemblyReference.cache -C:\Source\Knocker\Knocker\KnockerCoreTests\obj\Debug\netcoreapp3.1\KnockerCoreTests.AssemblyInfoInputs.cache -C:\Source\Knocker\Knocker\KnockerCoreTests\obj\Debug\netcoreapp3.1\KnockerCoreTests.AssemblyInfo.cs -C:\Source\Knocker\Knocker\KnockerCoreTests\obj\Debug\netcoreapp3.1\KnockerCoreTests.csproj.CoreCompileInputs.cache -C:\Source\Knocker\Knocker\KnockerCoreTests\obj\Debug\netcoreapp3.1\KnockerCoreTests.csproj.CopyComplete -C:\Source\Knocker\Knocker\KnockerCoreTests\obj\Debug\netcoreapp3.1\KnockerCoreTests.dll -C:\Source\Knocker\Knocker\KnockerCoreTests\obj\Debug\netcoreapp3.1\KnockerCoreTests.pdb -C:\Source\Knocker\Knocker\KnockerCoreTests\obj\Debug\netcoreapp3.1\KnockerCoreTests.genruntimeconfig.cache diff --git a/Knocker/KnockerCoreTests/obj/Debug/netcoreapp3.1/KnockerCoreTests.csprojAssemblyReference.cache b/Knocker/KnockerCoreTests/obj/Debug/netcoreapp3.1/KnockerCoreTests.csprojAssemblyReference.cache deleted file mode 100644 index 37a4bdb..0000000 Binary files a/Knocker/KnockerCoreTests/obj/Debug/netcoreapp3.1/KnockerCoreTests.csprojAssemblyReference.cache and /dev/null differ diff --git a/Knocker/KnockerCoreTests/obj/Debug/netcoreapp3.1/KnockerCoreTests.dll b/Knocker/KnockerCoreTests/obj/Debug/netcoreapp3.1/KnockerCoreTests.dll deleted file mode 100644 index f38960a..0000000 Binary files a/Knocker/KnockerCoreTests/obj/Debug/netcoreapp3.1/KnockerCoreTests.dll and /dev/null differ diff --git a/Knocker/KnockerCoreTests/obj/Debug/netcoreapp3.1/KnockerCoreTests.genruntimeconfig.cache b/Knocker/KnockerCoreTests/obj/Debug/netcoreapp3.1/KnockerCoreTests.genruntimeconfig.cache deleted file mode 100644 index c0054d5..0000000 --- a/Knocker/KnockerCoreTests/obj/Debug/netcoreapp3.1/KnockerCoreTests.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -39941db292fe2e448d99f3e4eba59fdae4d388c2 diff --git a/Knocker/KnockerCoreTests/obj/Debug/netcoreapp3.1/KnockerCoreTests.pdb b/Knocker/KnockerCoreTests/obj/Debug/netcoreapp3.1/KnockerCoreTests.pdb deleted file mode 100644 index e257065..0000000 Binary files a/Knocker/KnockerCoreTests/obj/Debug/netcoreapp3.1/KnockerCoreTests.pdb and /dev/null differ diff --git a/Knocker/KnockerCoreTests/obj/KnockerCoreTests.csproj.nuget.dgspec.json b/Knocker/KnockerCoreTests/obj/KnockerCoreTests.csproj.nuget.dgspec.json index c31b6e0..d0ed4fb 100644 --- a/Knocker/KnockerCoreTests/obj/KnockerCoreTests.csproj.nuget.dgspec.json +++ b/Knocker/KnockerCoreTests/obj/KnockerCoreTests.csproj.nuget.dgspec.json @@ -10,14 +10,16 @@ "projectUniqueName": "C:\\Source\\Knocker\\Knocker\\KnockerCoreTests\\KnockerCoreTests.csproj", "projectName": "KnockerCoreTests", "projectPath": "C:\\Source\\Knocker\\Knocker\\KnockerCoreTests\\KnockerCoreTests.csproj", - "packagesPath": "C:\\Users\\gorke\\.nuget\\packages\\", + "packagesPath": "C:\\Users\\Gorkem\\.nuget\\packages\\", "outputPath": "C:\\Source\\Knocker\\Knocker\\KnockerCoreTests\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ - "C:\\Microsoft\\Xamarin\\NuGet\\" + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", + "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet" ], "configFilePaths": [ - "C:\\Users\\gorke\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Users\\Gorkem\\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", "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" ], @@ -71,22 +73,17 @@ "net47", "net471", "net472", - "net48" + "net48", + "net481" ], "assetTargetFallback": true, "warn": true, - "downloadDependencies": [ - { - "name": "Microsoft.AspNetCore.App.Ref", - "version": "[3.1.10, 3.1.10]" - } - ], "frameworkReferences": { "Microsoft.NETCore.App": { "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.101\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.404\\RuntimeIdentifierGraph.json" } } }, @@ -96,14 +93,16 @@ "projectUniqueName": "C:\\Source\\Knocker\\Knocker\\KnockerCore\\KnockerCore.csproj", "projectName": "KnockerCore", "projectPath": "C:\\Source\\Knocker\\Knocker\\KnockerCore\\KnockerCore.csproj", - "packagesPath": "C:\\Users\\gorke\\.nuget\\packages\\", + "packagesPath": "C:\\Users\\Gorkem\\.nuget\\packages\\", "outputPath": "C:\\Source\\Knocker\\Knocker\\KnockerCore\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ - "C:\\Microsoft\\Xamarin\\NuGet\\" + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", + "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet" ], "configFilePaths": [ - "C:\\Users\\gorke\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Users\\Gorkem\\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", "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" ], @@ -141,22 +140,17 @@ "net47", "net471", "net472", - "net48" + "net48", + "net481" ], "assetTargetFallback": true, "warn": true, - "downloadDependencies": [ - { - "name": "Microsoft.AspNetCore.App.Ref", - "version": "[3.1.10, 3.1.10]" - } - ], "frameworkReferences": { "Microsoft.NETCore.App": { "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.101\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.404\\RuntimeIdentifierGraph.json" } } } diff --git a/Knocker/KnockerCoreTests/obj/KnockerCoreTests.csproj.nuget.g.props b/Knocker/KnockerCoreTests/obj/KnockerCoreTests.csproj.nuget.g.props index 635a38c..103aa0a 100644 --- a/Knocker/KnockerCoreTests/obj/KnockerCoreTests.csproj.nuget.g.props +++ b/Knocker/KnockerCoreTests/obj/KnockerCoreTests.csproj.nuget.g.props @@ -5,16 +5,15 @@ NuGet $(MSBuildThisFileDirectory)project.assets.json $(UserProfile)\.nuget\packages\ - C:\Users\gorke\.nuget\packages\;C:\Microsoft\Xamarin\NuGet\ + C:\Users\Gorkem\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files (x86)\Microsoft\Xamarin\NuGet PackageReference - 5.8.0 + 6.4.0 - + + + - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - @@ -22,6 +21,6 @@ - C:\Users\gorke\.nuget\packages\newtonsoft.json\9.0.1 + C:\Users\Gorkem\.nuget\packages\newtonsoft.json\9.0.1 \ No newline at end of file diff --git a/Knocker/KnockerCoreTests/obj/KnockerCoreTests.csproj.nuget.g.targets b/Knocker/KnockerCoreTests/obj/KnockerCoreTests.csproj.nuget.g.targets index f70475f..65f08b2 100644 --- a/Knocker/KnockerCoreTests/obj/KnockerCoreTests.csproj.nuget.g.targets +++ b/Knocker/KnockerCoreTests/obj/KnockerCoreTests.csproj.nuget.g.targets @@ -1,8 +1,5 @@  - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - diff --git a/Knocker/KnockerCoreTests/obj/project.assets.json b/Knocker/KnockerCoreTests/obj/project.assets.json index 3103a11..f450734 100644 --- a/Knocker/KnockerCoreTests/obj/project.assets.json +++ b/Knocker/KnockerCoreTests/obj/project.assets.json @@ -14,10 +14,14 @@ "System.Configuration.ConfigurationManager": "4.5.0" }, "compile": { - "lib/netstandard2.0/log4net.dll": {} + "lib/netstandard2.0/log4net.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/log4net.dll": {} + "lib/netstandard2.0/log4net.dll": { + "related": ".xml" + } } }, "Microsoft.CodeCoverage/16.7.1": { @@ -54,7 +58,9 @@ "System.Threading": "4.0.11" }, "compile": { - "ref/netstandard1.0/Microsoft.CSharp.dll": {} + "ref/netstandard1.0/Microsoft.CSharp.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/Microsoft.CSharp.dll": {} @@ -199,14 +205,18 @@ "lib/netcoreapp2.1/Microsoft.TestPlatform.CrossPlatEngine.dll": {}, "lib/netcoreapp2.1/Microsoft.TestPlatform.Utilities.dll": {}, "lib/netcoreapp2.1/Microsoft.VisualStudio.TestPlatform.Common.dll": {}, - "lib/netcoreapp2.1/testhost.dll": {} + "lib/netcoreapp2.1/testhost.dll": { + "related": ".deps.json" + } }, "runtime": { "lib/netcoreapp2.1/Microsoft.TestPlatform.CommunicationUtilities.dll": {}, "lib/netcoreapp2.1/Microsoft.TestPlatform.CrossPlatEngine.dll": {}, "lib/netcoreapp2.1/Microsoft.TestPlatform.Utilities.dll": {}, "lib/netcoreapp2.1/Microsoft.VisualStudio.TestPlatform.Common.dll": {}, - "lib/netcoreapp2.1/testhost.dll": {} + "lib/netcoreapp2.1/testhost.dll": { + "related": ".deps.json" + } }, "resource": { "lib/netcoreapp2.1/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { @@ -339,7 +349,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {} + "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": { + "related": ".xml" + } } }, "MSTest.TestAdapter/2.1.1": { @@ -355,12 +367,20 @@ "MSTest.TestFramework/2.1.1": { "type": "package", "compile": { - "lib/netstandard1.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": {}, - "lib/netstandard1.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": {} + "lib/netstandard1.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": { + "related": ".XML" + }, + "lib/netstandard1.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": { + "related": ".Extensions.XML;.XML" + } }, "runtime": { - "lib/netstandard1.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": {}, - "lib/netstandard1.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": {} + "lib/netstandard1.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": { + "related": ".XML" + }, + "lib/netstandard1.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": { + "related": ".Extensions.XML;.XML" + } } }, "NETStandard.Library/1.6.1": { @@ -439,19 +459,27 @@ "System.Xml.XDocument": "4.0.11" }, "compile": { - "lib/netstandard1.0/Newtonsoft.Json.dll": {} + "lib/netstandard1.0/Newtonsoft.Json.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard1.0/Newtonsoft.Json.dll": {} + "lib/netstandard1.0/Newtonsoft.Json.dll": { + "related": ".xml" + } } }, "NuGet.Frameworks/5.0.0": { "type": "package", "compile": { - "lib/netstandard2.0/NuGet.Frameworks.dll": {} + "lib/netstandard2.0/NuGet.Frameworks.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/NuGet.Frameworks.dll": {} + "lib/netstandard2.0/NuGet.Frameworks.dll": { + "related": ".xml" + } } }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { @@ -631,7 +659,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.6/System.AppContext.dll": {} + "ref/netstandard1.6/System.AppContext.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.6/System.AppContext.dll": {} @@ -661,7 +691,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Collections.dll": {} + "ref/netstandard1.3/System.Collections.dll": { + "related": ".xml" + } } }, "System.Collections.Concurrent/4.3.0": { @@ -679,7 +711,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Collections.Concurrent.dll": {} + "ref/netstandard1.3/System.Collections.Concurrent.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Collections.Concurrent.dll": {} @@ -692,7 +726,9 @@ "System.Security.Permissions": "4.5.0" }, "compile": { - "ref/netstandard2.0/System.Configuration.ConfigurationManager.dll": {} + "ref/netstandard2.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": {} @@ -708,7 +744,9 @@ "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Console.dll": {} + "ref/netstandard1.3/System.Console.dll": { + "related": ".xml" + } } }, "System.Diagnostics.Debug/4.3.0": { @@ -719,7 +757,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Diagnostics.Debug.dll": {} + "ref/netstandard1.3/System.Diagnostics.Debug.dll": { + "related": ".xml" + } } }, "System.Diagnostics.DiagnosticSource/4.3.0": { @@ -732,10 +772,14 @@ "System.Threading": "4.3.0" }, "compile": { - "lib/netstandard1.3/_._": {} + "lib/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {} + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } } }, "System.Diagnostics.TextWriterTraceListener/4.3.0": { @@ -749,7 +793,9 @@ "System.Threading": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Diagnostics.TextWriterTraceListener.dll": {} + "ref/netstandard1.3/System.Diagnostics.TextWriterTraceListener.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Diagnostics.TextWriterTraceListener.dll": {} @@ -763,7 +809,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Diagnostics.Tools.dll": {} + "ref/netstandard1.0/System.Diagnostics.Tools.dll": { + "related": ".xml" + } } }, "System.Diagnostics.TraceSource/4.3.0": { @@ -780,7 +828,9 @@ "runtime.native.System": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Diagnostics.TraceSource.dll": {} + "ref/netstandard1.3/System.Diagnostics.TraceSource.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Diagnostics.TraceSource.dll": { @@ -801,7 +851,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {} + "ref/netstandard1.5/System.Diagnostics.Tracing.dll": { + "related": ".xml" + } } }, "System.Dynamic.Runtime/4.0.11": { @@ -824,7 +876,9 @@ "System.Threading": "4.0.11" }, "compile": { - "ref/netstandard1.3/System.Dynamic.Runtime.dll": {} + "ref/netstandard1.3/System.Dynamic.Runtime.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Dynamic.Runtime.dll": {} @@ -838,7 +892,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Globalization.dll": {} + "ref/netstandard1.3/System.Globalization.dll": { + "related": ".xml" + } } }, "System.Globalization.Calendars/4.3.0": { @@ -850,7 +906,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Globalization.Calendars.dll": {} + "ref/netstandard1.3/System.Globalization.Calendars.dll": { + "related": ".xml" + } } }, "System.Globalization.Extensions/4.3.0": { @@ -864,7 +922,9 @@ "System.Runtime.InteropServices": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll": { @@ -887,7 +947,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.IO.dll": {} + "ref/netstandard1.5/System.IO.dll": { + "related": ".xml" + } } }, "System.IO.Compression/4.3.0": { @@ -910,7 +972,9 @@ "runtime.native.System.IO.Compression": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.Compression.dll": {} + "ref/netstandard1.3/System.IO.Compression.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": { @@ -937,7 +1001,9 @@ "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": {} + "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {} @@ -956,7 +1022,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.FileSystem.dll": {} + "ref/netstandard1.3/System.IO.FileSystem.dll": { + "related": ".xml" + } } }, "System.IO.FileSystem.Primitives/4.3.0": { @@ -965,7 +1033,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} @@ -981,7 +1051,9 @@ "System.Runtime.Extensions": "4.3.0" }, "compile": { - "ref/netstandard1.6/System.Linq.dll": {} + "ref/netstandard1.6/System.Linq.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.6/System.Linq.dll": {} @@ -1009,7 +1081,9 @@ "System.Threading": "4.3.0" }, "compile": { - "ref/netstandard1.6/System.Linq.Expressions.dll": {} + "ref/netstandard1.6/System.Linq.Expressions.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.6/System.Linq.Expressions.dll": {} @@ -1046,7 +1120,9 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Net.Http.dll": {} + "ref/netstandard1.3/System.Net.Http.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll": { @@ -1068,7 +1144,9 @@ "System.Runtime.Handles": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Net.Primitives.dll": {} + "ref/netstandard1.3/System.Net.Primitives.dll": { + "related": ".xml" + } } }, "System.Net.Sockets/4.3.0": { @@ -1082,7 +1160,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Net.Sockets.dll": {} + "ref/netstandard1.3/System.Net.Sockets.dll": { + "related": ".xml" + } } }, "System.ObjectModel/4.3.0": { @@ -1095,7 +1175,9 @@ "System.Threading": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.ObjectModel.dll": {} + "ref/netstandard1.3/System.ObjectModel.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.ObjectModel.dll": {} @@ -1111,7 +1193,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.Reflection.dll": {} + "ref/netstandard1.5/System.Reflection.dll": { + "related": ".xml" + } } }, "System.Reflection.Emit/4.3.0": { @@ -1124,7 +1208,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.1/_._": {} + "ref/netstandard1.1/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Reflection.Emit.dll": {} @@ -1138,7 +1224,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/_._": {} + "ref/netstandard1.0/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {} @@ -1153,7 +1241,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/_._": {} + "ref/netstandard1.0/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll": {} @@ -1168,7 +1258,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Reflection.Extensions.dll": {} + "ref/netstandard1.0/System.Reflection.Extensions.dll": { + "related": ".xml" + } } }, "System.Reflection.Primitives/4.3.0": { @@ -1179,7 +1271,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Reflection.Primitives.dll": {} + "ref/netstandard1.0/System.Reflection.Primitives.dll": { + "related": ".xml" + } } }, "System.Reflection.TypeExtensions/4.3.0": { @@ -1189,7 +1283,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/_._": {} + "ref/netstandard1.5/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.5/System.Reflection.TypeExtensions.dll": {} @@ -1205,7 +1301,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Resources.ResourceManager.dll": {} + "ref/netstandard1.0/System.Resources.ResourceManager.dll": { + "related": ".xml" + } } }, "System.Runtime/4.3.0": { @@ -1215,7 +1313,9 @@ "Microsoft.NETCore.Targets": "1.1.0" }, "compile": { - "ref/netstandard1.5/System.Runtime.dll": {} + "ref/netstandard1.5/System.Runtime.dll": { + "related": ".xml" + } } }, "System.Runtime.Extensions/4.3.0": { @@ -1226,7 +1326,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.Runtime.Extensions.dll": {} + "ref/netstandard1.5/System.Runtime.Extensions.dll": { + "related": ".xml" + } } }, "System.Runtime.Handles/4.3.0": { @@ -1237,7 +1339,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Runtime.Handles.dll": {} + "ref/netstandard1.3/System.Runtime.Handles.dll": { + "related": ".xml" + } } }, "System.Runtime.InteropServices/4.3.0": { @@ -1291,7 +1395,9 @@ "System.Runtime.Extensions": "4.3.0" }, "compile": { - "ref/netstandard1.1/System.Runtime.Numerics.dll": {} + "ref/netstandard1.1/System.Runtime.Numerics.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Runtime.Numerics.dll": {} @@ -1304,7 +1410,9 @@ "System.Runtime": "4.1.0" }, "compile": { - "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} @@ -1317,7 +1425,9 @@ "System.Security.Principal.Windows": "4.5.0" }, "compile": { - "ref/netstandard2.0/System.Security.AccessControl.dll": {} + "ref/netstandard2.0/System.Security.AccessControl.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard2.0/System.Security.AccessControl.dll": {} @@ -1442,7 +1552,9 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {} + "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { @@ -1506,7 +1618,9 @@ "System.Security.Cryptography.ProtectedData/4.5.0": { "type": "package", "compile": { - "ref/netstandard2.0/_._": {} + "ref/netstandard2.0/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {} @@ -1548,7 +1662,9 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, "compile": { - "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": {} + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { @@ -1567,7 +1683,9 @@ "System.Security.AccessControl": "4.5.0" }, "compile": { - "ref/netstandard2.0/System.Security.Permissions.dll": {} + "ref/netstandard2.0/System.Security.Permissions.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard2.0/System.Security.Permissions.dll": {} @@ -1579,7 +1697,9 @@ "Microsoft.NETCore.Platforms": "2.0.0" }, "compile": { - "ref/netstandard2.0/System.Security.Principal.Windows.dll": {} + "ref/netstandard2.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard2.0/System.Security.Principal.Windows.dll": {} @@ -1603,7 +1723,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Text.Encoding.dll": {} + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } } }, "System.Text.Encoding.Extensions/4.3.0": { @@ -1615,7 +1737,9 @@ "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {} + "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": { + "related": ".xml" + } } }, "System.Text.RegularExpressions/4.3.0": { @@ -1637,7 +1761,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Threading.dll": {} + "ref/netstandard1.3/System.Threading.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Threading.dll": {} @@ -1651,7 +1777,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Threading.Tasks.dll": {} + "ref/netstandard1.3/System.Threading.Tasks.dll": { + "related": ".xml" + } } }, "System.Threading.Tasks.Extensions/4.3.0": { @@ -1662,10 +1790,14 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "lib/netstandard1.0/_._": {} + "lib/netstandard1.0/_._": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {} + "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": { + "related": ".xml" + } } }, "System.Threading.Timer/4.3.0": { @@ -1676,7 +1808,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.2/System.Threading.Timer.dll": {} + "ref/netstandard1.2/System.Threading.Timer.dll": { + "related": ".xml" + } } }, "System.Xml.ReaderWriter/4.3.0": { @@ -1699,7 +1833,9 @@ "System.Threading.Tasks.Extensions": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Xml.ReaderWriter.dll": {} + "ref/netstandard1.3/System.Xml.ReaderWriter.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {} @@ -1722,7 +1858,9 @@ "System.Xml.ReaderWriter": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Xml.XDocument.dll": {} + "ref/netstandard1.3/System.Xml.XDocument.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.XDocument.dll": {} @@ -6027,8 +6165,9 @@ ] }, "packageFolders": { - "C:\\Users\\gorke\\.nuget\\packages\\": {}, - "C:\\Microsoft\\Xamarin\\NuGet\\": {} + "C:\\Users\\Gorkem\\.nuget\\packages\\": {}, + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}, + "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet": {} }, "project": { "version": "1.0.0", @@ -6036,14 +6175,16 @@ "projectUniqueName": "C:\\Source\\Knocker\\Knocker\\KnockerCoreTests\\KnockerCoreTests.csproj", "projectName": "KnockerCoreTests", "projectPath": "C:\\Source\\Knocker\\Knocker\\KnockerCoreTests\\KnockerCoreTests.csproj", - "packagesPath": "C:\\Users\\gorke\\.nuget\\packages\\", + "packagesPath": "C:\\Users\\Gorkem\\.nuget\\packages\\", "outputPath": "C:\\Source\\Knocker\\Knocker\\KnockerCoreTests\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ - "C:\\Microsoft\\Xamarin\\NuGet\\" + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", + "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet" ], "configFilePaths": [ - "C:\\Users\\gorke\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Users\\Gorkem\\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", "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" ], @@ -6097,22 +6238,17 @@ "net47", "net471", "net472", - "net48" + "net48", + "net481" ], "assetTargetFallback": true, "warn": true, - "downloadDependencies": [ - { - "name": "Microsoft.AspNetCore.App.Ref", - "version": "[3.1.10, 3.1.10]" - } - ], "frameworkReferences": { "Microsoft.NETCore.App": { "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.101\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.404\\RuntimeIdentifierGraph.json" } } } diff --git a/Knocker/KnockerCoreTests/obj/project.nuget.cache b/Knocker/KnockerCoreTests/obj/project.nuget.cache index 471abd7..ac9d7fa 100644 --- a/Knocker/KnockerCoreTests/obj/project.nuget.cache +++ b/Knocker/KnockerCoreTests/obj/project.nuget.cache @@ -1,103 +1,102 @@ { "version": 2, - "dgSpecHash": "dFM/f/kuHcf64WVtnjzs3TD+58rgnZJwXuMHD+a9sEXLd0MmRxC1LnAWSxFgMxPMHUIk/Q0xtXwl/xRwwDYVEg==", + "dgSpecHash": "JD+S9WEbpgFys7itgf0Hdu4tFQFlOofVddJ0MlrrEsdhCZQW8H+X/MooqfJzwAd5aUZ6vTtyRkr61MpCVdxC6A==", "success": true, "projectFilePath": "C:\\Source\\Knocker\\Knocker\\KnockerCoreTests\\KnockerCoreTests.csproj", "expectedPackageFiles": [ - "C:\\Users\\gorke\\.nuget\\packages\\coverlet.collector\\1.3.0\\coverlet.collector.1.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\log4net\\2.0.12\\log4net.2.0.12.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\microsoft.codecoverage\\16.7.1\\microsoft.codecoverage.16.7.1.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\microsoft.csharp\\4.0.1\\microsoft.csharp.4.0.1.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\microsoft.net.test.sdk\\16.7.1\\microsoft.net.test.sdk.16.7.1.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\microsoft.netcore.platforms\\2.0.0\\microsoft.netcore.platforms.2.0.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\microsoft.testplatform.objectmodel\\16.7.1\\microsoft.testplatform.objectmodel.16.7.1.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\microsoft.testplatform.testhost\\16.7.1\\microsoft.testplatform.testhost.16.7.1.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\microsoft.win32.primitives\\4.3.0\\microsoft.win32.primitives.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\mstest.testadapter\\2.1.1\\mstest.testadapter.2.1.1.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\mstest.testframework\\2.1.1\\mstest.testframework.2.1.1.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\netstandard.library\\1.6.1\\netstandard.library.1.6.1.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\newtonsoft.json\\9.0.1\\newtonsoft.json.9.0.1.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\nuget.frameworks\\5.0.0\\nuget.frameworks.5.0.0.nupkg.sha512", - "C:\\Microsoft\\Xamarin\\NuGet\\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Microsoft\\Xamarin\\NuGet\\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Microsoft\\Xamarin\\NuGet\\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\runtime.native.system\\4.3.0\\runtime.native.system.4.3.0.nupkg.sha512", - "C:\\Microsoft\\Xamarin\\NuGet\\runtime.native.system.io.compression\\4.3.0\\runtime.native.system.io.compression.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\runtime.native.system.net.http\\4.3.0\\runtime.native.system.net.http.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\runtime.native.system.security.cryptography.apple\\4.3.0\\runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", - "C:\\Microsoft\\Xamarin\\NuGet\\runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Microsoft\\Xamarin\\NuGet\\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Microsoft\\Xamarin\\NuGet\\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple\\4.3.0\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", - "C:\\Microsoft\\Xamarin\\NuGet\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Microsoft\\Xamarin\\NuGet\\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Microsoft\\Xamarin\\NuGet\\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Microsoft\\Xamarin\\NuGet\\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Microsoft\\Xamarin\\NuGet\\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.appcontext\\4.3.0\\system.appcontext.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.buffers\\4.3.0\\system.buffers.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.collections.concurrent\\4.3.0\\system.collections.concurrent.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.configuration.configurationmanager\\4.5.0\\system.configuration.configurationmanager.4.5.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.console\\4.3.0\\system.console.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.diagnostics.debug\\4.3.0\\system.diagnostics.debug.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.diagnostics.diagnosticsource\\4.3.0\\system.diagnostics.diagnosticsource.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.diagnostics.textwritertracelistener\\4.3.0\\system.diagnostics.textwritertracelistener.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.diagnostics.tools\\4.3.0\\system.diagnostics.tools.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.diagnostics.tracesource\\4.3.0\\system.diagnostics.tracesource.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.diagnostics.tracing\\4.3.0\\system.diagnostics.tracing.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.dynamic.runtime\\4.0.11\\system.dynamic.runtime.4.0.11.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.globalization\\4.3.0\\system.globalization.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.globalization.calendars\\4.3.0\\system.globalization.calendars.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.globalization.extensions\\4.3.0\\system.globalization.extensions.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.io\\4.3.0\\system.io.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.io.compression\\4.3.0\\system.io.compression.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.io.compression.zipfile\\4.3.0\\system.io.compression.zipfile.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.io.filesystem\\4.3.0\\system.io.filesystem.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.io.filesystem.primitives\\4.3.0\\system.io.filesystem.primitives.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.linq\\4.3.0\\system.linq.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.linq.expressions\\4.3.0\\system.linq.expressions.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.net.http\\4.3.0\\system.net.http.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.net.primitives\\4.3.0\\system.net.primitives.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.net.sockets\\4.3.0\\system.net.sockets.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.objectmodel\\4.3.0\\system.objectmodel.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.reflection.emit\\4.3.0\\system.reflection.emit.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.reflection.emit.ilgeneration\\4.3.0\\system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.reflection.emit.lightweight\\4.3.0\\system.reflection.emit.lightweight.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.reflection.extensions\\4.3.0\\system.reflection.extensions.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.reflection.primitives\\4.3.0\\system.reflection.primitives.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.reflection.typeextensions\\4.3.0\\system.reflection.typeextensions.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.resources.resourcemanager\\4.3.0\\system.resources.resourcemanager.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.runtime.handles\\4.3.0\\system.runtime.handles.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.runtime.interopservices\\4.3.0\\system.runtime.interopservices.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.runtime.interopservices.runtimeinformation\\4.3.0\\system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.runtime.numerics\\4.3.0\\system.runtime.numerics.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.runtime.serialization.primitives\\4.1.1\\system.runtime.serialization.primitives.4.1.1.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.security.accesscontrol\\4.5.0\\system.security.accesscontrol.4.5.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.security.cryptography.algorithms\\4.3.0\\system.security.cryptography.algorithms.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.security.cryptography.cng\\4.3.0\\system.security.cryptography.cng.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.security.cryptography.csp\\4.3.0\\system.security.cryptography.csp.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.security.cryptography.encoding\\4.3.0\\system.security.cryptography.encoding.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.security.cryptography.openssl\\4.3.0\\system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.security.cryptography.primitives\\4.3.0\\system.security.cryptography.primitives.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.security.cryptography.protecteddata\\4.5.0\\system.security.cryptography.protecteddata.4.5.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.security.cryptography.x509certificates\\4.3.0\\system.security.cryptography.x509certificates.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.security.permissions\\4.5.0\\system.security.permissions.4.5.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.security.principal.windows\\4.5.0\\system.security.principal.windows.4.5.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.text.encoding.extensions\\4.3.0\\system.text.encoding.extensions.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.text.regularexpressions\\4.3.0\\system.text.regularexpressions.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.threading\\4.3.0\\system.threading.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.threading.tasks.extensions\\4.3.0\\system.threading.tasks.extensions.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.threading.timer\\4.3.0\\system.threading.timer.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.xml.readerwriter\\4.3.0\\system.xml.readerwriter.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.xml.xdocument\\4.3.0\\system.xml.xdocument.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\microsoft.aspnetcore.app.ref\\3.1.10\\microsoft.aspnetcore.app.ref.3.1.10.nupkg.sha512" + "C:\\Users\\Gorkem\\.nuget\\packages\\coverlet.collector\\1.3.0\\coverlet.collector.1.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\log4net\\2.0.12\\log4net.2.0.12.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\microsoft.codecoverage\\16.7.1\\microsoft.codecoverage.16.7.1.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\microsoft.csharp\\4.0.1\\microsoft.csharp.4.0.1.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\microsoft.net.test.sdk\\16.7.1\\microsoft.net.test.sdk.16.7.1.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\microsoft.netcore.platforms\\2.0.0\\microsoft.netcore.platforms.2.0.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\microsoft.testplatform.objectmodel\\16.7.1\\microsoft.testplatform.objectmodel.16.7.1.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\microsoft.testplatform.testhost\\16.7.1\\microsoft.testplatform.testhost.16.7.1.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\microsoft.win32.primitives\\4.3.0\\microsoft.win32.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\mstest.testadapter\\2.1.1\\mstest.testadapter.2.1.1.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\mstest.testframework\\2.1.1\\mstest.testframework.2.1.1.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\netstandard.library\\1.6.1\\netstandard.library.1.6.1.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\newtonsoft.json\\9.0.1\\newtonsoft.json.9.0.1.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\nuget.frameworks\\5.0.0\\nuget.frameworks.5.0.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\runtime.native.system\\4.3.0\\runtime.native.system.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\runtime.native.system.io.compression\\4.3.0\\runtime.native.system.io.compression.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\runtime.native.system.net.http\\4.3.0\\runtime.native.system.net.http.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\runtime.native.system.security.cryptography.apple\\4.3.0\\runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple\\4.3.0\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.appcontext\\4.3.0\\system.appcontext.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.buffers\\4.3.0\\system.buffers.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.collections.concurrent\\4.3.0\\system.collections.concurrent.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.configuration.configurationmanager\\4.5.0\\system.configuration.configurationmanager.4.5.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.console\\4.3.0\\system.console.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.diagnostics.debug\\4.3.0\\system.diagnostics.debug.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.diagnostics.diagnosticsource\\4.3.0\\system.diagnostics.diagnosticsource.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.diagnostics.textwritertracelistener\\4.3.0\\system.diagnostics.textwritertracelistener.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.diagnostics.tools\\4.3.0\\system.diagnostics.tools.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.diagnostics.tracesource\\4.3.0\\system.diagnostics.tracesource.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.diagnostics.tracing\\4.3.0\\system.diagnostics.tracing.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.dynamic.runtime\\4.0.11\\system.dynamic.runtime.4.0.11.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.globalization\\4.3.0\\system.globalization.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.globalization.calendars\\4.3.0\\system.globalization.calendars.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.globalization.extensions\\4.3.0\\system.globalization.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.io\\4.3.0\\system.io.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.io.compression\\4.3.0\\system.io.compression.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.io.compression.zipfile\\4.3.0\\system.io.compression.zipfile.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.io.filesystem\\4.3.0\\system.io.filesystem.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.io.filesystem.primitives\\4.3.0\\system.io.filesystem.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.linq\\4.3.0\\system.linq.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.linq.expressions\\4.3.0\\system.linq.expressions.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.net.http\\4.3.0\\system.net.http.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.net.primitives\\4.3.0\\system.net.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.net.sockets\\4.3.0\\system.net.sockets.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.objectmodel\\4.3.0\\system.objectmodel.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.reflection.emit\\4.3.0\\system.reflection.emit.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.reflection.emit.ilgeneration\\4.3.0\\system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.reflection.emit.lightweight\\4.3.0\\system.reflection.emit.lightweight.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.reflection.extensions\\4.3.0\\system.reflection.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.reflection.primitives\\4.3.0\\system.reflection.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.reflection.typeextensions\\4.3.0\\system.reflection.typeextensions.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.resources.resourcemanager\\4.3.0\\system.resources.resourcemanager.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.runtime.handles\\4.3.0\\system.runtime.handles.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.runtime.interopservices\\4.3.0\\system.runtime.interopservices.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.runtime.interopservices.runtimeinformation\\4.3.0\\system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.runtime.numerics\\4.3.0\\system.runtime.numerics.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.runtime.serialization.primitives\\4.1.1\\system.runtime.serialization.primitives.4.1.1.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.security.accesscontrol\\4.5.0\\system.security.accesscontrol.4.5.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.security.cryptography.algorithms\\4.3.0\\system.security.cryptography.algorithms.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.security.cryptography.cng\\4.3.0\\system.security.cryptography.cng.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.security.cryptography.csp\\4.3.0\\system.security.cryptography.csp.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.security.cryptography.encoding\\4.3.0\\system.security.cryptography.encoding.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.security.cryptography.openssl\\4.3.0\\system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.security.cryptography.primitives\\4.3.0\\system.security.cryptography.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.security.cryptography.protecteddata\\4.5.0\\system.security.cryptography.protecteddata.4.5.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.security.cryptography.x509certificates\\4.3.0\\system.security.cryptography.x509certificates.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.security.permissions\\4.5.0\\system.security.permissions.4.5.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.security.principal.windows\\4.5.0\\system.security.principal.windows.4.5.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.text.encoding.extensions\\4.3.0\\system.text.encoding.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.text.regularexpressions\\4.3.0\\system.text.regularexpressions.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.threading\\4.3.0\\system.threading.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.threading.tasks.extensions\\4.3.0\\system.threading.tasks.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.threading.timer\\4.3.0\\system.threading.timer.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.xml.readerwriter\\4.3.0\\system.xml.readerwriter.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.xml.xdocument\\4.3.0\\system.xml.xdocument.4.3.0.nupkg.sha512" ], "logs": [] } \ No newline at end of file diff --git a/Knocker/KnockerUI/MainForm.cs b/Knocker/KnockerUI/MainForm.cs index 7391063..66dc6ca 100644 --- a/Knocker/KnockerUI/MainForm.cs +++ b/Knocker/KnockerUI/MainForm.cs @@ -53,6 +53,8 @@ public MainForm() { InitializeComponent(); + Text += " v2023.1.8"; + log4net.Config.XmlConfigurator.Configure(); _log.Info(GetFromResource("AppStarted")); diff --git a/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/07022021002901.csv b/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/07022021002901.csv deleted file mode 100644 index d70f285..0000000 --- a/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/07022021002901.csv +++ /dev/null @@ -1,2 +0,0 @@ -Id,IpAddress,Port -37,172.217.169.110,80 diff --git a/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/07022021011137.csv b/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/07022021011137.csv deleted file mode 100644 index 1293625..0000000 --- a/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/07022021011137.csv +++ /dev/null @@ -1,181 +0,0 @@ -Id,IpAddress,Port -49,1.1.1.1,80 -57,1.1.1.2,80 -73,1.1.1.3,80 -82,1.1.1.4,80 -100,1.1.1.5,80 -107,1.1.1.6,80 -124,1.1.1.7,80 -132,1.1.1.8,80 -152,1.1.1.9,80 -157,1.1.1.10,80 -176,1.1.1.11,80 -182,1.1.1.12,80 -199,1.1.1.13,80 -212,1.1.1.14,80 -221,1.1.1.15,80 -233,1.1.1.16,80 -251,1.1.1.17,80 -265,1.1.1.18,80 -274,1.1.1.19,80 -21,1.1.1.20,80 -75,1.1.1.21,80 -295,1.1.1.22,80 -308,1.1.1.23,80 -320,1.1.1.24,80 -331,1.1.1.25,80 -346,1.1.1.26,80 -359,1.1.1.27,80 -371,1.1.1.28,80 -384,1.1.1.29,80 -236,1.1.1.30,80 -182,1.1.1.31,80 -400,1.1.1.32,80 -413,1.1.1.33,80 -428,1.1.1.34,80 -440,1.1.1.35,80 -454,1.1.1.36,80 -467,1.1.1.37,80 -477,1.1.1.38,80 -491,1.1.1.39,80 -348,1.1.1.40,80 -215,1.1.1.41,80 -501,1.1.1.42,80 -515,1.1.1.43,80 -527,1.1.1.44,80 -541,1.1.1.45,80 -556,1.1.1.46,80 -565,1.1.1.47,80 -580,1.1.1.48,80 -467,1.1.1.49,80 -400,1.1.1.50,80 -598,1.1.1.51,80 -612,1.1.1.52,80 -624,1.1.1.53,80 -636,1.1.1.54,80 -649,1.1.1.55,80 -660,1.1.1.56,80 -677,1.1.1.57,80 -691,1.1.1.58,80 -515,1.1.1.59,80 -699,1.1.1.60,80 -711,1.1.1.61,80 -723,1.1.1.62,80 -736,1.1.1.63,80 -749,1.1.1.64,80 -763,1.1.1.65,80 -775,1.1.1.66,80 -788,1.1.1.67,80 -613,1.1.1.68,80 -798,1.1.1.69,80 -810,1.1.1.70,80 -821,1.1.1.71,80 -834,1.1.1.72,80 -848,1.1.1.73,80 -861,1.1.1.74,80 -580,1.1.1.75,80 -861,1.1.1.76,80 -879,1.1.1.77,80 -879,1.1.1.78,80 -492,1.1.1.79,80 -363,1.1.1.80,80 -905,1.1.1.81,80 -788,1.1.1.82,80 -929,1.1.1.83,80 -940,1.1.1.84,80 -954,1.1.1.85,80 -963,1.1.1.86,80 -973,1.1.1.87,80 -987,1.1.1.88,80 -1008,1.1.1.89,80 -990,1.1.1.90,80 -1019,1.1.1.91,80 -1028,1.1.1.92,80 -1044,1.1.1.93,80 -1058,1.1.1.94,80 -1066,1.1.1.95,80 -1083,1.1.1.96,80 -1095,1.1.1.97,80 -1105,1.1.1.98,80 -1121,1.1.1.99,80 -1135,1.1.1.100,80 -1142,1.1.1.101,80 -1158,1.1.1.102,80 -1124,1.1.1.103,80 -1047,1.1.1.104,80 -1173,1.1.1.105,80 -1186,1.1.1.106,80 -1195,1.1.1.107,80 -1212,1.1.1.108,80 -1223,1.1.1.109,80 -1237,1.1.1.110,80 -1250,1.1.1.111,80 -1262,1.1.1.112,80 -1275,1.1.1.113,80 -1289,1.1.1.114,80 -1300,1.1.1.115,80 -1223,1.1.1.116,80 -1303,1.1.1.117,80 -1317,1.1.1.118,80 -1330,1.1.1.119,80 -1340,1.1.1.120,80 -1353,1.1.1.121,80 -1366,1.1.1.122,80 -1380,1.1.1.123,80 -1387,1.1.1.124,80 -1403,1.1.1.125,80 -1415,1.1.1.126,80 -1428,1.1.1.127,80 -1432,1.1.1.128,80 -1356,1.1.1.129,80 -1289,1.1.1.130,80 -1452,1.1.1.131,80 -1465,1.1.1.132,80 -1476,1.1.1.133,80 -1486,1.1.1.134,80 -1499,1.1.1.135,80 -1514,1.1.1.136,80 -1525,1.1.1.137,80 -1525,1.1.1.138,80 -1476,1.1.1.139,80 -1541,1.1.1.140,80 -1558,1.1.1.141,80 -1566,1.1.1.142,80 -1582,1.1.1.143,80 -1591,1.1.1.144,80 -1604,1.1.1.145,80 -1618,1.1.1.146,80 -1629,1.1.1.147,80 -1647,1.1.1.148,80 -1654,1.1.1.149,80 -1675,1.1.1.150,80 -1651,1.1.1.151,80 -1558,1.1.1.152,80 -1693,1.1.1.153,80 -1709,1.1.1.154,80 -1719,1.1.1.155,80 -1734,1.1.1.156,80 -1747,1.1.1.157,80 -1755,1.1.1.158,80 -1773,1.1.1.159,80 -1784,1.1.1.160,80 -1798,1.1.1.161,80 -1810,1.1.1.162,80 -1784,1.1.1.163,80 -1629,1.1.1.164,80 -1826,1.1.1.165,80 -1840,1.1.1.166,80 -1850,1.1.1.167,80 -1865,1.1.1.168,80 -1875,1.1.1.169,80 -1889,1.1.1.170,80 -1903,1.1.1.171,80 -1916,1.1.1.172,80 -1927,1.1.1.173,80 -1941,1.1.1.174,80 -1954,1.1.1.175,80 -1903,1.1.1.176,80 -1843,1.1.1.177,80 -1968,1.1.1.178,80 -1980,1.1.1.179,80 -1994,1.1.1.180,80 diff --git a/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/CsvHelper.dll b/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/CsvHelper.dll deleted file mode 100644 index a58dbd3..0000000 Binary files a/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/CsvHelper.dll and /dev/null differ diff --git a/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/Images/button_start.png b/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/Images/button_start.png deleted file mode 100644 index 63c77c0..0000000 Binary files a/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/Images/button_start.png and /dev/null differ diff --git a/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/Images/button_stop.png b/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/Images/button_stop.png deleted file mode 100644 index f502412..0000000 Binary files a/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/Images/button_stop.png and /dev/null differ diff --git a/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/Knocker.log b/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/Knocker.log deleted file mode 100644 index 9878661..0000000 --- a/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/Knocker.log +++ /dev/null @@ -1,337 +0,0 @@ - -2021-02-06 22:54:13,138 [1] INFO Knocker - ApplicationStarted - - -2021-02-06 22:55:28,894 [1] INFO Knocker - Application Started - - -2021-02-06 23:03:56,420 [1] INFO Knocker - Application Started - - -2021-02-06 23:04:03,916 [1] INFO Knocker - Main Task Running - - -2021-02-06 23:04:03,924 [6] INFO Knocker - Core Scan Başladı - -2021-02-06 23:04:26,628 [6] INFO Knocker - Scanned Succesfully - - -2021-02-06 23:06:20,913 [1] INFO Knocker - Application Started - - -2021-02-06 23:06:30,865 [1] INFO Knocker - Main Task Running - - -2021-02-06 23:06:30,875 [4] INFO Knocker - Core Started - -2021-02-06 23:06:31,955 [4] ERROR Knocker - System.OperationCanceledException: The operation was canceled. - at System.Threading.CancellationToken.ThrowOperationCanceledException() - at System.Threading.CancellationToken.ThrowIfCancellationRequested() - at KnockerCore.Core.StartScanning(String hostStart, String hostStop, Int32 portStart, Int32 portStop, Int32 limit, CancellationToken token) in C:\Source\Knocker\Knocker\KnockerCore\Core.cs:line 85 - -2021-02-06 23:06:31,956 [1] INFO Knocker - Current Task Stopped - - -2021-02-06 23:59:54,618 [1] INFO Knocker - Application Started - - -2021-02-07 00:10:55,757 [1] INFO Knocker - Application Started - - -2021-02-07 00:19:17,189 [1] INFO Knocker - Application Started - - -2021-02-07 00:21:59,896 [1] INFO Knocker - Application Started - - -2021-02-07 00:22:29,583 [1] INFO Knocker - Main Task Running - - -2021-02-07 00:22:29,591 [5] INFO Knocker - Core Started - -2021-02-07 00:22:30,342 [1] INFO Knocker - Current Task Stopped - - -2021-02-07 00:22:30,639 [5] ERROR Knocker - System.OperationCanceledException: The operation was canceled. - at System.Threading.CancellationToken.ThrowOperationCanceledException() - at System.Threading.CancellationToken.ThrowIfCancellationRequested() - at KnockerCore.Core.StartScanning(String hostStart, String hostStop, Int32 portStart, Int32 portStop, Int32 limit, CancellationToken token) in C:\Source\Knocker\Knocker\KnockerCore\Core.cs:line 85 - -2021-02-07 00:22:31,261 [1] INFO Knocker - Main Task Running - - -2021-02-07 00:22:31,269 [5] INFO Knocker - Core Started - -2021-02-07 00:22:32,293 [5] INFO Knocker - Scanned Succesfully - - -2021-02-07 00:22:36,147 [1] INFO Knocker - Main Task Running - - -2021-02-07 00:22:36,156 [6] INFO Knocker - Core Started - -2021-02-07 00:22:37,172 [6] INFO Knocker - Scanned Succesfully - - -2021-02-07 00:22:47,079 [1] INFO Knocker - Main Task Running - - -2021-02-07 00:22:47,084 [6] INFO Knocker - Core Started - -2021-02-07 00:22:48,095 [6] INFO Knocker - Scanned Succesfully - - -2021-02-07 00:22:54,372 [1] INFO Knocker - Main Task Running - - -2021-02-07 00:22:54,377 [5] INFO Knocker - Core Started - -2021-02-07 00:22:55,382 [5] INFO Knocker - Scanned Succesfully - - -2021-02-07 00:22:59,462 [1] INFO Knocker - Main Task Running - - -2021-02-07 00:22:59,467 [9] INFO Knocker - Core Started - -2021-02-07 00:23:15,705 [1] INFO Knocker - Current Task Stopped - - -2021-02-07 00:23:16,103 [9] ERROR Knocker - System.OperationCanceledException: The operation was canceled. - at System.Threading.CancellationToken.ThrowOperationCanceledException() - at System.Threading.CancellationToken.ThrowIfCancellationRequested() - at KnockerCore.Core.StartScanning(String hostStart, String hostStop, Int32 portStart, Int32 portStop, Int32 limit, CancellationToken token) in C:\Source\Knocker\Knocker\KnockerCore\Core.cs:line 85 - -2021-02-07 00:23:29,023 [1] INFO Knocker - Main Task Running - - -2021-02-07 00:23:29,031 [9] INFO Knocker - Core Started - -2021-02-07 00:26:25,722 [1] INFO Knocker - Application Started - - -2021-02-07 00:26:32,155 [1] INFO Knocker - Main Task Running - - -2021-02-07 00:26:32,163 [6] INFO Knocker - Core Started - -2021-02-07 00:26:54,633 [6] INFO Knocker - Scanned Succesfully - - -2021-02-07 00:26:58,307 [1] INFO Knocker - Main Task Running - - -2021-02-07 00:26:58,313 [6] INFO Knocker - Core Started - -2021-02-07 00:27:20,392 [6] INFO Knocker - Scanned Succesfully - - -2021-02-07 00:27:49,476 [1] INFO Knocker - Application Started - - -2021-02-07 00:27:54,933 [1] INFO Knocker - Main Task Running - - -2021-02-07 00:27:54,941 [5] INFO Knocker - Core Started - -2021-02-07 00:28:17,134 [5] INFO Knocker - Scanned Succesfully - - -2021-02-07 00:28:19,674 [1] INFO Knocker - Main Task Running - - -2021-02-07 00:28:19,680 [5] INFO Knocker - Core Started - -2021-02-07 00:28:39,436 [5] ERROR Knocker - System.OperationCanceledException: The operation was canceled. - at System.Threading.CancellationToken.ThrowOperationCanceledException() - at System.Threading.CancellationToken.ThrowIfCancellationRequested() - at KnockerCore.Core.StartScanning(String hostStart, String hostStop, Int32 portStart, Int32 portStop, Int32 limit, CancellationToken token) in C:\Source\Knocker\Knocker\KnockerCore\Core.cs:line 85 - -2021-02-07 00:28:39,437 [1] INFO Knocker - Current Task Stopped - - -2021-02-07 00:28:40,212 [1] INFO Knocker - Main Task Running - - -2021-02-07 00:28:40,218 [19] INFO Knocker - Core Started - -2021-02-07 00:29:01,486 [1] INFO Knocker - Exported to application directory successfully - - -2021-02-07 00:29:02,431 [19] INFO Knocker - Scanned Succesfully - - -2021-02-07 00:32:41,038 [1] INFO Knocker - Application Started - - -2021-02-07 00:34:03,853 [1] INFO Knocker - Application Started - - -2021-02-07 00:34:25,656 [1] INFO Knocker - Main Task Running - - -2021-02-07 00:34:25,665 [5] INFO Knocker - Core Started - -2021-02-07 00:34:47,817 [5] INFO Knocker - Scanned Succesfully - - -2021-02-07 00:35:41,933 [1] INFO Knocker - Main Task Running - - -2021-02-07 00:35:41,947 [14] INFO Knocker - Core Started - -2021-02-07 00:35:43,762 [1] INFO Knocker - Current Task Stopped - - -2021-02-07 00:35:43,762 [14] ERROR Knocker - System.OperationCanceledException: The operation was canceled. - at System.Threading.CancellationToken.ThrowOperationCanceledException() - at System.Threading.CancellationToken.ThrowIfCancellationRequested() - at KnockerCore.Core.StartScanning(String hostStart, String hostStop, Int32 portStart, Int32 portStop, Int32 limit, CancellationToken token) in C:\Source\Knocker\Knocker\KnockerCore\Core.cs:line 85 - -2021-02-07 00:35:45,205 [1] INFO Knocker - Main Task Running - - -2021-02-07 00:35:45,238 [12] INFO Knocker - Core Started - -2021-02-07 00:39:04,340 [1] INFO Knocker - Application Started - - -2021-02-07 00:39:11,618 [1] INFO Knocker - Main Task Running - - -2021-02-07 00:39:11,628 [6] INFO Knocker - Core Started - -2021-02-07 00:39:33,816 [6] INFO Knocker - Scanned Succesfully - - -2021-02-07 00:39:54,151 [1] INFO Knocker - Main Task Running - - -2021-02-07 00:39:54,161 [6] INFO Knocker - Core Started - -2021-02-07 00:40:16,287 [6] INFO Knocker - Scanned Succesfully - - -2021-02-07 00:42:25,350 [1] INFO Knocker - Application Started - - -2021-02-07 00:42:32,201 [1] INFO Knocker - Main Task Running - - -2021-02-07 00:42:32,210 [5] INFO Knocker - Core Started - -2021-02-07 00:42:54,461 [5] INFO Knocker - Scanned Succesfully - - -2021-02-07 00:43:05,020 [1] INFO Knocker - Main Task Running - - -2021-02-07 00:43:05,030 [5] INFO Knocker - Core Started - -2021-02-07 00:43:27,150 [5] INFO Knocker - Scanned Succesfully - - -2021-02-07 00:44:26,173 [1] INFO Knocker - Application Started - - -2021-02-07 00:44:36,644 [1] INFO Knocker - Main Task Running - - -2021-02-07 00:44:36,652 [6] INFO Knocker - Core Started - -2021-02-07 00:44:38,806 [6] INFO Knocker - Scanned Succesfully - - -2021-02-07 00:44:50,474 [1] INFO Knocker - Main Task Running - - -2021-02-07 00:44:50,480 [6] INFO Knocker - Core Started - -2021-02-07 00:44:56,147 [6] INFO Knocker - Scanned Succesfully - - -2021-02-07 00:45:17,798 [1] INFO Knocker - Main Task Running - - -2021-02-07 00:45:17,803 [6] INFO Knocker - Core Started - -2021-02-07 00:45:19,852 [6] INFO Knocker - Scanned Succesfully - - -2021-02-07 00:45:42,696 [1] INFO Knocker - Application Started - - -2021-02-07 00:45:57,874 [1] INFO Knocker - Main Task Running - - -2021-02-07 00:45:57,883 [5] INFO Knocker - Core Started - -2021-02-07 00:46:02,049 [5] INFO Knocker - Scanned Succesfully - - -2021-02-07 00:48:01,578 [1] INFO Knocker - Application Started - - -2021-02-07 00:48:12,582 [1] INFO Knocker - Main Task Running - - -2021-02-07 00:48:12,591 [5] INFO Knocker - Core Started - -2021-02-07 00:48:46,960 [1] INFO Knocker - Application Started - - -2021-02-07 00:48:55,210 [1] INFO Knocker - Main Task Running - - -2021-02-07 00:48:55,219 [5] INFO Knocker - Core Started - -2021-02-07 00:49:17,457 [5] INFO Knocker - Scanned Succesfully - - -2021-02-07 00:50:07,623 [1] INFO Knocker - Application Started - - -2021-02-07 00:50:16,980 [1] INFO Knocker - Main Task Running - - -2021-02-07 00:50:16,989 [5] INFO Knocker - Core Started - -2021-02-07 00:50:37,454 [1] INFO Knocker - Application Started - - -2021-02-07 00:50:45,242 [1] INFO Knocker - Main Task Running - - -2021-02-07 00:50:45,251 [5] INFO Knocker - Core Started - -2021-02-07 00:50:49,836 [1] INFO Knocker - Current Task Stopped - - -2021-02-07 00:50:49,836 [5] ERROR Knocker - System.OperationCanceledException: The operation was canceled. - at System.Threading.CancellationToken.ThrowOperationCanceledException() - at System.Threading.CancellationToken.ThrowIfCancellationRequested() - at KnockerCore.Core.StartScanning(String hostStart, String hostStop, Int32 portStart, Int32 portStop, Int32 limit, CancellationToken token) in C:\Source\Knocker\Knocker\KnockerCore\Core.cs:line 85 - -2021-02-07 01:09:43,327 [1] INFO Knocker - Application Started - - -2021-02-07 01:10:05,041 [1] INFO Knocker - Main Task Running - - -2021-02-07 01:10:05,050 [6] INFO Knocker - Core Started - -2021-02-07 01:10:06,214 [6] ERROR Knocker - System.OperationCanceledException: The operation was canceled. - at System.Threading.CancellationToken.ThrowOperationCanceledException() - at System.Threading.CancellationToken.ThrowIfCancellationRequested() - at KnockerCore.Core.StartScanning(String hostStart, String hostStop, Int32 portStart, Int32 portStop, Int32 limit, CancellationToken token) in C:\Source\Knocker\Knocker\KnockerCore\Core.cs:line 85 - -2021-02-07 01:10:06,216 [1] INFO Knocker - Current Task Stopped - - -2021-02-07 01:10:07,392 [1] INFO Knocker - Main Task Running - - -2021-02-07 01:10:07,398 [7] INFO Knocker - Core Started - -2021-02-07 01:11:46,944 [1] INFO Knocker - Exported to application directory successfully - diff --git a/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/KnockerCore.dll b/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/KnockerCore.dll deleted file mode 100644 index 3fb354a..0000000 Binary files a/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/KnockerCore.dll and /dev/null differ diff --git a/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/KnockerCore.pdb b/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/KnockerCore.pdb deleted file mode 100644 index 9d27530..0000000 Binary files a/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/KnockerCore.pdb and /dev/null differ diff --git a/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/KnockerUI.deps.json b/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/KnockerUI.deps.json deleted file mode 100644 index c58bae8..0000000 --- a/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/KnockerUI.deps.json +++ /dev/null @@ -1,151 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v3.1", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v3.1": { - "KnockerUI/1.0.0": { - "dependencies": { - "CsvHelper": "22.1.2", - "KnockerCore": "1.0.0", - "log4net": "2.0.12" - }, - "runtime": { - "KnockerUI.dll": {} - } - }, - "CsvHelper/22.1.2": { - "dependencies": { - "Microsoft.CSharp": "4.5.0" - }, - "runtime": { - "lib/netstandard2.1/CsvHelper.dll": { - "assemblyVersion": "22.0.0.0", - "fileVersion": "22.1.2.0" - } - } - }, - "log4net/2.0.12": { - "dependencies": { - "System.Configuration.ConfigurationManager": "4.5.0" - }, - "runtime": { - "lib/netstandard2.0/log4net.dll": { - "assemblyVersion": "2.0.12.0", - "fileVersion": "2.0.12.0" - } - } - }, - "Microsoft.CSharp/4.5.0": {}, - "Microsoft.NETCore.Platforms/2.0.0": {}, - "System.Configuration.ConfigurationManager/4.5.0": { - "dependencies": { - "System.Security.Cryptography.ProtectedData": "4.5.0", - "System.Security.Permissions": "4.5.0" - } - }, - "System.Security.AccessControl/4.5.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Security.Principal.Windows": "4.5.0" - } - }, - "System.Security.Cryptography.ProtectedData/4.5.0": {}, - "System.Security.Permissions/4.5.0": { - "dependencies": { - "System.Security.AccessControl": "4.5.0" - } - }, - "System.Security.Principal.Windows/4.5.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0" - } - }, - "KnockerCore/1.0.0": { - "dependencies": { - "log4net": "2.0.12" - }, - "runtime": { - "KnockerCore.dll": {} - } - } - } - }, - "libraries": { - "KnockerUI/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "CsvHelper/22.1.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VF4iFdkW4D1HJUFXKVD5VIw7KQBpq+7TXhNpkIOgqhDC2hUK5oDQlIeGZ0p1/ks98Wl8bJY7vxIRK3nvqFS4kw==", - "path": "csvhelper/22.1.2", - "hashPath": "csvhelper.22.1.2.nupkg.sha512" - }, - "log4net/2.0.12": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9P67BCftJ7KG+B7rNOM1A9KczUwyEDed6zbAddy5Cj/73xVkzi+rEAHeOgUnW5wDqy1JFlY8+oTP0m1PgJ03Tg==", - "path": "log4net/2.0.12", - "hashPath": "log4net.2.0.12.nupkg.sha512" - }, - "Microsoft.CSharp/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==", - "path": "microsoft.csharp/4.5.0", - "hashPath": "microsoft.csharp.4.5.0.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==", - "path": "microsoft.netcore.platforms/2.0.0", - "hashPath": "microsoft.netcore.platforms.2.0.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UIFvaFfuKhLr9u5tWMxmVoDPkFeD+Qv8gUuap4aZgVGYSYMdERck4OhLN/2gulAc0nYTEigWXSJNNWshrmxnng==", - "path": "system.configuration.configurationmanager/4.5.0", - "hashPath": "system.configuration.configurationmanager.4.5.0.nupkg.sha512" - }, - "System.Security.AccessControl/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vW8Eoq0TMyz5vAG/6ce483x/CP83fgm4SJe5P8Tb1tZaobcvPrbMEL7rhH1DRdrYbbb6F0vq3OlzmK0Pkwks5A==", - "path": "system.security.accesscontrol/4.5.0", - "hashPath": "system.security.accesscontrol.4.5.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wLBKzFnDCxP12VL9ANydSYhk59fC4cvOr9ypYQLPnAj48NQIhqnjdD2yhP8yEKyBJEjERWS9DisKL7rX5eU25Q==", - "path": "system.security.cryptography.protecteddata/4.5.0", - "hashPath": "system.security.cryptography.protecteddata.4.5.0.nupkg.sha512" - }, - "System.Security.Permissions/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9gdyuARhUR7H+p5CjyUB/zPk7/Xut3wUSP8NJQB6iZr8L3XUXTMdoLeVAg9N4rqF8oIpE7MpdqHdDHQ7XgJe0g==", - "path": "system.security.permissions/4.5.0", - "hashPath": "system.security.permissions.4.5.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-U77HfRXlZlOeIXd//Yoj6Jnk8AXlbeisf1oq1os+hxOGVnuG+lGSfGqTwTZBoORFF6j/0q7HXIl8cqwQ9aUGqQ==", - "path": "system.security.principal.windows/4.5.0", - "hashPath": "system.security.principal.windows.4.5.0.nupkg.sha512" - }, - "KnockerCore/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/KnockerUI.dll b/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/KnockerUI.dll deleted file mode 100644 index fbbc7d8..0000000 Binary files a/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/KnockerUI.dll and /dev/null differ diff --git a/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/KnockerUI.dll.config b/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/KnockerUI.dll.config deleted file mode 100644 index 49e0580..0000000 --- a/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/KnockerUI.dll.config +++ /dev/null @@ -1,36 +0,0 @@ - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/KnockerUI.exe b/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/KnockerUI.exe deleted file mode 100644 index 1407d7e..0000000 Binary files a/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/KnockerUI.exe and /dev/null differ diff --git a/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/KnockerUI.pdb b/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/KnockerUI.pdb deleted file mode 100644 index 19b4bd6..0000000 Binary files a/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/KnockerUI.pdb and /dev/null differ diff --git a/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/KnockerUI.runtimeconfig.dev.json b/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/KnockerUI.runtimeconfig.dev.json deleted file mode 100644 index 75f8ec3..0000000 --- a/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/KnockerUI.runtimeconfig.dev.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "runtimeOptions": { - "additionalProbingPaths": [ - "C:\\Users\\gorke\\.dotnet\\store\\|arch|\\|tfm|", - "C:\\Users\\gorke\\.nuget\\packages", - "C:\\Microsoft\\Xamarin\\NuGet" - ] - } -} \ No newline at end of file diff --git a/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/KnockerUI.runtimeconfig.json b/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/KnockerUI.runtimeconfig.json deleted file mode 100644 index 4932b40..0000000 --- a/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/KnockerUI.runtimeconfig.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "netcoreapp3.1", - "framework": { - "name": "Microsoft.WindowsDesktop.App", - "version": "3.1.0" - } - } -} \ No newline at end of file diff --git a/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/Strings.resx b/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/Strings.resx deleted file mode 100644 index 7801295..0000000 --- a/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/Strings.resx +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Application Started - - - Scan Cancelled - - - Scanned Succesfully - - - Core Started - - - Current Task Stopped - - - Exported to application directory successfully - - - Starting ip value is not okay. Please review it. - - - Starting port value is not okay. Please review it. - - - Please fix the inputs. - - - Main Task Cancelled - - - Main Task Error - - - Main Task Running - - - Couldn't exported - - - Port is closed - - - Port is open - - - Running - - - Stopped - - - Limit set, it is increasing. - - - Ending ip value is not okay. Please review it. - - - Ending port value is not okay. Please review it. - - - Limit set. Waiting current threads to do their jobs and then running thread count will decrease. - - \ No newline at end of file diff --git a/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/log4net.dll b/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/log4net.dll deleted file mode 100644 index a6947f2..0000000 Binary files a/Knocker/KnockerUI/bin/Debug/netcoreapp3.1/log4net.dll and /dev/null differ diff --git a/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/Knocker.MainForm.resources b/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/Knocker.MainForm.resources deleted file mode 100644 index bcbf5b2..0000000 Binary files a/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/Knocker.MainForm.resources and /dev/null differ diff --git a/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.AssemblyInfo.cs b/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.AssemblyInfo.cs deleted file mode 100644 index a6840e5..0000000 --- a/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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("KnockerUI")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("KnockerUI")] -[assembly: System.Reflection.AssemblyTitleAttribute("KnockerUI")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.AssemblyInfoInputs.cache b/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.AssemblyInfoInputs.cache deleted file mode 100644 index 3cc0db6..0000000 --- a/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -fe6ea4dec9c2088908e120c093235befc5348b77 diff --git a/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.Strings.resources b/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.Strings.resources deleted file mode 100644 index 4b3548d..0000000 Binary files a/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.Strings.resources and /dev/null differ diff --git a/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.assets.cache b/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.assets.cache index b379fe4..0074325 100644 Binary files a/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.assets.cache and b/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.assets.cache differ diff --git a/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.csproj.CopyComplete b/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.csproj.CopyComplete deleted file mode 100644 index e69de29..0000000 diff --git a/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.csproj.CoreCompileInputs.cache b/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.csproj.CoreCompileInputs.cache deleted file mode 100644 index a4ecba9..0000000 --- a/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -603e023729f29a42dc76f116c00fac6c4c46fe0d diff --git a/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.csproj.FileListAbsolute.txt b/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.csproj.FileListAbsolute.txt index 821333b..86ef97d 100644 --- a/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.csproj.FileListAbsolute.txt +++ b/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.csproj.FileListAbsolute.txt @@ -20,28 +20,3 @@ C:\Source\Knocker\KnockerUI\obj\Debug\netcoreapp3.1\KnockerUI.pdb C:\Source\Knocker\KnockerUI\obj\Debug\netcoreapp3.1\KnockerUI.genruntimeconfig.cache C:\Source\Knocker\KnockerUI\bin\Debug\netcoreapp3.1\Strings.resx C:\Source\Knocker\KnockerUI\obj\Debug\netcoreapp3.1\KnockerUI.Strings.resources -C:\Source\Knocker\Knocker\KnockerUI\bin\Debug\netcoreapp3.1\Images\button_start.png -C:\Source\Knocker\Knocker\KnockerUI\bin\Debug\netcoreapp3.1\Images\button_stop.png -C:\Source\Knocker\Knocker\KnockerUI\bin\Debug\netcoreapp3.1\Strings.resx -C:\Source\Knocker\Knocker\KnockerUI\bin\Debug\netcoreapp3.1\KnockerUI.exe -C:\Source\Knocker\Knocker\KnockerUI\bin\Debug\netcoreapp3.1\KnockerUI.deps.json -C:\Source\Knocker\Knocker\KnockerUI\bin\Debug\netcoreapp3.1\KnockerUI.runtimeconfig.json -C:\Source\Knocker\Knocker\KnockerUI\bin\Debug\netcoreapp3.1\KnockerUI.runtimeconfig.dev.json -C:\Source\Knocker\Knocker\KnockerUI\bin\Debug\netcoreapp3.1\KnockerUI.dll -C:\Source\Knocker\Knocker\KnockerUI\bin\Debug\netcoreapp3.1\KnockerUI.pdb -C:\Source\Knocker\Knocker\KnockerUI\bin\Debug\netcoreapp3.1\KnockerCore.dll -C:\Source\Knocker\Knocker\KnockerUI\bin\Debug\netcoreapp3.1\KnockerCore.pdb -C:\Source\Knocker\Knocker\KnockerUI\obj\Debug\netcoreapp3.1\KnockerUI.csprojAssemblyReference.cache -C:\Source\Knocker\Knocker\KnockerUI\obj\Debug\netcoreapp3.1\Knocker.MainForm.resources -C:\Source\Knocker\Knocker\KnockerUI\obj\Debug\netcoreapp3.1\KnockerUI.Strings.resources -C:\Source\Knocker\Knocker\KnockerUI\obj\Debug\netcoreapp3.1\KnockerUI.csproj.GenerateResource.cache -C:\Source\Knocker\Knocker\KnockerUI\obj\Debug\netcoreapp3.1\KnockerUI.AssemblyInfoInputs.cache -C:\Source\Knocker\Knocker\KnockerUI\obj\Debug\netcoreapp3.1\KnockerUI.AssemblyInfo.cs -C:\Source\Knocker\Knocker\KnockerUI\obj\Debug\netcoreapp3.1\KnockerUI.csproj.CoreCompileInputs.cache -C:\Source\Knocker\Knocker\KnockerUI\obj\Debug\netcoreapp3.1\KnockerUI.csproj.CopyComplete -C:\Source\Knocker\Knocker\KnockerUI\obj\Debug\netcoreapp3.1\KnockerUI.dll -C:\Source\Knocker\Knocker\KnockerUI\obj\Debug\netcoreapp3.1\KnockerUI.pdb -C:\Source\Knocker\Knocker\KnockerUI\obj\Debug\netcoreapp3.1\KnockerUI.genruntimeconfig.cache -C:\Source\Knocker\Knocker\KnockerUI\bin\Debug\netcoreapp3.1\CsvHelper.dll -C:\Source\Knocker\Knocker\KnockerUI\bin\Debug\netcoreapp3.1\log4net.dll -C:\Source\Knocker\Knocker\KnockerUI\bin\Debug\netcoreapp3.1\KnockerUI.dll.config diff --git a/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.csproj.GenerateResource.cache b/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.csproj.GenerateResource.cache deleted file mode 100644 index b058ec7..0000000 Binary files a/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.csproj.GenerateResource.cache and /dev/null differ diff --git a/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.csprojAssemblyReference.cache b/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.csprojAssemblyReference.cache deleted file mode 100644 index cb5340a..0000000 Binary files a/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.csprojAssemblyReference.cache and /dev/null differ diff --git a/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.designer.deps.json b/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.designer.deps.json index 19a12e5..b299244 100644 --- a/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.designer.deps.json +++ b/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.designer.deps.json @@ -17,7 +17,103 @@ } } }, - "Microsoft.CSharp/4.5.0": {} + "log4net/2.0.12": { + "dependencies": { + "System.Configuration.ConfigurationManager": "4.5.0" + }, + "runtime": { + "lib/netstandard2.0/log4net.dll": { + "assemblyVersion": "2.0.12.0", + "fileVersion": "2.0.12.0" + } + } + }, + "Microsoft.CSharp/4.5.0": {}, + "Microsoft.NETCore.Platforms/2.0.0": {}, + "System.Configuration.ConfigurationManager/4.5.0": { + "dependencies": { + "System.Security.Cryptography.ProtectedData": "4.5.0", + "System.Security.Permissions": "4.5.0" + }, + "runtime": { + "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": { + "assemblyVersion": "4.0.1.0", + "fileVersion": "4.6.26515.6" + } + } + }, + "System.Security.AccessControl/4.5.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "2.0.0", + "System.Security.Principal.Windows": "4.5.0" + }, + "runtime": { + "lib/netstandard2.0/System.Security.AccessControl.dll": { + "assemblyVersion": "4.1.1.0", + "fileVersion": "4.6.26515.6" + } + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "4.1.1.0", + "fileVersion": "4.6.26515.6" + } + } + }, + "System.Security.Cryptography.ProtectedData/4.5.0": { + "runtime": { + "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { + "assemblyVersion": "4.0.3.0", + "fileVersion": "4.6.26515.6" + } + }, + "runtimeTargets": { + "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "4.0.3.0", + "fileVersion": "4.6.26515.6" + } + } + }, + "System.Security.Permissions/4.5.0": { + "dependencies": { + "System.Security.AccessControl": "4.5.0" + }, + "runtime": { + "lib/netstandard2.0/System.Security.Permissions.dll": { + "assemblyVersion": "4.0.1.0", + "fileVersion": "4.6.26515.6" + } + } + }, + "System.Security.Principal.Windows/4.5.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "2.0.0" + }, + "runtime": { + "lib/netstandard2.0/System.Security.Principal.Windows.dll": { + "assemblyVersion": "4.1.1.0", + "fileVersion": "4.6.26515.6" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll": { + "rid": "unix", + "assetType": "runtime", + "assemblyVersion": "4.1.1.0", + "fileVersion": "4.6.26515.6" + }, + "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "4.1.1.0", + "fileVersion": "4.6.26515.6" + } + } + } } }, "libraries": { @@ -28,12 +124,61 @@ "path": "csvhelper/22.1.2", "hashPath": "csvhelper.22.1.2.nupkg.sha512" }, + "log4net/2.0.12": { + "type": "package", + "serviceable": true, + "sha512": "sha512-9P67BCftJ7KG+B7rNOM1A9KczUwyEDed6zbAddy5Cj/73xVkzi+rEAHeOgUnW5wDqy1JFlY8+oTP0m1PgJ03Tg==", + "path": "log4net/2.0.12", + "hashPath": "log4net.2.0.12.nupkg.sha512" + }, "Microsoft.CSharp/4.5.0": { "type": "package", "serviceable": true, "sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==", "path": "microsoft.csharp/4.5.0", "hashPath": "microsoft.csharp.4.5.0.nupkg.sha512" + }, + "Microsoft.NETCore.Platforms/2.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==", + "path": "microsoft.netcore.platforms/2.0.0", + "hashPath": "microsoft.netcore.platforms.2.0.0.nupkg.sha512" + }, + "System.Configuration.ConfigurationManager/4.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-UIFvaFfuKhLr9u5tWMxmVoDPkFeD+Qv8gUuap4aZgVGYSYMdERck4OhLN/2gulAc0nYTEigWXSJNNWshrmxnng==", + "path": "system.configuration.configurationmanager/4.5.0", + "hashPath": "system.configuration.configurationmanager.4.5.0.nupkg.sha512" + }, + "System.Security.AccessControl/4.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-vW8Eoq0TMyz5vAG/6ce483x/CP83fgm4SJe5P8Tb1tZaobcvPrbMEL7rhH1DRdrYbbb6F0vq3OlzmK0Pkwks5A==", + "path": "system.security.accesscontrol/4.5.0", + "hashPath": "system.security.accesscontrol.4.5.0.nupkg.sha512" + }, + "System.Security.Cryptography.ProtectedData/4.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-wLBKzFnDCxP12VL9ANydSYhk59fC4cvOr9ypYQLPnAj48NQIhqnjdD2yhP8yEKyBJEjERWS9DisKL7rX5eU25Q==", + "path": "system.security.cryptography.protecteddata/4.5.0", + "hashPath": "system.security.cryptography.protecteddata.4.5.0.nupkg.sha512" + }, + "System.Security.Permissions/4.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-9gdyuARhUR7H+p5CjyUB/zPk7/Xut3wUSP8NJQB6iZr8L3XUXTMdoLeVAg9N4rqF8oIpE7MpdqHdDHQ7XgJe0g==", + "path": "system.security.permissions/4.5.0", + "hashPath": "system.security.permissions.4.5.0.nupkg.sha512" + }, + "System.Security.Principal.Windows/4.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-U77HfRXlZlOeIXd//Yoj6Jnk8AXlbeisf1oq1os+hxOGVnuG+lGSfGqTwTZBoORFF6j/0q7HXIl8cqwQ9aUGqQ==", + "path": "system.security.principal.windows/4.5.0", + "hashPath": "system.security.principal.windows.4.5.0.nupkg.sha512" } } } \ No newline at end of file diff --git a/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.designer.runtimeconfig.json b/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.designer.runtimeconfig.json index 25fe387..9990531 100644 --- a/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.designer.runtimeconfig.json +++ b/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.designer.runtimeconfig.json @@ -6,9 +6,10 @@ "version": "3.1.0" }, "additionalProbingPaths": [ - "C:\\Users\\gorke\\.dotnet\\store\\|arch|\\|tfm|", - "C:\\Users\\gorke\\.nuget\\packages", - "C:\\Microsoft\\Xamarin\\NuGet" + "C:\\Users\\Gorkem\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\Gorkem\\.nuget\\packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", + "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet" ], "configProperties": { "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true diff --git a/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.dll b/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.dll deleted file mode 100644 index fbbc7d8..0000000 Binary files a/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.dll and /dev/null differ diff --git a/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.genruntimeconfig.cache b/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.genruntimeconfig.cache deleted file mode 100644 index 96c17fa..0000000 --- a/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -1587bf3a27ca0771833f31b464f16d3ede00bb3d diff --git a/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.pdb b/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.pdb deleted file mode 100644 index 19b4bd6..0000000 Binary files a/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/KnockerUI.pdb and /dev/null differ diff --git a/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/apphost.exe b/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/apphost.exe index 1407d7e..8d35aaa 100644 Binary files a/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/apphost.exe and b/Knocker/KnockerUI/obj/Debug/netcoreapp3.1/apphost.exe differ diff --git a/Knocker/KnockerUI/obj/KnockerUI.csproj.nuget.dgspec.json b/Knocker/KnockerUI/obj/KnockerUI.csproj.nuget.dgspec.json index 35b2786..579d32f 100644 --- a/Knocker/KnockerUI/obj/KnockerUI.csproj.nuget.dgspec.json +++ b/Knocker/KnockerUI/obj/KnockerUI.csproj.nuget.dgspec.json @@ -10,14 +10,16 @@ "projectUniqueName": "C:\\Source\\Knocker\\Knocker\\KnockerCore\\KnockerCore.csproj", "projectName": "KnockerCore", "projectPath": "C:\\Source\\Knocker\\Knocker\\KnockerCore\\KnockerCore.csproj", - "packagesPath": "C:\\Users\\gorke\\.nuget\\packages\\", + "packagesPath": "C:\\Users\\Gorkem\\.nuget\\packages\\", "outputPath": "C:\\Source\\Knocker\\Knocker\\KnockerCore\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ - "C:\\Microsoft\\Xamarin\\NuGet\\" + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", + "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet" ], "configFilePaths": [ - "C:\\Users\\gorke\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Users\\Gorkem\\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", "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" ], @@ -55,22 +57,17 @@ "net47", "net471", "net472", - "net48" + "net48", + "net481" ], "assetTargetFallback": true, "warn": true, - "downloadDependencies": [ - { - "name": "Microsoft.AspNetCore.App.Ref", - "version": "[3.1.10, 3.1.10]" - } - ], "frameworkReferences": { "Microsoft.NETCore.App": { "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.101\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.404\\RuntimeIdentifierGraph.json" } } }, @@ -80,14 +77,16 @@ "projectUniqueName": "C:\\Source\\Knocker\\Knocker\\KnockerUI\\KnockerUI.csproj", "projectName": "KnockerUI", "projectPath": "C:\\Source\\Knocker\\Knocker\\KnockerUI\\KnockerUI.csproj", - "packagesPath": "C:\\Users\\gorke\\.nuget\\packages\\", + "packagesPath": "C:\\Users\\Gorkem\\.nuget\\packages\\", "outputPath": "C:\\Source\\Knocker\\Knocker\\KnockerUI\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ - "C:\\Microsoft\\Xamarin\\NuGet\\" + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", + "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet" ], "configFilePaths": [ - "C:\\Users\\gorke\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Users\\Gorkem\\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", "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" ], @@ -133,20 +132,11 @@ "net47", "net471", "net472", - "net48" + "net48", + "net481" ], "assetTargetFallback": true, "warn": true, - "downloadDependencies": [ - { - "name": "Microsoft.AspNetCore.App.Ref", - "version": "[3.1.10, 3.1.10]" - }, - { - "name": "Microsoft.NETCore.App.Host.win-x64", - "version": "[3.1.10, 3.1.10]" - } - ], "frameworkReferences": { "Microsoft.NETCore.App": { "privateAssets": "all" @@ -155,7 +145,7 @@ "privateAssets": "none" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.101\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.404\\RuntimeIdentifierGraph.json" } } } diff --git a/Knocker/KnockerUI/obj/KnockerUI.csproj.nuget.g.props b/Knocker/KnockerUI/obj/KnockerUI.csproj.nuget.g.props index a118a68..1e8fa70 100644 --- a/Knocker/KnockerUI/obj/KnockerUI.csproj.nuget.g.props +++ b/Knocker/KnockerUI/obj/KnockerUI.csproj.nuget.g.props @@ -5,14 +5,13 @@ NuGet $(MSBuildThisFileDirectory)project.assets.json $(UserProfile)\.nuget\packages\ - C:\Users\gorke\.nuget\packages\;C:\Microsoft\Xamarin\NuGet\ + C:\Users\Gorkem\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files (x86)\Microsoft\Xamarin\NuGet PackageReference - 5.8.0 + 6.4.0 - + + + - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - \ No newline at end of file diff --git a/Knocker/KnockerUI/obj/KnockerUI.csproj.nuget.g.targets b/Knocker/KnockerUI/obj/KnockerUI.csproj.nuget.g.targets index 53cfaa1..3dc06ef 100644 --- a/Knocker/KnockerUI/obj/KnockerUI.csproj.nuget.g.targets +++ b/Knocker/KnockerUI/obj/KnockerUI.csproj.nuget.g.targets @@ -1,6 +1,2 @@  - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - \ No newline at end of file + \ No newline at end of file diff --git a/Knocker/KnockerUI/obj/project.assets.json b/Knocker/KnockerUI/obj/project.assets.json index 92bb0c5..a9519b7 100644 --- a/Knocker/KnockerUI/obj/project.assets.json +++ b/Knocker/KnockerUI/obj/project.assets.json @@ -8,10 +8,14 @@ "Microsoft.CSharp": "4.5.0" }, "compile": { - "lib/netstandard2.1/CsvHelper.dll": {} + "lib/netstandard2.1/CsvHelper.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.1/CsvHelper.dll": {} + "lib/netstandard2.1/CsvHelper.dll": { + "related": ".xml" + } } }, "log4net/2.0.12": { @@ -20,10 +24,14 @@ "System.Configuration.ConfigurationManager": "4.5.0" }, "compile": { - "lib/netstandard2.0/log4net.dll": {} + "lib/netstandard2.0/log4net.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/log4net.dll": {} + "lib/netstandard2.0/log4net.dll": { + "related": ".xml" + } } }, "Microsoft.CSharp/4.5.0": { @@ -51,7 +59,9 @@ "System.Security.Permissions": "4.5.0" }, "compile": { - "ref/netstandard2.0/System.Configuration.ConfigurationManager.dll": {} + "ref/netstandard2.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": {} @@ -64,7 +74,9 @@ "System.Security.Principal.Windows": "4.5.0" }, "compile": { - "ref/netstandard2.0/System.Security.AccessControl.dll": {} + "ref/netstandard2.0/System.Security.AccessControl.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard2.0/System.Security.AccessControl.dll": {} @@ -79,7 +91,9 @@ "System.Security.Cryptography.ProtectedData/4.5.0": { "type": "package", "compile": { - "ref/netstandard2.0/_._": {} + "ref/netstandard2.0/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {} @@ -97,7 +111,9 @@ "System.Security.AccessControl": "4.5.0" }, "compile": { - "ref/netstandard2.0/System.Security.Permissions.dll": {} + "ref/netstandard2.0/System.Security.Permissions.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard2.0/System.Security.Permissions.dll": {} @@ -109,7 +125,9 @@ "Microsoft.NETCore.Platforms": "2.0.0" }, "compile": { - "ref/netstandard2.0/System.Security.Principal.Windows.dll": {} + "ref/netstandard2.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard2.0/System.Security.Principal.Windows.dll": {} @@ -458,8 +476,9 @@ ] }, "packageFolders": { - "C:\\Users\\gorke\\.nuget\\packages\\": {}, - "C:\\Microsoft\\Xamarin\\NuGet\\": {} + "C:\\Users\\Gorkem\\.nuget\\packages\\": {}, + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}, + "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet": {} }, "project": { "version": "1.0.0", @@ -467,14 +486,16 @@ "projectUniqueName": "C:\\Source\\Knocker\\Knocker\\KnockerUI\\KnockerUI.csproj", "projectName": "KnockerUI", "projectPath": "C:\\Source\\Knocker\\Knocker\\KnockerUI\\KnockerUI.csproj", - "packagesPath": "C:\\Users\\gorke\\.nuget\\packages\\", + "packagesPath": "C:\\Users\\Gorkem\\.nuget\\packages\\", "outputPath": "C:\\Source\\Knocker\\Knocker\\KnockerUI\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ - "C:\\Microsoft\\Xamarin\\NuGet\\" + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", + "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet" ], "configFilePaths": [ - "C:\\Users\\gorke\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Users\\Gorkem\\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", "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" ], @@ -520,20 +541,11 @@ "net47", "net471", "net472", - "net48" + "net48", + "net481" ], "assetTargetFallback": true, "warn": true, - "downloadDependencies": [ - { - "name": "Microsoft.AspNetCore.App.Ref", - "version": "[3.1.10, 3.1.10]" - }, - { - "name": "Microsoft.NETCore.App.Host.win-x64", - "version": "[3.1.10, 3.1.10]" - } - ], "frameworkReferences": { "Microsoft.NETCore.App": { "privateAssets": "all" @@ -542,7 +554,7 @@ "privateAssets": "none" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.101\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.404\\RuntimeIdentifierGraph.json" } } } diff --git a/Knocker/KnockerUI/obj/project.nuget.cache b/Knocker/KnockerUI/obj/project.nuget.cache index 4f2eb4e..f188d6e 100644 --- a/Knocker/KnockerUI/obj/project.nuget.cache +++ b/Knocker/KnockerUI/obj/project.nuget.cache @@ -1,20 +1,18 @@ { "version": 2, - "dgSpecHash": "RvtQg8kxnI71LTN1574vkc9LRNPmxEx/0QMXjsuuhnYH+YSHdk1EsajqPO9u/xM1YKYa8K8M5mwC+gHgw8rmLQ==", + "dgSpecHash": "4vYfFPLX/b7MrhhuVjljP6WEzsfqgwUz5Y5s+QWoauCTA603nYikkMti3UNl2Xo7QknpASzB/MnVxGAf6GxdWA==", "success": true, "projectFilePath": "C:\\Source\\Knocker\\Knocker\\KnockerUI\\KnockerUI.csproj", "expectedPackageFiles": [ - "C:\\Users\\gorke\\.nuget\\packages\\csvhelper\\22.1.2\\csvhelper.22.1.2.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\log4net\\2.0.12\\log4net.2.0.12.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\microsoft.csharp\\4.5.0\\microsoft.csharp.4.5.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\microsoft.netcore.platforms\\2.0.0\\microsoft.netcore.platforms.2.0.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.configuration.configurationmanager\\4.5.0\\system.configuration.configurationmanager.4.5.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.security.accesscontrol\\4.5.0\\system.security.accesscontrol.4.5.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.security.cryptography.protecteddata\\4.5.0\\system.security.cryptography.protecteddata.4.5.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.security.permissions\\4.5.0\\system.security.permissions.4.5.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.security.principal.windows\\4.5.0\\system.security.principal.windows.4.5.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\microsoft.aspnetcore.app.ref\\3.1.10\\microsoft.aspnetcore.app.ref.3.1.10.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\microsoft.netcore.app.host.win-x64\\3.1.10\\microsoft.netcore.app.host.win-x64.3.1.10.nupkg.sha512" + "C:\\Users\\Gorkem\\.nuget\\packages\\csvhelper\\22.1.2\\csvhelper.22.1.2.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\log4net\\2.0.12\\log4net.2.0.12.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\microsoft.csharp\\4.5.0\\microsoft.csharp.4.5.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\microsoft.netcore.platforms\\2.0.0\\microsoft.netcore.platforms.2.0.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.configuration.configurationmanager\\4.5.0\\system.configuration.configurationmanager.4.5.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.security.accesscontrol\\4.5.0\\system.security.accesscontrol.4.5.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.security.cryptography.protecteddata\\4.5.0\\system.security.cryptography.protecteddata.4.5.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.security.permissions\\4.5.0\\system.security.permissions.4.5.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.security.principal.windows\\4.5.0\\system.security.principal.windows.4.5.0.nupkg.sha512" ], "logs": [] } \ No newline at end of file diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/07022021005342.csv b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/07022021005342.csv deleted file mode 100644 index e69de29..0000000 diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/07022021005635.csv b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/07022021005635.csv deleted file mode 100644 index e69de29..0000000 diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/07022021010544.csv b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/07022021010544.csv deleted file mode 100644 index e69de29..0000000 diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/07022021010721.csv b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/07022021010721.csv deleted file mode 100644 index e69de29..0000000 diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/07022021010754.csv b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/07022021010754.csv deleted file mode 100644 index e69de29..0000000 diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/07022021010835.csv b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/07022021010835.csv deleted file mode 100644 index e69de29..0000000 diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/CsvHelper.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/CsvHelper.dll deleted file mode 100644 index a58dbd3..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/CsvHelper.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Images/button_start.png b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Images/button_start.png deleted file mode 100644 index 63c77c0..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Images/button_start.png and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Images/button_stop.png b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Images/button_stop.png deleted file mode 100644 index f502412..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Images/button_stop.png and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/KnockerCore.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/KnockerCore.dll deleted file mode 100644 index 3fb354a..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/KnockerCore.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/KnockerCore.pdb b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/KnockerCore.pdb deleted file mode 100644 index 9d27530..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/KnockerCore.pdb and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/KnockerUI.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/KnockerUI.dll deleted file mode 100644 index fbbc7d8..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/KnockerUI.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/KnockerUI.dll.config b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/KnockerUI.dll.config deleted file mode 100644 index 49e0580..0000000 --- a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/KnockerUI.dll.config +++ /dev/null @@ -1,36 +0,0 @@ - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/KnockerUI.exe b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/KnockerUI.exe deleted file mode 100644 index 1407d7e..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/KnockerUI.exe and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/KnockerUI.pdb b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/KnockerUI.pdb deleted file mode 100644 index 19b4bd6..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/KnockerUI.pdb and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/KnockerUITests.deps.json b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/KnockerUITests.deps.json deleted file mode 100644 index 0f464e1..0000000 --- a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/KnockerUITests.deps.json +++ /dev/null @@ -1,1795 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v3.1", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v3.1": { - "KnockerUITests/1.0.0": { - "dependencies": { - "KnockerUI": "1.0.0", - "MSTest.TestAdapter": "2.1.1", - "MSTest.TestFramework": "2.1.1", - "Microsoft.NET.Test.Sdk": "16.7.1", - "coverlet.collector": "1.3.0" - }, - "runtime": { - "KnockerUITests.dll": {} - } - }, - "coverlet.collector/1.3.0": {}, - "CsvHelper/22.1.2": { - "dependencies": { - "Microsoft.CSharp": "4.5.0" - }, - "runtime": { - "lib/netstandard2.1/CsvHelper.dll": { - "assemblyVersion": "22.0.0.0", - "fileVersion": "22.1.2.0" - } - } - }, - "log4net/2.0.12": { - "dependencies": { - "System.Configuration.ConfigurationManager": "4.5.0" - }, - "runtime": { - "lib/netstandard2.0/log4net.dll": { - "assemblyVersion": "2.0.12.0", - "fileVersion": "2.0.12.0" - } - } - }, - "Microsoft.CodeCoverage/16.7.1": { - "runtime": { - "lib/netcoreapp1.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "16.0.30118.154" - } - } - }, - "Microsoft.CSharp/4.5.0": {}, - "Microsoft.NET.Test.Sdk/16.7.1": { - "dependencies": { - "Microsoft.CodeCoverage": "16.7.1", - "Microsoft.TestPlatform.TestHost": "16.7.1" - } - }, - "Microsoft.NETCore.Platforms/2.0.0": {}, - "Microsoft.NETCore.Targets/1.1.0": {}, - "Microsoft.TestPlatform.ObjectModel/16.7.1": { - "dependencies": { - "NuGet.Frameworks": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.TestPlatform.CoreUtilities.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.0.0" - }, - "lib/netstandard2.0/Microsoft.TestPlatform.PlatformAbstractions.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.0.0" - }, - "lib/netstandard2.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.0.0" - } - }, - "resources": { - "lib/netstandard2.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "cs" - }, - "lib/netstandard2.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "cs" - }, - "lib/netstandard2.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "de" - }, - "lib/netstandard2.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "de" - }, - "lib/netstandard2.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "es" - }, - "lib/netstandard2.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "es" - }, - "lib/netstandard2.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "fr" - }, - "lib/netstandard2.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "fr" - }, - "lib/netstandard2.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "it" - }, - "lib/netstandard2.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "it" - }, - "lib/netstandard2.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ja" - }, - "lib/netstandard2.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ja" - }, - "lib/netstandard2.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ko" - }, - "lib/netstandard2.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ko" - }, - "lib/netstandard2.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "pl" - }, - "lib/netstandard2.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "pl" - }, - "lib/netstandard2.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard2.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard2.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ru" - }, - "lib/netstandard2.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ru" - }, - "lib/netstandard2.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "tr" - }, - "lib/netstandard2.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "tr" - }, - "lib/netstandard2.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard2.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard2.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "zh-Hant" - }, - "lib/netstandard2.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.TestPlatform.TestHost/16.7.1": { - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "16.7.1", - "Newtonsoft.Json": "9.0.1" - }, - "runtime": { - "lib/netcoreapp2.1/Microsoft.TestPlatform.CommunicationUtilities.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.0.0" - }, - "lib/netcoreapp2.1/Microsoft.TestPlatform.CrossPlatEngine.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.0.0" - }, - "lib/netcoreapp2.1/Microsoft.TestPlatform.Utilities.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.0.0" - }, - "lib/netcoreapp2.1/Microsoft.VisualStudio.TestPlatform.Common.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.0.0" - }, - "lib/netcoreapp2.1/testhost.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.0.0" - } - }, - "resources": { - "lib/netcoreapp2.1/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "cs" - }, - "lib/netcoreapp2.1/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "cs" - }, - "lib/netcoreapp2.1/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "cs" - }, - "lib/netcoreapp2.1/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp2.1/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp2.1/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp2.1/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp2.1/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp2.1/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp2.1/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp2.1/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp2.1/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp2.1/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp2.1/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp2.1/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp2.1/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ja" - }, - "lib/netcoreapp2.1/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ja" - }, - "lib/netcoreapp2.1/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ja" - }, - "lib/netcoreapp2.1/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ko" - }, - "lib/netcoreapp2.1/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ko" - }, - "lib/netcoreapp2.1/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ko" - }, - "lib/netcoreapp2.1/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "pl" - }, - "lib/netcoreapp2.1/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "pl" - }, - "lib/netcoreapp2.1/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "pl" - }, - "lib/netcoreapp2.1/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "pt-BR" - }, - "lib/netcoreapp2.1/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "pt-BR" - }, - "lib/netcoreapp2.1/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "pt-BR" - }, - "lib/netcoreapp2.1/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ru" - }, - "lib/netcoreapp2.1/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ru" - }, - "lib/netcoreapp2.1/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ru" - }, - "lib/netcoreapp2.1/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "tr" - }, - "lib/netcoreapp2.1/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "tr" - }, - "lib/netcoreapp2.1/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "tr" - }, - "lib/netcoreapp2.1/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netcoreapp2.1/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netcoreapp2.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netcoreapp2.1/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "zh-Hant" - }, - "lib/netcoreapp2.1/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "zh-Hant" - }, - "lib/netcoreapp2.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.Win32.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "MSTest.TestAdapter/2.1.1": { - "dependencies": { - "NETStandard.Library": "1.6.1", - "System.Diagnostics.TextWriterTraceListener": "4.3.0" - } - }, - "MSTest.TestFramework/2.1.1": { - "runtime": { - "lib/netstandard1.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": { - "assemblyVersion": "14.0.0.0", - "fileVersion": "14.0.4701.2" - }, - "lib/netstandard1.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": { - "assemblyVersion": "14.0.0.0", - "fileVersion": "14.0.4701.2" - } - } - }, - "NETStandard.Library/1.6.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "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.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json/9.0.1": { - "dependencies": { - "Microsoft.CSharp": "4.5.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Dynamic.Runtime": "4.0.11", - "System.Globalization": "4.3.0", - "System.IO": "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.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.1.1", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.0/Newtonsoft.Json.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1.19813" - } - } - }, - "NuGet.Frameworks/5.0.0": { - "runtime": { - "lib/netstandard2.0/NuGet.Frameworks.dll": { - "assemblyVersion": "5.0.0.6", - "fileVersion": "5.0.0.5923" - } - } - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.native.System/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Compression/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Http/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {}, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "System.AppContext/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Collections/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "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", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Configuration.ConfigurationManager/4.5.0": { - "dependencies": { - "System.Security.Cryptography.ProtectedData": "4.5.0", - "System.Security.Permissions": "4.5.0" - } - }, - "System.Console/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Diagnostics.Debug/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Diagnostics.TextWriterTraceListener/4.3.0": { - "dependencies": { - "System.Diagnostics.TraceSource": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Diagnostics.Tools/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.TraceSource/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "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", - "runtime.native.System": "4.3.0" - } - }, - "System.Diagnostics.Tracing/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Dynamic.Runtime/4.0.11": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "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.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" - } - }, - "System.Globalization/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Globalization": "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.IO/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile/4.3.0": { - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Linq/4.3.0": { - "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" - } - }, - "System.Linq.Expressions/4.3.0": { - "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" - } - }, - "System.Net.Http/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel/4.3.0": { - "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" - } - }, - "System.Reflection/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.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" - } - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics/4.3.0": { - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Runtime.Serialization.Primitives/4.1.1": { - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Security.AccessControl/4.5.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Security.Principal.Windows": "4.5.0" - } - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Security.Cryptography.Csp/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.ProtectedData/4.5.0": {}, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Permissions/4.5.0": { - "dependencies": { - "System.Security.AccessControl": "4.5.0" - } - }, - "System.Security.Principal.Windows/4.5.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0" - } - }, - "System.Text.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.RegularExpressions/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Tasks/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Timer/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Xml.ReaderWriter/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "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.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "KnockerCore/1.0.0": { - "dependencies": { - "log4net": "2.0.12" - }, - "runtime": { - "KnockerCore.dll": {} - } - }, - "KnockerUI/1.0.0": { - "dependencies": { - "CsvHelper": "22.1.2", - "KnockerCore": "1.0.0", - "log4net": "2.0.12" - }, - "runtime": { - "KnockerUI.dll": {} - } - } - } - }, - "libraries": { - "KnockerUITests/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "coverlet.collector/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-t8pnf5SX2ya0RX4vjoxsbhDMQCZJcpPun2neHKJ4FouMmObylo25FvoOydvf3Bl+l+IzWw7u2vjEeCBHnleB9g==", - "path": "coverlet.collector/1.3.0", - "hashPath": "coverlet.collector.1.3.0.nupkg.sha512" - }, - "CsvHelper/22.1.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VF4iFdkW4D1HJUFXKVD5VIw7KQBpq+7TXhNpkIOgqhDC2hUK5oDQlIeGZ0p1/ks98Wl8bJY7vxIRK3nvqFS4kw==", - "path": "csvhelper/22.1.2", - "hashPath": "csvhelper.22.1.2.nupkg.sha512" - }, - "log4net/2.0.12": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9P67BCftJ7KG+B7rNOM1A9KczUwyEDed6zbAddy5Cj/73xVkzi+rEAHeOgUnW5wDqy1JFlY8+oTP0m1PgJ03Tg==", - "path": "log4net/2.0.12", - "hashPath": "log4net.2.0.12.nupkg.sha512" - }, - "Microsoft.CodeCoverage/16.7.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PhSppbk+kvAyD9yGJIcBRJ/XYwY+21YK88l22PGTtixaxNdjnx1idVKh88LCGwKaTL8HhlnQ41VmBiBdZJzIQw==", - "path": "microsoft.codecoverage/16.7.1", - "hashPath": "microsoft.codecoverage.16.7.1.nupkg.sha512" - }, - "Microsoft.CSharp/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==", - "path": "microsoft.csharp/4.5.0", - "hashPath": "microsoft.csharp.4.5.0.nupkg.sha512" - }, - "Microsoft.NET.Test.Sdk/16.7.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7T3XYuLT2CRMZXwlp8p4cEEf6y7VifxTdKwYNzCYp31CN4iyrcDKneIJvNTo0YVnTxJn+CSlGVlUnZHUlAwt9A==", - "path": "microsoft.net.test.sdk/16.7.1", - "hashPath": "microsoft.net.test.sdk.16.7.1.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==", - "path": "microsoft.netcore.platforms/2.0.0", - "hashPath": "microsoft.netcore.platforms.2.0.0.nupkg.sha512" - }, - "Microsoft.NETCore.Targets/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", - "path": "microsoft.netcore.targets/1.1.0", - "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512" - }, - "Microsoft.TestPlatform.ObjectModel/16.7.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FL+VpAC/nCCzj80MwX6L8gJD06u2m1SKcQQLAymDLFqNtgtI9h3J5n0mVN+s18qcMzybsmO9GK7rMuHYx11KMg==", - "path": "microsoft.testplatform.objectmodel/16.7.1", - "hashPath": "microsoft.testplatform.objectmodel.16.7.1.nupkg.sha512" - }, - "Microsoft.TestPlatform.TestHost/16.7.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-mv7MnBDtqwQAjoH+AphE+Tu0dsF6x/c7Zs8umkb2McbvNALJdfBuWJQbiXGWqhNq7k8eMmnkNO6klJz4pkgekw==", - "path": "microsoft.testplatform.testhost/16.7.1", - "hashPath": "microsoft.testplatform.testhost.16.7.1.nupkg.sha512" - }, - "Microsoft.Win32.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "path": "microsoft.win32.primitives/4.3.0", - "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512" - }, - "MSTest.TestAdapter/2.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-913cbQHPnGOCCYJKPDqcjI1IbPkugHOiheuSmd5m4LKLdXJbKJX1AxUu7F7uAMxCNdtLA34ZOgFe5WNDcWhY2Q==", - "path": "mstest.testadapter/2.1.1", - "hashPath": "mstest.testadapter.2.1.1.nupkg.sha512" - }, - "MSTest.TestFramework/2.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lS552ma6LxHf7aOTNQHJa4udC3KVml+Hlzs3cEJP/caIUc6UvYMmmaPpYO3ErEL9qF4xGayeHXwAmrTiFWUAMw==", - "path": "mstest.testframework/2.1.1", - "hashPath": "mstest.testframework.2.1.1.nupkg.sha512" - }, - "NETStandard.Library/1.6.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "path": "netstandard.library/1.6.1", - "hashPath": "netstandard.library.1.6.1.nupkg.sha512" - }, - "Newtonsoft.Json/9.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-U82mHQSKaIk+lpSVCbWYKNavmNH1i5xrExDEquU1i6I5pV6UMOqRnJRSlKO3cMPfcpp0RgDY+8jUXHdQ4IfXvw==", - "path": "newtonsoft.json/9.0.1", - "hashPath": "newtonsoft.json.9.0.1.nupkg.sha512" - }, - "NuGet.Frameworks/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c5JVjuVAm4f7E9Vj+v09Z9s2ZsqFDjBpcsyS3M9xRo0bEdm/LVZSzLxxNvfvAwRiiE8nwe1h2G4OwiwlzFKXlA==", - "path": "nuget.frameworks/5.0.0", - "hashPath": "nuget.frameworks.5.0.0.nupkg.sha512" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==", - "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==", - "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==", - "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.native.System/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "path": "runtime.native.system/4.3.0", - "hashPath": "runtime.native.system.4.3.0.nupkg.sha512" - }, - "runtime.native.System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "path": "runtime.native.system.io.compression/4.3.0", - "hashPath": "runtime.native.system.io.compression.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Net.Http/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "path": "runtime.native.system.net.http/4.3.0", - "hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "path": "runtime.native.system.security.cryptography.apple/4.3.0", - "hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "path": "runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==", - "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==", - "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0", - "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==", - "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==", - "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==", - "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==", - "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "System.AppContext/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "path": "system.appcontext/4.3.0", - "hashPath": "system.appcontext.4.3.0.nupkg.sha512" - }, - "System.Buffers/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==", - "path": "system.buffers/4.3.0", - "hashPath": "system.buffers.4.3.0.nupkg.sha512" - }, - "System.Collections/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "path": "system.collections/4.3.0", - "hashPath": "system.collections.4.3.0.nupkg.sha512" - }, - "System.Collections.Concurrent/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "path": "system.collections.concurrent/4.3.0", - "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UIFvaFfuKhLr9u5tWMxmVoDPkFeD+Qv8gUuap4aZgVGYSYMdERck4OhLN/2gulAc0nYTEigWXSJNNWshrmxnng==", - "path": "system.configuration.configurationmanager/4.5.0", - "hashPath": "system.configuration.configurationmanager.4.5.0.nupkg.sha512" - }, - "System.Console/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "path": "system.console/4.3.0", - "hashPath": "system.console.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Debug/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "path": "system.diagnostics.debug/4.3.0", - "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.DiagnosticSource/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tD6kosZnTAGdrEa0tZSuFyunMbt/5KYDnHdndJYGqZoNy00XVXyACd5d6KnE1YgYv3ne2CjtAfNXo/fwEhnKUA==", - "path": "system.diagnostics.diagnosticsource/4.3.0", - "hashPath": "system.diagnostics.diagnosticsource.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.TextWriterTraceListener/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-F11kHWeiwYjFWto+kr8tt9ULMH0k8MsT1XmdCGPTLYHhWgN+2g7JsIZiXDrxlFGccSNkbjfwQy4xIS38gzUiZA==", - "path": "system.diagnostics.textwritertracelistener/4.3.0", - "hashPath": "system.diagnostics.textwritertracelistener.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tools/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "path": "system.diagnostics.tools/4.3.0", - "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.TraceSource/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VnYp1NxGx8Ww731y2LJ1vpfb/DKVNKEZ8Jsh5SgQTZREL/YpWRArgh9pI8CDLmgHspZmLL697CaLvH85qQpRiw==", - "path": "system.diagnostics.tracesource/4.3.0", - "hashPath": "system.diagnostics.tracesource.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tracing/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "path": "system.diagnostics.tracing/4.3.0", - "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512" - }, - "System.Dynamic.Runtime/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-db34f6LHYM0U0JpE+sOmjar27BnqTVkbLJhgfwMpTdgTigG/Hna3m2MYVwnFzGGKnEJk2UXFuoVTr8WUbU91/A==", - "path": "system.dynamic.runtime/4.0.11", - "hashPath": "system.dynamic.runtime.4.0.11.nupkg.sha512" - }, - "System.Globalization/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "path": "system.globalization/4.3.0", - "hashPath": "system.globalization.4.3.0.nupkg.sha512" - }, - "System.Globalization.Calendars/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "path": "system.globalization.calendars/4.3.0", - "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512" - }, - "System.Globalization.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "path": "system.globalization.extensions/4.3.0", - "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512" - }, - "System.IO/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "path": "system.io/4.3.0", - "hashPath": "system.io.4.3.0.nupkg.sha512" - }, - "System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "path": "system.io.compression/4.3.0", - "hashPath": "system.io.compression.4.3.0.nupkg.sha512" - }, - "System.IO.Compression.ZipFile/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "path": "system.io.compression.zipfile/4.3.0", - "hashPath": "system.io.compression.zipfile.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "path": "system.io.filesystem/4.3.0", - "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "path": "system.io.filesystem.primitives/4.3.0", - "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512" - }, - "System.Linq/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "path": "system.linq/4.3.0", - "hashPath": "system.linq.4.3.0.nupkg.sha512" - }, - "System.Linq.Expressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "path": "system.linq.expressions/4.3.0", - "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512" - }, - "System.Net.Http/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "path": "system.net.http/4.3.0", - "hashPath": "system.net.http.4.3.0.nupkg.sha512" - }, - "System.Net.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "path": "system.net.primitives/4.3.0", - "hashPath": "system.net.primitives.4.3.0.nupkg.sha512" - }, - "System.Net.Sockets/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "path": "system.net.sockets/4.3.0", - "hashPath": "system.net.sockets.4.3.0.nupkg.sha512" - }, - "System.ObjectModel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "path": "system.objectmodel/4.3.0", - "hashPath": "system.objectmodel.4.3.0.nupkg.sha512" - }, - "System.Reflection/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "path": "system.reflection/4.3.0", - "hashPath": "system.reflection.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "path": "system.reflection.emit/4.3.0", - "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "path": "system.reflection.emit.ilgeneration/4.3.0", - "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "path": "system.reflection.emit.lightweight/4.3.0", - "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512" - }, - "System.Reflection.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "path": "system.reflection.extensions/4.3.0", - "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512" - }, - "System.Reflection.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "path": "system.reflection.primitives/4.3.0", - "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512" - }, - "System.Reflection.TypeExtensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "path": "system.reflection.typeextensions/4.3.0", - "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512" - }, - "System.Resources.ResourceManager/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "path": "system.resources.resourcemanager/4.3.0", - "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512" - }, - "System.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "path": "system.runtime/4.3.0", - "hashPath": "system.runtime.4.3.0.nupkg.sha512" - }, - "System.Runtime.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "path": "system.runtime.extensions/4.3.0", - "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512" - }, - "System.Runtime.Handles/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "path": "system.runtime.handles/4.3.0", - "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "path": "system.runtime.interopservices/4.3.0", - "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "path": "system.runtime.interopservices.runtimeinformation/4.3.0", - "hashPath": "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512" - }, - "System.Runtime.Numerics/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "path": "system.runtime.numerics/4.3.0", - "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512" - }, - "System.Runtime.Serialization.Primitives/4.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HZ6Du5QrTG8MNJbf4e4qMO3JRAkIboGT5Fk804uZtg3Gq516S7hAqTm2UZKUHa7/6HUGdVy3AqMQKbns06G/cg==", - "path": "system.runtime.serialization.primitives/4.1.1", - "hashPath": "system.runtime.serialization.primitives.4.1.1.nupkg.sha512" - }, - "System.Security.AccessControl/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vW8Eoq0TMyz5vAG/6ce483x/CP83fgm4SJe5P8Tb1tZaobcvPrbMEL7rhH1DRdrYbbb6F0vq3OlzmK0Pkwks5A==", - "path": "system.security.accesscontrol/4.5.0", - "hashPath": "system.security.accesscontrol.4.5.0.nupkg.sha512" - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "path": "system.security.cryptography.algorithms/4.3.0", - "hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Cng/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", - "path": "system.security.cryptography.cng/4.3.0", - "hashPath": "system.security.cryptography.cng.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Csp/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "path": "system.security.cryptography.csp/4.3.0", - "hashPath": "system.security.cryptography.csp.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "path": "system.security.cryptography.encoding/4.3.0", - "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "path": "system.security.cryptography.openssl/4.3.0", - "hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "path": "system.security.cryptography.primitives/4.3.0", - "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wLBKzFnDCxP12VL9ANydSYhk59fC4cvOr9ypYQLPnAj48NQIhqnjdD2yhP8yEKyBJEjERWS9DisKL7rX5eU25Q==", - "path": "system.security.cryptography.protecteddata/4.5.0", - "hashPath": "system.security.cryptography.protecteddata.4.5.0.nupkg.sha512" - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "path": "system.security.cryptography.x509certificates/4.3.0", - "hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512" - }, - "System.Security.Permissions/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9gdyuARhUR7H+p5CjyUB/zPk7/Xut3wUSP8NJQB6iZr8L3XUXTMdoLeVAg9N4rqF8oIpE7MpdqHdDHQ7XgJe0g==", - "path": "system.security.permissions/4.5.0", - "hashPath": "system.security.permissions.4.5.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-U77HfRXlZlOeIXd//Yoj6Jnk8AXlbeisf1oq1os+hxOGVnuG+lGSfGqTwTZBoORFF6j/0q7HXIl8cqwQ9aUGqQ==", - "path": "system.security.principal.windows/4.5.0", - "hashPath": "system.security.principal.windows.4.5.0.nupkg.sha512" - }, - "System.Text.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "path": "system.text.encoding/4.3.0", - "hashPath": "system.text.encoding.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "path": "system.text.encoding.extensions/4.3.0", - "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512" - }, - "System.Text.RegularExpressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "path": "system.text.regularexpressions/4.3.0", - "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512" - }, - "System.Threading/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "path": "system.threading/4.3.0", - "hashPath": "system.threading.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "path": "system.threading.tasks/4.3.0", - "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==", - "path": "system.threading.tasks.extensions/4.3.0", - "hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512" - }, - "System.Threading.Timer/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "path": "system.threading.timer/4.3.0", - "hashPath": "system.threading.timer.4.3.0.nupkg.sha512" - }, - "System.Xml.ReaderWriter/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "path": "system.xml.readerwriter/4.3.0", - "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512" - }, - "System.Xml.XDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "path": "system.xml.xdocument/4.3.0", - "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512" - }, - "KnockerCore/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "KnockerUI/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/KnockerUITests.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/KnockerUITests.dll deleted file mode 100644 index 6ca0ab8..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/KnockerUITests.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/KnockerUITests.pdb b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/KnockerUITests.pdb deleted file mode 100644 index bb323b7..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/KnockerUITests.pdb and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/KnockerUITests.runtimeconfig.dev.json b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/KnockerUITests.runtimeconfig.dev.json deleted file mode 100644 index 75f8ec3..0000000 --- a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/KnockerUITests.runtimeconfig.dev.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "runtimeOptions": { - "additionalProbingPaths": [ - "C:\\Users\\gorke\\.dotnet\\store\\|arch|\\|tfm|", - "C:\\Users\\gorke\\.nuget\\packages", - "C:\\Microsoft\\Xamarin\\NuGet" - ] - } -} \ No newline at end of file diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/KnockerUITests.runtimeconfig.json b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/KnockerUITests.runtimeconfig.json deleted file mode 100644 index 4932b40..0000000 --- a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/KnockerUITests.runtimeconfig.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "netcoreapp3.1", - "framework": { - "name": "Microsoft.WindowsDesktop.App", - "version": "3.1.0" - } - } -} \ No newline at end of file diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll deleted file mode 100644 index 0c026bb..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll deleted file mode 100644 index 97e635c..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll deleted file mode 100644 index a691345..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll deleted file mode 100644 index 4e11363..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll deleted file mode 100644 index b3ec98f..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll deleted file mode 100644 index 71a1622..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll deleted file mode 100644 index dbd4f13..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll deleted file mode 100644 index 16d46c6..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll deleted file mode 100644 index 77abbc4..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll deleted file mode 100644 index a338b87..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll deleted file mode 100644 index 25e5100..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll deleted file mode 100644 index a406aef..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.TestFramework.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.TestFramework.dll deleted file mode 100644 index 237c0c6..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.TestFramework.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Newtonsoft.Json.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Newtonsoft.Json.dll deleted file mode 100644 index 5f2336e..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Newtonsoft.Json.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/NuGet.Frameworks.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/NuGet.Frameworks.dll deleted file mode 100644 index 0a61a1c..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/NuGet.Frameworks.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Strings.resx b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Strings.resx deleted file mode 100644 index 7801295..0000000 --- a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/Strings.resx +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Application Started - - - Scan Cancelled - - - Scanned Succesfully - - - Core Started - - - Current Task Stopped - - - Exported to application directory successfully - - - Starting ip value is not okay. Please review it. - - - Starting port value is not okay. Please review it. - - - Please fix the inputs. - - - Main Task Cancelled - - - Main Task Error - - - Main Task Running - - - Couldn't exported - - - Port is closed - - - Port is open - - - Running - - - Stopped - - - Limit set, it is increasing. - - - Ending ip value is not okay. Please review it. - - - Ending port value is not okay. Please review it. - - - Limit set. Waiting current threads to do their jobs and then running thread count will decrease. - - \ No newline at end of file diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 6222173..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index c2d6168..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 9d74988..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index baabac7..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index e559e12..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 976b7d5..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/de/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/de/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index c8131c1..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/de/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 619f040..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 38f2fb3..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 103b61f..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 6b11e30..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/es/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/es/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index 02679a0..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/es/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 045d3d6..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index f569766..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 5fc68de..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 13cc6e1..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index 28b486a..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 5121798..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index b2bbfe1..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index f1c039d..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index f7c7634..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/it/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/it/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index 4b985e3..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/it/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 0bdfafa..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 9896d57..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index e0951c4..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index b90e8be..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index 5864cb0..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 44aa1a6..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index e286575..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 58aa027..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index fcd4c8b..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index facaca8..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 843398d..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 8d4ab93..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 2be8f79..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/log4net.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/log4net.dll deleted file mode 100644 index a6947f2..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/log4net.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 340476e..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index c9dc953..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 2c98d59..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index dcfdc14..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 60f863f..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index d4cf5a5..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index b06d73d..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 9f2b5c4..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index ca2dd80..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 1afbe4a..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index b517eaa..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index d68b570..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 713fdf3..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 53c14e2..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index c683b60..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/testhost.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/testhost.dll deleted file mode 100644 index 107d075..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/testhost.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/testhost.exe b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/testhost.exe deleted file mode 100644 index b48485b..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/testhost.exe and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index d3ac965..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index 973cd44..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index a373afe..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index be73664..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index c1c673d..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 6ca1092..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index d35db75..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 7bc313a..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 1cc4ea6..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index a0330c7..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index a87c2b4..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index 92122b2..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index dc07028..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 8b34013..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 52cfdc5..0000000 Binary files a/Knocker/KnockerUITests/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/obj/Debug/netcoreapp3.1/KnockerUITests.AssemblyInfo.cs b/Knocker/KnockerUITests/obj/Debug/netcoreapp3.1/KnockerUITests.AssemblyInfo.cs deleted file mode 100644 index 00c7b4d..0000000 --- a/Knocker/KnockerUITests/obj/Debug/netcoreapp3.1/KnockerUITests.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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("KnockerUITests")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("KnockerUITests")] -[assembly: System.Reflection.AssemblyTitleAttribute("KnockerUITests")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/Knocker/KnockerUITests/obj/Debug/netcoreapp3.1/KnockerUITests.AssemblyInfoInputs.cache b/Knocker/KnockerUITests/obj/Debug/netcoreapp3.1/KnockerUITests.AssemblyInfoInputs.cache deleted file mode 100644 index 7ca620b..0000000 --- a/Knocker/KnockerUITests/obj/Debug/netcoreapp3.1/KnockerUITests.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -99e51fb27c3e7825789ddb7fa3e63d46e86aba24 diff --git a/Knocker/KnockerUITests/obj/Debug/netcoreapp3.1/KnockerUITests.assets.cache b/Knocker/KnockerUITests/obj/Debug/netcoreapp3.1/KnockerUITests.assets.cache index 588a355..90f3190 100644 Binary files a/Knocker/KnockerUITests/obj/Debug/netcoreapp3.1/KnockerUITests.assets.cache and b/Knocker/KnockerUITests/obj/Debug/netcoreapp3.1/KnockerUITests.assets.cache differ diff --git a/Knocker/KnockerUITests/obj/Debug/netcoreapp3.1/KnockerUITests.csproj.CopyComplete b/Knocker/KnockerUITests/obj/Debug/netcoreapp3.1/KnockerUITests.csproj.CopyComplete deleted file mode 100644 index e69de29..0000000 diff --git a/Knocker/KnockerUITests/obj/Debug/netcoreapp3.1/KnockerUITests.csproj.CoreCompileInputs.cache b/Knocker/KnockerUITests/obj/Debug/netcoreapp3.1/KnockerUITests.csproj.CoreCompileInputs.cache deleted file mode 100644 index 18d8439..0000000 --- a/Knocker/KnockerUITests/obj/Debug/netcoreapp3.1/KnockerUITests.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -2b551e308064c5ea3d988a6326801a076f372819 diff --git a/Knocker/KnockerUITests/obj/Debug/netcoreapp3.1/KnockerUITests.csproj.FileListAbsolute.txt b/Knocker/KnockerUITests/obj/Debug/netcoreapp3.1/KnockerUITests.csproj.FileListAbsolute.txt index 51f976d..e69de29 100644 --- a/Knocker/KnockerUITests/obj/Debug/netcoreapp3.1/KnockerUITests.csproj.FileListAbsolute.txt +++ b/Knocker/KnockerUITests/obj/Debug/netcoreapp3.1/KnockerUITests.csproj.FileListAbsolute.txt @@ -1,106 +0,0 @@ -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\testhost.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\Images\button_start.png -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\Images\button_stop.png -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\Strings.resx -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\KnockerUI.exe -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\testhost.exe -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\KnockerUITests.deps.json -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\KnockerUITests.runtimeconfig.json -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\KnockerUITests.runtimeconfig.dev.json -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\KnockerUITests.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\KnockerUITests.pdb -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\CsvHelper.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\log4net.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\Microsoft.VisualStudio.CodeCoverage.Shim.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\Microsoft.TestPlatform.CoreUtilities.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\Microsoft.TestPlatform.PlatformAbstractions.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\Microsoft.TestPlatform.CommunicationUtilities.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\Microsoft.TestPlatform.CrossPlatEngine.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\Microsoft.TestPlatform.Utilities.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\Microsoft.VisualStudio.TestPlatform.Common.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\Microsoft.VisualStudio.TestPlatform.TestFramework.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\Newtonsoft.Json.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\NuGet.Frameworks.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\cs\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\cs\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\de\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\de\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\es\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\es\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\fr\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\fr\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\it\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\it\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\ja\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\ja\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\ko\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\ko\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\pl\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\pl\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\pt-BR\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\pt-BR\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\ru\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\ru\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\tr\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\tr\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\zh-Hans\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\zh-Hans\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\zh-Hant\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\zh-Hant\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\cs\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\cs\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\cs\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\de\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\de\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\de\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\es\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\es\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\es\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\fr\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\fr\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\fr\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\it\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\it\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\it\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\ja\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\ja\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\ja\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\ko\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\ko\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\ko\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\pl\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\pl\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\pl\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\pt-BR\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\pt-BR\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\pt-BR\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\ru\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\ru\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\ru\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\tr\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\tr\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\tr\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\zh-Hans\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\zh-Hans\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\zh-Hans\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\zh-Hant\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\zh-Hant\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\zh-Hant\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\KnockerCore.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\KnockerUI.dll -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\KnockerUI.pdb -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\KnockerUI.dll.config -C:\Source\Knocker\Knocker\KnockerUITests\bin\Debug\netcoreapp3.1\KnockerCore.pdb -C:\Source\Knocker\Knocker\KnockerUITests\obj\Debug\netcoreapp3.1\KnockerUITests.csprojAssemblyReference.cache -C:\Source\Knocker\Knocker\KnockerUITests\obj\Debug\netcoreapp3.1\KnockerUITests.AssemblyInfoInputs.cache -C:\Source\Knocker\Knocker\KnockerUITests\obj\Debug\netcoreapp3.1\KnockerUITests.AssemblyInfo.cs -C:\Source\Knocker\Knocker\KnockerUITests\obj\Debug\netcoreapp3.1\KnockerUITests.csproj.CoreCompileInputs.cache -C:\Source\Knocker\Knocker\KnockerUITests\obj\Debug\netcoreapp3.1\KnockerUITests.csproj.CopyComplete -C:\Source\Knocker\Knocker\KnockerUITests\obj\Debug\netcoreapp3.1\KnockerUITests.dll -C:\Source\Knocker\Knocker\KnockerUITests\obj\Debug\netcoreapp3.1\KnockerUITests.pdb -C:\Source\Knocker\Knocker\KnockerUITests\obj\Debug\netcoreapp3.1\KnockerUITests.genruntimeconfig.cache diff --git a/Knocker/KnockerUITests/obj/Debug/netcoreapp3.1/KnockerUITests.csprojAssemblyReference.cache b/Knocker/KnockerUITests/obj/Debug/netcoreapp3.1/KnockerUITests.csprojAssemblyReference.cache deleted file mode 100644 index 381dd82..0000000 Binary files a/Knocker/KnockerUITests/obj/Debug/netcoreapp3.1/KnockerUITests.csprojAssemblyReference.cache and /dev/null differ diff --git a/Knocker/KnockerUITests/obj/Debug/netcoreapp3.1/KnockerUITests.dll b/Knocker/KnockerUITests/obj/Debug/netcoreapp3.1/KnockerUITests.dll deleted file mode 100644 index 6ca0ab8..0000000 Binary files a/Knocker/KnockerUITests/obj/Debug/netcoreapp3.1/KnockerUITests.dll and /dev/null differ diff --git a/Knocker/KnockerUITests/obj/Debug/netcoreapp3.1/KnockerUITests.genruntimeconfig.cache b/Knocker/KnockerUITests/obj/Debug/netcoreapp3.1/KnockerUITests.genruntimeconfig.cache deleted file mode 100644 index d8b4f02..0000000 --- a/Knocker/KnockerUITests/obj/Debug/netcoreapp3.1/KnockerUITests.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -c28f4ad811da7f8d70ae4857c8f6b1dc406f8932 diff --git a/Knocker/KnockerUITests/obj/Debug/netcoreapp3.1/KnockerUITests.pdb b/Knocker/KnockerUITests/obj/Debug/netcoreapp3.1/KnockerUITests.pdb deleted file mode 100644 index bb323b7..0000000 Binary files a/Knocker/KnockerUITests/obj/Debug/netcoreapp3.1/KnockerUITests.pdb and /dev/null differ diff --git a/Knocker/KnockerUITests/obj/KnockerUITests.csproj.nuget.dgspec.json b/Knocker/KnockerUITests/obj/KnockerUITests.csproj.nuget.dgspec.json index 96a9b6c..d3ef12b 100644 --- a/Knocker/KnockerUITests/obj/KnockerUITests.csproj.nuget.dgspec.json +++ b/Knocker/KnockerUITests/obj/KnockerUITests.csproj.nuget.dgspec.json @@ -10,14 +10,16 @@ "projectUniqueName": "C:\\Source\\Knocker\\Knocker\\KnockerCore\\KnockerCore.csproj", "projectName": "KnockerCore", "projectPath": "C:\\Source\\Knocker\\Knocker\\KnockerCore\\KnockerCore.csproj", - "packagesPath": "C:\\Users\\gorke\\.nuget\\packages\\", + "packagesPath": "C:\\Users\\Gorkem\\.nuget\\packages\\", "outputPath": "C:\\Source\\Knocker\\Knocker\\KnockerCore\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ - "C:\\Microsoft\\Xamarin\\NuGet\\" + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", + "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet" ], "configFilePaths": [ - "C:\\Users\\gorke\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Users\\Gorkem\\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", "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" ], @@ -55,22 +57,17 @@ "net47", "net471", "net472", - "net48" + "net48", + "net481" ], "assetTargetFallback": true, "warn": true, - "downloadDependencies": [ - { - "name": "Microsoft.AspNetCore.App.Ref", - "version": "[3.1.10, 3.1.10]" - } - ], "frameworkReferences": { "Microsoft.NETCore.App": { "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.101\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.404\\RuntimeIdentifierGraph.json" } } }, @@ -80,14 +77,16 @@ "projectUniqueName": "C:\\Source\\Knocker\\Knocker\\KnockerUITests\\KnockerUITests.csproj", "projectName": "KnockerUITests", "projectPath": "C:\\Source\\Knocker\\Knocker\\KnockerUITests\\KnockerUITests.csproj", - "packagesPath": "C:\\Users\\gorke\\.nuget\\packages\\", + "packagesPath": "C:\\Users\\Gorkem\\.nuget\\packages\\", "outputPath": "C:\\Source\\Knocker\\Knocker\\KnockerUITests\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ - "C:\\Microsoft\\Xamarin\\NuGet\\" + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", + "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet" ], "configFilePaths": [ - "C:\\Users\\gorke\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Users\\Gorkem\\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", "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" ], @@ -141,25 +140,17 @@ "net47", "net471", "net472", - "net48" + "net48", + "net481" ], "assetTargetFallback": true, "warn": true, - "downloadDependencies": [ - { - "name": "Microsoft.AspNetCore.App.Ref", - "version": "[3.1.10, 3.1.10]" - } - ], "frameworkReferences": { "Microsoft.NETCore.App": { "privateAssets": "all" - }, - "Microsoft.WindowsDesktop.App.WindowsForms": { - "privateAssets": "none" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.101\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.404\\RuntimeIdentifierGraph.json" } } }, @@ -169,14 +160,16 @@ "projectUniqueName": "C:\\Source\\Knocker\\Knocker\\KnockerUI\\KnockerUI.csproj", "projectName": "KnockerUI", "projectPath": "C:\\Source\\Knocker\\Knocker\\KnockerUI\\KnockerUI.csproj", - "packagesPath": "C:\\Users\\gorke\\.nuget\\packages\\", + "packagesPath": "C:\\Users\\Gorkem\\.nuget\\packages\\", "outputPath": "C:\\Source\\Knocker\\Knocker\\KnockerUI\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ - "C:\\Microsoft\\Xamarin\\NuGet\\" + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", + "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet" ], "configFilePaths": [ - "C:\\Users\\gorke\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Users\\Gorkem\\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", "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" ], @@ -222,20 +215,11 @@ "net47", "net471", "net472", - "net48" + "net48", + "net481" ], "assetTargetFallback": true, "warn": true, - "downloadDependencies": [ - { - "name": "Microsoft.AspNetCore.App.Ref", - "version": "[3.1.10, 3.1.10]" - }, - { - "name": "Microsoft.NETCore.App.Host.win-x64", - "version": "[3.1.10, 3.1.10]" - } - ], "frameworkReferences": { "Microsoft.NETCore.App": { "privateAssets": "all" @@ -244,7 +228,7 @@ "privateAssets": "none" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.101\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.404\\RuntimeIdentifierGraph.json" } } } diff --git a/Knocker/KnockerUITests/obj/KnockerUITests.csproj.nuget.g.props b/Knocker/KnockerUITests/obj/KnockerUITests.csproj.nuget.g.props index 635a38c..103aa0a 100644 --- a/Knocker/KnockerUITests/obj/KnockerUITests.csproj.nuget.g.props +++ b/Knocker/KnockerUITests/obj/KnockerUITests.csproj.nuget.g.props @@ -5,16 +5,15 @@ NuGet $(MSBuildThisFileDirectory)project.assets.json $(UserProfile)\.nuget\packages\ - C:\Users\gorke\.nuget\packages\;C:\Microsoft\Xamarin\NuGet\ + C:\Users\Gorkem\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files (x86)\Microsoft\Xamarin\NuGet PackageReference - 5.8.0 + 6.4.0 - + + + - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - @@ -22,6 +21,6 @@ - C:\Users\gorke\.nuget\packages\newtonsoft.json\9.0.1 + C:\Users\Gorkem\.nuget\packages\newtonsoft.json\9.0.1 \ No newline at end of file diff --git a/Knocker/KnockerUITests/obj/KnockerUITests.csproj.nuget.g.targets b/Knocker/KnockerUITests/obj/KnockerUITests.csproj.nuget.g.targets index f70475f..65f08b2 100644 --- a/Knocker/KnockerUITests/obj/KnockerUITests.csproj.nuget.g.targets +++ b/Knocker/KnockerUITests/obj/KnockerUITests.csproj.nuget.g.targets @@ -1,8 +1,5 @@  - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - diff --git a/Knocker/KnockerUITests/obj/project.assets.json b/Knocker/KnockerUITests/obj/project.assets.json index 8b13b7c..99e4ef4 100644 --- a/Knocker/KnockerUITests/obj/project.assets.json +++ b/Knocker/KnockerUITests/obj/project.assets.json @@ -14,10 +14,14 @@ "Microsoft.CSharp": "4.5.0" }, "compile": { - "lib/netstandard2.1/CsvHelper.dll": {} + "lib/netstandard2.1/CsvHelper.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.1/CsvHelper.dll": {} + "lib/netstandard2.1/CsvHelper.dll": { + "related": ".xml" + } } }, "log4net/2.0.12": { @@ -26,10 +30,14 @@ "System.Configuration.ConfigurationManager": "4.5.0" }, "compile": { - "lib/netstandard2.0/log4net.dll": {} + "lib/netstandard2.0/log4net.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/log4net.dll": {} + "lib/netstandard2.0/log4net.dll": { + "related": ".xml" + } } }, "Microsoft.CodeCoverage/16.7.1": { @@ -193,14 +201,18 @@ "lib/netcoreapp2.1/Microsoft.TestPlatform.CrossPlatEngine.dll": {}, "lib/netcoreapp2.1/Microsoft.TestPlatform.Utilities.dll": {}, "lib/netcoreapp2.1/Microsoft.VisualStudio.TestPlatform.Common.dll": {}, - "lib/netcoreapp2.1/testhost.dll": {} + "lib/netcoreapp2.1/testhost.dll": { + "related": ".deps.json" + } }, "runtime": { "lib/netcoreapp2.1/Microsoft.TestPlatform.CommunicationUtilities.dll": {}, "lib/netcoreapp2.1/Microsoft.TestPlatform.CrossPlatEngine.dll": {}, "lib/netcoreapp2.1/Microsoft.TestPlatform.Utilities.dll": {}, "lib/netcoreapp2.1/Microsoft.VisualStudio.TestPlatform.Common.dll": {}, - "lib/netcoreapp2.1/testhost.dll": {} + "lib/netcoreapp2.1/testhost.dll": { + "related": ".deps.json" + } }, "resource": { "lib/netcoreapp2.1/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { @@ -333,7 +345,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {} + "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": { + "related": ".xml" + } } }, "MSTest.TestAdapter/2.1.1": { @@ -349,12 +363,20 @@ "MSTest.TestFramework/2.1.1": { "type": "package", "compile": { - "lib/netstandard1.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": {}, - "lib/netstandard1.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": {} + "lib/netstandard1.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": { + "related": ".XML" + }, + "lib/netstandard1.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": { + "related": ".Extensions.XML;.XML" + } }, "runtime": { - "lib/netstandard1.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": {}, - "lib/netstandard1.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": {} + "lib/netstandard1.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": { + "related": ".XML" + }, + "lib/netstandard1.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": { + "related": ".Extensions.XML;.XML" + } } }, "NETStandard.Library/1.6.1": { @@ -433,19 +455,27 @@ "System.Xml.XDocument": "4.0.11" }, "compile": { - "lib/netstandard1.0/Newtonsoft.Json.dll": {} + "lib/netstandard1.0/Newtonsoft.Json.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard1.0/Newtonsoft.Json.dll": {} + "lib/netstandard1.0/Newtonsoft.Json.dll": { + "related": ".xml" + } } }, "NuGet.Frameworks/5.0.0": { "type": "package", "compile": { - "lib/netstandard2.0/NuGet.Frameworks.dll": {} + "lib/netstandard2.0/NuGet.Frameworks.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/NuGet.Frameworks.dll": {} + "lib/netstandard2.0/NuGet.Frameworks.dll": { + "related": ".xml" + } } }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { @@ -625,7 +655,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.6/System.AppContext.dll": {} + "ref/netstandard1.6/System.AppContext.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.6/System.AppContext.dll": {} @@ -655,7 +687,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Collections.dll": {} + "ref/netstandard1.3/System.Collections.dll": { + "related": ".xml" + } } }, "System.Collections.Concurrent/4.3.0": { @@ -673,7 +707,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Collections.Concurrent.dll": {} + "ref/netstandard1.3/System.Collections.Concurrent.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Collections.Concurrent.dll": {} @@ -686,7 +722,9 @@ "System.Security.Permissions": "4.5.0" }, "compile": { - "ref/netstandard2.0/System.Configuration.ConfigurationManager.dll": {} + "ref/netstandard2.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": {} @@ -702,7 +740,9 @@ "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Console.dll": {} + "ref/netstandard1.3/System.Console.dll": { + "related": ".xml" + } } }, "System.Diagnostics.Debug/4.3.0": { @@ -713,7 +753,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Diagnostics.Debug.dll": {} + "ref/netstandard1.3/System.Diagnostics.Debug.dll": { + "related": ".xml" + } } }, "System.Diagnostics.DiagnosticSource/4.3.0": { @@ -726,10 +768,14 @@ "System.Threading": "4.3.0" }, "compile": { - "lib/netstandard1.3/_._": {} + "lib/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {} + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } } }, "System.Diagnostics.TextWriterTraceListener/4.3.0": { @@ -743,7 +789,9 @@ "System.Threading": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Diagnostics.TextWriterTraceListener.dll": {} + "ref/netstandard1.3/System.Diagnostics.TextWriterTraceListener.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Diagnostics.TextWriterTraceListener.dll": {} @@ -757,7 +805,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Diagnostics.Tools.dll": {} + "ref/netstandard1.0/System.Diagnostics.Tools.dll": { + "related": ".xml" + } } }, "System.Diagnostics.TraceSource/4.3.0": { @@ -774,7 +824,9 @@ "runtime.native.System": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Diagnostics.TraceSource.dll": {} + "ref/netstandard1.3/System.Diagnostics.TraceSource.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Diagnostics.TraceSource.dll": { @@ -795,7 +847,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {} + "ref/netstandard1.5/System.Diagnostics.Tracing.dll": { + "related": ".xml" + } } }, "System.Dynamic.Runtime/4.0.11": { @@ -818,7 +872,9 @@ "System.Threading": "4.0.11" }, "compile": { - "ref/netstandard1.3/System.Dynamic.Runtime.dll": {} + "ref/netstandard1.3/System.Dynamic.Runtime.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Dynamic.Runtime.dll": {} @@ -832,7 +888,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Globalization.dll": {} + "ref/netstandard1.3/System.Globalization.dll": { + "related": ".xml" + } } }, "System.Globalization.Calendars/4.3.0": { @@ -844,7 +902,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Globalization.Calendars.dll": {} + "ref/netstandard1.3/System.Globalization.Calendars.dll": { + "related": ".xml" + } } }, "System.Globalization.Extensions/4.3.0": { @@ -858,7 +918,9 @@ "System.Runtime.InteropServices": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll": { @@ -881,7 +943,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.IO.dll": {} + "ref/netstandard1.5/System.IO.dll": { + "related": ".xml" + } } }, "System.IO.Compression/4.3.0": { @@ -904,7 +968,9 @@ "runtime.native.System.IO.Compression": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.Compression.dll": {} + "ref/netstandard1.3/System.IO.Compression.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": { @@ -931,7 +997,9 @@ "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": {} + "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {} @@ -950,7 +1018,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.FileSystem.dll": {} + "ref/netstandard1.3/System.IO.FileSystem.dll": { + "related": ".xml" + } } }, "System.IO.FileSystem.Primitives/4.3.0": { @@ -959,7 +1029,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} @@ -975,7 +1047,9 @@ "System.Runtime.Extensions": "4.3.0" }, "compile": { - "ref/netstandard1.6/System.Linq.dll": {} + "ref/netstandard1.6/System.Linq.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.6/System.Linq.dll": {} @@ -1003,7 +1077,9 @@ "System.Threading": "4.3.0" }, "compile": { - "ref/netstandard1.6/System.Linq.Expressions.dll": {} + "ref/netstandard1.6/System.Linq.Expressions.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.6/System.Linq.Expressions.dll": {} @@ -1040,7 +1116,9 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Net.Http.dll": {} + "ref/netstandard1.3/System.Net.Http.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll": { @@ -1062,7 +1140,9 @@ "System.Runtime.Handles": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Net.Primitives.dll": {} + "ref/netstandard1.3/System.Net.Primitives.dll": { + "related": ".xml" + } } }, "System.Net.Sockets/4.3.0": { @@ -1076,7 +1156,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Net.Sockets.dll": {} + "ref/netstandard1.3/System.Net.Sockets.dll": { + "related": ".xml" + } } }, "System.ObjectModel/4.3.0": { @@ -1089,7 +1171,9 @@ "System.Threading": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.ObjectModel.dll": {} + "ref/netstandard1.3/System.ObjectModel.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.ObjectModel.dll": {} @@ -1105,7 +1189,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.Reflection.dll": {} + "ref/netstandard1.5/System.Reflection.dll": { + "related": ".xml" + } } }, "System.Reflection.Emit/4.3.0": { @@ -1118,7 +1204,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.1/_._": {} + "ref/netstandard1.1/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Reflection.Emit.dll": {} @@ -1132,7 +1220,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/_._": {} + "ref/netstandard1.0/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {} @@ -1147,7 +1237,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/_._": {} + "ref/netstandard1.0/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll": {} @@ -1162,7 +1254,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Reflection.Extensions.dll": {} + "ref/netstandard1.0/System.Reflection.Extensions.dll": { + "related": ".xml" + } } }, "System.Reflection.Primitives/4.3.0": { @@ -1173,7 +1267,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Reflection.Primitives.dll": {} + "ref/netstandard1.0/System.Reflection.Primitives.dll": { + "related": ".xml" + } } }, "System.Reflection.TypeExtensions/4.3.0": { @@ -1183,7 +1279,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/_._": {} + "ref/netstandard1.5/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.5/System.Reflection.TypeExtensions.dll": {} @@ -1199,7 +1297,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/System.Resources.ResourceManager.dll": {} + "ref/netstandard1.0/System.Resources.ResourceManager.dll": { + "related": ".xml" + } } }, "System.Runtime/4.3.0": { @@ -1209,7 +1309,9 @@ "Microsoft.NETCore.Targets": "1.1.0" }, "compile": { - "ref/netstandard1.5/System.Runtime.dll": {} + "ref/netstandard1.5/System.Runtime.dll": { + "related": ".xml" + } } }, "System.Runtime.Extensions/4.3.0": { @@ -1220,7 +1322,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.Runtime.Extensions.dll": {} + "ref/netstandard1.5/System.Runtime.Extensions.dll": { + "related": ".xml" + } } }, "System.Runtime.Handles/4.3.0": { @@ -1231,7 +1335,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Runtime.Handles.dll": {} + "ref/netstandard1.3/System.Runtime.Handles.dll": { + "related": ".xml" + } } }, "System.Runtime.InteropServices/4.3.0": { @@ -1285,7 +1391,9 @@ "System.Runtime.Extensions": "4.3.0" }, "compile": { - "ref/netstandard1.1/System.Runtime.Numerics.dll": {} + "ref/netstandard1.1/System.Runtime.Numerics.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Runtime.Numerics.dll": {} @@ -1298,7 +1406,9 @@ "System.Runtime": "4.1.0" }, "compile": { - "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} @@ -1311,7 +1421,9 @@ "System.Security.Principal.Windows": "4.5.0" }, "compile": { - "ref/netstandard2.0/System.Security.AccessControl.dll": {} + "ref/netstandard2.0/System.Security.AccessControl.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard2.0/System.Security.AccessControl.dll": {} @@ -1436,7 +1548,9 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {} + "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { @@ -1500,7 +1614,9 @@ "System.Security.Cryptography.ProtectedData/4.5.0": { "type": "package", "compile": { - "ref/netstandard2.0/_._": {} + "ref/netstandard2.0/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {} @@ -1542,7 +1658,9 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, "compile": { - "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": {} + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { @@ -1561,7 +1679,9 @@ "System.Security.AccessControl": "4.5.0" }, "compile": { - "ref/netstandard2.0/System.Security.Permissions.dll": {} + "ref/netstandard2.0/System.Security.Permissions.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard2.0/System.Security.Permissions.dll": {} @@ -1573,7 +1693,9 @@ "Microsoft.NETCore.Platforms": "2.0.0" }, "compile": { - "ref/netstandard2.0/System.Security.Principal.Windows.dll": {} + "ref/netstandard2.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard2.0/System.Security.Principal.Windows.dll": {} @@ -1597,7 +1719,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Text.Encoding.dll": {} + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } } }, "System.Text.Encoding.Extensions/4.3.0": { @@ -1609,7 +1733,9 @@ "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {} + "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": { + "related": ".xml" + } } }, "System.Text.RegularExpressions/4.3.0": { @@ -1631,7 +1757,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Threading.dll": {} + "ref/netstandard1.3/System.Threading.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Threading.dll": {} @@ -1645,7 +1773,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Threading.Tasks.dll": {} + "ref/netstandard1.3/System.Threading.Tasks.dll": { + "related": ".xml" + } } }, "System.Threading.Tasks.Extensions/4.3.0": { @@ -1656,10 +1786,14 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "lib/netstandard1.0/_._": {} + "lib/netstandard1.0/_._": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {} + "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": { + "related": ".xml" + } } }, "System.Threading.Timer/4.3.0": { @@ -1670,7 +1804,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.2/System.Threading.Timer.dll": {} + "ref/netstandard1.2/System.Threading.Timer.dll": { + "related": ".xml" + } } }, "System.Xml.ReaderWriter/4.3.0": { @@ -1693,7 +1829,9 @@ "System.Threading.Tasks.Extensions": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Xml.ReaderWriter.dll": {} + "ref/netstandard1.3/System.Xml.ReaderWriter.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {} @@ -1716,7 +1854,9 @@ "System.Xml.ReaderWriter": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Xml.XDocument.dll": {} + "ref/netstandard1.3/System.Xml.XDocument.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Xml.XDocument.dll": {} @@ -6075,8 +6215,9 @@ ] }, "packageFolders": { - "C:\\Users\\gorke\\.nuget\\packages\\": {}, - "C:\\Microsoft\\Xamarin\\NuGet\\": {} + "C:\\Users\\Gorkem\\.nuget\\packages\\": {}, + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}, + "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet": {} }, "project": { "version": "1.0.0", @@ -6084,14 +6225,16 @@ "projectUniqueName": "C:\\Source\\Knocker\\Knocker\\KnockerUITests\\KnockerUITests.csproj", "projectName": "KnockerUITests", "projectPath": "C:\\Source\\Knocker\\Knocker\\KnockerUITests\\KnockerUITests.csproj", - "packagesPath": "C:\\Users\\gorke\\.nuget\\packages\\", + "packagesPath": "C:\\Users\\Gorkem\\.nuget\\packages\\", "outputPath": "C:\\Source\\Knocker\\Knocker\\KnockerUITests\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ - "C:\\Microsoft\\Xamarin\\NuGet\\" + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", + "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet" ], "configFilePaths": [ - "C:\\Users\\gorke\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Users\\Gorkem\\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", "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" ], @@ -6145,25 +6288,17 @@ "net47", "net471", "net472", - "net48" + "net48", + "net481" ], "assetTargetFallback": true, "warn": true, - "downloadDependencies": [ - { - "name": "Microsoft.AspNetCore.App.Ref", - "version": "[3.1.10, 3.1.10]" - } - ], "frameworkReferences": { "Microsoft.NETCore.App": { "privateAssets": "all" - }, - "Microsoft.WindowsDesktop.App.WindowsForms": { - "privateAssets": "none" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.101\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.404\\RuntimeIdentifierGraph.json" } } } diff --git a/Knocker/KnockerUITests/obj/project.nuget.cache b/Knocker/KnockerUITests/obj/project.nuget.cache index 60cfc09..64ad799 100644 --- a/Knocker/KnockerUITests/obj/project.nuget.cache +++ b/Knocker/KnockerUITests/obj/project.nuget.cache @@ -1,104 +1,103 @@ { "version": 2, - "dgSpecHash": "DRo350S7YKjWppDG2x5LRbu3qTUe2K/s81HvCmX7fjN9ExJ6UjjgE2g2UCx4nd4h2715YL6YG13+JUoVUk690Q==", + "dgSpecHash": "P2GAmgMfPiKN6GjXaDYVsAerxdd8X0bUJ2TCi65JxM+J2jD453hnDYsFK4VlpQHNs0FQgYjkAFJCAWFU6Q6KEg==", "success": true, "projectFilePath": "C:\\Source\\Knocker\\Knocker\\KnockerUITests\\KnockerUITests.csproj", "expectedPackageFiles": [ - "C:\\Users\\gorke\\.nuget\\packages\\coverlet.collector\\1.3.0\\coverlet.collector.1.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\csvhelper\\22.1.2\\csvhelper.22.1.2.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\log4net\\2.0.12\\log4net.2.0.12.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\microsoft.codecoverage\\16.7.1\\microsoft.codecoverage.16.7.1.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\microsoft.csharp\\4.5.0\\microsoft.csharp.4.5.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\microsoft.net.test.sdk\\16.7.1\\microsoft.net.test.sdk.16.7.1.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\microsoft.netcore.platforms\\2.0.0\\microsoft.netcore.platforms.2.0.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\microsoft.testplatform.objectmodel\\16.7.1\\microsoft.testplatform.objectmodel.16.7.1.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\microsoft.testplatform.testhost\\16.7.1\\microsoft.testplatform.testhost.16.7.1.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\microsoft.win32.primitives\\4.3.0\\microsoft.win32.primitives.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\mstest.testadapter\\2.1.1\\mstest.testadapter.2.1.1.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\mstest.testframework\\2.1.1\\mstest.testframework.2.1.1.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\netstandard.library\\1.6.1\\netstandard.library.1.6.1.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\newtonsoft.json\\9.0.1\\newtonsoft.json.9.0.1.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\nuget.frameworks\\5.0.0\\nuget.frameworks.5.0.0.nupkg.sha512", - "C:\\Microsoft\\Xamarin\\NuGet\\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Microsoft\\Xamarin\\NuGet\\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Microsoft\\Xamarin\\NuGet\\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\runtime.native.system\\4.3.0\\runtime.native.system.4.3.0.nupkg.sha512", - "C:\\Microsoft\\Xamarin\\NuGet\\runtime.native.system.io.compression\\4.3.0\\runtime.native.system.io.compression.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\runtime.native.system.net.http\\4.3.0\\runtime.native.system.net.http.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\runtime.native.system.security.cryptography.apple\\4.3.0\\runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", - "C:\\Microsoft\\Xamarin\\NuGet\\runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Microsoft\\Xamarin\\NuGet\\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Microsoft\\Xamarin\\NuGet\\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple\\4.3.0\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", - "C:\\Microsoft\\Xamarin\\NuGet\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Microsoft\\Xamarin\\NuGet\\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Microsoft\\Xamarin\\NuGet\\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Microsoft\\Xamarin\\NuGet\\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Microsoft\\Xamarin\\NuGet\\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.appcontext\\4.3.0\\system.appcontext.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.buffers\\4.3.0\\system.buffers.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.collections.concurrent\\4.3.0\\system.collections.concurrent.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.configuration.configurationmanager\\4.5.0\\system.configuration.configurationmanager.4.5.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.console\\4.3.0\\system.console.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.diagnostics.debug\\4.3.0\\system.diagnostics.debug.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.diagnostics.diagnosticsource\\4.3.0\\system.diagnostics.diagnosticsource.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.diagnostics.textwritertracelistener\\4.3.0\\system.diagnostics.textwritertracelistener.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.diagnostics.tools\\4.3.0\\system.diagnostics.tools.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.diagnostics.tracesource\\4.3.0\\system.diagnostics.tracesource.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.diagnostics.tracing\\4.3.0\\system.diagnostics.tracing.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.dynamic.runtime\\4.0.11\\system.dynamic.runtime.4.0.11.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.globalization\\4.3.0\\system.globalization.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.globalization.calendars\\4.3.0\\system.globalization.calendars.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.globalization.extensions\\4.3.0\\system.globalization.extensions.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.io\\4.3.0\\system.io.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.io.compression\\4.3.0\\system.io.compression.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.io.compression.zipfile\\4.3.0\\system.io.compression.zipfile.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.io.filesystem\\4.3.0\\system.io.filesystem.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.io.filesystem.primitives\\4.3.0\\system.io.filesystem.primitives.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.linq\\4.3.0\\system.linq.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.linq.expressions\\4.3.0\\system.linq.expressions.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.net.http\\4.3.0\\system.net.http.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.net.primitives\\4.3.0\\system.net.primitives.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.net.sockets\\4.3.0\\system.net.sockets.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.objectmodel\\4.3.0\\system.objectmodel.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.reflection.emit\\4.3.0\\system.reflection.emit.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.reflection.emit.ilgeneration\\4.3.0\\system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.reflection.emit.lightweight\\4.3.0\\system.reflection.emit.lightweight.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.reflection.extensions\\4.3.0\\system.reflection.extensions.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.reflection.primitives\\4.3.0\\system.reflection.primitives.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.reflection.typeextensions\\4.3.0\\system.reflection.typeextensions.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.resources.resourcemanager\\4.3.0\\system.resources.resourcemanager.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.runtime.handles\\4.3.0\\system.runtime.handles.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.runtime.interopservices\\4.3.0\\system.runtime.interopservices.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.runtime.interopservices.runtimeinformation\\4.3.0\\system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.runtime.numerics\\4.3.0\\system.runtime.numerics.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.runtime.serialization.primitives\\4.1.1\\system.runtime.serialization.primitives.4.1.1.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.security.accesscontrol\\4.5.0\\system.security.accesscontrol.4.5.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.security.cryptography.algorithms\\4.3.0\\system.security.cryptography.algorithms.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.security.cryptography.cng\\4.3.0\\system.security.cryptography.cng.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.security.cryptography.csp\\4.3.0\\system.security.cryptography.csp.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.security.cryptography.encoding\\4.3.0\\system.security.cryptography.encoding.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.security.cryptography.openssl\\4.3.0\\system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.security.cryptography.primitives\\4.3.0\\system.security.cryptography.primitives.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.security.cryptography.protecteddata\\4.5.0\\system.security.cryptography.protecteddata.4.5.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.security.cryptography.x509certificates\\4.3.0\\system.security.cryptography.x509certificates.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.security.permissions\\4.5.0\\system.security.permissions.4.5.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.security.principal.windows\\4.5.0\\system.security.principal.windows.4.5.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.text.encoding.extensions\\4.3.0\\system.text.encoding.extensions.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.text.regularexpressions\\4.3.0\\system.text.regularexpressions.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.threading\\4.3.0\\system.threading.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.threading.tasks.extensions\\4.3.0\\system.threading.tasks.extensions.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.threading.timer\\4.3.0\\system.threading.timer.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.xml.readerwriter\\4.3.0\\system.xml.readerwriter.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\system.xml.xdocument\\4.3.0\\system.xml.xdocument.4.3.0.nupkg.sha512", - "C:\\Users\\gorke\\.nuget\\packages\\microsoft.aspnetcore.app.ref\\3.1.10\\microsoft.aspnetcore.app.ref.3.1.10.nupkg.sha512" + "C:\\Users\\Gorkem\\.nuget\\packages\\coverlet.collector\\1.3.0\\coverlet.collector.1.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\csvhelper\\22.1.2\\csvhelper.22.1.2.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\log4net\\2.0.12\\log4net.2.0.12.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\microsoft.codecoverage\\16.7.1\\microsoft.codecoverage.16.7.1.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\microsoft.csharp\\4.5.0\\microsoft.csharp.4.5.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\microsoft.net.test.sdk\\16.7.1\\microsoft.net.test.sdk.16.7.1.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\microsoft.netcore.platforms\\2.0.0\\microsoft.netcore.platforms.2.0.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\microsoft.testplatform.objectmodel\\16.7.1\\microsoft.testplatform.objectmodel.16.7.1.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\microsoft.testplatform.testhost\\16.7.1\\microsoft.testplatform.testhost.16.7.1.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\microsoft.win32.primitives\\4.3.0\\microsoft.win32.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\mstest.testadapter\\2.1.1\\mstest.testadapter.2.1.1.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\mstest.testframework\\2.1.1\\mstest.testframework.2.1.1.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\netstandard.library\\1.6.1\\netstandard.library.1.6.1.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\newtonsoft.json\\9.0.1\\newtonsoft.json.9.0.1.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\nuget.frameworks\\5.0.0\\nuget.frameworks.5.0.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\runtime.native.system\\4.3.0\\runtime.native.system.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\runtime.native.system.io.compression\\4.3.0\\runtime.native.system.io.compression.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\runtime.native.system.net.http\\4.3.0\\runtime.native.system.net.http.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\runtime.native.system.security.cryptography.apple\\4.3.0\\runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple\\4.3.0\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.appcontext\\4.3.0\\system.appcontext.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.buffers\\4.3.0\\system.buffers.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.collections.concurrent\\4.3.0\\system.collections.concurrent.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.configuration.configurationmanager\\4.5.0\\system.configuration.configurationmanager.4.5.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.console\\4.3.0\\system.console.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.diagnostics.debug\\4.3.0\\system.diagnostics.debug.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.diagnostics.diagnosticsource\\4.3.0\\system.diagnostics.diagnosticsource.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.diagnostics.textwritertracelistener\\4.3.0\\system.diagnostics.textwritertracelistener.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.diagnostics.tools\\4.3.0\\system.diagnostics.tools.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.diagnostics.tracesource\\4.3.0\\system.diagnostics.tracesource.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.diagnostics.tracing\\4.3.0\\system.diagnostics.tracing.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.dynamic.runtime\\4.0.11\\system.dynamic.runtime.4.0.11.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.globalization\\4.3.0\\system.globalization.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.globalization.calendars\\4.3.0\\system.globalization.calendars.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.globalization.extensions\\4.3.0\\system.globalization.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.io\\4.3.0\\system.io.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.io.compression\\4.3.0\\system.io.compression.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.io.compression.zipfile\\4.3.0\\system.io.compression.zipfile.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.io.filesystem\\4.3.0\\system.io.filesystem.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.io.filesystem.primitives\\4.3.0\\system.io.filesystem.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.linq\\4.3.0\\system.linq.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.linq.expressions\\4.3.0\\system.linq.expressions.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.net.http\\4.3.0\\system.net.http.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.net.primitives\\4.3.0\\system.net.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.net.sockets\\4.3.0\\system.net.sockets.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.objectmodel\\4.3.0\\system.objectmodel.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.reflection.emit\\4.3.0\\system.reflection.emit.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.reflection.emit.ilgeneration\\4.3.0\\system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.reflection.emit.lightweight\\4.3.0\\system.reflection.emit.lightweight.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.reflection.extensions\\4.3.0\\system.reflection.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.reflection.primitives\\4.3.0\\system.reflection.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.reflection.typeextensions\\4.3.0\\system.reflection.typeextensions.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.resources.resourcemanager\\4.3.0\\system.resources.resourcemanager.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.runtime.handles\\4.3.0\\system.runtime.handles.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.runtime.interopservices\\4.3.0\\system.runtime.interopservices.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.runtime.interopservices.runtimeinformation\\4.3.0\\system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.runtime.numerics\\4.3.0\\system.runtime.numerics.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.runtime.serialization.primitives\\4.1.1\\system.runtime.serialization.primitives.4.1.1.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.security.accesscontrol\\4.5.0\\system.security.accesscontrol.4.5.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.security.cryptography.algorithms\\4.3.0\\system.security.cryptography.algorithms.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.security.cryptography.cng\\4.3.0\\system.security.cryptography.cng.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.security.cryptography.csp\\4.3.0\\system.security.cryptography.csp.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.security.cryptography.encoding\\4.3.0\\system.security.cryptography.encoding.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.security.cryptography.openssl\\4.3.0\\system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.security.cryptography.primitives\\4.3.0\\system.security.cryptography.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.security.cryptography.protecteddata\\4.5.0\\system.security.cryptography.protecteddata.4.5.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.security.cryptography.x509certificates\\4.3.0\\system.security.cryptography.x509certificates.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.security.permissions\\4.5.0\\system.security.permissions.4.5.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.security.principal.windows\\4.5.0\\system.security.principal.windows.4.5.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.text.encoding.extensions\\4.3.0\\system.text.encoding.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.text.regularexpressions\\4.3.0\\system.text.regularexpressions.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.threading\\4.3.0\\system.threading.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.threading.tasks.extensions\\4.3.0\\system.threading.tasks.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.threading.timer\\4.3.0\\system.threading.timer.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.xml.readerwriter\\4.3.0\\system.xml.readerwriter.4.3.0.nupkg.sha512", + "C:\\Users\\Gorkem\\.nuget\\packages\\system.xml.xdocument\\4.3.0\\system.xml.xdocument.4.3.0.nupkg.sha512" ], "logs": [] } \ No newline at end of file